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
diff options
context:
space:
mode:
authorcheridy <cheridy@localhost>2001-07-13 03:39:14 +0400
committercheridy <cheridy@localhost>2001-07-13 03:39:14 +0400
commit9cacf09b7e87f29cf0ede4913926790fe6c03b8f (patch)
treec574fa535c9ee52cfaf243925ab124cac76542d8 /doc/README
parentc844124d379263acfc2a7b54d1934af5b71a5ef0 (diff)
info about docs, howto edit website content/appearance (here instead of in /web because content lives up on this level)
svn path=/trunk/mono/; revision=102
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/README b/doc/README
new file mode 100644
index 00000000000..333d133943f
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,17 @@
+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