Validation warnings
[fsf-giving-guide.git] / v7beta / README.md
1 # FSF Holiday Giving Guide README
2
3 ## Deployment
4 The git repo holding the live copy of the site is in the master branch.
5
6 ## Adding images
7 Make sure that, for side-by-side comparisons, both images are a similar height
8
9 ## Developing using Python
10 The guide is a simple static web page. To view it in your browser,
11 run `make` at the root of the source tree, then visit
12 `localhost:8000`. The `Makefile` relies on Python for starting the
13 development web server, but it's trivial to serve the page using the
14 web server of your preference if you do not have Python.