Send Linux-ha-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."
Today's Topics:
1. Linux-HA CVS: website by alan from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 3 Jan 2006 07:19:34 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: website by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : website
Dir : linux-ha/website
Modified Files:
index.php moinmoin.php print.php trick.php
Log Message:
Put my fixes in to make the web site (mostly) work.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/website/index.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- index.php 29 Jul 2005 16:48:29 -0000 1.12
+++ index.php 3 Jan 2006 14:19:34 -0000 1.13
@@ -8,7 +8,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="keywords"
content="high-availability, open source software, free software, POSIX,
UNIX, FreeBSD, Solaris, cluster, reliability, availability, serviceability">
<meta name="author" content="wiki dot linux dash ha dot org">
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/website/moinmoin.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- moinmoin.php 28 Jul 2005 07:34:38 -0000 1.16
+++ moinmoin.php 3 Jan 2006 14:19:34 -0000 1.17
@@ -150,9 +150,9 @@
$MOINMOINstandardreplace[] = "";
# Get Content Area
- $MOINMOINstandardsearch[] = "'^.*?<div id=\"content\"[^>]*>'s";
+ $MOINMOINstandardsearch[] = "'^.*?<a *id=\"top\"[^>]*></a>'s";
$MOINMOINstandardreplace[] = "";
- $MOINMOINstandardsearch[] = "'</div>\s*<div id=\"footer\".*'s";
+ $MOINMOINstandardsearch[] = "'<a *id=\"bottom\"[^>]*>.*?$'s";
$MOINMOINstandardreplace[] = "";
# Strip Wiki Class Tags
@@ -167,9 +167,14 @@
$MOINMOINstandardsearch[] =
"'(<a\s[^>]*href=\")/$MOINMOINalias([^\">]*\">)'iU";
$MOINMOINstandardreplace[] = "\\1$local_cache_url_prefix\\2";
+ # Someone needs to fix "illegal" id fields
+ # ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
+ # followed by any number of letters, digits ([0-9]), hyphens ("-"),
+ # underscores ("_"), colons (":"), and periods (".").
+
# Strip out [WWW] [FTP] images, etc.
foreach ($MOINMOINExtraneousImages as $im) {
- $MOINMOINstandardsearch[] = "'< *img +src=\"${im}\"[^>]*>'i";
+ $MOINMOINstandardsearch[] = "'< *img +src=\"${im}\"[^>]*> 'i";
$MOINMOINstandardreplace[] = '';
}
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/website/print.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- print.php 29 Jul 2005 16:48:29 -0000 1.7
+++ print.php 3 Jan 2006 14:19:34 -0000 1.8
@@ -59,7 +59,7 @@
?>
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="www.linux-ha.org">
<meta name="robots" content="noindex,nofollow">
<title><?php echo "Print $pagetitle: from $sitename"; ?></title>
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/website/trick.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- trick.php 29 Jul 2005 16:48:29 -0000 1.10
+++ trick.php 3 Jan 2006 14:19:34 -0000 1.11
@@ -38,13 +38,13 @@
global $MOINMOINpagename;
$MOINMOINExtraneousImages = array(
- '/wiki/classic/img/moin-diff.png',
- '/wiki/classic/img/moin-ftp.png',
- '/wiki/classic/img/moin-rss.png',
- '/wiki/classic/img/moin-inter.png',
- '/wiki/classic/img/moin-www.png',
- '/wiki/classic/img/moin-top.png',
- '/wiki/classic/img/moin-bottom.png',
+ '/wiki/modern/img/moin-diff.png',
+ '/wiki/modern/img/moin-ftp.png',
+ '/wiki/modern/img/moin-rss.png',
+ '/wiki/modern/img/moin-inter.png',
+ '/wiki/modern/img/moin-www.png',
+ '/wiki/modern/img/moin-top.png',
+ '/wiki/modern/img/moin-bottom.png',
);
$MOINMOINCacheLimit = array("RecentChanges" => 300);
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 26, Issue 1
*******************************************