summarylogtreecommitdiffstats
path: root/awb.install
diff options
context:
space:
mode:
Diffstat (limited to 'awb.install')
-rw-r--r--awb.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/awb.install b/awb.install
new file mode 100644
index 000000000000..7af1f05167e8
--- /dev/null
+++ b/awb.install
@@ -0,0 +1,14 @@
+post_install() {
+ cat << EOF
+A sample site is available in /usr/share/awb/sample
+It is entirely built with awb
+
+A default configuration file is also available in /usr/share/awb/awb.conf
+To start building your website with it, create ${XDG_CONFIG}/awb directory and copy awb.conf there, then make the changes that you find suitable.
+
+You might like to visit :
+ - http://awb.sourceforge.net/index.html
+ - http://www.methods.co.nz/asciidoc
+ - http://powerman.name/doc/asciidoc
+EOF
+}