Revision: 536 Author: [email protected] Date: Tue Jul 21 05:13:23 2009 Log: issue 42 - clarified README and --help. http://code.google.com/p/piccolo2d/source/detail?r=536
Modified: /site/README.txt /site/tools/inject_navigation.rb ======================================= --- /site/README.txt Wed Aug 6 20:03:04 2008 +++ /site/README.txt Tue Jul 21 05:13:23 2009 @@ -1,14 +1,27 @@ -See http://code.google.com/p/piccolo2d/issues/detail?id=42 - -The steps migrating the content from UMD here are - -1) cleanup markup (xhtml, css, code snippets) and navigation -2) replace piccolo -> piccolo2d, check links -3) rephrase/rewrite where outdated -4) move .../site/user/* to .../site/ -5) get tons of +1 votes on the issue -6) mirror to www.piccolo2d.org -7) feature on the project homepage - -P.S.: As the .../svn/site/ has no trunk/branches/tags I version - the changes with git and push them to .../svn/site.stage/ + +Jumpstart how to edit the website: + +1) checkout the site stage from https://piccolo2d.googlecode.com/svn/site + (beware, lots of stuff!) + +2) edit whatever you want to fix, + +3) re-inject the navigation html code into the static html pages: + $ ruby tools/inject_navigation.rb index.html ... + +4) tidy the html as the above script asks you to, + +5) ensure proper mime-type settings (svn): + $ sh tools/svn-mime-types.sh + +6) verify - test your changes locally + +7) commit to svn and verify your changes at http://piccolo2d.googlecode.com/svn/site/ + +8) wait until your changes are published from svn to http://piccolo2d.org + automatically every 4 hours at 3,7,etc UTC. + + +For more background visit: +- http://code.google.com/p/piccolo2d/wiki/WebSiteHowTo +- http://code.google.com/p/piccolo2d/issues/detail?id=42 ======================================= --- /site/tools/inject_navigation.rb Thu Aug 28 08:30:10 2008 +++ /site/tools/inject_navigation.rb Tue Jul 21 05:13:23 2009 @@ -124,7 +124,7 @@ if ARGV.length < 1 || ARGV[0] == '--help' || ARGV[0] == '-help' || ARGV[0] == '-?' puts <<END_OF_HELP -Inject navigation into html pages. +Inject navigation from tools/navigation.txt into html pages. Usage: 1) cd to the root of the website --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
