Hi,

Few feedbacks:
* two link on the page is 404-ing:
http://wicket.apache.org/contribute/writing-documentation.html and
http://wicket.apache.org/contribute/building-from-svn.html
* also for some reason I couldn't find the page about mailing lists and
archives (they were under the big Community link on the old page), where
are they now?

The new site is really nice btw ;)

Regards,
Peter

2010-07-21 01:20 keltezéssel, Martijn Dashorst írta:
> 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/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

Reply via email to