ChangeSet ID: 31121
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)winehq.org 2007/05/01 15:52:28
Modified files:
templates/en : home_about.template
Log message:
Andrew Riedi <andrewriedi(a)gmail.com>
Fix the X11 link and state that we use OpenGL also.
Patch: http://cvs.winehq.org/patch.py?id=31121
Old revision New revision Changes Path
1.21 1.22 +2 -1 lostwages/templates/en/home_about.template
Index: lostwages/templates/en/home_about.template
diff -u -p lostwages/templates/en/home_about.template:1.21 lostwages/templates/en/home_about.template:1.22
--- lostwages/templates/en/home_about.template:1.21 1 May 2007 20:52:28 -0000
+++ lostwages/templates/en/home_about.template 1 May 2007 20:52:28 -0000
@@ -2,7 +2,8 @@
<p>Wine is an Open Source implementation of the <a
href="http://www.microsoft.com/windows/">Windows</a> API on top of <a
-href="http://www.x.org/X11_protocol.html">X</a> and Unix.</p>
+href="http://www.x.org">X</a>, <a href="http://www.opengl.org">OpenGL</a>, and
+Unix.</p>
<p>Think of Wine as a compatibility layer for running Windows programs.
Wine does not require Microsoft Windows, as it is a completely free alternative
ChangeSet ID: 31120
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)winehq.org 2007/05/01 15:51:02
Modified files:
templates/en : resources.template
Log message:
EA Durbin <ead1234(a)hotmail.com>
prune dead link
Patch: http://cvs.winehq.org/patch.py?id=31120
Old revision New revision Changes Path
1.14 1.15 +0 -1 lostwages/templates/en/resources.template
Index: lostwages/templates/en/resources.template
diff -u -p lostwages/templates/en/resources.template:1.14 lostwages/templates/en/resources.template:1.15
--- lostwages/templates/en/resources.template:1.14 1 May 2007 20:51: 2 -0000
+++ lostwages/templates/en/resources.template 1 May 2007 20:51: 2 -0000
@@ -17,7 +17,6 @@
<li><a href="http://www.winprog.org/tutorial/">Win32 API Tutorial</a> If you know nothing about Windows, you can't do worse than
start here.
<li><a href="ftp://ftp.borland.com/pub/delphi/techpubs/delphi2/win32.zip">Win32 API</a> Help File format, courtesy of Borland.
- <li><a href="http://leb.net/wine/WinDoc/">WinDoc</a> Mirror of Microsoft's old site, with indexes.
<li><a href="http://msdn.microsoft.com/developercenters/">MSDN Online</a> Microsoft's new site.
<li><a href="http://www.microsoft.com/windows/directx/default.aspx">DirectX</a> Multimedia API for games, etc.
<li>The Open32 API is the subset of Win32 implemented by IBM's OS/2 Merlin. Open32 provides source code