Changeset 0459c559


Ignore:
Timestamp:
05/19/2004 01:42:48 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
44abcab
Parents:
884fa56c
Message:

update to joe-3.0, fixed formating within screens

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl/curl-exp.xml

    r884fa56c r0459c559  
    33
    44<para><parameter>--with-gssapi=/usr</parameter>:
    5 This parameter adds kerberos 5 support to <filename class="libraryfile">libcurl</filename></para>
     5This parameter adds kerberos 5 support to <filename
     6class="libraryfile">libcurl</filename>.</para>
    67
    78</sect2>
  • introduction/welcome/changelog.xml

    r884fa56c r0459c559  
    1212<itemizedlist>
    1313
    14 <listitem><para>May 18th, 2004 [larry]: Updated to mysql-4.0.20 and
    15 courier-0.45.5.</para></listitem>
     14<listitem><para>May 18th, 2004 [larry]: Updated to mysql-4.0.20,
     15courier-0.45.5 and joe-3.0.</para></listitem>
    1616
    1717<listitem><para>May 18th, 2004 [larry]: Editorial review, chapters 16,
  • postlfs/editors/joe/joe.ent

    r884fa56c r0459c559  
    44<!ENTITY joe-config SYSTEM "joe-config.xml">
    55<!ENTITY joe-desc SYSTEM "joe-desc.xml">
    6 <!ENTITY joe-version "2.9.8">
     6<!ENTITY joe-version "3.0">
    77<!ENTITY joe-download-http "http://unc.dl.sourceforge.net/sourceforge/joe-editor/joe-&joe-version;.tar.gz">
    8 <!ENTITY joe-download-ftp "ftp://ftp.uni-koeln.de/editor/joe-&joe-version;.tar.gz">
    9 <!ENTITY joe-size "284 KB">
    10 <!ENTITY joe-buildsize "4.3 MB">
     8<!ENTITY joe-download-ftp " ">
     9<!ENTITY joe-size "308 KB">
     10<!ENTITY joe-buildsize "4.8 MB">
    1111<!ENTITY joe-time "0.11 SBU">
  • stylesheets/blfs-chunked.xsl

    r884fa56c r0459c559  
    1616  <xsl:include href="xhtml/lfs-index.xsl"/>
    1717  <xsl:include href="xhtml/lfs-legalnotice.xsl"/>
    18   <xsl:include href="xhtml/lfs-mixed.xsl"/>
     18  <xsl:include href="xhtml/lfs-mixed.xsl"/> 
    1919  <xsl:include href="xhtml/lfs-navigational.xsl"/>
    2020  <xsl:include href="xhtml/lfs-titles.xsl"/>
     
    3636  </xsl:template>
    3737
     38<xsl:template match="userinput">
     39  <xsl:call-template name="inline.monoseq"/>
     40</xsl:template>
     41
    3842</xsl:stylesheet>
  • stylesheets/blfs.css

    r884fa56c r0459c559  
    103103    color: black;
    104104    background-color: #dddddd;
     105    font-family: Courier, monospace;
     106        font-size: 13px; */
    105107}
    106108
     
    130132}
    131133
    132 .command {
     134b.command {
    133135    font-family: courier, monospace;
    134136}
  • stylesheets/xhtml/lfs-mixed.xsl

    r884fa56c r0459c559  
    1010    <xsl:choose>
    1111                <!-- Temporally hack -->
    12       <xsl:when test="child::* = userinput">
     12<!-- Broke userinput   <xsl:when test="child::* = userinput">
    1313        <pre class="{name(.)}">
    14           <kbd class="command">
     14           <kbd class="command">
    1515            <xsl:value-of select="."/>
    1616          </kbd>
    1717        </pre>
    18       </xsl:when>
     18      </xsl:when> -->
    1919      <!-- This should be fixed in the XML code -->
    20       <!--
     20     
    2121      <xsl:when test="contains(text() , 'SBU')">
    2222        <p class="sbu">
     
    2828        </p>
    2929      </xsl:when>
    30       -->
     30     
    3131      <xsl:otherwise>
    3232        <pre class="{name(.)}">
Note: See TracChangeset for help on using the changeset viewer.