Ignore:
Timestamp:
03/19/2020 10:00:16 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e68b588
Parents:
09f0998
Message:

Format sysutils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22859 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/redland.xml

    r09f0998 rb1532549  
    3030    <title>Introduction to Redland</title>
    3131
    32     <para><application>Redland</application> is a set of free software C libraries
    33     that provide support for the Resource Description Framework (RDF). </para>
     32    <para>
     33      <application>Redland</application> is a set of free software C libraries
     34      that provide support for the Resource Description Framework (RDF).
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&redland-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&redland-download-http;"/>
     44        </para>
    4145      </listitem>
    4246      <listitem>
    43         <para>Download (FTP): <ulink url="&redland-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&redland-download-ftp;"/>
     49        </para>
    4450      </listitem>
    4551      <listitem>
    46         <para>Download MD5 sum: &redland-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &redland-md5sum;
     54        </para>
    4755      </listitem>
    4856      <listitem>
    49         <para>Download size: &redland-size;</para>
     57        <para>
     58          Download size: &redland-size;
     59        </para>
    5060      </listitem>
    5161      <listitem>
    52         <para>Estimated disk space required: &redland-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &redland-buildsize;
     64        </para>
    5365      </listitem>
    5466      <listitem>
    55         <para>Estimated build time: &redland-time;</para>
     67        <para>
     68          Estimated build time: &redland-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    8397    <title>Installation of Redland</title>
    8498
    85     <para>Install <application>Redland</application> by running the following
    86     commands:</para>
     99    <para>
     100      Install <application>Redland</application> by running the following
     101      commands:
     102    </para>
    87103
    88104<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    89105make</userinput></screen>
    90106
    91     <para>To test the results, issue <command>make check</command>.</para>
     107    <para>
     108      To test the results, issue <command>make check</command>.
     109    </para>
    92110
    93     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     111    <para>
     112      Now, as the <systemitem class="username">root</systemitem> user:
     113    </para>
    94114
    95115<screen role="root"><userinput>make install</userinput></screen>
     
    129149        <term><command>rdfproc</command></term>
    130150        <listitem>
    131           <para>is the Redland RDF processor utility.</para>
     151          <para>
     152            is the Redland RDF processor utility.
     153          </para>
    132154          <indexterm zone="redland rdfproc">
    133155            <primary sortas="b-rdfproc">rdfproc</primary>
     
    139161        <term><command>redland-config</command></term>
    140162        <listitem>
    141           <para>is a script to get information about the installed version
    142           of Redland.</para>
     163          <para>
     164            is a script to get information about the installed version
     165            of Redland.
     166          </para>
    143167          <indexterm zone="redland redland-config">
    144168            <primary sortas="b-redland-config">redland-config</primary>
     
    150174        <term><command>redland-db-upgrade</command></term>
    151175        <listitem>
    152           <para>upgrades older Redland databases to 0.9.12 format.</para>
     176          <para>
     177            upgrades older Redland databases to 0.9.12 format.
     178          </para>
    153179          <indexterm zone="redland redland-db-upgrade">
    154180            <primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
Note: See TracChangeset for help on using the changeset viewer.