Import flag image set
[www.martinvillalba.com.git] / README
blob9d2804a5d7c10cc9aa06d307443103d53b9b9bdf
1 Introduction
2 ==========
3 These are the sources of my main personal website.  It gets turned into an
4 actual website with the help of [Hyde](http://ringce.com/hyde "Hyde").
6 You can reach me at: ehyde at codinghyde com
9 Setup
10 =====
11 The buildout environment should be entirely self-contained,
12 web server included.
14 If you want to modify the website, clone the repository and run:
15 % source bootstrap && buildout
17 If you want to publish the website, push upstream (odin). Once uploaded, a
18 server-side hook will run and do the following (publish.py):
19  1) Clone repository to temp directory.
20  2) Are buildout.cfg or nginx.conf any different from those used by the
21     currently running webserver instance?
22  3) If so, stop web-server, pull repository, and run buildout.
23  4) Else, just pull repository.
24  5) Run hyde.
25  6) Start web-server if not currently running.
28 License
29 ==========
30 Everything but the src/ directory is under the MIT/X11 license.
31 All images, config files, and templates in src/ are licensed under the ???
32 license. (TODO).
33 All content (*.html) inside the src/ directory is under the CC-BY-3.0 license.
35 MIT: See ./MIT.
36 CC-BY-3.0: http://creativecommons.org/licenses/by/3.0/
39 To Do
40 ==========
41  - Layout
42  - Index
43  - About
44  - Projects
45  - Portfolio
46  - Blogs
47  - Contact
48  - Convert templates to HAML/SASS?
49  - Multi-lingual support?
50  - Translate pages?