Update README.md
[www.martinvillalba.com.git] / README.md
bloba33c91aa9323e0b321f26c7fffe6c124cc387906
1 www.martinvillalba.com
2 ======================
4 Introduction
5 ------------
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
13 Editing
14 -------
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:
20 1. % source bootstrap
21 2. % buildout
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:
27 1. % ./develop 
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
40 License
41 -------
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 ???
44 license. (TODO).
45 All content (*.html) inside the src/ directory is under the CC-BY-3.0 license.
47 MIT: See ./MIT.
48 CC-BY-3.0: http://creativecommons.org/licenses/by/3.0/
51 To Do
52 -----
53  - Layout
54  - Index
55  - About
56  - Projects
57  - Portfolio
58  - Blogs
59  - Contact
60  - Convert templates to HAML/SASS?
61  - Multi-lingual support?
62  - Translate pages?