6 These are the sources of my main personal website. It gets turned into an
7 actual website with the help of [Hyde](http://ringce.com/hyde "Hyde").
9 You can reach me via e-Mail and Google Talk/Jabber at:
10 martin at NOSPAM martinvillalba.com
15 The buildout environment should be entirely self-contained,
16 testing web server included.
18 If you want to modify the website, clone the repository and run:
22 When done editing, check everything looks fine with the development server by
23 running the following and checking your browser:
26 If everything looks fine, go ahead and run ./publish to re-build and upload
27 everything to Google App Engine.
29 Don't forget to push the changes upstream (GitHub, Gitorious).
31 Backup GIT repositories:
32 http://repo.or.cz/w/www.martinvillalba.com.git
33 https://gitorious.org/www-martinvillalba-com/www-martinvillalba-com
38 Everything but the src/ directory is under the MIT/X11 license.
39 All images, config files, and templates in src/ are licensed under the ???
41 All content (*.html) inside the src/ directory is under the CC-BY-3.0 license.
44 CC-BY-3.0: http://creativecommons.org/licenses/by/3.0/
56 - Convert templates to HAML/SASS?
57 - Multi-lingual support?