shithub: werc

Download patch

ref: 9e93cd7ecbce797de52cd9779d99d337145728b0
parent: a904204eda45b0ad45411bdba4fd4343e1f7f9f0
author: Stanley Lieber <sl@stanleylieber.com>
date: Sun May 31 19:02:34 EDT 2020

apps/duckduckgo/HOWTO: when installing, rename footer.inc.sample to footer.inc.

--- a/apps/duckduckgo/HOWTO
+++ b/apps/duckduckgo/HOWTO
@@ -5,7 +5,7 @@
 mkdir -p /www/werc/sites/MYSITE/_search/_werc/
 echo 'conf_enable_duckduckgo' > /www/werc/sites/MYSITE/_search/_werc/config
 mkdir -p /www/werc/sites/MYSITE/_werc/lib/
-cp /www/werc/apps/search/footer.inc.sample /www/werc/sites/MYSITE/_werc/lib/
+cp /www/werc/apps/search/footer.inc.sample /www/werc/sites/MYSITE/_werc/lib/footer.inc
 
 Searches will POST to /_search/ and from there get redirected to Duck Duck 
 Go with a site:$SERVER_NAME prefix.  To have the search path URL be some-
--