[C] xemacsweb: Document and resolve issue 35
Adrian Aichner
adrian at xemacs.org
Mon Nov 5 06:24:36 EST 2007
COMMIT
xemacsweb ChangeLog patch:
Diff command: cvs -q diff -U 0
Files affected: About/ChangeLog
Index: About/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/About/ChangeLog,v
retrieving revision 1.216
diff -u -U0 -r1.216 ChangeLog
--- About/ChangeLog 12 Oct 2007 22:02:08 -0000 1.216
+++ About/ChangeLog 5 Nov 2007 11:22:59 -0000
@@ -0,0 +1,4 @@
+2007-11-05 Adrian Aichner <adrian at xemacs.org>
+
+ * XEmacsServices.content: Document and resolve issue 35.
+
xemacsweb source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: About/XEmacsServices.content
===================================================================
RCS
Index: About/XEmacsServices.content
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/About/XEmacsServices.content,v
retrieving revision 1.69
diff -u -w -r1.69 XEmacsServices.content
--- About/XEmacsServices.content 12 Oct 2007 22:02:08 -0000 1.69
+++ About/XEmacsServices.content 5 Nov 2007 11:21:59 -0000
@@ -50,16 +50,19 @@
</tr>
<!--
-Evaluate this expresssion below to insert a new, properly numbered
-issue in the correct place (at the top of the issue list). Take note
-we have to quote SGML comment endings in this comment section, e.g. as
+; Evaluate this expresssion below to insert a new, properly numbered
+; issue in the correct place (at the top of the issue list). Take note
+; we have to quote SGML comment endings in this comment section,
+; e.g. as --\>
(let
((next-issue-insert-point
(save-excursion
(goto-char (point-min))
(and
+ ;; We have to quote SGML comment endings in this comment
+ ;; section, e.g. as --\>
(search-forward-regexp
- "[ \t]+<tr>\n[ \t]+<!-- .+ --\>\n[ \t]+<td rowspan=\"4\" valign=\"top\"><a id=\"issue" nil t)
+ "[ \t]+<tr>\n[ \t]+<!-- .+ --\>\n[ \t]+<td rowspan=\"7\" valign=\"top\"><a id=\"issue" nil t)
(match-beginning 0))))
(next-issue-number
(1+
@@ -72,10 +75,59 @@
(message "failed to find insertion point for next xemacs service issue!")
(goto-char next-issue-insert-point)
(insert
+ ;; We have to quote SGML comment endings in this comment section,
+ ;; e.g. as --\>
(format
- " <tr>\n <!-- Issue ID --\>\n <td rowspan=\"4\" valign=\"top\"><a id=\"issue%d\" name=\"issue%d\">%d</a></td>\n <!-- Service(s) --\>\n <td>Service(s)</td>\n <!-- YYYY-MM-DD( HH:MM:SS UTC) Date found --\>\n <td>YYYY-MM-DD( HH:MM:SS UTC) Date found</td>\n <!-- YYYY-MM-DD( HH:MM:SS UTC) Date fixed --\>\n <td>YYYY-MM-DD( HH:MM:SS UTC) Date fixed</td>\n </tr>\n <tr>\n <!-- Error(s), Symptom(s) --\>\n <td colspan=\"3\">Error(s), Symptom(s)</td>\n </tr>\n <tr>\n <!-- Resolution(s) --\>\n <td colspan=\"3\">Resolution(s)</td>\n </tr>\n <tr>\n <!-- Reference(s) --\>\n <td colspan=\"3\">Reference(s)</td>\n </tr>\n\n"
- next-issue-number next-issue-number next-issue-number))))
+ " <tr>\n <!-- Issue ID --\>\n <td rowspan=\"7\" valign=\"top\"><a id=\"issue%1$d\" name=\"issue%1$d\">%1$d</a></td>\n <!-- Service(s) --\>\n <td>all services of gwyn.tux.org are unavailable: DNS for xemacs.org, ssh, http, ftp</td>\n <!-- YYYY-MM-DD( HH:MM:SS UTC) Date found --\>\n <td nowrap=\"nowrap\">YYYY-MM-DD( HH:MM:SS UTC)</td>\n <!-- YYYY-MM-DD( HH:MM:SS UTC) Date fixed --\>\n <td nowrap=\"nowrap\">YYYY-MM-DD( HH:MM:SS UTC)</td>\n </tr>\n <tr>\n\t<!-- Error(s), Symptom(s) --\>\n <th colspan=\"3\">Error(s), Symptom(s)</th>\n </tr>\n <tr>\n <td colspan=\"3\">\n\t <p>free-form description of a error or symptom.</p>\n <pre xml:space=\"preserve\">\nSending failed; SMTP protocol error\n221 Closing connection. Good bye.\n\t </pre>\n\t</td>\n </tr>\n <tr>\n\t<!-- Resolution(s) --\>\n <th colspan=\"3\">Resolution(s)</th>\n </tr>\n <tr>\n !
<td colspan=\"3\">\n\t <p>Description of resolution.</p>\n\t</td>\n </tr>\n <tr>\n\t<!-- Reference(s) --\>\n <th colspan=\"3\">References</th>\n </tr>\n <tr>\n <td colspan=\"3\">\n\t <p>References to other information, like URLs for external issue documenation.</p>\n\t</td>\n </tr>\n\n"
+ next-issue-number))))
-->
+
+ <tr>
+ <!-- Issue ID -->
+ <td rowspan="7" valign="top"><a id="issue35" name="issue35">35</a></td>
+ <!-- Service(s) -->
+ <td>
+ <ul>
+ <li><a href="http://www.dk.xemacs.org/">http://www.dk.xemacs.org/</a></li>
+ <li>CVS access to cvs.xemacs.org</li>
+ <li>ssh access to sunsite.dk</li>
+ </ul>
+ </td>
+ <!-- YYYY-MM-DD( HH:MM:SS UTC) Date found -->
+ <td nowrap="nowrap">2007-11-03</td>
+ <!-- YYYY-MM-DD( HH:MM:SS UTC) Date fixed -->
+ <td nowrap="nowrap">2007-11-05</td>
+ </tr>
+ <tr>
+ <!-- Error(s), Symptom(s) -->
+ <th colspan="3">Error(s), Symptom(s)</th>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <p>Services time out.</p>
+ </td>
+ </tr>
+ <tr>
+ <!-- Resolution(s) -->
+ <th colspan="3">Resolution(s)</th>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <p>The issue was caused by disk capacity overflow. The
+ problem has been resolved, httpd and sshd have been
+ restarted.</p>
+ </td>
+ </tr>
+ <tr>
+ <!-- Reference(s) -->
+ <th colspan="3">References</th>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <p>See <a href="http://dotsrc.org/">http://dotsrc.org/</a>
+ for latest news on the issue.</p>
+ </td>
+ </tr>
<tr>
<!-- Issue ID -->
--
Adrian Aichner
mailto:adrian at xemacs.org
http://www.xemacs.org/
More information about the XEmacs-Patches
mailing list