Copying almost-finished guide from its development branch into here.
[fsf-giving-guide.git] / v7 / README.md
diff --git a/v7/README.md b/v7/README.md
new file mode 100644 (file)
index 0000000..b7478d3
--- /dev/null
@@ -0,0 +1,14 @@
+# FSF Holiday Giving Guide README
+
+## Deployment
+The git repo holding the live copy of the site is in the master branch.
+
+## Adding images
+Make sure that, for side-by-side comparisons, both images are a similar height
+
+## Developing using Python
+The guide is a simple static web page.  To view it in your browser,
+run `make` at the root of the source tree, then visit
+`localhost:8000`.  The `Makefile` relies on Python for starting the
+development web server, but it's trivial to serve the page using the
+web server of your preference if you do not have Python.