Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    r3c74a9b7 r20a35ab  
    66
    77  <!ENTITY xapian-download-http
    8            "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
     8           "https://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
    99  <!ENTITY xapian-download-ftp  " ">
    10   <!ENTITY xapian-md5sum        "64cd582a4495c5cbda8e06e63f8ce4f4">
    11   <!ENTITY xapian-size          "2.9 MB">
    12   <!ENTITY xapian-buildsize     "233 MB (add 187 MB for tests)">
     10  <!ENTITY xapian-md5sum        "dd1b30f9b307b06fab319d3258fe65ee">
     11  <!ENTITY xapian-size          "2.8 MB">
     12  <!ENTITY xapian-buildsize     "232 MB (add 188 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>
    2120    <date>$Date$</date>
    2221  </sect1info>
     
    3534    </para>
    3635
    37     &lfs10_checked;
     36    &lfs110a_checked;
    3837
    3938    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    160159        <listitem>
    161160          <para>
    162             perform a document-by-document copy of one or more
    163             <application>Xapian</application> databases.
     161            performs a document-by-document copy of one or more
     162            <application>Xapian</application> databases
    164163          </para>
    165164          <indexterm zone="xapian copydatabase">
     
    173172        <listitem>
    174173          <para>
    175             is a search command line tool.
     174            is a command line tool to search through a database
    176175          </para>
    177176          <indexterm zone="xapian quest">
     
    185184        <listitem>
    186185          <para>
    187             is a simple example program demonstrating query expansion.
     186            is a simple example program demonstrating query expansion
    188187          </para>
    189188          <indexterm zone="xapian simpleexpand">
     
    197196        <listitem>
    198197          <para>
    199             index each paragraph of a text file as a
    200             <application>Xapian</application> document.
     198            indexes each paragraph of a text file as a
     199            <application>Xapian</application> document
    201200          </para>
    202201          <indexterm zone="xapian simpleindex">
     
    210209        <listitem>
    211210          <para>
    212             is a simple command line search utility.
     211            is a simple command line search utility
    213212          </para>
    214213          <indexterm zone="xapian simplesearch">
     
    222221        <listitem>
    223222          <para>
    224             check the consistency of a database or table.
     223            checks the consistency of a database or table
    225224          </para>
    226225          <indexterm zone="xapian xapian-check">
     
    249248        <listitem>
    250249          <para>
    251             compact a database, or merge and compact several.
     250            compacts a database, or merges and compacts several databases
    252251          </para>
    253252          <indexterm zone="xapian xapian-compact">
     
    261260        <listitem>
    262261          <para>
    263             report information about the installed xapian.
     262            reports information about the installed xapian
    264263          </para>
    265264          <indexterm zone="xapian xapian-config">
     
    273272        <listitem>
    274273          <para>
    275             inspect the contents of a <application>Xapian</application>
    276             database.
     274            inspects the contents of a <application>Xapian</application>
     275            database
    277276          </para>
    278277          <indexterm zone="xapian xapian-delve">
     
    286285        <listitem>
    287286          <para>
    288             read and write user metadata.
     287            reads and writes user metadata
    289288          </para>
    290289          <indexterm zone="xapian xapian-metadata">
     
    298297        <listitem>
    299298          <para>
    300             inspect the contents of a flint table for development or debugging.
     299            inspects the contents of a flint table for development or debugging
    301300          </para>
    302301          <indexterm zone="xapian xapian-pos">
     
    310309        <listitem>
    311310          <para>
    312             remote server for use with <application>ProgClient</application>.
     311            is a remote server for use with <application>ProgClient</application>
    313312          </para>
    314313          <indexterm zone="xapian xapian-progsrv">
     
    322321        <listitem>
    323322          <para>
    324             replicate a database from a master server to a local copy.
     323            replicates a database from a master server to a local copy
    325324          </para>
    326325          <indexterm zone="xapian xapian-replicate">
     
    334333        <listitem>
    335334          <para>
    336             service database replication requests from clients.
     335            services database replication requests from clients
    337336          </para>
    338337          <indexterm zone="xapian xapian-replicate-server">
     
    347346          <para>
    348347            is the TCP daemon for use with <application>Xapian</application>'s
    349             remote backend.
     348            remote backend
    350349          </para>
    351350          <indexterm zone="xapian xapian-tcpsrv">
Note: See TracChangeset for help on using the changeset viewer.