Changeset bd43819a
- Timestamp:
- 01/27/2004 08:45:25 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8b7bb010
- Parents:
- f6d89c6
- Files:
-
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/textweb/w3m.xml
rf6d89c6 rbd43819a 5 5 &w3m-intro; 6 6 &w3m-inst; 7 &w3m-exp; 8 <!-- &w3m-config; --> 7 &w3m-config; 9 8 &w3m-desc; 10 9 -
basicnet/textweb/w3m/w3m-config.xml
rf6d89c6 rbd43819a 1 1 <sect2> 2 <title>Configur ation</title>2 <title>Configuring <application>w3m</application></title> 3 3 4 <para>If you compiled w3m with mouse support then you must create a symbolic 5 link to the <acronym>GPM</acronym> library because w3m expects it to be 6 located at <filename>/usr/lib/libgpm.so.1</filename>. To create this symbolic 7 link run the following command:</para> 8 9 <screen><userinput><command>ln -sf /usr/lib/libgpm.so.?.* /usr/lib/libgpm.so.1</command> 10 </userinput></screen> 4 <sect3><title>Config files</title> 5 <para><filename>/etc/w3m/*</filename>, <filename>~/.w3m/*</filename></para> 6 </sect3> 11 7 12 8 </sect2> 13 14 <sect2>15 <title>Possible problems with <acronym>GPM</acronym></title>16 17 <para>Depending on what version of <acronym>GPM</acronym> you are using, and whether or not18 any patches were applied to <acronym>GPM</acronym>, you might receive the following19 warning when starting w3m:</para>20 21 <screen>*** debug ***: [/usr/src/gpm-1.20.0/src/liblow.c(202)]:</screen>22 23 <para>Currently, the only known solution to this problem is to disable24 mouse support via the -no-mouse parameter. The origin of this problem is25 currently unknown.</para>26 27 </sect2> -
basicnet/textweb/w3m/w3m-inst.xml
rf6d89c6 rbd43819a 2 2 <title>Installation of <application>w3m</application></title> 3 3 4 <para>We configure <application>w3m</application> to use the "monster" model, which includes color,5 menu, mouse, cookie, and <acronym>SSL</acronym> support. Other models include:</para>6 7 <literallayout>baby - bare minimum8 little - color and menu support9 mouse - color, menu, and mouse support10 cookie - color, menu, mouse, and cookie support</literallayout>11 12 4 <para>Install <application>w3m</application> by running the following commands:</para> 13 5 14 <screen><userinput><command>./configure - yes -lang=en -model=monster -prefix=/usr&&6 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc && 15 7 make && 16 make install</command></userinput></screen> 8 make install && 9 cp doc/keymap.default /etc/w3m/keymap && 10 cp doc/menu.default /etc/w3m/menu</command></userinput></screen> 17 11 18 12 </sect2> -
basicnet/textweb/w3m/w3m-intro.xml
rf6d89c6 rbd43819a 15 15 16 16 <sect3><title><application>w3m</application> dependencies</title> 17 <sect4><title>Required</title> 18 <para> 19 <ulink url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">GC</ulink> 20 </para></sect4> 17 21 <sect4><title>Optional</title> 18 <para><xref linkend="gpm"/>, <xref linkend="openssl"/>, <xref 19 linkend="imlib"/>, <xref linkend="imlib2"/>, <xref linkend="gdk"/> and <xref 20 linkend="compface"/></para></sect4> 22 <para> 23 <xref linkend="gpm"/>, 24 <xref linkend="openssl"/>, 25 <xref linkend="imlib"/>, 26 <xref linkend="imlib2"/>, 27 <xref linkend="gdk"/> and 28 <xref linkend="compface"/> 29 </para></sect4> 21 30 </sect3> 22 31 -
basicnet/textweb/w3m/w3m.ent
rf6d89c6 rbd43819a 2 2 <!ENTITY w3m-intro SYSTEM "w3m-intro.xml"> 3 3 <!ENTITY w3m-inst SYSTEM "w3m-inst.xml"> 4 <!ENTITY w3m-exp SYSTEM "w3m-exp.xml">5 4 <!ENTITY w3m-config SYSTEM "w3m-config.xml"> 6 5 <!ENTITY w3m-desc SYSTEM "w3m-desc.xml"> 7 <!ENTITY w3m-version "0.4. 1">6 <!ENTITY w3m-version "0.4.2"> 8 7 <!ENTITY w3m-download-http "http://unc.dl.sourceforge.net/sourceforge/w3m/w3m-&w3m-version;.tar.gz"> 9 8 <!ENTITY w3m-download-ftp "ftp://sunsite.ccu.edu.tw/pub15/sourceforge/w/w3m/w3m-&w3m-version;.tar.gz"> 10 <!ENTITY w3m-size " 1.2 MB">11 <!ENTITY w3m-buildsize " 8.2MB">12 <!ENTITY w3m-time "0.2 0SBU">9 <!ENTITY w3m-size "646 KB"> 10 <!ENTITY w3m-buildsize "11 MB"> 11 <!ENTITY w3m-time "0.28 SBU"> -
index.xml
rf6d89c6 rbd43819a 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004012 6">6 <!ENTITY releasedate "January 2 6th, 2004">5 <!ENTITY version "CVS-20040127"> 6 <!ENTITY releasedate "January 27th, 2004"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
rf6d89c6 rbd43819a 11 11 12 12 <itemizedlist> 13 14 <listitem><para>January 27th, 2004 [igor]: Updated to 15 w3m-0.4.2.</para></listitem> 13 16 14 17 <listitem><para>January 26th, 2004 [igor]: Patched netfs init
Note:
See TracChangeset
for help on using the changeset viewer.