Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    r20a35ab r3c74a9b7  
    66
    77  <!ENTITY xapian-download-http
    8            "https://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
     8           "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
    99  <!ENTITY xapian-download-ftp  " ">
    10   <!ENTITY xapian-md5sum        "dd1b30f9b307b06fab319d3258fe65ee">
    11   <!ENTITY xapian-size          "2.8 MB">
    12   <!ENTITY xapian-buildsize     "232 MB (add 188 MB for tests)">
     10  <!ENTITY xapian-md5sum        "64cd582a4495c5cbda8e06e63f8ce4f4">
     11  <!ENTITY xapian-size          "2.9 MB">
     12  <!ENTITY xapian-buildsize     "233 MB (add 187 MB for tests)">
    1313  <!ENTITY xapian-time          "0.5 SBU (using parallelism=4; add 35 SBU for tests)">
    1414]>
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3435    </para>
    3536
    36     &lfs110a_checked;
     37    &lfs10_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    159160        <listitem>
    160161          <para>
    161             performs a document-by-document copy of one or more
    162             <application>Xapian</application> databases
     162            perform a document-by-document copy of one or more
     163            <application>Xapian</application> databases.
    163164          </para>
    164165          <indexterm zone="xapian copydatabase">
     
    172173        <listitem>
    173174          <para>
    174             is a command line tool to search through a database
     175            is a search command line tool.
    175176          </para>
    176177          <indexterm zone="xapian quest">
     
    184185        <listitem>
    185186          <para>
    186             is a simple example program demonstrating query expansion
     187            is a simple example program demonstrating query expansion.
    187188          </para>
    188189          <indexterm zone="xapian simpleexpand">
     
    196197        <listitem>
    197198          <para>
    198             indexes each paragraph of a text file as a
    199             <application>Xapian</application> document
     199            index each paragraph of a text file as a
     200            <application>Xapian</application> document.
    200201          </para>
    201202          <indexterm zone="xapian simpleindex">
     
    209210        <listitem>
    210211          <para>
    211             is a simple command line search utility
     212            is a simple command line search utility.
    212213          </para>
    213214          <indexterm zone="xapian simplesearch">
     
    221222        <listitem>
    222223          <para>
    223             checks the consistency of a database or table
     224            check the consistency of a database or table.
    224225          </para>
    225226          <indexterm zone="xapian xapian-check">
     
    248249        <listitem>
    249250          <para>
    250             compacts a database, or merges and compacts several databases
     251            compact a database, or merge and compact several.
    251252          </para>
    252253          <indexterm zone="xapian xapian-compact">
     
    260261        <listitem>
    261262          <para>
    262             reports information about the installed xapian
     263            report information about the installed xapian.
    263264          </para>
    264265          <indexterm zone="xapian xapian-config">
     
    272273        <listitem>
    273274          <para>
    274             inspects the contents of a <application>Xapian</application>
    275             database
     275            inspect the contents of a <application>Xapian</application>
     276            database.
    276277          </para>
    277278          <indexterm zone="xapian xapian-delve">
     
    285286        <listitem>
    286287          <para>
    287             reads and writes user metadata
     288            read and write user metadata.
    288289          </para>
    289290          <indexterm zone="xapian xapian-metadata">
     
    297298        <listitem>
    298299          <para>
    299             inspects the contents of a flint table for development or debugging
     300            inspect the contents of a flint table for development or debugging.
    300301          </para>
    301302          <indexterm zone="xapian xapian-pos">
     
    309310        <listitem>
    310311          <para>
    311             is a remote server for use with <application>ProgClient</application>
     312            remote server for use with <application>ProgClient</application>.
    312313          </para>
    313314          <indexterm zone="xapian xapian-progsrv">
     
    321322        <listitem>
    322323          <para>
    323             replicates a database from a master server to a local copy
     324            replicate a database from a master server to a local copy.
    324325          </para>
    325326          <indexterm zone="xapian xapian-replicate">
     
    333334        <listitem>
    334335          <para>
    335             services database replication requests from clients
     336            service database replication requests from clients.
    336337          </para>
    337338          <indexterm zone="xapian xapian-replicate-server">
     
    346347          <para>
    347348            is the TCP daemon for use with <application>Xapian</application>'s
    348             remote backend
     349            remote backend.
    349350          </para>
    350351          <indexterm zone="xapian xapian-tcpsrv">
Note: See TracChangeset for help on using the changeset viewer.