when this goes live you will put this on the wiki's release page right? :) -igor
On Tue, Jul 20, 2010 at 3:21 PM, Martijn Dashorst <martijn.dasho...@gmail.com> wrote: > I'm working with the infra@ to get our new website (based on the old > style) live using svnpubsub. > > When you cut a release, the easiest thing to add it to our new website > is to check it out: > > svn co https://svn.apache.org/repos/asf/wicket/common/site/trunk wicket-site > > cd wicket-site > > and edit the _config.yaml file. The contents are currently: > > destination: ./_site > auto: false > lsi: false > server_port: 4000 > pygments: true > markdown: maruku > permalink: date > maruku: > use_tex: false > use_divs: false > png_dir: images/latex > png_url: /images/latex > exclude: readme.md > wicket: > version: 1.4.9 > released: 2010-05-24 > versions: [1.3.7, 1.3-SNAPSHOT, 1.4.7, 1.4.8, 1.4.9, > 1.4-SNAPSHOT, 1.5-SNAPSHOT] > > > You'll need to edit the wicket part: modify the version, update the > released date, and add the new version to the versions list. > > Run jekyll: > > jekyll --auto --server > > This will generate the site and update all relevant pages, including > the menu structure, the quickstart and the doap.rdf file > > See if the site works by opening a browser and going to http://localhost:4000 > > Add a post with the release notes in _posts > > Ensure the post is visible on the front page. > > Now all you need to do is svn commit the changes... > > Martijn >