Created examples web dir
authorBill Erickson <berick@esilibrary.com>
Mon, 16 Apr 2012 15:51:36 +0000 (11:51 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 30 Jul 2012 19:05:00 +0000 (15:05 -0400)
Created Open-ILS/examples/web for storing example templates and sample
template overrides and their associated resources (js, css, images).

Moved the sample flattener_test.tt2 into the new web/templates dir.

Added a simple README exaplaining the purpose of the directory.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>

Open-ILS/examples/web/README [new file with mode: 0644]
Open-ILS/examples/web/templates/flattener_test.tt2 [moved from Open-ILS/examples/tt2/flattener_test.tt2 with 100% similarity]

diff --git a/Open-ILS/examples/web/README b/Open-ILS/examples/web/README
new file mode 100644 (file)
index 0000000..ff1096f
--- /dev/null
@@ -0,0 +1,27 @@
+README for Evergreen example web
+================================
+
+What's Here
+-----------
+
+Here lie example templates for testing and examples of template 
+overrides and their associated resources (js, css, images).
+
+Installation
+------------
+
+    * To install all example files.
+    * Templates assume a local override directory of "templates_local"
+
+[source, bash]
+------------------------------------------------------------------------------
+cp -r js/* /openils/var/web/js/
+cp -r css/* /openils/var/web/css/
+cp -r images/* /openils/var/web/images/
+cp -r templates/* /openils/var/templates_local
+------------------------------------------------------------------------------
+
+////////////////////////
+vim:set syntax=asciidoc:
+////////////////////////
+