[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. d7e1c5e5389db5b6bc3e4d25ef9942d78a76902c

Evergreen Git git at git.evergreen-ils.org
Fri Dec 5 14:32:47 EST 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, master has been updated
       via  d7e1c5e5389db5b6bc3e4d25ef9942d78a76902c (commit)
       via  b3a7ce9d63ee6ab4e57ad81addeaf13f6cd42c02 (commit)
      from  14784b37fada2826ba4cd445a4a3f2d83b297bb9 (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 d7e1c5e5389db5b6bc3e4d25ef9942d78a76902c
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Fri Dec 5 14:28:02 2014 -0500

    DOCS: Tab documentation for web client
    
    Replacing the XUL-based tab docs with general tips for using web browser
    controls, shortcuts, add-ons to support navigation in the web client.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/admin/web_client-browser-tab-shortcuts.txt b/docs/admin/web_client-browser-tab-shortcuts.txt
new file mode 100644
index 0000000..bbdf908
--- /dev/null
+++ b/docs/admin/web_client-browser-tab-shortcuts.txt
@@ -0,0 +1,23 @@
+Tab Browser-Based Tab Buttons and Keyboard Shortcuts
+----------------------------------------------------
+Now that the client will be loaded in a web browser, users can use browser-based
+tab controls and keyboard shortcuts to help with navigation. Below are some 
+tips for browser navigation that can be used in Chrome and Firefox on Windows
+PCs.
+
+- Use CTRL-T or click the browser's new tab button to open a new tab. 
+- Use CTRL-W or click the x in the tab to close the tab.
+- Undo closing a tab by hitting CTRL-Shift-Tab.
+- To open a link from the web client in a new tab, CTRL-click the link or 
+right-click the link and select *Open Link in New Tab*. Using this method, you
+can also open options from the web client's dropdown menus in a new tab
+- Navigate from one tab to another using CTRL-Tab on the keyboard.
+
+Setting New Tab Behavior
+~~~~~~~~~~~~~~~~~~~~~~~~
+Some users may want to automatically open the web client's portal page in a new
+tab. Neither Chrome nor Firefox will open your home page by default when you
+open a new tab. However, both browsers have optional add-ons that will allow you
+to set the browsers to automatically open the home page whenever open opening a
+new tab. These add-ons may be useful for those libraries that want the new tab
+to open to the web client portal page.
diff --git a/docs/root.txt b/docs/root.txt
index 95d8c33..af409f0 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -471,6 +471,16 @@ Introduction
 This part of the documentation deals with general client usage including
 logging in, navigation and shortcuts.
 
+// Push titles down one level.
+:leveloffset: 1
+
+include::admin/web_client-login.txt[]
+
+include::admin/web_client-browser-tab-shortcuts.txt[]
+
+// Return to normal title levels.
+:leveloffset: 0
+
 Circulation
 -----------
 Use this section for understanding the circulation procedures in the Evergreen system.

commit b3a7ce9d63ee6ab4e57ad81addeaf13f6cd42c02
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Fri Dec 5 12:24:45 2014 -0500

    DOCS: Logging into the web client
    
    Adding a login section to the web client docs.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/admin/web_client-login.txt b/docs/admin/web_client-login.txt
new file mode 100644
index 0000000..ae1075e
--- /dev/null
+++ b/docs/admin/web_client-login.txt
@@ -0,0 +1,53 @@
+Logging into Evergreen
+-----------------------
+
+indexterm:[staff client, logging in]
+indexterm:[SSL certificate]
+
+. The default URL to log into the client is _https://localhost/eg/staff/login_
+. Enter your _Username_ and _Password_.
+. Verify that the correct workstation is selected and click *Sign In*.
+[NOTE]
+Although workstation registration is not required in the web client, it is
+highly recommended that you register the workstation for all web client features
+to work correctly. If you have not yet registered a workstation, you need to log
+in with the workstation field unset and then follow instructions to
+<<register_workstation,register your workstation>>. 
+
+[[browser_defaults]]
+Setting Browser Defaults for Web Client
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To ensure that staff can easily get to the web client portal page on login 
+without additional steps, you can set the browser's home page to default to the
+web client. 
+
+Setting the Web Client as the Home Page in Chrome
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+. In the top-right corner of your browser, click the Chrome menu.
+. Select *Settings*.
+. In the _On startup_ section, select _Open a specific page or set of pages._
+. Click the *Set Pages* link.
+. Add _https://localhost/eg/staff/_ to the _Enter URL_ box and click *OK*.
+
+Setting the Web Client as the Home Page in Firefox
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+. In the top-right corner of your browser, click the menu button.
+. Click *Options*.
+. In the _When Firefox starts:_ dropdown menu, select _Show my home page_.
+. In the _Home Page_ box, add _https://localhost/eg/staff/_ and click *OK*.
+
+Logging Out
+~~~~~~~~~~~
+
+indexterm:[staff client, logging out]
+
+To log out of the client:
+
+. Click the menu button to the right of your user name in the top-right corner
+of the window.
+. Select *Log Out*
+
+[CAUTION]
+Exiting the browser will not log you out of the web client. 
+

-----------------------------------------------------------------------

Summary of changes:
 docs/admin/web_client-browser-tab-shortcuts.txt |   23 ++++++++++
 docs/admin/web_client-login.txt                 |   53 +++++++++++++++++++++++
 docs/root.txt                                   |   10 ++++
 3 files changed, 86 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/web_client-browser-tab-shortcuts.txt
 create mode 100644 docs/admin/web_client-login.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list