From b203881fb849e930b47f9f0f05dee0e4ae79e6dd Mon Sep 17 00:00:00 2001
From: Kathy Lussier <klussier@masslnc.org>
Date: Wed, 27 Sep 2017 11:22:13 -0400
Subject: [PATCH] LP#1718036: Adding more information to About page

Adding a small description of Evergreen along with links to the web site,
documentation and license on the About page.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>

+ Minor formatting repairs to remove an extraneous '"', give the "What
Is..." section its own column, and avoid wide lines.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
---
 Open-ILS/src/templates/staff/t_about.tt2 | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/Open-ILS/src/templates/staff/t_about.tt2 b/Open-ILS/src/templates/staff/t_about.tt2
index 8fe52a5edc..7aa2ea589e 100644
--- a/Open-ILS/src/templates/staff/t_about.tt2
+++ b/Open-ILS/src/templates/staff/t_about.tt2
@@ -19,8 +19,32 @@
         </div>
       </div>
     </div><!--panel-->
+   </div>
+</div>
+<div class="row">
+  <div class="col-md-8">
+     <h2>What is Evergreen?</h2>
+     <p>Evergreen is library automation software that assists libraries
+        in day-to-day operations such as checking out materials, keeping
+        track of users, sharing resources among a group of libraries,
+        acquiring materials, and providing a web-based library catalog for
+        the public.</p>
+     <p>The open-source community developing and supporting Evergreen is
+        marked by a high degree of participation from developers and from
+        the librarians who use the software.</p>
+     <p>More information can be found at <a
+        href="https://evergreen-ils.org"> https://evergreen-ils.org</a>.
+        For help in using Evergreen, see our documentation
+        at <a href="http://docs.evergreen-ils.org">
+        http://docs.evergreen-ils.org.</a></p>
+     <p>Evergreen is Copyright &#0169; Georgia Public Library
+        Service - A Unit of the University System of Georgia, and
+        others. The Evergreen software is distributed under the <a
+        href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
+        GNU General Public License, Version 2.</a></p>
   </div>
 </div>
 
 
 
+
-- 
2.11.0