Instructions for Preview Server (7.0.2 was latest version as of 9/16/08) 1. https://support.endinfosys.com/cust/voy/upgrade/7.0.2/testwv_pre.html#2 Customization Guides for Webvoyage 7 (Tomcat Version) 1. A primer by support is at: https://support.endinfosys.com/cust/voy/downloads/pdf/7.0/WV_CSPrimer.pdf 2. A basic user guide is at: https://support.endinfosys.com/cust/voy/downloads/pdf/7.0/V_WebBasic_7.pdf 3. A detailed config is at: https://support.endinfosys.com/cust/voy/downloads/pdf/7.0/V_WebArchConfig_7.pdf 4. From Michael Doran is at: http://rocky.uta.edu/doran/vwebv/ Starting Preview Server: 1. cd /m1/incoming/PREVOYxxx/ 2. ./preview.ksh start 3. will need to do this every time the server restarts unless you add it to (Note this starts and stops Tomcat, but not Apache itself) View isudb skin: 1. http://luis.indstate.edu:6008/vwebv/searchBasic?sk=isudb Skins on the server are at: 1. /m1/incoming/PREVOYxxx/tomcat/vwebv/context/vwebv/ui 2. each skin has it's own directory here View, add, rename or delete a skin: 1. http://xxx.yyy.edu:6008/skins (xxx = server name, yyy = domain name) Setting default skin: 1. Out of the box, skin: en_US is used 2. Set in /m1/incoming/PREVOYxxx/tomcat/vwebv/context/vwebv/WEB-INF/web.xml 3. Change en_US to whatever skin you prefer To Stop Tomcat in Production Environment: 1. cd to /m1/voyager/xxxdb/tomcat/vwebv 2. ./tsvrctl stop To Start Tomcat in Production Environment: 1. cd to /m1/voyager/xxxdb/tomcat/vwebv 2. ./tsvrctl start To Stop Apache in Production Environment: (as root user) 1. /etc/init.d/httpd2 stop To Start Apache in Production Environment: (as root user) 1. /etc/init.d/httpd2 start Change Header Background image 1. Background image displayed in the top bar is called "img_headerBackground.jpg" 2. Size is 1900 pixels wide, 40 pixels high 3. Located in /(skin directory)/images folder 4. If you want to use a different image name edit "frameWork.css in (skin directory)/css under "pageHeader" background:url Change Header Tab Images: 1. Created new tablB2.png and tabrB2.png to match header background image colors 2. Swapped search_nav_ (left and rigtht) from off to on and vise versa Editing webvoyage.properties file: (A large variety of options and page customizations can be set here) 1. CD to skin directory 2. Edit webvoyage.properties for such things as A. Catalog Name B. Exit Page C. Time out time D. Page Header customization E. Page Footer customization (plenty more) I changed: connect.db.LOCAL.name option.exitURL=searchBasic page.header.logo.image (to blank.gif, need to place in image directory) page.footer.library.linktext page.footer.library.link mail.host mail.user actionBox.moreAboutThisItem (commented out (related to sfx display)) page.search.database.label= (changed Database: to blank) actionBox.moreAboutThisItem=More About This Item (Dropped word From) page.search.database.label=Now Searching: (Changed wording) page.login.barcode.text=Library Barcode page.loginType.ssn.text=ISU 991 Number (comment out Instution ID and order number) CSS Customization Files: (What I changed) 1. frameWork.css body background: url ("../images/sands.gif") repeat center bottom; pagerheader background.url ("../images/img_headerBackground.jpg") #fff repeat-x left top; padding (after background.url (added 10px to first number to allow more space) pageheadingTitle color (to #333) page.Footer (background to #02679b) A:visited (to #000000) A:hover (to #d21c1c) A:active (to #ffffff) 2. displayCommon.css Actionbox background-color (to #EADEBE) evenHoldingsRow Add background-color: #EADEBE; oldHoldingsRow Add background-color: #EBEBEB; 3. header.css footerTabs background (to #749eb6) footerTabs li a background (to #749eb6) librarylink (font size to 12) font-weight: bold; height 50px; (for added spacing) background url("../images/library_home.jpg") no-repeat center bottom; (added new section for footer bar to display all the consortium libraries #footerBar { text-align:center; margin: auto; font-size: 0.9em; color: #fff; background-color: #729fb4; display: block; width: 100%; padding: 3px; white-space:nowrap; } #footerBar ul { padding:0px; margin: 3px 0px 3px 0px; } #footerBar ul li { display: inline; border-left: 1px solid #fff; padding:0em 0.9em 0em 0.9em; } #footerBar a:link, #footerBar a:visited { text-decoration: none; color: #fff; } #footerBar a:hover { text-decoration: underline; color: #fff; } (Thanks to Oscar DeLong for the tips on changing global background) 4. quickSearch.css quickSearchBar background (to #02679b) quickSearchArg label add: color: #fff; quickSearchButton:hover (change inset to outset) (color to #c9e5ff) (background color to 369) searchHistory a add: color: #fff; add section below for links to ISU, Rose, Saint Marys across the top: #quickSearchLinks { text-align: center; font-size: 0.8em; height: 18px; color: #000; background-color: #f1bb46; display: block; width: 100%; padding: 0px; white-space:nowrap; } #quickSearchLinks ul { padding:0px; margin: 3px 0px 3px 0px; } #quickSearchLinks ul li { display: inline; border-right: 1px solid #000; padding:0em 0.8em 0em 0.8em; } #quickSearchLinks a:link, #quickSearchLinks a:visited { text-decoration: none; color: #000; } #quickSearchLinks a:hover { text-decoration: underline; color: #02679b; } 5. resultsFacets.css evenRowNoBox background color (to #EADEBE) evenRow background color (to #EADEBE) evenRow Background-Image (to /images/checkbox_bg.gif) 6. resultsTitles.css filters background-color (to #ffffff) 7. displayRecord.css oddHoldingsRow background-color (To #ffffff) 8. searchPages.css searchnav color (To #000) searchnav li#on (To #fff) border-bottom (To #02679b) searchForm background-color: #02679b; searchForm label (add) color:#ffffff; 9. loginPage.css background-color (To #EADEBE) 10. highlight.css removed "background-color:yellow;" 11. loginPage.css #localLoginInfo { color: #000; font-size: 10px; font-weight: bold; padding: 10px; width: 700px; border-top: 1px solid #62b3ff; border-bottom: 1px solid #62b3ff; border-left: 0px none; border-right: 0px none; } XSL Customization Files: (What I changed) 1. frameWork.xsl (added some html for footer links) just after statement "
* Please note the html inserted in xsl must be error free, or the page will not render at all * Thanks to Oscar Delong for pointing out you can place html in .xsl files 2. displaycfg.xml (added lots more fields to display on bib view) 3. emailcfg.xml (add the same fields to also show in email) (/xsl/contentLayout/configs) 4. emailbody.xsl (changed the Institution name, address, etc ...) 5. header.xsl (in pageFacets: added links for header under quicksearchbar) (place above just before bottom tag) 6. printCommon.xsl (changed the Institution default names and address) 7. cl_login.xsl
* For ISU Use the 23xxxxxxxxx number on the front of your ID Card, or change the drop down to ISU 991 Number and use it
* For Rose-Hulman Use the ID number on the back of your ID Card starting with 8
* For Saint Mary-of-the-Woods Use the ID number on the ID Card starting with 4
just before the bottom "" Javascript Customization Files: (What I changed) 1. highLight.js (used the customizations from Jim Robinson http://lib-serv.tccd.edu/code/webvoyage/highlight.php To find the default starting page (index.html): 1. CD to /m1/incoming/PREVOYxxx/tomcat/vwebv/context/vwebv/htdocs 2. Edit index.html as needed * most of this page is straight html, but it does use some style sheets for the page header, background and search bar. I copied the frameWork.css to an new name so I could use this page without the background image, but keep it on other pages. To Remove Course Reserve Tab: 1. CD to (skin directory)/xsl/userTextConfigs 2. edit pageProperties.xsl A. Comment out Course Reserve in "Search Tab Display Order" To add New Books Feature 1. http://rocky.uta.edu/doran/newbooks/preview.html To add book covers and link to Amazon on record display: 1. CD to (skin directory/xsl/contentLayout/configs 2. edit displaycfg.xml 3. Remove the comment marker "" 4. replace the line with Syndetics links as follows: (Thanks to Laura Guy for this fix) To add spell check 1. http://lib-serv.tccd.edu/code/webvoyage/spellcheck/tomcat/index.php To add Friendly timeout 1. http://lib-serv.tccd.edu/code/webvoyage/index.php To add link for Amazon Reviews: 1. create new file called isbnSearch.xsl (see example) 2. Update displayFacets.xsl at top for link to isbnSearch.xsl also update the bottom to actual call it (see example) 3. parse isbn with a local program to get just the isbn 9