[geeklog-hg] geeklog: Converted all HTML files under public_html/docs and pub...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jan 20 07:08:29 EST 2014


changeset 9435:9a1cbd5f1d6f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/9a1cbd5f1d6f
user: Kenji ITO <mystralkk at gmail.com>
date: Mon Jan 20 21:07:27 2014 +0900
description:
Converted all HTML files under public_html/docs and public_html/help directories into XHTML 1.0 Strict

diffstat:

 public_html/docs/docstyle.css              |   55 ++++++---
 public_html/docs/english/calendar.html     |   17 +-
 public_html/docs/english/changes.html      |   99 +++++++++---------
 public_html/docs/english/config.html       |  157 ++++++++++++++--------------
 public_html/docs/english/index.html        |   15 +-
 public_html/docs/english/install.html      |   35 +++---
 public_html/docs/english/links.html        |   15 +-
 public_html/docs/english/polls.html        |   13 +-
 public_html/docs/english/spamx.html        |   23 ++--
 public_html/docs/english/staticpages.html  |   19 +-
 public_html/docs/english/support.html      |   21 ++-
 public_html/docs/english/theme.html        |   67 ++++++------
 public_html/docs/english/themevars.html    |   53 ++++----
 public_html/docs/english/trackback.html    |   13 +-
 public_html/docs/japanese/calendar.html    |   55 +--------
 public_html/docs/japanese/changes.html     |   70 ++++++------
 public_html/docs/japanese/config.html      |  150 +++++++++++++--------------
 public_html/docs/japanese/docstyle.css     |    2 +-
 public_html/docs/japanese/history.html     |   28 ++--
 public_html/docs/japanese/index.html       |   16 +-
 public_html/docs/japanese/install.html     |   24 ++--
 public_html/docs/japanese/links.html       |   20 +-
 public_html/docs/japanese/polls.html       |   55 +--------
 public_html/docs/japanese/spamx.html       |   28 ++--
 public_html/docs/japanese/staticpages.html |   24 ++--
 public_html/docs/japanese/support.html     |   26 ++--
 public_html/docs/japanese/theme.html       |   62 +++++-----
 public_html/docs/japanese/themevars.html   |   54 ++++----
 public_html/docs/japanese/trackback.html   |   18 +-
 public_html/help/advancedsearch.html       |   13 +-
 public_html/help/cccommentsubmission.html  |    9 +-
 public_html/help/ccdraftsubmission.html    |    9 +-
 public_html/help/cceventsubmission.html    |    9 +-
 public_html/help/cclinksubmission.html     |    9 +-
 public_html/help/ccstorysubmission.html    |    9 +-
 public_html/help/ccusersubmission.html     |    9 +-
 public_html/help/submitevent.html          |    9 +-
 public_html/help/submitlink.html           |    9 +-
 public_html/help/submitstory.html          |    9 +-
 39 files changed, 646 insertions(+), 682 deletions(-)

diffs (truncated from 4001 to 300 lines):

