Jeremy Newman : wrap all html using XML CDATA, change quote to blockquote

Jeremy Newman jnewman at wine.codeweavers.com
Mon Jun 8 13:52:12 CDT 2015


Module: website
Branch: master
Commit: 78222447404f704282d96633420eb2e3c92c5e71
URL:    http://source.winehq.org/git/website.git/?a=commit;h=78222447404f704282d96633420eb2e3c92c5e71

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Mon Jun  8 13:51:44 2015 -0500

wrap all html using XML CDATA, change quote to blockquote

---

 wwn/en/wn20150607_392.xml | 39 ++++++++++++++++++++++++---------------
 1 file changed, 24 insertions(+), 15 deletions(-)

diff --git a/wwn/en/wn20150607_392.xml b/wwn/en/wn20150607_392.xml
index 90f2772..99362fa 100644
--- a/wwn/en/wn20150607_392.xml
+++ b/wwn/en/wn20150607_392.xml
@@ -4,8 +4,8 @@
 
 <author contact="http://www.dawncrow.de/wine/">André Hentschel</author>
 <issue num="392" date="06/07/2015" />
-<intro> <p>This is the 392nd issue of the World Wine News publication.
-Its main goal is to inform you of what's going on around Wine. Wine is an open source implementation of the Windows API on top of X and Unix.  Think of it as a Windows compatibility layer.  Wine does not require Microsoft Windows, as it is a completely alternative implementation consisting of 100% Microsoft-free code, but it can optionally use native system DLLs if they are available.   You can find more info at <a href="http://www.winehq.org">www.winehq.org</a></p> </intro>
+<intro><![CDATA[ <p>This is the 392nd issue of the World Wine News publication.
+Its main goal is to inform you of what's going on around Wine. Wine is an open source implementation of the Windows API on top of X and Unix.  Think of it as a Windows compatibility layer.  Wine does not require Microsoft Windows, as it is a completely alternative implementation consisting of 100% Microsoft-free code, but it can optionally use native system DLLs if they are available.   You can find more info at <a href="http://www.winehq.org">www.winehq.org</a></p> ]]></intro>
 <stats posts="140" size="102" contrib="36" multiples="17" lastweek="11">
 
 <person posts="6" size="8" who="austinenglish at gmail.com (Austin English)" />
@@ -27,6 +27,7 @@ Its main goal is to inform you of what's going on around Wine. Wine is an open s
 	archive="http://wiki.winehq.org/WineConf2015"
 	posts="1"
 >
+<![CDATA[
 <p>
 Instead of visiting FOSDEM a third time we decided to do our own conference again this year.
 WineConf will be held in Vienna in September and we have a very interesting preliminary agenda:
@@ -51,6 +52,7 @@ Possibly we'll also have:
 <li>Wine's desktop and system integration - Damjan Jovanovic</li>
 <li>Wine and Valgrind - Austin English</li>
 </ul>
+]]>
 </section>
 
 <section
@@ -59,6 +61,7 @@ Possibly we'll also have:
 	archive="https://www.google-melange.com/gsoc/homepage/google/gsoc2015"
 	posts="1"
 >
+<![CDATA[
 <p>
 I haven't wrote about GSoC 2015 yet, but the Wine Project already was
 <a href="http://www.phoronix.com/scan.php?page=news_item&px=GSoC-2015-Interesting-Work">on the news</a> with it.
@@ -68,7 +71,7 @@ We have four projects which are already in the coding period:
 <p><b>Direct3DRM - Implement rendering backend for D3DRM</b> -
 <a href="https://www.google-melange.com/gsoc/project/details/google/gsoc2015/jam/5750085036015616">Project</a>
 <a href="//www.winehq.org/pipermail/wine-devel/2015-May/107608.html">by Aaryaman Vasishta</a></p>
-<quote>
+<blockquote>
 <p>Thank you for inviting me to this opportunity! I will try my best to keep it short, though it might be a bit long for some. There's a TL;DR at the end, though. :)</p>
 <p>A bit about myself. My name is Aaryaman Vasishta and I'm currently studying in my third year of Computer Engineering in Pune Institute of Computer Technology, India. My interests lie in game programming and computer graphics.</p>
 <p>My project focuses on implementing the rendering backend for the D3DRM API [1].</p>
@@ -77,31 +80,31 @@ We have four projects which are already in the coding period:
 <p>The API is quite old (it has been removed since DX 8 SDK, and the dll doesn't come included with vista onwards) but there are a few popular games that used it. Namely, Lego Rock Raiders and Steel Beasts, and applications as well, like FMS (Flying Model Simulator). So there is some merit in working on this. Implementing these functions will help accelerate further development of this API to get some long-awaited apps to run on wine (I can see quite a few threads on google of people trying to get FMS running, and a couple for LRR too, so there is some demand for it). As an added bonus, I also get to interact with wine's ddraw implementation for this one, which could potentially help ddraw's implementation via possible bug detection/fixes and implementing any ddraw functionality that d3drm requires.</p>
 <p>TL;DR: I'm implementing a main chunk of a graphics API called Direct3D Retained Mode, which is based on Direct3D Immediate Mode. The API is mostly a stub in wine and this project should help get things going.</p>
 <p>[1] - https://www.google-melange.com/gsoc/project/details/google/gsoc2015/jam/5750085036015616</p>
-</quote>
+</blockquote>
 
 <p><b>Implement the Visual C++ iostream library</b> -
 <a href="https://www.google-melange.com/gsoc/project/details/google/gsoc2015/sulley/5685265389584384">Project</a>
 <a href="//www.winehq.org/pipermail/wine-devel/2015-May/107619.html">by Iván Matellanes</a></p>
-<quote>
+<blockquote>
 <p>I'm looking forward to contributing to Wine.</p>
 <p>My project consists on implementing part of the legacy Visual C++ iostream runtime, which was shipped with Visual Studio versions up to 6.0 and is currently a stub. I'll work on as many functions as time permits, and one of the key points is to reuse code from the modern Visual C++ runtime library that is already implemented.</p>
 <p>Some old applications and games (like MS Reader and Tron 2.0) would benefit from this, as they would run with the built-in library. A quick search on Bugzilla for 'msvcirt' shows several bugs related to unimplemented functions.</p>
-</quote>
+</blockquote>
 
 <p><b>Implementing functions from tr2 namespace</b> -
 <a href="https://www.google-melange.com/gsoc/project/details/google/gsoc2015/yonghaohu/5741031244955648">Project</a>
 <a href="//www.winehq.org/pipermail/wine-devel/2015-May/107628.html">by YongHao Hu</a></p>
-<quote>
+<blockquote>
 <p>My project focuses on implementing all the functions from tr2 namespace, which was included in the <filesystem> header and being proposed for standardization.</p>
 <p>Though there are many methods to implement the functions like _File_size and _Equivalent etc, the hard part is finding the most appropriate one.</p>
 <p>New applications like MSVC12[1] would benefit from this.</p>
 <p>[1]: //bugs.winehq.org/show_bug.cgi?id=35774</p>
-</quote>
+</blockquote>
 
 <p><b>Improve mshtml.dll</b> -
 <a href="https://www.google-melange.com/gsoc/project/details/google/gsoc2015/zhenbo/5709068098338816">Project</a>
 <a href="//www.winehq.org/pipermail/wine-devel/2015-May/107609.html">by Zhenbo Li</a></p>
-<quote>
+<blockquote>
 <p>I'm glad to working on Wine GSoC this year. My project's focus is
 IHMLTXMLHttpRequest. Many websites would use hacks to determine
 whether the browser was IE6.0 or IE 7+. As XMLHttpRequest object
@@ -119,8 +122,8 @@ necessary to make wine IE more usable.</p>
 <p>[0]: http://en.wikipedia.org/wiki/XMLHttpRequest</p>
 <p>[1]: https://getfirebug.com/firebuglite</p>
 <p>[2]: https://developer.mozilla.org/en-US/docs/nsIXMLHttpRequest</p>
-</quote>
-
+</blockquote>
+]]>
 </section>
 
 <section
@@ -129,16 +132,18 @@ necessary to make wine IE more usable.</p>
 	archive="https://www.linux.com/news/featured-blogs/200-libby-clark/822789-git-success-stories-and-tips-from-wine-maintainer-alexandre-julliard/"
 	posts="1"
 >
+<![CDATA[
 <p>
 Alexandre Julliard was
 <a href="https://www.linux.com/news/featured-blogs/200-libby-clark/822789-git-success-stories-and-tips-from-wine-maintainer-alexandre-julliard/">
 interviewed by Linux.com</a> and it's an interesting read!
 </p>
-<quote>
+<blockquote>
 <p>
 I can no longer imagine doing software development without it.
 </p>
-</quote>
+</blockquote>
+]]>
 </section>
 
 <section
@@ -147,6 +152,7 @@ I can no longer imagine doing software development without it.
 	archive="https://www.facebook.com/pages/winehqorg/1634558060090404"
 	posts="0"
 >
+<![CDATA[
 <p>
 Tom Wickline finally set up a
 <a href="https://www.facebook.com/pages/winehqorg/1634558060090404">Facebook</a> page for WineHQ!
@@ -163,7 +169,7 @@ Make sure to subscribe to it to receive interesting and Wine related posts.
 <p>
 Austin writes:
 </p>
-<quote>
+<blockquote>
 <p>
 Given
 SourceForge's recent activities [1] with taking over open source
@@ -174,10 +180,11 @@ wine-gecko/wine-mono installers, and the wine-gecko git repository.
 <p>
 [1] http://www.extremetech.com/computing/206687-sourceforge-accused-of-hijacking-gimp-photo-editor-company-claims-project-was-abandoned
 </p>
-</quote>
+</blockquote>
 <p>
 So far there was mostly (or only) positive feedback to that suggestion and planning seems to be in progress.
 </p>
+]]>
 </section>
 
 <section
@@ -186,6 +193,7 @@ So far there was mostly (or only) positive feedback to that suggestion and plann
     archive="//appdb.winehq.org"
     posts="0"
 >
+<![CDATA[
 <topic>AppDB / Bugzilla</topic>
 <center><b>Bugzilla Changes:</b></center>
 <p><center>
@@ -762,4 +770,5 @@ will have the same experience and would provide a similar rating.</i></p>
              </td>
            </tr>
         </table></div>
+]]>
 </section></kc>




More information about the wine-cvs mailing list