Module: appdb
Branch: master
Commit: f3daa9a47d2dc0fe30b1f1a071f6570f946fe3cf
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=f3daa9a47d2dc0fe30b1f1a0…
Author: Jeff Zaroyko <jeffzaroyko(a)gmail.com>
Date: Sun May 25 07:30:49 2008 +1000
Ask people to fill out the description in their own words. Often the copy-pasted description makes no sense even if it is from the applications website.
---
include/application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/application.php b/include/application.php
index 7bd571e..2c36f24 100644
--- a/include/application.php
+++ b/include/application.php
@@ -603,7 +603,7 @@ class Application {
echo '<tr valign=top><td class="color0"><b>Keywords</b></td>',"\n";
echo '<td><input size="75%" type="text" name="sAppKeywords" value="'.$this->sKeywords.'"></td></tr>',"\n";
- echo '<tr valign=top><td class="color0"><b>Application description</b></td>',"\n";
+ echo '<tr valign=top><td class="color0"><b>Application description (In your own words)</b></td>',"\n";
echo '<td><p><textarea cols="80" rows="20" id="app_editor" name="shAppDescription">';
echo $this->sDescription.'</textarea></p></td></tr>',"\n";
Module: website
Branch: master
Commit: 044330641f90a4d10981b67a71f6d9f5d945d3e7
URL: http://source.winehq.org/git/website.git/?a=commit;h=044330641f90a4d10981b6…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 23 17:21:24 2008 +0200
Wine release 1.0-rc2
---
news/2008052301.xml | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/news/2008052301.xml b/news/2008052301.xml
new file mode 100644
index 0000000..28fdd33
--- /dev/null
+++ b/news/2008052301.xml
@@ -0,0 +1,21 @@
+<news>
+<date>May 23, 2008</date>
+<title>Wine 1.0-rc2 Released</title>
+<body>
+<p>Wine 1.0-rc2 was released today, with the following main changes:</p>
+
+<ul>
+<li>Bug fixes only, we are in code freeze.</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-1.0-rc2.tar.bz2">available now</a>.
+You can find out more about this release in the
+<a href="?announce=1.0-rc2">announcement</a>. Check out our
+<a href="/site/download">download page</a> for packages for your
+distribution.
+</p>
+</body>
+</news>