From: David Thompson Date: Thu, 30 Oct 2014 18:05:48 +0000 (-0400) Subject: Add Makefile and README. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fbd775c5045a8aa48d3d10ef0f1953c604df4c43;p=fsf-giving-guide.git Add Makefile and README. --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..37a1902 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +devserver: + python -m SimpleHTTPServer diff --git a/README.md b/README.md new file mode 100644 index 0000000..356d715 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# FSF Holiday Giving Guide + +Give freely this holiday season! + +## Hacking + +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.