aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES.md10
-rw-r--r--doc/INSTALL.md11
2 files changed, 18 insertions, 3 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index c7424c8e9..8299e8e8a 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -6,14 +6,20 @@
* FORWARD_NONBOUNCE_RESPONSES_TO
* TRACK_SENDER_EMAIL
* TRACK_SENDER_NAME
-* Execute `script/rebuild-xapian-index` to create new xapian index terms used in latest version of search (can take a long time)
+ * HTML_TO_PDF_COMMAND
+* Execute `script/rebuild-xapian-index` to create new xapian index
+ terms used in latest version of search (can take a long time)
+* Install wkhtmltopdf to enable PDFs in downloadable zipfiles. A
+ static binary is recommended on Linux in order to run the command
+ headless: http://code.google.com/p/wkhtmltopdf/downloads/list
+* Configure your MTA to handle bounce emails from alerts (see INSTALL-exim4.md)
## Highlighted features
* Complete overhaul of design, including improved search, modern look and feel, more twitter links, etc
* A banner alerts visitors from other countries to existing sites in their country, or exhorts them to make their own
* Bounce emails that result from user alerts are automatically processed and hard bouncing accounts do not continue to receive alerts.
See the new instructions in INSTALL-exim4.md for details of how to set this up.
-
+* Logged in users now have the ability to download a zipfile of the entire correspondence for a request
# Version 0.3
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index eb0a77dd9..f6317057e 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -36,7 +36,16 @@ code. Run:
git submodule update --init
-to fetch the contents of the submodules.
+to fetch the contents of the submodules.
+
+Optionally, you may want to install
+[wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/downloads/list).
+We recommend downloading the latest, statically compiled version from
+the project website, as this allows running headless (i.e. without a
+graphical interface running) on Linux. If you do install
+`wkhtmltopdf`, you need to edit a setting in the config file to point
+to it (see below).
+
# Configure Database