[WINEHQ] Fix the '<' and '>' references

Francois Gouget fgouget at free.fr
Thu Aug 4 17:07:27 CDT 2005


So now that the right way to get a less than or greater than sign in the 
html is to use '<' and '>' respectively, the places that did use 
the & trick need to be fixed. Fortunately there's not too many of 
those.


Changelog:

  * wwn/wn20020824_132.xml
    wwn/wn20030905_186.xml
    wwn/wn20050304_264.xml
    wwn/wn20050624_280.xml
    wwn/wn20050701_281.xml
    wwn/wn20050722_284.xml

    Francois Gouget <fgouget at free.fr>
    Fix the '&amp;lt;' and '&amp;gt;' references.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                       Computers are like airconditioners
                 They stop working properly if you open WINDOWS
-------------- next part --------------
Index: wwn/wn20020824_132.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20020824_132.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn20020824_132.xml
--- wwn/wn20020824_132.xml	27 Jan 2005 15:21:25 -0000	1.5
+++ wwn/wn20020824_132.xml	28 Jul 2005 22:03:41 -0000
@@ -188,7 +188,7 @@ I use this:<ul><code>
 #!/bin/sh<br />
 #&lt;wine&gt;/documentation/*.sgml reader (c) 2000- Lawson Whitney<br />
 # Use, distribute, or change at your own risk.<br />
-sed -e 's/&lt;[^&lt;&gt;]*&gt;//g' -e 's/&amp;lt;/&lt;/g' -e 's/&amp;gt;/&gt;/g' $1 |less -ni
+sed -e 's/&lt;[^&lt;&gt;]*&gt;//g' -e 's/&lt;/&lt;/g' -e 's/&gt;/&gt;/g' $1 |less -ni
 </code></ul></p>
 </quote>
 
Index: wwn/wn20030905_186.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20030905_186.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn20030905_186.xml
--- wwn/wn20030905_186.xml	16 Dec 2003 17:09:27 -0000	1.4
+++ wwn/wn20030905_186.xml	28 Jul 2005 22:03:04 -0000
@@ -108,7 +108,7 @@ an understandable UI</li></ul></p><p>
 help is required to:
 <ul>
 <li> get some decent icons for toolbar (I don't feel like a graphic designer)</li>
-<li> &amp;lt;put here what you want&amp;gt;</li></ul></p><p>
+<li> &lt;put here what you want&gt;</li></ul></p><p>
 
 downside: the get_symbol function in system.c is really ugly. I wouldn't 
 be surprised if Alexandre doesn't like it (I don't like it myself). A 
Index: wwn/wn20050304_264.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20050304_264.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn20050304_264.xml
--- wwn/wn20050304_264.xml	20 Jun 2005 16:21:07 -0000	1.5
+++ wwn/wn20050304_264.xml	28 Jul 2005 22:02:49 -0000
@@ -668,7 +668,7 @@ support that vary from one sound card to
 from one Alsa configuration / OSS emulation version to the next) and
 which all cause trouble.
 </p><p>
-&amp;lt;rant&amp;gt;
+&lt;rant&gt;
 </p><p>
 And Wine is way too sensible to these issues, even more so if the
 application uses DirectSound. Part of this is because the Windows API is
@@ -705,7 +705,7 @@ not-low-latency stereo sound and unfortu
 progress on this in the past couple of years (i.e. there are still about
 has many users having problems now as two years ago).
 </p><p>
-&amp;lt;/rant&amp;gt;
+&lt;/rant&gt;
 </p></quote>
 
 </section>
Index: wwn/wn20050624_280.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20050624_280.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20050624_280.xml
--- wwn/wn20050624_280.xml	5 Jul 2005 14:43:40 -0000	1.3
+++ wwn/wn20050624_280.xml	28 Jul 2005 22:02:07 -0000
@@ -382,7 +382,7 @@ only days before by Alexandre):</p>
 <quote who="Huw Davies"><p>
 
 Yup, that's the fonts substitutes mechanism which is different from the
-replacements one&amp;lt;g&amp;gt;  See LoadReplaceList in gdi/freetype.c
+replacements one&lt;g&gt;  See LoadReplaceList in gdi/freetype.c
 </p><p>
 You need something like this:
 <ul><code>
Index: wwn/wn20050701_281.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20050701_281.xml,v
retrieving revision 1.2
diff -u -p -r1.2 wn20050701_281.xml
--- wwn/wn20050701_281.xml	5 Jul 2005 14:43:40 -0000	1.2
+++ wwn/wn20050701_281.xml	28 Jul 2005 22:01:46 -0000
@@ -212,7 +212,7 @@ concerning a Mac port:</p>
  of CrossOver make business sense...until now.
 </p><p> 
  We're still figuring out just how we want to attack this,
- and so on (and waiting for our dev kit to arrive &amp;lt;g&amp;gt;)
+ and so on (and waiting for our dev kit to arrive &lt;g&gt;)
  Right now, we're trying to encourage
  ISVs to partner with us; the more interest we can generate
  now, the more energy we can put into this prior to the
@@ -351,7 +351,7 @@ a great test for Wine.
 hhctrl.ocx control:</p>
 <quote who="Jacek Caban"><p>
 <code>
-#include &amp;lt;windows.h&amp;gt;<br /><br />
+#include &lt;windows.h&gt;<br /><br />
 
 typedef int WINAPI DOWINMAIN(HMODULE hMod, LPSTR cmdline);<br /><br />
 
Index: wwn/wn20050722_284.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20050722_284.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20050722_284.xml
--- wwn/wn20050722_284.xml	28 Jul 2005 19:21:12 -0000	1.3
+++ wwn/wn20050722_284.xml	28 Jul 2005 22:06:43 -0000
@@ -111,7 +111,7 @@ patches.
 </p><p>
 That is formally the last set of 'hard work' we planned to
 do as part of our work on our 5.0 release.  Now we just
-have to do the 'easy part' - stabilizing for release &amp;lt;g&amp;gt;.
+have to do the 'easy part' - stabilizing for release &lt;g&gt;.
 </p><p>
 The big picture items included the window manager rewrite,
 the OLE/COM work, and the work on MSI.


More information about the wine-patches mailing list