Changes in / [642d7af:f7a5feb9]


Ignore:
Files:
5 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/prog.xml

    r642d7af rf7a5feb9  
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apache-ant.xml"/>
    7272
     73  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-fpc.xml"/>
     74  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fpc.xml"/>
     75  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt5pas.xml"/>
     76  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lazarus.xml"/>
     77
    7378</chapter>
  • networking/netprogs/netprogs.xml

    r642d7af rf7a5feb9  
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uacme.xml"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wget.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wireless-kernel.xml"/>
  • packages.ent

    r642d7af rf7a5feb9  
    364364<!ENTITY openjdk-build                "9">
    365365<!ENTITY apache-ant-version           "1.10.14">
     366
     367<!--
     368The version of the binary package may differ from the
     369source version. Currently as time of creation of this page,
     3703.2.0 is used but there are also 3.2.2 packages available.
     371When settled, we should try to upgrade the bin-version.
     372-->
     373<!ENTITY freepascal-version           "3.2.2">
     374<!ENTITY freepascal-bin-version       "&freepascal-version;">
     375<!ENTITY lazarus-version              "2.2.6">
     376<!ENTITY qt5pas-version               "&lazarus-version;">
    366377
    367378<!-- Perl module versions used in the Perl Modules instructions
     
    725736<!-- Chapter 20 -->
    726737<!ENTITY apache-version               "2.4.57">
     738<!ENTITY uacme-version                "1.7.4">
    727739<!-- Bind version is the same as for Bind Utilities -->
    728740<!ENTITY kea-dhcp-version             "2.4.0">
  • server/major/apache.xml

    r642d7af rf7a5feb9  
    293293<screen role="root"><userinput>make install-httpd</userinput></screen>
    294294
     295      <para>To secure the applications served by <application>Apache</application>
     296      it is recommended to use SSL encyption (https). To create SSL
     297      certificated for this web server, see <xref linkend="uacme"/> for
     298      an easy-to-use tool to create LetsEncrypt certificates.</para>
     299     
    295300    </sect3>
    296301
Note: See TracChangeset for help on using the changeset viewer.