You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/14 01:09:32 UTC

[Cordova Wiki] Update of "Updating Versions on the Cordova Website" by ShazronAbdullah

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "Updating Versions on the Cordova Website" page has been changed by ShazronAbdullah:
https://wiki.apache.org/cordova/Updating%20Versions%20on%20the%20Cordova%20Website

New page:
See ApacheFrontPage for SVN access and other details.


When a new Cordova version has been uploaded to the website, the website has references to the latest version that needs to be updated.

In the [[https://svn.apache.org/repos/asf/cordova/site/_config.yml|_config.yml]] file:

 1. Update the '''releases''' key, update '''all''' the sub-key values to the updated versions
 2. Update the '''docs''' key, update the '''url''' sub-key value to the updated URL for the versioned docs

Now you need to re-generate the website. See ApacheFrontPage.

In the [[https://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova.rdf|infra/doap_Cordova.rdf]] file:

 1. In the '''Project/release''' tag, add a child tag to the top, example below:

      <Version>
         <name>Latest Stable</name>

         <created>YYYY-MM-DD</created>

         <revision>A.B.C</revision>

      </Version>


Where '''A.B.C''' is the version of the release you just uploaded, and '''YYYY-MM-DD''' is the date of the release.

 2. Modify the next '''<Version>''' tag, and remove '''Latest Stable''' from the '''<name>''' and change it to '''Legacy'''

 2. Update the '''docs''' key, update the '''url''' sub-key value to the updated URL for the versioned docs


 1. [[https://svn.apache.org/repos/asf/cordova/site/public/index.html| public/index.html]]
 2. [[https://svn.apache.org/repos/asf/cordova/site/public/artwork.html| public/artwork.html]]
 3. [[https://svn.apache.org/repos/asf/cordova/site/public/news/ | public/news/]] - search in all .html files
 4. [[https://svn.apache.org/repos/asf/cordova/site/public/blog/| public/blog/]] - search in all .html files
 5. [[https://svn.apache.org/repos/asf/cordova/site/public/announcements/| public/announcements/]] - search in all .html files

Search