Removal of the Edit Section from the Welcome Page
Valentin Sawadski <[email protected]> Sat, 30 Jun 2007 15:53:55 +0000
| Newsgroups | gmane.comp.gnome.mono.documentation |
|---|---|
| Message-ID | <[email protected]> |
Hello, attached is a short patch which comments out the Edit-Box at the front page of the online-documentation. Hopefully this will stop confusing the users as they are looking for the mentioned "Edit"-Button on the online-docs without any chance of success. Kind Regards, Valentin _______________________________________________ Mono-docs-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-docs-list
WebDocs_Welcome.diff
(text/x-patch, 845 B)
Index: home.html =================================================================== --- home.html (revision 81032) +++ home.html (working copy) @@ -62,7 +62,7 @@ @@API_DOCS@@ </ul> </div> - +<!-- <div id="contrib"> <div id="contribTitle">Contributions</div> <div id="content"> @@ -73,4 +73,4 @@ <p><b>You have not made any contributions yet.</b></p> <p>The Documentation of the libraries is not complete and your contributions would be greatly appreciated. The procedure is easy, browse to the part of the documentation you want to contribute to and click on the <font color="blue">[Edit]</font> link to start writing documentation.</p> <p>When you are happy with your changes, use the Contributing--> Upload Contribution--> menu to send your contributions to our server.</p></div> </div> -</div> +</div> -->