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

    How can I publish a new accessions list in the internet?

    • Article Type: General
    • Product: Aleph
    • Product Version: 2.2

    Description:
    How can I publish a new accessions list in the internet?

    Resolution:
    To publish a new accessions list in the Internet, please proceed as follows:

    1. Create the list in HTML format via the Web Services / Acquisitions / Accessions register (--> a file newrlist.xxx is created in the directory ..\print)
    2. Copy the file and rename it to e.g. newlist.htm
    3. In the Apache-Konfiguration (file ..\vhost.alephino) define a new alias "/print" that points to the directory ../print of the Alephino server installation:

    # Alephino 2.2 WWW-OPAC
    <VirtualHost localhost:8070>
    ScriptAlias /ALEPH "E:/Programs/ExLibris/MarcServ_22/bin/awe/ALEPH"
    ErrorLog "E:/Programs/ExLibris/MarcServ_22/temp/awe_httpd_error.log"
    TransferLog "E:/Programs/ExLibris/MarcServ_22/temp/awe_httpd_access.log"
    Alias /download "E:/Programs/ExLibris/MarcServ_22/temp"
    Alias /pix "E:/Programs/ExLibris/MarcServ_22/htdoc"
    Alias /print "E:/Programs/ExLibris/MarcServ_22/print" << add line
    </VirtualHost>>


    4. Add a link in the start screen of the Web OPAC (directory ..\htdoc\awe_eng for the English pages and ..\htdoc\awe_ger for the German pages)

    - top part of the start page: files start-1-bor and start-1-no-bor


    <a href="/print/newlist.htm" target=frame2>
    List of new accessions<a/>


    - bottom part of the start screen: files start-3 and start-3-bor

    <tr>
    <td class=text3>
    <a href="/print/newlist.htm" target=_top> List of new accessions</a>
    </td>
    <td class=text9> - List of new accessions in this year/month/week</td>
    </tr>

    Additional Information

    new accessions list ; new accessions register ; internet ; intranet


    • Article last edited: 10/17/2013