Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How to create a deep link in DigiTool

    • Article Type: General
    • Product: DigiTool
    • Product Version: 3

    Description:
    The Library Company fo Philidelphia will need to have Encompass uninstalled sometime after 11/1/09.
    They would like to us to re-allocate this space to DigiTool as appropriate.
    According to Dave Dempsey, When we set the server up initially, we never recreated the file systems, so they have the values that are correct for Oracle and ENCompass.
    Therefore the un-instll engineer should plan on recreating the file system to use a smaller inode size.
    Server connection information: http://greatbear.endinfosys.internal/indy/servlet/View?Query=01PACSCL-lcp&Submit=Search
    Contact: Walt Rice [ <Laura Pierson > ]

    Please confirm a date and let me know so I can inform the customer. [ <Laura Pierson > ]
    [ <Laura Pierson > ]
    [ <Laura Pierson > ]
    [ <Laura Pierson > ]
    [ <Laura Pierson > ]

    Resolution:
    Refer to the "deeplinkingSample.html" attachment or follow this link:

    http://www.digi-tool.com:8881/train/deeplinkingSample.html.

    The deep-link file should be stored in the /exlibris/dtl/u3_1/dtle/apache/htdocs/ directory.

    After configuring this file, you should then test it by searching the interface and check the syntax in the Web server related log:

    >>CD $LOGDIR (/exlibris/dtl/d3_1/log)
    >>More www_server_4881.log

    Examples of syntax:
    http://your.ip:8881/R/?func=search-simple-go&LOCAL_BASE=GEN01-DTL02&REQUEST=picasso&ADJACENT=N
    http://your.ip:8881/R/?func=search-advanced-go&LOCAL_BASE=GEN01&find_code1=WRD&request1=collins&find_operator=AND&find_code2=WRD&request2=astrophysics

    The source code of teh Deep Linking example follows:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD><TITLE>DigiTool - Deep-Linked Search</TITLE>
    <META http-equiv=Content-Type content="text/html; charset=UTF-8">
    </HEAD>
    <BODY>
    <img src="http://www.digi-tool.com:8881/images/banner_red.gif" /><br/><br/>
    <p><b>Search the Institution's special collection:</b></p>
    <blockquote>
    <font color="#990000" size="-1" face="Arial, Helvetica, sans-serif">It is recommended that you use browsers no older than <b>Internet Explorer 5.0</b>

    or <b>Netscape 6.2</b> when searching this collection</font>
    </blockquote>
    <p>
    <FORM name=search
    action=http://www.digi-tool.com:8881/R/
    method=post><INPUT type=hidden value=search-simple-go name=func>
    <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><!-- table for mac -->
    <TBODY>
    <TR>
    <TD style="PADDING-BOTTOM: 0px; PADDING-TOP: 9px">
    <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
    <TBODY>
    <TR>
    <TDf>
    <TABLE cellSpacing=0 cellPadding=0 border=0>
    <TBODY>
    <TR>
    <TD class=LabelBlueBold
    style="PADDING-RIGHT: 4px; PADDING-LEFT: 11px; PADDING-BOTTOM: 8px; PADDING-TOP: 14px">A
    word or phrase:</TD>
    <TD><INPUT class=Form style="WIDTH: 300px" value=picasso
    name=REQUEST></TD>
    <TD style="PADDING-LEFT: 15px"><INPUT type=radio CHECKED
    value=N name=ADJACENT></TD>
    <TD class=LabelBlack>Contains</TD>
    <TD><INPUT type=radio value=Y name=ADJACENT></TD>
    <TD class=LabelBlack>Exact</TD>
    <TD><INPUT type=radio value=S name=ADJACENT></TD>
    <TD class=LabelBlack>Starts
    With</TD>
    <TD>&nbsp;&nbsp;&nbsp;&nbsp;<input type=hidden name=LOCAL_BASE value=GEN01-DTL01>
    <A href="javascript:document.search.submit();">Go</A>
    </TD</TR></TBODY></TABLE></form></body></html>

    Additional Information

    deep, link


    • Article last edited: 10/8/2013