From d3521e51410025ead7d1b99a82654271ddb1917b Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Fri, 13 Nov 2015 11:16:13 +0000 Subject: [PATCH] Update wikipage How to contribute to documentation. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1457 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- documentation/trunk/contribute/documentation.wiki | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/trunk/contribute/documentation.wiki b/documentation/trunk/contribute/documentation.wiki index c1f0eb6a..0fa73d2c 100644 --- a/documentation/trunk/contribute/documentation.wiki +++ b/documentation/trunk/contribute/documentation.wiki @@ -1,12 +1,12 @@ [[Property:title|How to contribute to documentation]] [[Property:link_title|To documentation]] [[Property:weight|1]] -[[Property:uuid|F16E76E5-3E60-4404-949C-9A013E308C39]] +[[Property:uuid|A2DED192-B50A-4E59-B214-FDC3FEDC7A44]] = Current documentation system = * The documentation is written using wikitext syntax (similar to wikipedia). * 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] . +* Those files come from the subversion repository: [https://svn.eiffel.com/eiffel-org/trunk/documentation/trunk] . * 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]] @@ -16,7 +16,7 @@ = To contribute = * First, you can post comment on any page (see comment form at the bottom of each page). -* As one would contribute to any source maintained on a subversion repository, one can contribute via the repository [https://svn.eiffel.com/eiffel-org/trunk/documentation/current/] and provide patch. +* As one would contribute to any source maintained on a subversion repository, one can contribute via the repository [https://svn.eiffel.com/eiffel-org/trunk/documentation/trunk/] and provide patch. * Note there is also a git mirror at [https://github.com/eiffelsoftware/eiffel-org] so you can also contribute via github by sending pull request. = Step by step with git = @@ -30,12 +30,12 @@ * See current pull requests at [https://github.com/EiffelSoftware/eiffel-org/pulls]. = Step by step with subversion = -* svn checkout https://svn.eiffel.com/eiffel-org/trunk/documentation/current/. +* svn checkout https://svn.eiffel.com/eiffel-org/trunk/documentation/trunk/. * add or edit the files locally. * once you want to share your changes. ** svn update. ** Send the patch via [https://codereview.appspot.com/]. (note: follow the instructions from codereview site, you will need to use a python script "upload.py" distributed by the codereview site). -* See current patches at [https://codereview.appspot.com/search?base=https://svn.eiffel.com/eiffel-org/trunk/documentation/current/]. +* See current patches at [https://codereview.appspot.com/search?base=https://svn.eiffel.com/eiffel-org/trunk/documentation/trunk/]. = Live editing on this site = * If you are a trusted editor, you can edit the documentation directly.