Changeset eeb3bd3d
- Timestamp:
- 02/15/2004 06:15:06 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 98177f6
- Parents:
- 66e745e
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/textweb/lynx/lynx-config.xml
r66e745e reeb3bd3d 9 9 10 10 <para>Various settings such as proxies can be set in the system-wide 11 <filename>lynx.cfg</filename> file found in <filename >/etc</filename>.</para>11 <filename>lynx.cfg</filename> file found in <filename class="directory">/etc</filename>.</para> 12 12 </sect3> 13 13 14 14 </sect2> 15 -
basicnet/textweb/lynx/lynx-exp.xml
r66e745e reeb3bd3d 7 7 system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para> 8 8 9 <para><option>--with-ssl</option>: This enables support for10 linking <acronym>SSL</acronym> into <application>lynx</application>.</para>11 12 9 <para><option>--with-zlib</option>: This enables support for 13 10 linking <application>zlib</application> into <application>Lynx</application>.</para> 14 11 15 <para><parameter> DOCDIR=... HELPDIR=...</parameter>: We set these12 <para><parameter>docdir=... helpdir=...</parameter>: We set these 16 13 variables to avoid getting the help and documentation files installed 17 under <filename >/etc</filename>.</para>14 under <filename class="directory">/etc</filename>.</para> 18 15 19 <para><command>sed... mv /etc/lynx.bak /etc/lynx.cfg</command>: This 20 <command>sed</command> command changes the <filename>/etc/lynx.cfg</filename> 21 file so it looks for the help files in the correct place.</para> 16 <para><option>--with-ssl</option>: This enables support for 17 linking <acronym>SSL</acronym> into <application>Lynx</application>.</para> 18 19 <para><option>--with-gnutls</option>: This enables support for 20 linking Gnu<acronym>TLS</acronym> into <application>Lynx</application>.</para> 22 21 23 22 </sect2> 24 -
basicnet/textweb/lynx/lynx-inst.xml
r66e745e reeb3bd3d 5 5 </para> 6 6 7 <screen><userinput><command>./configure --prefix=/usr --libdir=/etc --with- ssl --with-zlib &&7 <screen><userinput><command>./configure --prefix=/usr --libdir=/etc --with-zlib && 8 8 make && 9 9 make install && 10 make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \ 11 HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-doc && 12 make DOCDIR=/usr/share/doc/lynx-2.8.4/lynx_doc \ 13 HELPDIR=/usr/share/doc/lynx-2.8.4/lynx_help install-help && 14 sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \ 15 /etc/lynx.cfg > /etc/lynx.bak && 16 mv /etc/lynx.bak /etc/lynx.cfg</command></userinput></screen> 10 make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \ 11 helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-doc && 12 make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \ 13 helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help</command></userinput></screen> 17 14 18 15 </sect2> 19 -
basicnet/textweb/lynx/lynx-intro.xml
r66e745e reeb3bd3d 18 18 19 19 <sect3><title><application>Lynx</application> dependencies</title> 20 <sect4><title>Required</title> 21 <para><xref linkend="openssl"/></para></sect4> 20 <sect4><title>Optional</title> 21 <para> 22 <xref linkend="openssl"/>, 23 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>, 24 <ulink url="../server/mail.html">MTA</ulink> and 25 <xref linkend="zip"/> 26 </para></sect4> 22 27 </sect3> 23 28 24 25 29 </sect2> -
basicnet/textweb/lynx/lynx.ent
r66e745e reeb3bd3d 5 5 <!ENTITY lynx-config SYSTEM "lynx-config.xml"> 6 6 <!ENTITY lynx-desc SYSTEM "lynx-desc.xml"> 7 <!ENTITY lynx-version "2.8. 4">7 <!ENTITY lynx-version "2.8.5"> 8 8 <!ENTITY lynx-download-http "http://lynx.isc.org/release/lynx&lynx-version;.tar.bz2"> 9 <!ENTITY lynx-download-ftp "ftp:// ftp.netbuddy.org/linux/lynx&lynx-version;.tar.bz2">10 <!ENTITY lynx-size " 1.9MB">11 <!ENTITY lynx-buildsize "1 6MB">12 <!ENTITY lynx-time " 1.66SBU">9 <!ENTITY lynx-download-ftp "ftp://lynx.isc.org/lynx/lynx&lynx-version;/lynx&lynx-version;.tar.bz2"> 10 <!ENTITY lynx-size "2.1 MB"> 11 <!ENTITY lynx-buildsize "18 MB"> 12 <!ENTITY lynx-time "0.45 SBU"> -
introduction/welcome/changelog.xml
r66e745e reeb3bd3d 11 11 12 12 <itemizedlist> 13 14 <listitem><para>February 15th, 2004 [igor]: Updated to Lynx-2.8.5, 15 contributed by Anderson Lizardo.</para></listitem> 13 16 14 17 <listitem><para>February 15th, 2004 [igor]: Updated to KDE-3.2,
Note:
See TracChangeset
for help on using the changeset viewer.