You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/05/04 07:30:29 UTC

svn commit: r1677528 - in /directory/site/trunk/content: apacheds/developer-guide.mdtext api/developer-guide.mdtext fortress/developer-guide.mdtext mavibot/developer-guide.mdtext

Author: elecharny
Date: Mon May  4 05:30:29 2015
New Revision: 1677528

URL: http://svn.apache.org/r1677528
Log:
Updated the developper guides

Modified:
    directory/site/trunk/content/apacheds/developer-guide.mdtext
    directory/site/trunk/content/api/developer-guide.mdtext
    directory/site/trunk/content/fortress/developer-guide.mdtext
    directory/site/trunk/content/mavibot/developer-guide.mdtext

Modified: directory/site/trunk/content/apacheds/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/developer-guide.mdtext?rev=1677528&r1=1677527&r2=1677528&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/developer-guide.mdtext (original)
+++ directory/site/trunk/content/apacheds/developer-guide.mdtext Mon May  4 05:30:29 2015
@@ -451,6 +451,14 @@ Save and commit the file.
 
 You can now update the site, add a news on the front page, and publish the site.
 
+There are a few places to modify :
+- /lib/path.pm : update the $version_apacheds variable with the new version.
+- /content/index.mdtext : same here, update the <!-- ApacheDS project --> section, which contains the version.
+- /content/apacheds/news.mdtext : add the news on top of thise page
+- /content/apacheds/download-old-versions.mdtext : add a new line on top of the array, which refers to the latest version before the new one
+
+Commit the changes, and publish the web site, you are done !
+
 ##### Inform the world !
 
 After 24h, you can now inform the world about the release.

Modified: directory/site/trunk/content/api/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/developer-guide.mdtext?rev=1677528&r1=1677527&r2=1677528&view=diff
==============================================================================
--- directory/site/trunk/content/api/developer-guide.mdtext (original)
+++ directory/site/trunk/content/api/developer-guide.mdtext Mon May  4 05:30:29 2015
@@ -427,6 +427,14 @@ Save and commit the file.
 
 You can now update the site, add a news on the front page, and publish the site.
 
+There are a few places to modify :
+- /lib/path.pm : update the $version_api variable with the new version.
+- /content/index.mdtext : same here, update the <!-- LDAP API project --> section, which contains the version.
+- /content/api/news.mdtext : add the news on top of thise page
+- /content/api/download-old-versions.mdtext : add a new line on top of the array, which refers to the latest version before the new one
+
+Commit the changes, and publish the web site, you are done !
+
 ### Inform the world !
 
 After 24h, you can now inform the world about the release.

Modified: directory/site/trunk/content/fortress/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/developer-guide.mdtext?rev=1677528&r1=1677527&r2=1677528&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/developer-guide.mdtext (original)
+++ directory/site/trunk/content/fortress/developer-guide.mdtext Mon May  4 05:30:29 2015
@@ -559,6 +559,14 @@ We have to wait at least 24 hours for al
 
 Update the links to new distributions in [Downloads] page.
 
+There are a few places to modify :
+- /lib/path.pm : update the $version_fortress variable with the new version.
+- /content/index.mdtext : same here, update the <!-- FORTRESS project --> section, which contains the version.
+- /content/fortress/news.mdtext : add the news on top of thise page
+- /content/fortress/download-old-versions.mdtext : add a new line on top of the array, which refers to the latest version before the new one
+
+Commit the changes, and publish the web site, you are done !
+
 ### Step 15: Wait another 24 hours
 
 We need to wait until any changes made in the web site and metadata file(s) go live.

Modified: directory/site/trunk/content/mavibot/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/developer-guide.mdtext?rev=1677528&r1=1677527&r2=1677528&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/developer-guide.mdtext (original)
+++ directory/site/trunk/content/mavibot/developer-guide.mdtext Mon May  4 05:30:29 2015
@@ -408,6 +408,14 @@ Save and commit the file.
 
 You can now update the site, add a news on the front page, and publish the site.
 
+There are a few places to modify :
+- /lib/path.pm : update the $version_mavibot variable with the new version.
+- /content/index.mdtext : same here, update the <!-- MAVIBOT project --> section, which contains the version.
+- /content/mavibot/news.mdtext : add the news on top of thise page
+- /content/mavibot/download-old-versions.mdtext : add a new line on top of the array, which refers to the latest version before the new one
+
+Commit the changes, and publish the web site, you are done !
+
 ## Inform the world !
 
 After 24h, you can now inform the world about the release.