Author: dashorst
Date: Tue Jul 20 20:36:14 2010
New Revision: 965991

URL: http://svn.apache.org/viewvc?rev=965991&view=rev
Log:
First files

Added:
    wicket/common/site/trunk/_config.yml
    wicket/common/site/trunk/atom.xml
    wicket/common/site/trunk/doap.rdf
    wicket/common/site/trunk/favicon.ico   (with props)
    wicket/common/site/trunk/index.md
    wicket/common/site/trunk/readme.md

Added: wicket/common/site/trunk/_config.yml
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_config.yml?rev=965991&view=auto
==============================================================================
--- wicket/common/site/trunk/_config.yml (added)
+++ wicket/common/site/trunk/_config.yml Tue Jul 20 20:36:14 2010
@@ -0,0 +1,17 @@
+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]

Added: wicket/common/site/trunk/atom.xml
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/atom.xml?rev=965991&view=auto
==============================================================================
--- wicket/common/site/trunk/atom.xml (added)
+++ wicket/common/site/trunk/atom.xml Tue Jul 20 20:36:14 2010
@@ -0,0 +1,26 @@
+---
+layout: nil
+---
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom";>
+ 
+ <title>Apache Wicket</title>
+ <link href="http://wicket.apache.org/atom.xml"; rel="self"/>
+ <link href="http://wicket.apache.org/"/>
+ <updated>{{ site.time | date_to_xmlschema }}</updated>
+ <id>http://wicket.apache.org/</id>
+ <author>
+   <name>Apache Wicket</name>
+   <email>d...@wicket.apache.org</email>
+ </author>
+ 
+ {% for post in site.posts limit:10 %}
+ <entry>
+   <title>{{ post.title }}</title>
+   <link href="http://wicket.apache.org{{ post.url }}"/>
+   <updated>{{ post.date | date_to_xmlschema }}</updated>
+   <id>http://wicket.apache.org{{ post.id }}</id>
+   <content type="html">{{ post.content | xml_escape }}</content>
+ </entry>
+ {% endfor %}
+</feed>

Added: wicket/common/site/trunk/doap.rdf
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/doap.rdf?rev=965991&view=auto
==============================================================================
--- wicket/common/site/trunk/doap.rdf (added)
+++ wicket/common/site/trunk/doap.rdf Tue Jul 20 20:36:14 2010
@@ -0,0 +1,42 @@
+---
+layout: nil
+---
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:asfext="http://projects.apache.org/ns/asfext#"; 
xmlns:foaf="http://xmlns.com/foaf/0.1/"; xml:lang="en">
+<!--
+  =======================================================================
+
+   Copyright (c) 2010 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+       <Project rdf:about="http://wicket.apache.org/";>
+               <created>2010-06-21</created>
+               <license 
rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+               <name>Apache Wicket</name>
+               <homepage rdf:resource="http://wicket.apache.org"/>
+               <asfext:pmc rdf:resource="http://wicket.apache.org/"/>
+               <shortdesc>Apache Wicket is an open source Java component 
oriented web application framework.</shortdesc>
+               <description>With proper mark-up/logic separation, a POJO data 
model, and a refreshing lack of XML, Apache Wicket makes developing web-apps 
simple and enjoyable again. Swap the boilerplate, complex debugging and brittle 
code for powerful, reusable components written with plain Java and 
HTML.</description>
+               <bug-database 
rdf:resource="http://issues.apache.org/jira/browse/WICKET"/>
+               <mailing-list rdf:resource="http://wicket.apache.org"/>
+               <download-page rdf:resource="http://wicket.apache.org"/>
+               <programming-language>Java</programming-language>
+               <category 
rdf:resource="http://projects.apache.org/category/web-framework"/>
+               <release>
+                       <Version>
+                               <name>Latest Stable Release</name>
+                               <created>{{ site.wicket.released }}</created>
+                               <revision>{{ site.wicket.version }}</revision>
+                       </Version>
+               </release>
+               <repository>
+                       <SVNRepository>
+                               <location 
rdf:resource="http://svn.apache.org/repos/asf/wicket/trunk"/>
+                               <browse 
rdf:resource="http://svn.apache.org/viewvc/wicket/trunk"/>
+                       </SVNRepository>
+               </repository>
+       </Project>
+</rdf:RDF>