diff -r d76d83503132 -r 9a1cbd5f1d6f public_html/docs/docstyle.css
--- a/public_html/docs/docstyle.css	Mon Jan 20 19:54:47 2014 +0900
+++ b/public_html/docs/docstyle.css	Mon Jan 20 21:07:27 2014 +0900
@@ -20,20 +20,20 @@
 }
 
 h4 {
-  font-size: 0.8em;
+  font-size: .8em;
 }
 
 img {
-  border:0px;
+  border: 0;
 }
 
 p, ul, ol, li {
-  margin-top: 0.6em;
-  margin-bottom: 0.6em;
+  margin-top: .6em;
+  margin-bottom: .6em;
 }
 ul, ol {
-  margin-left: 0.9em;
-  padding-left: 0.9em;
+  margin-left: .9em;
+  padding-left: .9em;
 }
 
 code, kbd, var {
@@ -72,35 +72,54 @@
 .menu {
   background: #dddddd;
   color: black;
-  padding:5px;
+  padding: 5px;
 }
 
 .footer {
   font-size: 90%;
   background: #dddddd;
   color: black;
-  padding:5px;
-  margin-top:4ex;
+  padding: 5px;
+  margin-top: 4px;
 }
 
 .comment {
   font-size: 80%;
 }
 
-.codeheader		{  font-family: Courier, "Courier New", monospace; }
+.codeheader {
+  font-family: Courier, "Courier New", monospace;
+}
 
-a:link    { color: #2222FF; background: transparent; }
-a:visited { color: #2222FF; background: transparent; }
-a:hover   { color: #5252FF; background: transparent; }
+a:link {
+  color: #2222FF;
+  background: transparent;
+}
+
+a:visited {
+  color: #2222FF;
+  background: transparent;
+}
+
+a:hover {
+  color: #5252FF;
+  background: transparent;
+}
+
 /*a:hover   { color: #333366; background: #AAAADD; }*/
-a:active  { color: #2222FF; background: transparent; }
+a:active { color: #2222FF;
+  background: transparent;
+}
 
 /* this is to prevent Mozilla from applying :hover on <a name="..."> */
-a[name]   { color: black; background: transparent; }
+a[name] {
+  color: black;
+  background: transparent;
+}
 
 a.wikipedia {
-  text-decoration:none;
-  color:black;
-  border-bottom:1px dotted black;
+  text-decoration: none;
+  color: black;
+  border-bottom: 1px dotted black;
 }
 
diff -r d76d83503132 -r 9a1cbd5f1d6f public_html/docs/english/calendar.html
--- a/public_html/docs/english/calendar.html	Mon Jan 20 19:54:47 2014 +0900
+++ b/public_html/docs/english/calendar.html	Mon Jan 20 21:07:27 2014 +0900
@@ -1,12 +1,13 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
 <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <title>Geeklog Documentation - Calendar Plugin</title>
-  <link rel="stylesheet" type="text/css" href="../docstyle.css" title="Dev Stylesheet">
+  <link rel="stylesheet" type="text/css" href="../docstyle.css" title="Dev Stylesheet" />
 </head>
 
 <body>
-<p><a href="http://www.geeklog.net/" style="background:transparent"><img src="../images/newlogo.gif" alt="Geeklog" width="243" height="90"></a></p>
+<p><a href="http://www.geeklog.net/" style="background:transparent"><img src="../images/newlogo.gif" alt="Geeklog" width="243" height="90" /></a></p>
 <div class="menu"><a href="index.html">Geeklog Documentation</a> - Calendar Plugin</div>
 
 <h1>Calendar Plugin</h1>
@@ -29,7 +30,7 @@
 <tr>
   <td><a name="desc_calendarloginrequired">calendarloginrequired</a></td>
   <td>0</td>
-  <td>When set to 1, only registered users can access the calendar<br>
+  <td>When set to 1, only registered users can access the calendar<br />
     Please note that <code>$_CONF['<a
     href="config.html#desc_loginrequired">loginrequired</a>']</code> in
     Geeklog's main configuration takes precedence over this setting. So when
@@ -70,7 +71,7 @@
   <td><a name="desc_hour_mode">hour_mode</a></td>
   <td>12</td>
   <td>Which format to use when submitting or editing an event. Can be 12 (for
-    the 12 hours am/pm format) or 24 (for the 24 hours format).<br>
+    the 12 hours am/pm format) or 24 (for the 24 hours format).<br />
     Uses the same value as <a
     href="config.html#desc_hour_mode">$_CONF['hour_mode']</a> by default.</td>
 </tr>
@@ -84,7 +85,7 @@
   <td><a name="desc_notification">notification</a></td>
   <td>0</td>
   <td>Whether to send an email notification when a new event was submitted for
-    the site's calendar (when set to = 1) or not (when set to = 0).<br>
+    the site's calendar (when set to = 1) or not (when set to = 0).<br />
     No notification is ever sent for events in personal calendars.</td>
 </tr>
 <tr class="r2">
@@ -172,7 +173,7 @@
 
 
 <div class="footer">
-    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
+    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br />
     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
 </div>
 
diff -r d76d83503132 -r 9a1cbd5f1d6f public_html/docs/english/changes.html
--- a/public_html/docs/english/changes.html	Mon Jan 20 19:54:47 2014 +0900
+++ b/public_html/docs/english/changes.html	Mon Jan 20 21:07:27 2014 +0900
@@ -1,12 +1,13 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
 <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <title>Geeklog Documentation - Changes</title>
-  <link rel="stylesheet" type="text/css" href="../docstyle.css" title="Dev Stylesheet">
+  <link rel="stylesheet" type="text/css" href="../docstyle.css" title="Dev Stylesheet" />
 </head>
 
 <body>
-<p><a href="http://www.geeklog.net/" style="background:transparent"><img src="../images/newlogo.gif" alt="Geeklog" width="243" height="90"></a></p>
+<p><a href="http://www.geeklog.net/" style="background:transparent"><img src="../images/newlogo.gif" alt="Geeklog" width="243" height="90" /></a></p>
 <div class="menu"><a href="index.html">Geeklog Documentation</a> - Changes</div>
 
 <h1><a name="changes">Changes</a></h1>
@@ -170,7 +171,7 @@
     i.e. the comments were not recognized as plugin comments.</li>
 <li>Changing anything in My Account while Advanced Editor was disabled for the
     site also disabled the user's setting for the Advanced Editor.</li>
-<li>Fixed the "Show & Hide Boxes" option in My Account.</li>
+<li>Fixed the "Show & Hide Boxes" option in My Account.</li>
 <li>Reverted a change from Geeklog 1.7.0: Curly braces in block content are not
     escaped any longer. To avoid words in curly braces being interpreted as
     template variables (e.g. for JavaScript code), add a space after the opening
@@ -260,7 +261,7 @@
         <li>Template errors will now trigger the <a href="http://www.geeklog.net/faqman/index.php?op=view&t=65">standard error handler</a> instead of
             exposing the template path.</li>
         <li>Fixed inclusion protection for some of the Spam-X class files.</li>
-    </ul>
+    </ul></li>
 </ul>
 
 <p>Please also see the list of <a href="theme.html#changes">theme changes</a>.</p>
@@ -270,7 +271,7 @@
 <ul>
 <li>Fixed automatic <a href="config.html#desc_article_comment_close_enabled">closing of stories for comments</a> after a certain amount of days. If you need to
     re-open comments on stories that were closed due to this bug, you can use
-    this SQL request:<br>
+    this SQL request:<br />
     <code style="margin-left:2em">UPDATE gl_stories SET commentcode = 0, comment_expire = 0 WHERE commentcode = 1;</code></li>
 <li>The comment speed limit was being ignored.</li>
 <li>Fixed a bug in the Group Editor that didn't let you add groups to other
@@ -285,8 +286,8 @@
 
 <p>This release addresses the following security issue:</p>
 <ul>
-<li>Unauthorized file uploads were possible through FCKeditor.<br>
-Uploaded files still had to go through FCKeditor's filter, so it was not possible to upload scripts (and the integrity of the Geeklog site as such was not in danger). There were, however, reports that this was used to host malware.<br>
+<li>Unauthorized file uploads were possible through FCKeditor.<br />
+Uploaded files still had to go through FCKeditor's filter, so it was not possible to upload scripts (and the integrity of the Geeklog site as such was not in danger). There were, however, reports that this was used to host malware.<br />
 This update prevents use of the upload feature when FCKeditor is disabled and disables it for anonymous users. It also doesn't allow uploading of archive files any more. Furthermore, you need some sort of "edit" permission now to be able to upload files through FCKeditor (this is meant as an interim measure - we will probably introduce a separate "upload" permission in future Geeklog versions).</li>
 </ul>
 
@@ -494,7 +495,7 @@
 <li>Configuration options can now be overwritten in <tt>siteconfig.php</tt>.
     This is mostly useful for the <code>$_CONF['rootdebug']</code> option.</li>
 <li>Remotely authenticated users can now use the webservices (they need to use
-    <tt>username at servicename</tt> for their username).<br>
+    <tt>username at servicename</tt> for their username).<br />
     <strong>Note:</strong> OpenID users can <em>not</em> use the webservices,
     due to technical issues with the authentication method.</li>
 <li>Improved compatibility of the webservices (i.e. AtomPub).</li>
@@ -564,7 +565,7 @@
 <li>Support for Microsoft SQL Server. Starting with this release, Geeklog can
     now also be installed on Microsoft SQL Server, so it's no longer restricted
     to just MySQL. The MS SQL support was developed by Randy Kolenko.
-    Thanks, Randy!<br>
+    Thanks, Randy!<br />
     Please note that any third-party plugins will have to offer support for
     MS SQL before they can be installed on Microsoft SQL Server. The bundled
     plugins (Calendar, Links, Polls, Spam-X, Static Pages) have already been
@@ -625,11 +626,11 @@
     were accessible from a URL (which has always been strongly discouraged in
     the installation instructions) then those files could be used to load and
     execute malicious code from a remote server.
-    <br><br>
+    <br /><br />
     More information: <a
     href="http://www.geeklog.net/article.php/so-called-exploit">So-called
     Geeklog "exploit" posted</a>
-    <br><br>
+    <br /><br />
     In this release, we've added the missing execution prevention for all files
     outside of public_html. We would still, however, suggest that you fix your
     Geeklog install if the files outside of public_html are accessible from a
@@ -641,9 +642,9 @@
     upload of arbitrary PHP code (even if FCKeditor was disabled in Geeklog's
     config.php). Depending on your webserver's configuration, it was then
     possible to execute that uploaded code.
-    <br><br>
+    <br /><br />
     More information: <a href="http://www.geeklog.net/article.php/exploit-for-fckeditor-filemanager">Exploit for FCKeditor's mcpuk file manager</a>
-    <br><br>
+    <br /><br />
     The file manager has been removed from this release. You will therefore no
     longer be able to upload files, e.g. images, through FCKeditor. Future
     versions of Geeklog will ship with an updated version of FCKeditor and its
@@ -733,7 +734,7 @@
     <code>$_CONF['advanced_editor'] = true;</code> in your
     <tt>config.php</tt>.</li>
 <li>The search now only displays a specified amount of results per page to
-    avoid running into timeouts when searching through large databases.<br>
+    avoid running into timeouts when searching through large databases.<br />
     <b>Note:</b> Plugins will have to be updated to support the "paged" search.
     Until then, Geeklog fakes the paged results for plugin searches, which
     means that a plugin that hasn't been updated will still search through the
@@ -816,7 +817,7 @@
     (reported by LWC). The same problem also existed with poll comments.</li>
 <li>Supplying an illegal start or end date to the advanced search resulted in a
     warning message that disclosed the path to the Geeklog install on the
-    server (reported by r0t3d3Vil).<br>
+    server (reported by r0t3d3Vil).<br />
     It was <strong>not</strong> possible to use this for SQL injections.</li>
 </ol>
 
@@ -830,7 +831,7 @@
 <p>This release provides security enhancements and better spam protection
 originally developed for Geeklog 1.3.12. It also addresses a few bugs where
 the bugfix could be integrated with a reasonable amount of work (other bugfixes
-will have to wait for the 1.3.12 release).
+will have to wait for the 1.3.12 release).</p>
 
 <h3>Security and Spam protection</h3>
 <ul>
@@ -898,7 +899,7 @@
 <h3>Security issues</h3>
 <ol>
 <li>It was possible to submit stories anonymously even if anonymous submissions
-    were turned off in <tt>config.php</tt> (reported by Barry Wong).<br>
+    were turned off in <tt>config.php</tt> (reported by Barry Wong).<br />
     These stories still ended up in the submission queue, though, unless you
     disabled it in <tt>config.php</tt>.</li>
 <li>Some of the parameters in link and event submissions weren't filtered,
@@ -943,7 +944,7 @@
 <ul>
 <li><a href="spamx.html" rel="nofollow">Spam-X plugin</a> included. Tom Willet
     has kindly provided his spam detection plugin, which is now part of the
-    default Geeklog install.<br>
+    default Geeklog install.<br />
     The plugin has been modified slightly to store the blacklists in the



More information about the geeklog-cvs mailing list