2003-10-26 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / web / README
1 To edit the website appearance:
2
3 cd doc/web
4 edit template.html.in
5 make
6
7 To edit website content:
8
9 cd doc (this directory)
10 edit files carefully
11 cd web
12 make
13
14 To publish changes:
15
16 cd web
17 make push
18
19 ############## Samples 
20
21
22   If you want to add a new item in the left menu 
23   you have to edit mono/doc/web/commands and add
24   the entry there.
25
26     For new files you can add something as:
27     level,entry,path_to_the_file,file.src
28
29     ex: 1,COBOL#,cobol.html,cobol.src
30
31     If you just want to add a link to the menu:
32     1,MyEntry,URL
33     
34     ex: 1,About Linux,http://www.linux.org
35
36   To test the results under Linux:
37     1. Edit mono/doc/web/makefile
38
39     Delete all the references to class status
40     and the deploy/index.rss as well as the
41     mono.exe commands.
42
43     2. make
44     3. Open your browser and point to the 
45        file:///(YOUR PATH HERE)mono/doc/web/deploy/index.html
46
47