You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/09/20 20:53:48 UTC

svn commit: r1525098 - in /jspwiki/site/trunk: content/ppmc/how_to_release.mdtext templates/skeleton.html

Author: juanpablo
Date: Fri Sep 20 18:53:48 2013
New Revision: 1525098

URL: http://svn.apache.org/r1525098
Log:
more incubator references removed

updated (c) year

removed spanish title

Modified:
    jspwiki/site/trunk/content/ppmc/how_to_release.mdtext
    jspwiki/site/trunk/templates/skeleton.html

Modified: jspwiki/site/trunk/content/ppmc/how_to_release.mdtext
URL: http://svn.apache.org/viewvc/jspwiki/site/trunk/content/ppmc/how_to_release.mdtext?rev=1525098&r1=1525097&r2=1525098&view=diff
==============================================================================
--- jspwiki/site/trunk/content/ppmc/how_to_release.mdtext (original)
+++ jspwiki/site/trunk/content/ppmc/how_to_release.mdtext Fri Sep 20 18:53:48 2013
@@ -14,10 +14,10 @@ Title: How to Release
   1. Generate [PGP code signing keys][]
   2. Add the PGP code signing keys to the [KEYS file][] as documented on the 
 [Infrastructure site][]
-  3. Put in a [Infrastructure JIRA][] asking to get added to the incubator unix 
+  3. Put in a [Infrastructure JIRA][] asking to get added to the jspwiki unix 
 group on people.apache.org <!--and the jspwiki deployer role for Nexus-->
   4. Copy the modified KEYS file to the release folder 
-/www/www.apache.org/dist/incubator/jspwiki on people.apache.org and ensure it 
+/www/www.apache.org/dist/jspwiki on people.apache.org and ensure it 
 has 0664 permissions.
 
 <!---
@@ -41,8 +41,8 @@ you'll have to enter your login password
 
 <!-- TODO
      What exactly do we want to do here?
-     Completing the details makes only sense once we're a TLP and thus not dependent from externs anymore.
-     At the moment, we can only "release" in JIRA after being sure the IPMC release vote succeeded, but at that time, the artifacts have already been created.
+     Completing the details makes only sense once we're a TLP and thus not 
+	 dependent from externs anymore.
      
  
     1. Update ReleaseNotes with [new release notes from JIRA][], select the 
@@ -144,7 +144,7 @@ Send the following to dev@jspwiki.apache
     http://svn.apache.org/repos/asf/jspwiki/tags/release-X.Y.Z/
     
     JSPWiki's KEYS file containing PGP keys we use to sign the release:
-    http://www.apache.org/dist/incubator/jspwiki/KEYS
+    http://www.apache.org/dist/jspwiki/KEYS
 -->
 
     Subject: [VOTE] Release JSPWiki version X.Y.Z
@@ -165,7 +165,7 @@ Send the following to dev@jspwiki.apache
     http://svn.apache.org/repos/asf/jspwiki/tags/release-X.Y.Z/
     
     JSPWiki's KEYS file containing PGP keys we use to sign the release:
-    http://www.apache.org/dist/incubator/jspwiki/KEYS
+    http://www.apache.org/dist/jspwiki/KEYS
     
 Note that the PMC needs to vote upon the release before any release can be made official.
 
@@ -187,11 +187,11 @@ the description "Apache jspwiki X.Y.Z ar
         PREVIOUS_VERSION=X.Y.Z
         CANDIDATE=C
         cp -r ~/public_html/jspwiki-$VERSION-candidate-$CANDIDATE \
-        /www/www.apache.org/dist/incubator/jspwiki/jspwiki-$VERSION
-        cd /www/www.apache.org/dist/incubator/jspwiki
+        /www/www.apache.org/dist/jspwiki/jspwiki-$VERSION
+        cd /www/www.apache.org/dist/jspwiki
         chgrp -R jspwiki jspwiki-$VERSION
         chmod -R g+w jspwiki-$VERSION
-        rm -r /www/www.apache.org/dist/incubator/jspwiki/jspwiki-$PREVIOUS_VERSION # remove older versions
+        rm -r /www/www.apache.org/dist/jspwiki/jspwiki-$PREVIOUS_VERSION # remove older versions
 
     The last line is to remove the previous version, since only the most recent 
 version on a particular branch should be in the dist directory. Older versions 

Modified: jspwiki/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/jspwiki/site/trunk/templates/skeleton.html?rev=1525098&r1=1525097&r2=1525098&view=diff
==============================================================================
--- jspwiki/site/trunk/templates/skeleton.html (original)
+++ jspwiki/site/trunk/templates/skeleton.html Fri Sep 20 18:53:48 2013
@@ -87,7 +87,7 @@
         <div style="clear:both;"></div>
       </div>
       <div id="actionsBottom" class="pageactions"> 
-        <a href="#top" class="action quick2top" title="Ir al principio">«</a>
+        <a href="#top" class="action quick2top" title="Go to top">«</a>
       </div>
 
     </div>
@@ -109,7 +109,7 @@
  
   <div id="footer">
     <div class="copyright">
-      Copyright &copy; 2012 The Apache Software Foundation, Licensed under 
+      Copyright &copy; 2013 The Apache Software Foundation, Licensed under 
       the <a href="http://www.apache.org/licenses/LICENSE-2.0" class="external">Apache License, Version 2.0</a>.
       <br />Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
     </div>