Added: wicket/common/site/trunk/favicon.ico
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/favicon.ico?rev=965991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/trunk/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/trunk/index.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/index.md?rev=965991&view=auto
==============================================================================
--- wicket/common/site/trunk/index.md (added)
+++ wicket/common/site/trunk/index.md Tue Jul 20 20:36:14 2010
@@ -0,0 +1,46 @@
+---
+layout: default
+title: Welcome to Apache Wicket
+---
+With proper mark-up/logic separation, a POJO data model, and a refreshing
+lack of XML, Apache Wicket makes developing web-apps simple and enjoyable
+again. Swap the boilerplate, complex debugging and brittle code for powerful,
+reusable components written with plain Java and HTML.
+
+* Check the [feature list](meet/features.html)
+* Read some [Wicket buzz](meet/buzz.html), some [Wicket blogs](meet/blogs.html)
+* Find out why you should [use Wicket](meet/introduction.html)
+* Check out some selected [examples in detail](learn/examples) or see them and 
many more in [live action](http://wicketstuff.org/wicket14/)
+* Take a look at our live [component 
reference](http://wicketstuff.org/wicket14/compref/)
+* Go and [download Wicket](start/download.html)
+* See what [extras are available](learn/projects)
+
+Wicket is released under the [Apache License, Version
+2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
+
+{% for post in site.posts limit:2 %}
+<h1>{{ post.title}}</h1>
+{{post.content}}
+{% endfor %}
+
+<h1>Older news items</h1>
+<ul>
+{% for post in site.posts limit:10 offset:2 %}
+
+<li>
+       <a href="{{post.url}}">{{post.title}}</a> - <span>{{post.date | 
date_to_string}}</span><br />
+       {{ post.content | strip_html | truncatewords:25 }}
+       <a href="{{post.url}}">more</a></li>
+{% endfor %}
+</ul>
+# Books about Wicket
+
+The following books are published regarding Apache Wicket (click a cover to
+learn more about the book):
+
+<a href="/learn/books/wia.html"><img src="/learn/books/wia.png" height="200px" 
/></a>
+<a href="/learn/books/ewdww.html"><img src="/learn/books/ewdww.png" 
height="200px" /></a>
+<a href="/learn/books/prowicket.html"><img src="/learn/books/prowicket.png" 
height="200px" /></a>
+<a href="/learn/books/kwij.html"><img src="/learn/books/kwij.png" 
height="200px" /></a>
+<a href="/learn/books/praxisbuchwicket.html"><img 
src="/learn/books/praxisbuchwicket.png" height="200px" /></a>
+<a href="/learn/books/wicket-jp.html"><img src="/learn/books/wicket-jp.png" 
height="200px" /></a>

Added: wicket/common/site/trunk/readme.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/readme.md?rev=965991&view=auto
==============================================================================
--- wicket/common/site/trunk/readme.md (added)
+++ wicket/common/site/trunk/readme.md Tue Jul 20 20:36:14 2010
@@ -0,0 +1,24 @@
+Wicket Site
+===========
+
+This is a project for tracking a new design for the Apache Wicket website. The
+site is generated to static html using
+[jekyll](http://github.com/mojombo/jekyll).
+
+If you want to see how it might look in the future, see the file
+[wicketsite5.pdf](http://github.com/dashorst/wicket-site/raw/master/_design/wicketsite5.pdf
+"Design document")
+
+If you want to see how it looks now, see the [generated
+markup](http://github.com/dashorst/wicket-site/raw/master/_site/index.html).
+
+Running the site
+----------------
+
+Use (after installing jekyll) the following command to run jekyll in a server
+mode:
+
+    $ jekyll --auto --server
+
+This instructs jekyll to generate new output whenever something changes on
+the filesystem, and serve those files to the default port (4000) on your box.


Reply via email to