Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « doc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4740189008566d143a38d6d31e8aa8d03f914e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
To edit the website appearance:

cd doc/web
edit template.html.in
make

To edit website content:

cd doc (this directory)
edit files carefully
cd web
make

To publish changes:

cd web
make push

############## Samples 


  If you want to add a new item in the left menu 
  you have to edit mono/doc/web/commands and add
  the entry there.

    For new files you can add something as:
    level,entry,path_to_the_file,file.src

    ex: 1,COBOL#,cobol.html,cobol.src

    If you just want to add a link to the menu:
    1,MyEntry,URL
    
    ex: 1,About Linux,http://www.linux.org

  To test the results under Linux:
    1. Edit mono/doc/web/makefile

    Delete all the references to class status
    and the deploy/index.rss as well as the
    mono.exe commands.

    2. make
    3. Open your browser and point to the 
       file:///(YOUR PATH HERE)mono/doc/web/deploy/index.html