From 0824f0d86b91fe1ed4e0761e38fbaf6852b37e28 Mon Sep 17 00:00:00 2001 From: lars Date: Tue, 8 Jun 2010 23:55:02 +0000 Subject: [PATCH] moved example config files to a seperate config directory added some more explanatory text for important settings --- examples/htman.conf | 16 ++++++++++++++++ htman.map => examples/htman.map | 0 htman.conf | 9 --------- 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 examples/htman.conf rename htman.map => examples/htman.map (100%) delete mode 100644 htman.conf diff --git a/examples/htman.conf b/examples/htman.conf new file mode 100644 index 0000000..30505eb --- /dev/null +++ b/examples/htman.conf @@ -0,0 +1,16 @@ +[Locations] +# location of the mapping file (containing "name=file" pairs) +mapping = htman.map + +# location of the htman templates +#templates = /usr/share/htman/templates + +# the htpasswd_directory will be used for all relative locations given in the +# mappings file +#htpasswd_directory = /etc/htman/htpasswd.d + +[Web] +base_url = / +css_url = /default.css +favicon_url = /favicon.ico +title = Access manager diff --git a/htman.map b/examples/htman.map similarity index 100% rename from htman.map rename to examples/htman.map diff --git a/htman.conf b/htman.conf deleted file mode 100644 index 1a0f03f..0000000 --- a/htman.conf +++ /dev/null @@ -1,9 +0,0 @@ -[Locations] -mapping = htman.map -#templates = templates - -[Web] -base_url = / -css_url = https://systemausfall.org/default.css -favicon_url = https://systemausfall.org/favicon.ico -title = Zugangsmanager