ChangeSet ID: 30238
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2006/12/01 23:12:43
Modified files:
. : index.php
Log message:
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Various language fixes for the front page, and make the language more
consistent.
Patch: http://cvs.winehq.org/patch.py?id=30238
Old revision New revision Changes Path
1.40 1.41 +14 -14 appdb/index.php
Index: appdb/index.php
diff -u -p appdb/index.php:1.40 appdb/index.php:1.41
--- appdb/index.php:1.40 2 Dec 2006 5:12:43 -0000
+++ appdb/index.php 2 Dec 2006 5:12:43 -0000
@@ -22,7 +22,7 @@ compatibility with Wine.</p>
<?php
$str_benefits="
<ul>
- <li>Ability to <a href=\"".BASE."help/?sTopic=voting\" title=\"help on voting\" style=\"cursor: help\">vote</a> on Favorite Applications</li>
+ <li>Ability to <a href=\"".BASE."help/?sTopic=voting\" title=\"help on voting\" style=\"cursor: help\">vote</a> on your favourite applications</li>
<li>Ability to customize the layout and behaviour of the AppDB and comments system</li>
<li>Take credit for your witty posts</li>
<li>Ability to sign up to be an <a href=\"".BASE."help/?sTopic=maintainer_guidelines\" title=\"informations about application maintainers\" style=\"cursor: help\">application maintainer</a>.</li>
@@ -33,7 +33,7 @@ $str_benefits="
if(!$_SESSION['current']->isLoggedIn())
{
echo "
- <p>Most of the features of the Application database require that you have a user account and
+ <p>Most of the features of the Application Database require that you have a user account and
are logged in. Some of the benefits of membership are:<p>
$str_benefits
@@ -43,17 +43,17 @@ if(!$_SESSION['current']->isLoggedIn())
} else
{
echo "
- <p>As an Application database member you enjoy some exclusive benefits like:<p>
+ <p>As an Application Database member you enjoy some exclusive benefits like:<p>
$str_benefits
- <p>We'd like to thank you for being a member and being logged in to the system. Your help in
+ <p>We’d like to thank you for being a member and being logged in to the system. Your help in
stomping out Wine issues will be greatly appreciated.</p>";
}
?>
<p>
-If you have screenshots or links to contribute, please browse the database and use the AppDB interface to send us your contributions (any member can send screenshots, if you want to send how-to's or other informations you can either enroll to be a maintainer or post this information as a comment for the application of interest).
+If you have screenshots or links to contribute, please browse the database and use the AppDB interface to send us your contributions (any member can send screenshots; if you want to send how-to's or other information, you can either enroll to be a maintainer or post this information as a comment for the application of interest).
</p>
<?php
@@ -78,7 +78,7 @@ If you have screenshots or links to cont
} else
{
echo "There are <b>$numApps</b> applications currently in the database, please\n";
- echo "<a href=\"".BASE."help/?sTopic=voting\" title=\"help on voting\" style=\"cursor: help\">vote</a> for your favorite application.\n";
+ echo "<a href=\"".BASE."help/?sTopic=voting\" title=\"help on voting\" style=\"cursor: help\">vote</a> for your favourite application.\n";
}
?>
@@ -86,10 +86,10 @@ If you have screenshots or links to cont
<h2>Top Voted Applications</h2>
-<p>This is a list of applications that are known to be working well and for which many AppDB users voted.</p>
+<p>This is a list of applications that are known to be working well and for which many users have voted.</p>
-<h3>The top-10 <a href="browse_by_rating.php?sRating=Platinum">Platinum</a> List</h3>
-<p>Only Applications which install and run flawless on a out-of-the-box Wine installation make it to the Platinum list: </p>
+<h3>The Top-10 <a href="browse_by_rating.php?sRating=Platinum">Platinum</a> List</h3>
+<p>Only applications which install and run flawlessly on an out-of-the-box Wine installation make it to the Platinum list.</p>
<table class="platinum">
<tr class="rowtitle">
<th>Application</th><th>Description</th><th>Screenshot</th>
@@ -100,8 +100,8 @@ If you have screenshots or links to cont
</table>
<br />
-<h3>The top-10 <a href="browse_by_rating.php?sRating=Gold">Gold</a> List</h3>
-<p>Applications that work flawlessly with some DLL overrides or other settings, crack etc make it to the Gold list: </p>
+<h3>The Top-10 <a href="browse_by_rating.php?sRating=Gold">Gold</a> List</h3>
+<p>Applications that work flawlessly with some DLL overrides or other settings, crack etc. make it to the Gold list.</p>
<table class="gold">
<tr class="rowtitle">
<th>Application</th><th>Description</th><th>Screenshot</th>
@@ -112,8 +112,8 @@ If you have screenshots or links to cont
</table>
<br />
-<h3>The top-10 <a href="browse_by_rating.php?sRating=Silver">Silver List</a></h3>
-<p>The Silver list contains apps which we hope we can easily fix so they make it to Gold status:</p>
+<h3>The Top-10 <a href="browse_by_rating.php?sRating=Silver">Silver List</a></h3>
+<p>The Silver list contains apps which we hope we can easily fix so they make it to Gold status.</p>
<table class=silver>
<tr class=rowtitle>
<th>Application</th><th>Description</th><th>Screenshot</th>
@@ -128,7 +128,7 @@ If you have screenshots or links to cont
<h2>Other Wine Application Compatibility Sites</h2>
<p>
<a href="http://frankscorner.org"><b>Frank's Corner</b></a>: Frank has a fantastic Wine
-application site. The site contains tips and howtos on getting listed apps to run.
+application site, with tips and how-to's on getting listed apps to run.
</p>
<?php
apidb_footer();
ChangeSet ID: 30236
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2006/12/01 23:05:54
Modified files:
include : version.php
Log message:
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Change the maintainer button from 'be a maintainer for this app' to 'be a
maintainer for this version', and change 'monitor version' to 'monitor
changes'. Add a 'title' entry to the <input> to provide mouseover help to the user.
Patch: http://cvs.winehq.org/patch.py?id=30236
Old revision New revision Changes Path
1.85 1.86 +2 -2 appdb/include/version.php
Index: appdb/include/version.php
diff -u -p appdb/include/version.php:1.85 appdb/include/version.php:1.86
--- appdb/include/version.php:1.85 2 Dec 2006 5: 5:54 -0000
+++ appdb/include/version.php 2 Dec 2006 5: 5:54 -0000
@@ -721,7 +721,7 @@ class Version {
} else /* nope */
{
echo '<form method="post" name="sMessage" action="maintainersubmit.php">';
- echo '<input type="submit" value="Be a maintainer for this app" class="button" title="Click here to know more about maintainers.">';
+ echo '<input type="submit" value="Be a Maintainer for This Version" class="button" title="Click here to know more about maintainers.">';
echo "<input type=hidden name=\"iAppId\" value=\"".$oApp->iAppId."\">";
echo "<input type=hidden name=\"iVersionId\" value=\"".$this->iVersionId."\">";
echo "</form>";
@@ -732,7 +732,7 @@ class Version {
{
echo '<form method=post name=sMessage action=appview.php?iVersionId='.$this->iVersionId.'&iAppId='.$oApp->iAppId.'>';
echo '<input type=hidden name="sSub" value="StartMonitoring" />';
- echo '<input type=submit value="Monitor Version" class="button" />';
+ echo '<input type=submit value="Monitor Changes" class="button" />';
echo "</form>";
}
}
ChangeSet ID: 30235
CVSROOT: /opt/cvs-commit
Module name: tools
Changes by: jnewman(a)winehq.org 2006/12/01 10:35:01
Added files:
. : mono.php
Log message:
Jonathan Ernst <jonathan(a)ernstfamily.ch>
- mono downloader script
Patch: http://cvs.winehq.org/patch.py?id=30235
Old revision New revision Changes Path
Added 1.1 +0 -0 tools/mono.php
Index: tools/mono.php
diff -u -p /dev/null tools/mono.php:1.1
--- /dev/null 1 Dec 2006 16:35: 1 -0000
+++ tools/mono.php 1 Dec 2006 16:35: 1 -0000
@@ -0,0 +1,27 @@
+<?php
+/**
+ * Redirects to one of many URLs that have the Mono Windows installer available.
+ *
+ * Usage:
+ * mono.php
+ * (main usage, redirects to one of many URLs that have the Mono Windows installer available)
+ *
+ * mono.php?action=showlist
+ * (display a list of server and tells if the file is available for each server)
+ *
+ * Copyright (c) 2006 Jonathan Ernst
+ */
+
+
+// Name of the file
+$sFileName = "mono-1.2.1-gtksharp-2.8.3-win32-1.exe";
+
+// Exact size of the file:
+$iFileSize = 46430421;
+
+// List of additional locations (commonly used locations are already in download.inc.php)
+$aList = array("ftp://www.go-mono.com/archive/1.2.1/windows-installer/1/");
+
+// Common code for Wine downloader scripts
+require("download.inc.php");
+?>
ChangeSet ID: 30232
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)winehq.org 2006/12/01 10:29:45
Added files:
news : 2006120101.xml
Log message:
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Add a news item for Wine 0.9.26.
Patch: http://cvs.winehq.org/patch.py?id=30232
Old revision New revision Changes Path
Added 1.1 +0 -0 lostwages/news/2006120101.xml
Index: lostwages/news/2006120101.xml
diff -u -p /dev/null lostwages/news/2006120101.xml:1.1
--- /dev/null 1 Dec 2006 16:29:45 -0000
+++ lostwages/news/2006120101.xml 1 Dec 2006 16:29:45 -0000
@@ -0,0 +1,26 @@
+<news>
+ <date>December 1, 2006</date>
+ <title>Wine 0.9.26 Released</title>
+ <body>
+<p>Wine 0.9.26 was released last Friday, with the following main changes.</p>
+
+<ul>
+<li>Better support for Unix locale settings</li>
+<li>Improved X11 keyboard support</li>
+<li>Various MSI fixes</li>
+<li>Winecfg improvements</li>
+<li>Lots of bug fixes</li>
+</ul>
+
+<p>
+ Binary packages are in the process of being built and it may take a few days
+ for them to appear, but the source is
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.26.tar.bz2">available
+ now</a>. You can find out more about this release in the
+ <a href="?announce=0.9.26">announcement</a>. Check out our
+ <a href="/site/download">download page</a> for packages for your
+ distribution.
+</p>
+
+ </body>
+</news>
ChangeSet ID: 30231
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)winehq.org 2006/12/01 10:29:11
Added files:
news : 2006111801.xml
Removed files:
news : 20061118.xml
Log message:
rename news file, was incorrect format
Patch: http://cvs.winehq.org/patch.py?id=30231
Old revision New revision Changes Path
Added 1.1 +0 -0 lostwages/news/2006111801.xml
1.1 Removed +0 -0 lostwages/news/20061118.xml
Index: lostwages/news/2006111801.xml
diff -u -p /dev/null lostwages/news/2006111801.xml:1.1
--- /dev/null 1 Dec 2006 16:29:11 -0000
+++ lostwages/news/2006111801.xml 1 Dec 2006 16:29:11 -0000
@@ -0,0 +1,26 @@
+<news>
+ <date>November 18, 2006</date>
+ <title>Wine 0.9.25 Released</title>
+ <body>
+<p>Wine 0.9.25 was released some time ago, with the following main changes.</p>
+
+<ul>
+<li>Many more fixes for installer support</li>
+<li>Many MSHTML improvements</li>
+<li>Support for NTLMv2</li>
+<li>RPC over TCP improvements</li>
+<li>Lots of bug fixes</li>
+</ul>
+
+<p>
+ Binary packages are in the process of being built and it may take a few days
+ for them to appear, but the source is
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.25.tar.bz2">available
+ now</a>. You can find out more about this release in the
+ <a href="?announce=0.9.25">announcement</a>. Check out our
+ <a href="/site/download">download page</a> for packages for your
+ distribution.
+</p>
+
+ </body>
+</news>
Index: lostwages/news/20061118.xml
diff -u -p lostwages/news/20061118.xml:1.1 /dev/null
--- lostwages/news/20061118.xml 1 Dec 2006 16:29:11 -0000
+++ /dev/null 1 Dec 2006 16:29:11 -0000
@@ -1,26 +0,0 @@
-<news>
- <date>November 18, 2006</date>
- <title>Wine 0.9.25 Released</title>
- <body>
-<p>Wine 0.9.25 was released some time ago, with the following main changes.</p>
-
-<ul>
-<li>Many more fixes for installer support</li>
-<li>Many MSHTML improvements</li>
-<li>Support for NTLMv2</li>
-<li>RPC over TCP improvements</li>
-<li>Lots of bug fixes</li>
-</ul>
-
-<p>
- Binary packages are in the process of being built and it may take a few days
- for them to appear, but the source is
- <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.25.tar.bz2">available
- now</a>. You can find out more about this release in the
- <a href="?announce=0.9.25">announcement</a>. Check out our
- <a href="/site/download">download page</a> for packages for your
- distribution.
-</p>
-
- </body>
-</news>
ChangeSet ID: 30230
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)winehq.org 2006/12/01 10:24:38
Added files:
news : 20061118.xml
Log message:
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Add a news item about Wine 0.9.25.
Patch: http://cvs.winehq.org/patch.py?id=30230
Old revision New revision Changes Path
Added 1.1 +0 -0 lostwages/news/20061118.xml
Index: lostwages/news/20061118.xml
diff -u -p /dev/null lostwages/news/20061118.xml:1.1
--- /dev/null 1 Dec 2006 16:24:38 -0000
+++ lostwages/news/20061118.xml 1 Dec 2006 16:24:38 -0000
@@ -0,0 +1,26 @@
+<news>
+ <date>November 18, 2006</date>
+ <title>Wine 0.9.25 Released</title>
+ <body>
+<p>Wine 0.9.25 was released some time ago, with the following main changes.</p>
+
+<ul>
+<li>Many more fixes for installer support</li>
+<li>Many MSHTML improvements</li>
+<li>Support for NTLMv2</li>
+<li>RPC over TCP improvements</li>
+<li>Lots of bug fixes</li>
+</ul>
+
+<p>
+ Binary packages are in the process of being built and it may take a few days
+ for them to appear, but the source is
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.25.tar.bz2">available
+ now</a>. You can find out more about this release in the
+ <a href="?announce=0.9.25">announcement</a>. Check out our
+ <a href="/site/download">download page</a> for packages for your
+ distribution.
+</p>
+
+ </body>
+</news>