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