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 3. % source bin/activate
24 When done editing, check everything looks fine with the development server by
25 running the following and checking your browser:
29 If everything looks fine, go ahead and run ./publish to re-build and upload
30 everything to Google App Engine.
32 Don't forget to push the changes upstream (GitHub, Gitorious, odin).
34 Backup GIT repositories:
36 * http://repo.or.cz/w/www.martinvillalba.com.git
37 * https://gitorious.org/www-martinvillalba-com/www-martinvillalba-com
42 Everything but the src/ directory is under the MIT/X11 license.
43 All images, config files, and templates in src/ are licensed under the ???
45 All content (*.html) inside the src/ directory is under the CC-BY-3.0 license.
48 CC-BY-3.0: http://creativecommons.org/licenses/by/3.0/
60 - Convert templates to HAML/SASS?
61 - Multi-lingual support?