[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. 8e5023d6dbd992da6d379d7e09b5d4f0dfbc5014
Evergreen Git
git at git.evergreen-ils.org
Mon May 19 09:04:06 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_6 has been updated
via 8e5023d6dbd992da6d379d7e09b5d4f0dfbc5014 (commit)
from 47527912924be48c7093b2513e16b5be58052dda (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8e5023d6dbd992da6d379d7e09b5d4f0dfbc5014
Author: Ben Shum <bshum at biblio.org>
Date: Thu Apr 10 23:16:41 2014 -0400
Documentation for adding OpenSearch to Firefox
With some sample screenshots!
Signed-off-by: Ben Shum <bshum at biblio.org>
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
diff --git a/docs/media/opensearch1.png b/docs/media/opensearch1.png
new file mode 100644
index 0000000..512197c
Binary files /dev/null and b/docs/media/opensearch1.png differ
diff --git a/docs/media/opensearch2.png b/docs/media/opensearch2.png
new file mode 100644
index 0000000..630cd39
Binary files /dev/null and b/docs/media/opensearch2.png differ
diff --git a/docs/media/opensearch3.png b/docs/media/opensearch3.png
new file mode 100644
index 0000000..832febd
Binary files /dev/null and b/docs/media/opensearch3.png differ
diff --git a/docs/media/opensearch4.png b/docs/media/opensearch4.png
new file mode 100644
index 0000000..22a04e3
Binary files /dev/null and b/docs/media/opensearch4.png differ
diff --git a/docs/opac/opensearch.txt b/docs/opac/opensearch.txt
new file mode 100644
index 0000000..277da08
--- /dev/null
+++ b/docs/opac/opensearch.txt
@@ -0,0 +1,31 @@
+Adding OpenSearch to Firefox browser
+------------------------------------
+
+OpenSearch is a collection of simple formats for the sharing of search results.
+More information about OpenSearch can be found on their
+http://www.opensearch.org[website].
+
+The following example illustrates how to add an OpenSearch source to the list
+of search sources in a Firefox browser:
+
+. Navigate to any catalog page in your Firefox browser and click on the top
+ right box's dropdown and select the option for *Add "Evergreen OpenSearch"*.
++
+image::media/opensearch1.png[opensearch1]
+
+. At this point, it will add a new search option for the location the catalog
+ is currently using. In this example, that is CONS (searching the whole
+ consortium).
++
+image::media/opensearch2.png[opensearch2]
+
+. Enter search terms to begin a keyword search using this source. The next
+ image illustrates an example search for "mozart" using the sample bib
+ record set.
++
+image::media/opensearch3.png[opensearch3]
+
+. You can select which search source to use by clicking on the dropdown
+ picker.
++
+image::media/opensearch4.png[opensearch4]
diff --git a/docs/root.txt b/docs/root.txt
index 0738a29..a1b91f4 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -386,6 +386,8 @@ include::opac/advanced_features.txt[]
include::opac/linked_libraries.txt[]
+include::opac/opensearch.txt[]
+
// Push titles down one level.
:leveloffset: 1
-----------------------------------------------------------------------
Summary of changes:
docs/media/opensearch1.png | Bin 0 -> 9258 bytes
docs/media/opensearch2.png | Bin 0 -> 16468 bytes
docs/media/opensearch3.png | Bin 0 -> 173645 bytes
docs/media/opensearch4.png | Bin 0 -> 173572 bytes
docs/opac/opensearch.txt | 31 +++++++++++++++++++++++++++++++
docs/root.txt | 2 ++
6 files changed, 33 insertions(+), 0 deletions(-)
create mode 100644 docs/media/opensearch1.png
create mode 100644 docs/media/opensearch2.png
create mode 100644 docs/media/opensearch3.png
create mode 100644 docs/media/opensearch4.png
create mode 100644 docs/opac/opensearch.txt
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list