+1 -igor
On Tue, Jul 20, 2010 at 4:30 PM, Jeremy Thomerson <jer...@wickettraining.com> wrote: > Thanks Martijn for all the effort you've put into this! > > JT > > On Tue, Jul 20, 2010 at 6:20 PM, Martijn Dashorst < > martijn.dasho...@gmail.com> wrote: > >> The new site is now live, and updating is instantaneous. Many thanks >> go to Joe Shaefer of Apache infra for helping me out enabling this. >> >> Things worthy of note: >> >> - javadocs live in >> https://svn.apache.org/repos/asf/wicket/common/site/apidocs >> - I uploaded only the latest and greatest API docs, no more 1.4.3, >> 1.4.4, 1.4.5, 1.4.6 etc, just 1.4 javadocs (which contains whatever >> the latest release for 1.4 was) >> >> Martijn >> >> On Wed, Jul 21, 2010 at 12:21 AM, 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/trunkwicket-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 >> > >> >> >> >> -- >> Become a Wicket expert, learn from the best: http://wicketinaction.com >> Apache Wicket 1.4 increases type safety for web applications >> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.8 >> > > > > -- > Jeremy Thomerson > http://www.wickettraining.com >