1 To edit the website appearance:
7 To edit website content:
9 cd doc (this directory)
19 ################ Requirements
21 You must have complete and working "mono" and "mcs" checkouts from
22 CVS. You will probably need to bootstrap your Mono installation,
23 although an existing install from RPMs may permit you to build the CVS
26 ############## Samples
29 If you want to add a new item in the left menu
30 you have to edit mono/doc/web/commands and add
33 For new files you can add something as:
34 level,entry,path_to_the_file,file.src
36 ex: 1,COBOL#,cobol.html,cobol.src
38 If you just want to add a link to the menu:
41 ex: 1,About Linux,http://www.linux.org
43 To test the results under Linux:
44 1. Edit mono/doc/web/makefile
46 Delete all the references to class status
47 and the deploy/index.rss as well as the
51 3. Open your browser and point to the
52 file:///(YOUR PATH HERE)mono/doc/web/deploy/index.html