From 2aba4b49afd0ae63fd956ffcbb77f438ae5a5cd1 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 23 Sep 2015 17:11:01 +0000 Subject: [PATCH] Updated documentation signed-off-by: jfiat git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1432 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- documentation/current/contribute/documentation.wiki | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/current/contribute/documentation.wiki b/documentation/current/contribute/documentation.wiki index 50729ce5..819503ac 100644 --- a/documentation/current/contribute/documentation.wiki +++ b/documentation/current/contribute/documentation.wiki @@ -5,8 +5,8 @@ = Current documentation system = * The documentation is written using wikitext syntax. -* Each page is stored in a wiki file on disk. -* Those files comes from a subversion repository (see [https://svn.eiffel.com/eiffel-org/trunk/documentation/current]). +* Each documentation page is stored in a wiki file on disk. +* Those files come from the subversion repository: [https://svn.eiffel.com/eiffel-org/trunk/documentation/current] . * The outline of book are following the underlying directory structure, and each wiki file can have properties that hold metadata such as: :[[Property:title|The page title]] :[[Property:link_title|short title]] @@ -36,4 +36,5 @@ * See current patches at [https://codereview.appspot.com/search?base=https://svn.eiffel.com/eiffel-org/trunk/documentation/current/]. = Live editing on this site = -* This is coming soon for trusted editors. +* If you are a trusted editor, you can edit the documentation directly. +* To be a trusted editor, please request it via the [/contact] page (don't forget to mention who you are and why you should be a trusted editor).