Changeset ad6d61c
- Timestamp:
- 05/14/2008 02:22:03 PM (16 years ago)
- Branches:
- 6.3, 6.3-rc2, 6.3-rc3
- Children:
- 483ab89d
- Parents:
- 24e9c23c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r24e9c23c rad6d61c 4 4 --> 5 5 6 <!ENTITY day "1 2"> <!-- Always 2 digits -->6 <!ENTITY day "14"> <!-- Always 2 digits --> 7 7 <!ENTITY month "05"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2008"> -
general/genutils/rxvt-unicode.xml
r24e9c23c rad6d61c 5 5 %general-entities; 6 6 7 <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/ rxvt-unicode-&rxvt-unicode-version;.tar.bz2">7 <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2"> 8 8 <!ENTITY rxvt-unicode-download-ftp " "> 9 9 <!ENTITY rxvt-unicode-md5sum "f3c4fea3d544a340fa5a1d601ff5f204"> 10 10 <!ENTITY rxvt-unicode-size "860 KB"> 11 <!ENTITY rxvt-unicode-buildsize " 18MB">11 <!ENTITY rxvt-unicode-buildsize "27 MB"> 12 12 <!ENTITY rxvt-unicode-time "0.2 SBU"> 13 13 ]> … … 56 56 </itemizedlist> 57 57 58 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 59 <itemizedlist spacing="compact"> 60 <listitem> 61 <para>Required patch: <ulink 62 url="&patch-root;/rxvt-unicode-&rxvt-unicode-version;-DISPLAY_fix-1.patch"/></para> 63 </listitem> 64 </itemizedlist> 65 58 66 <bridgehead renderas="sect3">rxvt-unicode Dependencies</bridgehead> 59 67 … … 62 70 63 71 <bridgehead renderas="sect4">Optional</bridgehead> 64 <para role="optional"> 65 <ulink url="http://www.afterstep.org/visualdoc.php?show=asimagexml"> 66 libAfterImage</ulink> (adds support for libAfterImage to be used for 67 transparency and background images)</para> 72 <para role="optional"><ulink 73 url="http://sourceforge.net/projects/afterstep">libAfterImage</ulink> 74 (adds support for transparency and background images)</para> 68 75 69 76 <para condition="html" role="usernotes">User Notes: … … 78 85 following commands:</para> 79 86 80 <screen><userinput>./configure --prefix=/usr --enable-everything && 87 <screen><userinput>patch -Np1 -i ../rxvt-unicode-&rxvt-unicode-version;-DISPLAY_fix-1.patch && 88 ./configure --prefix=/usr --enable-everything && 81 89 make</userinput></screen> 82 90 … … 100 108 101 109 <para><option>--disable-perl</option>: Disable the embedded 102 <application>Perl</application> 103 interpreter.</para> 110 <application>Perl</application> interpreter.</para> 104 111 105 112 <para><option>--disable-afterimage</option>: Remove support for … … 113 120 <para>The <application>rxvt-unicode</application> terminal emulator 114 121 uses the resource class <classname>URxvt</classname> and the resource name 115 <classname>urxvt</classname>. You can add X resource definitions to the 116 user's <filename>~/.Xresources</filename> file, or to the system-wide 117 <filename>/etc/X11/app-defaults/URxvt</filename> file. 118 The following example provides a way to load the 119 <classname>matcher</classname><application>Perl</application> extension 120 (assuming <application>Perl</application> support wasn't disabled), which 121 enables a middle button click to open an underline URL in the specified 122 browser. It also sets a background and a foreground color and loads an Xft 123 font. Accomplish this by adding the following definitions as the 124 <systemitem class="username">root</systemitem> user:</para> 125 126 <screen role="root"><userinput>cat >> /etc/X11/app-defaults/URxvt << "EOF" 127 URxvt*perl-ext: matcher 122 <classname>urxvt</classname>. You can add X resource definitions to a 123 user's <filename>~/.Xresources</filename> file or to the system-wide 124 <filename>/etc/X11/app-defaults/URxvt</filename> file. The following 125 example will load the <classname>matcher</classname> 126 <application>Perl</application> extension (assuming 127 <application>Perl</application> support wasn't disabled), which enables a 128 middle button click to open an underlined URL in the specified browser, 129 sets a background and foreground color and loads an Xft font:</para> 130 131 <screen><userinput>cat >> /etc/X11/app-defaults/URxvt << "EOF" 132 <literal>URxvt*perl-ext: matcher 128 133 URxvt*urlLauncher: firefox 129 134 URxvt.background: black 130 135 URxvt.foreground: yellow 131 URxvt*font: xft:Monospace:pixelsize=12 136 URxvt*font: xft:Monospace:pixelsize=12</literal> 132 137 EOF</userinput></screen> 133 138 … … 136 141 within the same process. The <command>urxvtc</command> client then connects 137 142 to the <command>urxvtd</command> daemon and requests a new terminal window. 138 </para> 139 140 <note> 141 <para>Use that option with caution. If the daemon crashes, all the 142 running processes in the terminal windows are terminated.</para> 143 </note> 144 145 <para> 146 You can start the <command>urxvtd</command> daemon in the system or 147 personal startup <command>X</command> session scripts (e.g., 143 Use this option with caution. If the daemon crashes, all the running 144 processes in the terminal windows are terminated.</para> 145 146 <para>You can start the <command>urxvtd</command> daemon in the system or 147 personal startup <command>X</command> session script (e.g., 148 148 <filename>~/.xinitrc</filename>) by adding the following lines near the top 149 149 of the script:</para> 150 150 151 151 <screen><userinput><literal># Start the urxvtd daemon 152 urxvtd -q -f -o & 153 </literal></userinput></screen> 152 urxvtd -q -f -o &</literal></userinput></screen> 154 153 155 154 <para>For more information, examine the <command>urxvt</command>, … … 168 167 169 168 <seglistitem> 170 <seg>urxvt, urxvtd, and urxvtc .</seg>169 <seg>urxvt, urxvtd, and urxvtc</seg> 171 170 <seg>Many <application>Perl</application> extensions located under 172 171 <filename class='directory'>/usr/lib/urxvt/perl</filename></seg> … … 193 192 <term><command>urxvtd</command></term> 194 193 <listitem> 195 <para>is the urxvtterminal daemon.</para>194 <para>is the <command>urxvt</command> terminal daemon.</para> 196 195 <indexterm zone="rxvt-unicode urxvtd"> 197 196 <primary sortas="b-urxvtd">urxvtd</primary> … … 203 202 <term><command>urxvtc</command></term> 204 203 <listitem> 205 <para>controls the urxvtddaemon.</para>204 <para>controls the <command>urxvtd</command> daemon.</para> 206 205 <indexterm zone="rxvt-unicode urxvtc"> 207 206 <primary sortas="b-urxvtc">xterm</primary> -
introduction/welcome/changelog.xml
r24e9c23c rad6d61c 41 41 42 42 --> 43 44 <listitem> 45 <para>May 14th, 2008</para> 46 <itemizedlist> 47 <listitem> 48 <para>[randy] - Added a patch to the rxvt-unicode instructions to fix 49 a security vulnerability and changed the download URL to a more 50 consistent location.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 43 54 44 55 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.