add proxy url example to marc mod templates
authorNicole C. Engard <nengard@gmail.com>
Fri, 11 Jul 2014 17:53:33 +0000 (12:53 -0500)
committerNicole C. Engard <nengard@gmail.com>
Fri, 11 Jul 2014 17:53:33 +0000 (12:53 -0500)
Thanks Jonathan Druart at BibLibre

en/images/tools/marcmodtemplates/proxyurl.png [new file with mode: 0644]
en/manual.xml

diff --git a/en/images/tools/marcmodtemplates/proxyurl.png b/en/images/tools/marcmodtemplates/proxyurl.png
new file mode 100644 (file)
index 0000000..d3fd4c5
Binary files /dev/null and b/en/images/tools/marcmodtemplates/proxyurl.png differ
index 17d5a44..9ea93a2 100644 (file)
@@ -21571,6 +21571,39 @@ location: [STAFF, ISO]</programlisting>Will block items with an itype code of
             with the branchcode of the library currently using the template, and __CURRENTDATE__
             which is replaced with the current date in ISO format ( YYYY-MM-DD ).</para>
         </tip>
+        <para>You could also use regular expressions to add your library's proxy URL in front of
+          links in your MARC record.<screenshot>
+            <screeninfo>Add proxy URL</screeninfo>
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="images/tools/marcmodtemplates/proxyurl.png"/>
+              </imageobject>
+            </mediaobject>
+          </screenshot><itemizedlist>
+            <listitem>
+              <para>Choose 'Copy'</para>
+            </listitem>
+            <listitem>
+              <para>Decide if you want to copy the first occurance or all occurances of the
+                field</para>
+            </listitem>
+            <listitem>
+              <para>Enter the field 856 and subfield u to copy</para>
+            </listitem>
+            <listitem>
+              <para>Enter the 856 field and u subfield to copy to</para>
+            </listitem>
+            <listitem>
+              <para>Check the 'RegEx' box and enter your regular expression (in this case
+                s/^/PROXY_URL/ )</para>
+            </listitem>
+            <listitem>
+              <para>Provide a description so you can identify this action later</para>
+            </listitem>
+            <listitem>
+              <para>Click 'Add action'</para>
+            </listitem>
+          </itemizedlist></para>
         <para>Once your actions are saved you can view them at the top of the screen. Actions can be
           moved around using the arrows to the left of them. </para>
         <screenshot>