summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-07-15 21:04:17 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-07-15 21:06:53 +0200
commit9add072b8d611c2b078a462ed1fcc79d8017c2f1 (patch)
tree2779795a4e07d803a34292503e80af941b37dde2
parent463553f8216029942e478f6be346897e8ce2c83d (diff)
Add data/local/examples
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--INSTALL1
-rw-r--r--data/local/.gitignore1
-rw-r--r--data/local/examples/.gitignore1
-rw-r--r--data/local/examples/header.inc.php4
-rw-r--r--data/local/examples/style.css4
5 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 804a94825..a0e5311e4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,6 +17,7 @@
* Add ./crontab or something similar to the user's crontab
+* Copy ./data/local/examples/contact-info.php to ./data/local/ and edit it
# Generate the first user
diff --git a/data/local/.gitignore b/data/local/.gitignore
new file mode 100644
index 000000000..d367a4a5c
--- /dev/null
+++ b/data/local/.gitignore
@@ -0,0 +1 @@
+contact-info.php
diff --git a/data/local/examples/.gitignore b/data/local/examples/.gitignore
new file mode 100644
index 000000000..d838da986
--- /dev/null
+++ b/data/local/examples/.gitignore
@@ -0,0 +1 @@
+examples/
diff --git a/data/local/examples/header.inc.php b/data/local/examples/header.inc.php
new file mode 100644
index 000000000..dce4cc5bd
--- /dev/null
+++ b/data/local/examples/header.inc.php
@@ -0,0 +1,4 @@
+<!--
+This header will be included right after the <body> tag.
+Use it to prepend your own site's navigation if needed.
+-->
diff --git a/data/local/examples/style.css b/data/local/examples/style.css
new file mode 100644
index 000000000..846bd0118
--- /dev/null
+++ b/data/local/examples/style.css
@@ -0,0 +1,4 @@
+/*
+ * This style will be included after all other style sheets.
+ * Use it to override any CSS rule to suite your needs
+ */