Convert footers to Markdown (#23)
[www.martinvillalba.com.git] / README.md
blob74e8ba005f9aa2cf412ab24edd6a8c004c1f5f26
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:
19 % source bootstrap
20 % buildout
22 When done editing, check everything looks fine with the development server by
23 running the following and checking your browser:
24 % ./develop
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
36 License
37 -------
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 ???
40 license. (TODO).
41 All content (*.html) inside the src/ directory is under the CC-BY-3.0 license.
43 MIT: See ./MIT.
44 CC-BY-3.0: http://creativecommons.org/licenses/by/3.0/
47 To Do
48 -----
49  - Layout
50  - Index
51  - About
52  - Projects
53  - Portfolio
54  - Blogs
55  - Contact
56  - Convert templates to HAML/SASS?
57  - Multi-lingual support?
58  - Translate pages?