Add Sydantics to added content in customizize_opac chapter.
authorRobert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Wed, 16 Feb 2011 18:21:10 +0000 (13:21 -0500)
committerRobert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Wed, 16 Feb 2011 18:21:10 +0000 (13:21 -0500)
1.6/development/customize_opac.xml
2.0/development/customize_opac.xml

index bd3563a..fd23da2 100644 (file)
@@ -114,7 +114,45 @@ name='Default' csstype='color'/&gt;
                        This will link to Google Books content including table of contents and complete versions of the work if it exists in Google Books. Items not in Google Books will not \r
                        display a link. This feature can be turned off by changing the googleBooksLink variable setting to <emphasis>false</emphasis> in the file \r
                        <filename>/openils/var/web/opac/skin/default/js/result_common.js</filename>. By default, this feature is activated. </para> \r
-               </simplesect>     \r
+               </simplesect>\r
+               <simplesect xml:id="addedcontent-syndetics">\r
+                       <title>Syndetics</title><indexterm><primary>added content</primary><secondary>Syndetics</secondary></indexterm>\r
+                       <para>Sydantics is another option for added content, Here is an example of using Sydantics as your added content provider:</para>\r
+                       \r
+<programlisting>\r
+<![CDATA[\r
+            <!-- We're using Syndetics -->\r
+            <module>OpenILS::WWW::AddedContent::Syndetic</module>\r
+            <base_url>http://syndetics.com/index.aspx</base_url>\r
+\r
+            <!-- A userid is required to access the added content from Syndetic. -->\r
+            <userid>uneedsomethinghere</userid>\r
+\r
+            <!--\r
+            Max number of seconds to wait for an added content request to\r
+            return data.  Data not returned within the timeout is considered\r
+            a failure\r
+            -->\r
+            <timeout>1</timeout>\r
+\r
+            <!--\r
+            After added content lookups have been disabled due to too many\r
+            lookup failures, this is the amount of time to wait before\r
+            we try again\r
+            -->\r
+            <retry_timeout>600</retry_timeout>\r
+\r
+            <!--\r
+            maximum number of consecutive lookup errors a given process can\r
+            have before added content lookups are disabled for everyone\r
+            -->\r
+            <max_errors>15</max_errors>\r
+\r
+        </added_content>\r
+]]>\r
+</programlisting>\r
+                       <note><para>Sydantics is a fee based service. For details, visit: <ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink></para></note>  \r
+               </simplesect>             \r
        </section>\r
        <section xml:id="resultspage">\r
                <title>Customizing the Results Page</title>\r
index bd3563a..fd23da2 100644 (file)
@@ -114,7 +114,45 @@ name='Default' csstype='color'/&gt;
                        This will link to Google Books content including table of contents and complete versions of the work if it exists in Google Books. Items not in Google Books will not \r
                        display a link. This feature can be turned off by changing the googleBooksLink variable setting to <emphasis>false</emphasis> in the file \r
                        <filename>/openils/var/web/opac/skin/default/js/result_common.js</filename>. By default, this feature is activated. </para> \r
-               </simplesect>     \r
+               </simplesect>\r
+               <simplesect xml:id="addedcontent-syndetics">\r
+                       <title>Syndetics</title><indexterm><primary>added content</primary><secondary>Syndetics</secondary></indexterm>\r
+                       <para>Sydantics is another option for added content, Here is an example of using Sydantics as your added content provider:</para>\r
+                       \r
+<programlisting>\r
+<![CDATA[\r
+            <!-- We're using Syndetics -->\r
+            <module>OpenILS::WWW::AddedContent::Syndetic</module>\r
+            <base_url>http://syndetics.com/index.aspx</base_url>\r
+\r
+            <!-- A userid is required to access the added content from Syndetic. -->\r
+            <userid>uneedsomethinghere</userid>\r
+\r
+            <!--\r
+            Max number of seconds to wait for an added content request to\r
+            return data.  Data not returned within the timeout is considered\r
+            a failure\r
+            -->\r
+            <timeout>1</timeout>\r
+\r
+            <!--\r
+            After added content lookups have been disabled due to too many\r
+            lookup failures, this is the amount of time to wait before\r
+            we try again\r
+            -->\r
+            <retry_timeout>600</retry_timeout>\r
+\r
+            <!--\r
+            maximum number of consecutive lookup errors a given process can\r
+            have before added content lookups are disabled for everyone\r
+            -->\r
+            <max_errors>15</max_errors>\r
+\r
+        </added_content>\r
+]]>\r
+</programlisting>\r
+                       <note><para>Sydantics is a fee based service. For details, visit: <ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink></para></note>  \r
+               </simplesect>             \r
        </section>\r
        <section xml:id="resultspage">\r
                <title>Customizing the Results Page</title>\r