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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2003-02-12 03:36:40 +0300
committerJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2003-02-12 03:36:40 +0300
commitfc0bd945c4ccc713caf6f427b1304ad01d46bb85 (patch)
treed5d2b844a324139b95754b8381891c7dc92f64c4 /web
parent5ca8a55ee52b7d26ae3a07cf5b859fac55754daf (diff)
More infoMore info..
svn path=/trunk/mono/; revision=11500
Diffstat (limited to 'web')
-rw-r--r--web/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/web/README b/web/README
index 333d133943f..47401890085 100644
--- a/web/README
+++ b/web/README
@@ -15,3 +15,33 @@ 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
+
+