From 9add072b8d611c2b078a462ed1fcc79d8017c2f1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 15 Jul 2013 21:04:17 +0200 Subject: Add data/local/examples Signed-off-by: Florian Pritz --- INSTALL | 1 + data/local/.gitignore | 1 + data/local/examples/.gitignore | 1 + data/local/examples/header.inc.php | 4 ++++ data/local/examples/style.css | 4 ++++ 5 files changed, 11 insertions(+) create mode 100644 data/local/.gitignore create mode 100644 data/local/examples/.gitignore create mode 100644 data/local/examples/header.inc.php create mode 100644 data/local/examples/style.css 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 @@ + 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 + */ -- cgit v1.2.3-24-g4f1b