Changeset 0d7900a for server/other


Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

Location:
server/other
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    ra161de9 r0d7900a  
    127127      <para>
    128128        Without the following patch, the <application>Evolution</application>
    129         Exchange addressbook integration uses simple binds with cleartext 
    130         passwords. If you are going to build 
     129        Exchange addressbook integration uses simple binds with cleartext
     130        passwords. If you are going to build
    131131        <application>Evolution Data Server</application> with
    132132        <application>OpenLDAP</application> support, apply the following patch:
     
    241241    <para>
    242242      <option>--disable-ndb</option>: This parameter disables
    243       <application>MySQL</application> NDB Cluster backend 
     243      <application>MySQL</application> NDB Cluster backend
    244244      which causes configure to fail if
    245245      <application>MySQL</application> is present.
     
    256256      <application>SASL</application> password verification.
    257257    </para>
    258    
     258
    259259    <para>
    260260      <option>--enable-slp</option>: This parameter enables
     
    332332          <para>
    333333            The <ulink url="http://www.openldap.org/doc/admin24/">
    334             OpenLDAP 2.4 Administrator's Guide</ulink> 
     334            OpenLDAP 2.4 Administrator's Guide</ulink>
    335335            (also installed locally in <filename class='directory'>
    336336            /usr/share/doc/openldap-&openldap-version;/guide/admin</filename>).
     
    379379        <para>
    380380          The init script starts the daemon without any parameters.
    381           You'll need to modify the 
    382           <filename>/etc/sysconfig/slapd</filename> to include the 
    383           parameters needed for your specific configuration. See the 
     381          You'll need to modify the
     382          <filename>/etc/sysconfig/slapd</filename> to include the
     383          parameters needed for your specific configuration. See the
    384384          <command>slapd</command> man page for parameter information.
    385385        </para>
     
    502502        <listitem>
    503503          <para>
    504             issues the LDAP extended operation specified by 
     504            issues the LDAP extended operation specified by
    505505            oid or one of the  special  keywords  whoami,
    506506            cancel, or refresh.
     
    566566        <listitem>
    567567          <para>
    568             is a command that allows to either compose or 
     568            is a command that allows to either compose or
    569569            decompose LDAP URIs.
    570570          </para>
     
    592592        <listitem>
    593593          <para>
    594             is used to check the behavior of slapd by verifying 
    595             access to directory data according to the access control 
     594            is used to check the behavior of slapd by verifying
     595            access to directory data according to the access control
    596596            list directives defined in its configuration.
    597597          </para>
     
    619619        <listitem>
    620620          <para>
    621             is used to check the behavior of the slapd 
     621            is used to check the behavior of the slapd
    622622            in mapping identities for authentication and
    623623            authorization purposes, as specified in slapd.conf.
     
    695695        <listitem>
    696696          <para>
    697             is used to check schema compliance of the contents 
     697            is used to check schema compliance of the contents
    698698            of a slapd database.
    699699          </para>
  • server/other/soprano.xml

    ra161de9 r0d7900a  
    3131
    3232    <para>
    33       <application>Soprano</application> (formally known as QRDF) is a 
     33      <application>Soprano</application> (formally known as QRDF) is a
    3434      library which provides a nice Qt interface to RDF storage solutions.
    3535      It has a modular structure which allows to replace the actual RDF
     
    7878    <para role="required">
    7979      <xref linkend="dbus"/>,
    80       <xref linkend="cmake"/>, 
    81       <xref linkend="qt"/> and 
     80      <xref linkend="cmake"/>,
     81      <xref linkend="qt"/> and
    8282      <xref linkend="redland"/>
    8383    </para>
     
    8585    <bridgehead renderas="sect4">Recommended (Required if building KDE)</bridgehead>
    8686    <para role="recommended">
    87       <xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally, 
    88       <xref linkend="virtuoso"/> is required as a runtime dependency for this 
     87      <xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally,
     88      <xref linkend="virtuoso"/> is required as a runtime dependency for this
    8989      backend.)
    9090    </para>
    91    
     91
    9292    <bridgehead renderas="sect4">Optional</bridgehead>
    9393    <para role="optional">
    94       <xref linkend="doxygen"/> (to build the documentation), 
     94      <xref linkend="doxygen"/> (to build the documentation),
    9595      <ulink url="http://sourceforge.net/projects/clucene/">CLucene</ulink>
    96       (no longer required to use Soprano in KDE) and 
     96      (no longer required to use Soprano in KDE) and
    9797      <ulink url="http://www.openrdf.org/">Sesame2</ulink>
    9898    </para>
     
    139139
    140140  </sect2>
    141  
     141
    142142  <sect2 role="configuration">
    143143    <title>Configuration of Soprano</title>
     
    172172        <para>
    173173          It is not required to start the <application>Soprano</application>
    174           server at boottime for <application>KDE</application>. 
     174          server at boottime for <application>KDE</application>.
    175175          <application>KDE</application> will start
    176176          <application>Soprano</application> as needed.
    177177        </para>
    178178      </note>
    179      
     179
    180180      <para>
    181181        In order to get <application>Soprano</application> started
  • server/other/virtuoso.xml

    ra161de9 r0d7900a  
    3030    <title>Introduction to Virtuoso</title>
    3131
    32     <para><application>Virtuoso</application> is a cross-platform server that 
    33     implements multiple server-side protocols as part of a single-server product 
    34     offering. There is one server product that offers WebDAV/HTTP, Application, 
    35     and Database-server functionality alongside Native XML Storage, Universal 
    36     Data-Access Middleware, Business Process Integration and a Web-Services 
     32    <para><application>Virtuoso</application> is a cross-platform server that
     33    implements multiple server-side protocols as part of a single-server product
     34    offering. There is one server product that offers WebDAV/HTTP, Application,
     35    and Database-server functionality alongside Native XML Storage, Universal
     36    Data-Access Middleware, Business Process Integration and a Web-Services
    3737    Platform.</para>
    3838
     
    129129    one.</para>
    130130
    131     <para><option>--program-transform-name</option>: Both 
     131    <para><option>--program-transform-name</option>: Both
    132132    <application>Virtuoso</application> and <application>unixODBC</application>
    133133    install a program named <command>isql</command>. Use this option to rename
    134134    <application>virtuoso</application>s program to <command>isql-v</command></para>
    135    
     135
    136136    <para><option>--disable-all-vads</option>: This option disables the building of
    137137    all the VAD packages (tutorials, demos, etc.).</para>
    138    
    139     <para><option>--disable-static</option>: This option disables the building of static 
    140     libraries. However, the main virtuoso library, libvirtuoso-t, is still built as a 
     138
     139    <para><option>--disable-static</option>: This option disables the building of static
     140    libraries. However, the main virtuoso library, libvirtuoso-t, is still built as a
    141141    static library.</para>
    142142
    143     <para><option>--enable-python</option>:  Add this option if 
     143    <para><option>--enable-python</option>:  Add this option if
    144144    <application>Python</application> is installed. It enables the
    145     use of <application>Python</application> by 
     145    use of <application>Python</application> by
    146146    <application>Virtuoso</application>.</para>
    147147<!--
     
    149149    to the <xref linkend="jdk"/> and to enable making use of Java.</para>
    150150-->
    151     <para><option>--with-port</option>: Add this if you want the 
     151    <para><option>--with-port</option>: Add this if you want the
    152152    <application>virtuoso</application> server to listen on another port than
    153153    1111.</para>
     
    159159
    160160    <note><para>If <application>Virtuoso</application> is only to be used
    161     for <application>KDE</application>, there is no need to start the 
     161    for <application>KDE</application>, there is no need to start the
    162162    <application>Virtuoso</application> server at boot time.</para></note>
    163    
     163
    164164    <sect3 id="virtuoso-init">
    165165      <title>Boot Script</title>
     
    180180    <sect3 id="virtuoso-users">
    181181      <title>User accounts</title>
    182      
    183       <para>When the server is started using the start script, there is a web 
    184       interface to <application>Virtuoso</application> at 
    185       <ulink url="http://localhost:8890/"/>. Several links are pointing to 
    186       the OpenLink site, but the <application>Conductor</application> at 
     182
     183      <para>When the server is started using the start script, there is a web
     184      interface to <application>Virtuoso</application> at
     185      <ulink url="http://localhost:8890/"/>. Several links are pointing to
     186      the OpenLink site, but the <application>Conductor</application> at
    187187      <ulink url="http://localhost:8890/conductor/"/>. This is a full featured
    188       configuration site for <application>Virtuoso</application>. Login as 
    189       <systemitem class="username">dba</systemitem> with the predefined 
     188      configuration site for <application>Virtuoso</application>. Login as
     189      <systemitem class="username">dba</systemitem> with the predefined
    190190      password <literal>dba</literal>.</para>
    191191
     
    195195        <para>Remember to immediatly change the password of user
    196196        <systemitem class="username">dba</systemitem> as well as of all other
    197         predefined users. Click on <literal>[System Admin]</literal> and 
     197        predefined users. Click on <literal>[System Admin]</literal> and
    198198        than on <literal>[User Accounts]</literal>.</para>
    199199
    200200      </warning>
    201201    </sect3>
    202        
    203   </sect2>
    204  
     202
     203  </sect2>
     204
    205205  <sect2 role="content">
    206206    <title>Contents</title>
     
    223223      <?dbfo list-presentation="list"?>
    224224      <?dbhtml list-presentation="table"?>
    225  
     225
    226226      <varlistentry id="isql-v">
    227227        <term><command>isql-v</command></term>
     
    233233        </listitem>
    234234      </varlistentry>
    235      
     235
    236236      <varlistentry id="virtuoso-t">
    237237        <term><command>virtuoso-t</command></term>
  • server/other/xinetd.xml

    ra161de9 r0d7900a  
    9393     links against the libtirpc library.</para>
    9494
    95      <para><command>sed ... xinetd/itox.c</command>: Fix some compiler 
     95     <para><command>sed ... xinetd/itox.c</command>: Fix some compiler
    9696     warnings.</para>
    9797
Note: See TracChangeset for help on using the changeset viewer.