From 4f3184d25fc9e57c83e6bd40ab4ac871b7d5a8d2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 16 Apr 2012 11:51:36 -0400 Subject: [PATCH] Created examples web dir 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 Signed-off-by: Mike Rylander --- Open-ILS/examples/web/README | 27 +++++++++++++++++++ .../{tt2 => web/templates}/flattener_test.tt2 | 0 2 files changed, 27 insertions(+) create mode 100644 Open-ILS/examples/web/README rename Open-ILS/examples/{tt2 => web/templates}/flattener_test.tt2 (100%) diff --git a/Open-ILS/examples/web/README b/Open-ILS/examples/web/README new file mode 100644 index 0000000000..ff1096fd55 --- /dev/null +++ b/Open-ILS/examples/web/README @@ -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: +//////////////////////// + diff --git a/Open-ILS/examples/tt2/flattener_test.tt2 b/Open-ILS/examples/web/templates/flattener_test.tt2 similarity index 100% rename from Open-ILS/examples/tt2/flattener_test.tt2 rename to Open-ILS/examples/web/templates/flattener_test.tt2 -- 2.43.2