Added README and graphics template for use of KPAC graphics.
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 6 Mar 2014 20:12:26 +0000 (15:12 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Thu, 6 Mar 2014 20:12:26 +0000 (15:12 -0500)
Open-ILS/examples/kpac.xml
Open-ILS/web/images/kpac/KPAC_Category_Button_Template.psd [new file with mode: 0644]
Open-ILS/web/images/kpac/README.TXT [new file with mode: 0644]
Open-ILS/web/images/kpac/kcls_logo.jpg [deleted file]

index d2f89d6..1a548ad 100644 (file)
@@ -14,6 +14,8 @@
              For multiple words:  keyword:dog beagle
              For phrase:          keyword:"fourth of july"
              For boolean 'or':    (keyword:dog || keyword:puppy)
+             For multiples, nest the terms:
+                                  ((keyword:dog || keyword:puppy) || keyword:beagle)
              For 'link':          http://www.evergreen.org
         -->
 
         <page id="1" columns="4" name="Home" img="/images/home.jpg">
         <!-- Use type="topic" for top-level categories, type="maintopic" for searches, or type="link" for page links -->
 
-            
             <!-- 
             <cell name="Martin Luther King, Jr. Day" img="cat-mlk.png" type="maintopic">keyword:king martin luther</cell>
+            <cell name="Valentine's Day" img="cat-valentines.png" type="maintopic">keyword:valentine's day</cell> 
             -->
 
-            <cell name="Valentine's Day" img="cat-valentines.png" type="maintopic">keyword:valentine's day</cell> 
-          
-            <!--
             <cell name="St. Patrick's Day" img="cat-stpatricks.png" type="maintopic">keyword:st. patrick's day</cell>
+            
+            <!--
             <cell name="Easter" img="cat-easter.png" type="maintopic">keyword:easter</cell>
             <cell name="4th of July" img="cat-independence.png" type="maintopic">(keyword:independence day || keyword:fourth of july)</cell>
             <cell name="Back to School" img="cat-school.png" type="maintopic">(keyword:back to school || keyword:goes to school)</cell>
         <!-- use type="simplesearch" for searches, type="link" for web page links -->
 
         <page id="10" columns="2" name="Transportation" img="cat-truck.png" >
-            <cell name="Cars &amp; Trucks" img="cat-car.png" type="simplesearch">(keyword:car || keyword:truck || keyword: automobile)</cell>
-            <cell name="Planes" img="cat-plane.png" type="simplesearch">keyword:airplane</cell>
+            <cell name="Cars &amp; Trucks" img="cat-car.png" type="simplesearch">((keyword:car || keyword:truck) || keyword: automobile)</cell>
+            <cell name="Planes" img="cat-plane.png" type="simplesearch">(keyword:airplane || keyword:aeroplane)</cell>
             <cell name="Trains" img="cat-train.png" type="simplesearch">(keyword:train || keyword:locomotive)</cell>
             <cell name="Tractors &amp; Construction" img="cat-tractor.png" type="simplesearch">(keyword:tractor || keyword:construction)</cell>
             <cell name="Boats" img="cat-boat.png" type="simplesearch">(keyword:boat || keyword:ship)</cell>
-            <cell name="Military" img="cat-military.png" type="simplesearch">(keyword:tank || keyword:submarine || keyword:aircraft carrier)</cell>
+            <cell name="Military" img="cat-military.png" type="simplesearch">(((keyword:military tank || keyword:submarine) || keyword:aircraft carrier) || keyword:military aircraft)</cell>
         </page> 
 
         <page id="11" columns="2" name="Award-Winners" img="cat-caldecott.png" >
-             <cell name="Caldecott Medal" img="cat-caldecott.png" type="link">https://next.gapines.org/eg/kpac/results?bookbag=153202;locg=1;trail=11</cell>
-             <cell name="Coretta Scott King" img="cat-king.png" type="link">https://next.gapines.org/eg/kpac/results?bookbag=153204;locg=1;trail=11</cell>
-             <cell name="Geisel Award" img="cat-geisel.png" type="link">https://next.gapines.org/eg/kpac/results?bookbag=153203;locg=1;trail=11</cell>
-             <cell name="Newbery Medal" img="cat-newbery.png" type="link">https://next.gapines.org/eg/kpac/results?bookbag=153201;locg=1;trail=11</cell>
-             <cell name="Book Award Winners" img="cat-gcba.png" type="link">https://next.gapines.org/eg/kpac/results?bookbag=153206;locg=1;trail=11</cell>
-             <cell name="Book Award Nominees" img="cat-gcba.png" type="link">https://next.gapines.org/eg/kpac/results?bookbag=154170;locg=1;trail=11</cell>
-             <cell name="Picture Book Winners" img="cat-gcba.png" type="link">https://next.gapines.org/eg/kpac/results?bookbag=153205;locg=1;trail=11</cell>
-             <cell name="Picture Book Nominees" img="cat-gcba.png" type="link">https://next.gapines.org/eg/kpac/results?bookbag=154171;locg=1;trail=11</cell>
+             <cell name="Caldecott Medal" img="cat-caldecott.png" type="link">https://gapines.org/eg/kpac/results?bookbag=153202;locg=1;trail=11</cell>
+             <cell name="Coretta Scott King" img="cat-king.png" type="link">https://gapines.org/eg/kpac/results?bookbag=153204;locg=1;trail=11</cell>
+             <cell name="Geisel Award" img="cat-geisel.png" type="link">https://gapines.org/eg/kpac/results?bookbag=153203;locg=1;trail=11</cell>
+             <cell name="Newbery Medal" img="cat-newbery.png" type="link">https://gapines.org/eg/kpac/results?bookbag=153201;locg=1;trail=11</cell>
+             <cell name="Book Award Winners" img="cat-gcba.png" type="link">https://gapines.org/eg/kpac/results?bookbag=153206;locg=1;trail=11</cell>
+             <cell name="Book Award Nominees" img="cat-gcba.png" type="link">https://gapines.org/eg/kpac/results?bookbag=154170;locg=1;trail=11</cell>
+             <cell name="Picture Book Winners" img="cat-gcba.png" type="link">https://gapines.org/eg/kpac/results?bookbag=153205;locg=1;trail=11</cell>
+             <cell name="Picture Book Nominees" img="cat-gcba.png" type="link">https://gapines.org/eg/kpac/results?bookbag=154171;locg=1;trail=11</cell>
 
         </page>
 
         <page id="12" columns="2" name="Early Learning" img="cat-123.png">
              <cell name="ABCs" img="cat-abc.png" type="simplesearch">(keyword:abc || keyword:alphabet)</cell>
-             <cell name="Counting" img="cat-123.png" type="simplesearch">(keyword:number || keyword:123 || keyword:counting)</cell>
+             <cell name="Counting" img="cat-123.png" type="simplesearch">((keyword:number || keyword:123) || keyword:counting)</cell>
              <cell name="Colors" img="cat-colors.png" type="simplesearch">keyword:colors</cell>
-             <cell name="Shapes" img="cat-shapes.png" type="simplesearch">(keyword:shapes || keyword:circle || keyword:square || keyword:triangle)</cell>
-             <cell name="Telling Time" img="cat-time.png" type="simplesearch">keyword:telling time</cell>
-             <cell name="Seasons" img="cat-seasons.png" type="simplesearch">(keyword:seasons || keyword:winter || keyword:spring || keyword:summer || keyword:fall)</cell>
+             <cell name="Shapes" img="cat-shapes.png" type="simplesearch">(((keyword:shapes || keyword:circle) || keyword:square) || keyword:triangle)</cell>
+             <cell name="Telling Time" img="cat-time.png" type="simplesearch">(keyword:telling time || keyword:clock)</cell>
+             <cell name="Seasons" img="cat-seasons.png" type="simplesearch">((((keyword:seasons || keyword:spring) || keyword:summer) || keyword:fall) || keyword:winter)</cell>
         </page>
     </pages>
 
diff --git a/Open-ILS/web/images/kpac/KPAC_Category_Button_Template.psd b/Open-ILS/web/images/kpac/KPAC_Category_Button_Template.psd
new file mode 100644 (file)
index 0000000..35251b2
Binary files /dev/null and b/Open-ILS/web/images/kpac/KPAC_Category_Button_Template.psd differ
diff --git a/Open-ILS/web/images/kpac/README.TXT b/Open-ILS/web/images/kpac/README.TXT
new file mode 100644 (file)
index 0000000..7d0da0b
--- /dev/null
@@ -0,0 +1,41 @@
+README
+
+
+CATEGORY GRAPHICS
+
+The category graphics in this folder were created by Georgia Public Library Service and may be freely used in any Evergreen KPAC implementation. If you wish to create your own graphics in a consistent style, you may create them using either of these template graphics:
+
+* cat-blank.png
+* KPAC_Category_Button_Template.psd
+
+
+
+PROPRIETARY GRAPHICS
+
+Proprietry graphics whose copyright is owned by Georgia Public Library Service and which may only be used by Georgia PINES and NOT by any other Evergreen implementation include: 
+
+* PINES_logo.gif
+* KPAC_Main_Graphic.jpg
+* goat.png
+* quack.png
+
+
+If you wish to install this version of the KPAC and utilize the included CSS and graphics with the exception of these four proprietary graphics, then you will need to create replacement graphics for them. The background color is hex code #e0f1fb (rgb 224,241,251) and the relevant sizes are:
+
+* PINES_logo.gif (270px x 54px)
+* KPAC_Main_Graphic.jpg (950px x 440px)
+* goat.png (266px x 641px)
+* quack.png (266px x 641px)
+
+
+
+QUESTIONS?
+
+
+Terran McCanna
+PINES Program Manager
+Georgia Public Library Service
+tmccanna@georgialibraries.org
+
+
+
diff --git a/Open-ILS/web/images/kpac/kcls_logo.jpg b/Open-ILS/web/images/kpac/kcls_logo.jpg
deleted file mode 100755 (executable)
index 184b54a..0000000
Binary files a/Open-ILS/web/images/kpac/kcls_logo.jpg and /dev/null differ