From fbd775c5045a8aa48d3d10ef0f1953c604df4c43 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 30 Oct 2014 14:05:48 -0400 Subject: [PATCH] Add Makefile and README. --- Makefile | 2 ++ README.md | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 Makefile create mode 100644 README.md 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. -- 2.25.1