You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/01/06 06:51:07 UTC

svn commit: r1850527 - in /httpd/site/trunk/content/docs-project: docsformat.mdtext goingfurther.mdtext

Author: jailletc36
Date: Sun Jan  6 06:51:07 2019
New Revision: 1850527

URL: http://svn.apache.org/viewvc?rev=1850527&view=rev
Log:
Axe some reference to the 2.2 branch

Modified:
    httpd/site/trunk/content/docs-project/docsformat.mdtext
    httpd/site/trunk/content/docs-project/goingfurther.mdtext

Modified: httpd/site/trunk/content/docs-project/docsformat.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/docs-project/docsformat.mdtext?rev=1850527&r1=1850526&r2=1850527&view=diff
==============================================================================
--- httpd/site/trunk/content/docs-project/docsformat.mdtext (original)
+++ httpd/site/trunk/content/docs-project/docsformat.mdtext Sun Jan  6 06:51:07 2019
@@ -24,7 +24,7 @@ xml source files and the technique used
 # Format #
 
 A DTD is located in the [style
-directory](http://httpd.apache.org/docs/2.2/style/) of the manual. An
+directory](http://httpd.apache.org/docs/current/style/) of the manual. An
 example of the format with extensive comments is also available in
 [mod_template.txt](mod_template.txt). Obviously, the file extension should
 be `xml`. It was changed to make online viewing simpler.

Modified: httpd/site/trunk/content/docs-project/goingfurther.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/docs-project/goingfurther.mdtext?rev=1850527&r1=1850526&r2=1850527&view=diff
==============================================================================
--- httpd/site/trunk/content/docs-project/goingfurther.mdtext (original)
+++ httpd/site/trunk/content/docs-project/goingfurther.mdtext Sun Jan  6 06:51:07 2019
@@ -32,7 +32,6 @@ Doc manual is divided in branches:
   features, changes; you allways must begin to translate files in this branch,
   then port your work to other branches.
 - <b>2.4:</b> It's the current stable branch, recommended for a prod server
-- <b>2.2:</b> It's the oldest branch still maintained.
 
 Good to see [what has already been
 translated](http://home.apache.org/~takashi/translation-status/test.html#2.4) and
@@ -51,10 +50,7 @@ your computer:
 	  httpd-trunk`
 	- `svn co
 	  https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/docs
-	  httpd-2.4`
-	- `svn co
-	  https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/docs
-	  httpd-2.2`</br>
+	  httpd-2.4`</br>
     
 <b>Note:</b> SVN is a powerful program; see more [here](svn.html) and of course
   "`svn --help`" or "`man svn`" if you work in a Unix-like environment.	  
@@ -80,7 +76,6 @@ will help you to get started.
 - Copy svn repository you downloaded above in <b>"sav"</b> directory:
 	- `cp -a httpd-trunk sav`
 	- `cp -a httpd-2.4 sav`
-	- `cp -a httpd-2.2 sav`
 
 - Once you have finished to work on a file, say <b>file.xml.fr</b>, save it to
   corresponding directory in sav tree, along with its english version