Introduction
Introduction Statistics Contact Development Disclaimer Help
Hide robots.txt too! - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit d2696fb4b4eb813955455354b39b7cad2396f3a8
parent e681ac99ef4d2de6e7815f8f3680e7e5705fd53f
Author: [email protected] <unknown>
Date: Mon, 15 Sep 2008 07:18:31 +0200
Hide robots.txt too!
Diffstat:
M bin/controller.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bin/controller.rc b/bin/controller.rc
@@ -50,7 +50,7 @@ fn gentitle {
}
# Don't change var name or trailing ';', some dirs change the filter!
-dirfilter = '/\/[._]/d; /sitemap\.txt/d; s,^\./,,; s,\.md$,,; s,\.html,,; s,\.…
+dirfilter = '/\/[._]/d; /\/robots.\txt$/d; /\/sitemap\.txt$/d; s,^\./,,; s,\.m…
# To be used from _config files
fn hide_paths {
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.