Rebuild the site to test gitpubsub
Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/84e1c9fb Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/84e1c9fb Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/84e1c9fb Branch: refs/heads/asf-site Commit: 84e1c9fb57aa575af44a04faf44f8ae425f05e50 Parents: ae36d68 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sat May 9 10:05:59 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sat May 9 10:05:59 2015 +0300 ---------------------------------------------------------------------- _site/atom.xml | 2 +- _site/index.html | 2 ++ _site/regenerate.sh | 10 ---------- index.md | 2 ++ 4 files changed, 5 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/84e1c9fb/_site/atom.xml ---------------------------------------------------------------------- diff --git a/_site/atom.xml b/_site/atom.xml index 00217bd..73fda5f 100644 --- a/_site/atom.xml +++ b/_site/atom.xml @@ -4,7 +4,7 @@ <title>Apache Wicket</title> <link href="http://wicket.apache.org/atom.xml" rel="self"/> <link href="http://wicket.apache.org/"/> - <updated>2015-05-09T09:55:46+03:00</updated> + <updated>2015-05-09T10:05:29+03:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/84e1c9fb/_site/index.html ---------------------------------------------------------------------- diff --git a/_site/index.html b/_site/index.html index 0ec55a1..d96b56d 100644 --- a/_site/index.html +++ b/_site/index.html @@ -314,6 +314,8 @@ learn more about the book):</p> <a href="/learn/books/wicket-jp.html"><img src="/learn/books/wicket-jp.png" height="200px" /></a> <a href="/learn/books/koda.html"><img src="/learn/books/koda.jpg" height="200px" /></a></p> +<p><strong>Testing gitpubsub!</strong></p> + </div> <div id="clearer"></div> <div id="footer"><span> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/84e1c9fb/_site/regenerate.sh ---------------------------------------------------------------------- diff --git a/_site/regenerate.sh b/_site/regenerate.sh index 85d8dac..8384154 100755 --- a/_site/regenerate.sh +++ b/_site/regenerate.sh @@ -1,13 +1,3 @@ #!/bin/bash -#workaround script for regenerating the site because jekyll completely wipes _site which causes problems for svn -echo Backing up .svn folders in _site -mkdir _tmp -tar cfT _tmp/archive.tar /dev/null -find _site -name ".svn"|xargs -I{} tar -rf _tmp/archive.tar {} -#jekyll jekyll build -echo Restoring .svn folders in _site -tar -xf _tmp/archive.tar -rm -rf _tmp - http://git-wip-us.apache.org/repos/asf/wicket-site/blob/84e1c9fb/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md index a116abe..fc089dc 100644 --- a/index.md +++ b/index.md @@ -46,3 +46,5 @@ learn more about the book): <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> <a href="/learn/books/koda.html"><img src="/learn/books/koda.jpg" height="200px" /></a> + +<strong>Testing gitpubsub!</strong> \ No newline at end of file
