Module: website
Branch: master
Commit: 7cb967bd91ef5269fc734eb4c108e77f4f534996
URL: http://source.winehq.org/git/website.git/?a=commit;h=7cb967bd91ef5269fc734e…
Author: Zachary Goldberg <zgold(a)bluesata.com>
Date: Mon Aug 4 21:51:05 2008 -0400
WWN 350
WWN 350 -- including super cool news indexing within the news posting
for those RSS junkies.
CC-ing Francois on this one -- Was there anything else you wanted me
to change other than adding indexes to the news post? I think i
recall something needed for RSS but I can't remember just now.
--Zach
>From fd312b6cff285ff17a562e8a8a28f270c639aa02 Mon Sep 17 00:00:00 2001
From: Zachary Goldberg <zgs(a)seas.upenn.edu>
Date: Mon, 4 Aug 2008 21:48:42 -0400
Subject: [WineHQ][WWN] WWN 350
To: wine-patches <wine-patches(a)winehq.org>, Jeremy Newman <jnewman(a)codeweavers.com>
---
news/en/2008080401.xml | 15 +
wwn/en/wn20080804_350.xml | 4377 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 4392 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/website.git/?a=commitdiff;h=7cb967bd91ef5269fc…
Module: website
Branch: master
Commit: 42846cec4e464e0b0f0f4d9bd0ec2574662f5ef2
URL: http://source.winehq.org/git/website.git/?a=commit;h=42846cec4e464e0b0f0f4d…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Mon Aug 4 15:17:00 2008 +0200
Assorted spelling fixes.
---
include/XMLToArray.php | 2 +-
site | 2 +-
wwn/en/wn20010526_96.xml | 2 +-
wwn/en/wn20011212_110.xml | 2 +-
wwn/en/wn20030718_179.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/XMLToArray.php b/include/XMLToArray.php
index 39320a6..cc47fbd 100644
--- a/include/XMLToArray.php
+++ b/include/XMLToArray.php
@@ -76,7 +76,7 @@ class XMLToArray {
$node = array_pop($this->node_stack);
$node["_DATA"] = trim($node["_DATA"]);
- // and add it an an element of the last node in the stack...
+ // and add it as an element of the last node in the stack...
$lastnode = count($this->node_stack);
array_push($this->node_stack[$lastnode-1]["_ELEMENTS"], $node);
}
diff --git a/site b/site
index c59bd5f..0efcec2 100644
--- a/site
+++ b/site
@@ -26,7 +26,7 @@ switch (true)
$text .= view_rss();
break;
- // view news archvie
+ // view news archive
case ($_REQUEST['news']):
$text .= $html->theme_box($config->theme, "box_title", 'News Archives', "100%", view_news($_REQUEST['news']), '10', 'white', 'topMenu');
break;
diff --git a/wwn/en/wn20010526_96.xml b/wwn/en/wn20010526_96.xml
index 5378d46..85013be 100644
--- a/wwn/en/wn20010526_96.xml
+++ b/wwn/en/wn20010526_96.xml
@@ -125,7 +125,7 @@ with regards to Microsoft's latest XP incarnation. Basically
this comes down to new applications taking advantages of
additions to the Windows API. In the past a lot of vendors
have avoided immediately using new stuff because they would
-break backwards capatibility with the older versions
+break backwards compatibility with the older versions
of Windows that users are inevitably using. Francois Gouget
summed it up by saying:</p>
<quote who="Francois Gouget"><p>
diff --git a/wwn/en/wn20011212_110.xml b/wwn/en/wn20011212_110.xml
index 42e1ee9..2ec64ea 100644
--- a/wwn/en/wn20011212_110.xml
+++ b/wwn/en/wn20011212_110.xml
@@ -613,7 +613,7 @@ now. Actually, I just download from cvs randomly, and see what happens.
</p><p>
It's been a while, but I decided to try again in October.
At that time, there was an OLE error, but the only other strange
-occurence was a 'locking' of the screen on a print preview.
+occurrence was a 'locking' of the screen on a print preview.
</p><p>
Since then, this 'locking' is the only issue (though I haven't yet
attempted to print).
diff --git a/wwn/en/wn20030718_179.xml b/wwn/en/wn20030718_179.xml
index a902bb0..f77bf87 100644
--- a/wwn/en/wn20030718_179.xml
+++ b/wwn/en/wn20030718_179.xml
@@ -172,7 +172,7 @@ about in bug 1358
subtitled "GraphicsDriver" = "none" wanted.
</p><p>
On the off chance that a "none" driver had been implemented, I tried it.
-And suprisingly, something sensible happened:
+And surprisingly, something sensible happened:
<ul><code>
dank_at_dank:~$ wine /dos/d/vss/win32/ss.exe help<br />
Could not load graphics driver 'none'<br />