CVS update by adrian xemacsweb/About ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Thu Oct 11 20:27:26 EDT 2007
- Previous message: CVS update by viteno xemacs ...
- Next message: CVS update by michaels packages/xemacs-packages/efs, Makefile.efs,
efs-cms.el, efs-defun.el, efs-dl.el, efs-fnh.el, efs-ka9q.el,
efs-ms-unix.el, efs-netware.el, efs-plan9.el, efs-ti-twenex.el,
efs-vos.el ...
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
User: adrian
Date: 07/10/12 02:27:26
Modified: xemacsweb/About ChangeLog XEmacsServices.content
Log:
xemacsweb: test commit for issue34, using :ext:xemacs at sunsite.dk:/pack/xemacscvs in Root
-------------------- ChangeLog entries follow: --------------------
About/ChangeLog addition:
2007-10-12 Adrian Aichner <adrian at xemacs.org>
* XEmacsServices.content: Update for issue34.
Revision Changes Path
1.215 +4 -0 XEmacs/xemacsweb/About/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/About/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -p -r1.214 -r1.215
--- ChangeLog 2007/10/11 03:32:21 1.214
+++ ChangeLog 2007/10/12 00:27:25 1.215
@@ -1,3 +1,7 @@
+2007-10-12 Adrian Aichner <adrian at xemacs.org>
+
+ * XEmacsServices.content: Update for issue34.
+
2007-10-10 Stephen J. Turnbull <stephen at xemacs.org>
* XEmacsServices.content: Record apparent reoccurrance of
1.68 +79 -9 XEmacs/xemacsweb/About/XEmacsServices.content
Index: XEmacsServices.content
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/About/XEmacsServices.content,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- XEmacsServices.content 2007/10/11 03:32:21 1.67
+++ XEmacsServices.content 2007/10/12 00:27:25 1.68
@@ -31,7 +31,7 @@ Adrian Aichner
known. Dates are in ISO 8601 format (yyyy-mm-dd), times are UTC.</p>
<p>
After that, please <a
- href="mailto:xemacs-beta at xemacs.org?subject=XEmacs%20Services%20Problem">report</a>
+ href="mailto:xemacs-beta at xemacs.org,adrian at elisp.de?subject=XEmacs%20Services%20Problem">report</a>
any unlisted problems you may be experiencing.</p>
<table border="1">
<!-- one of (tbody tr) -->
@@ -39,28 +39,97 @@ Adrian Aichner
<tbody>
<tr>
- <!-- one of (td th) -->
+ <!-- Issue ID -->
<th rowspan="4" valign="top">ID</th>
- <th>Service</th>
+ <!-- Service(s) -->
+ <th>Service(s)</th>
+ <!-- YYYY-MM-DD( HH:MM:SS UTC) Date found -->
<th>Date found</th>
+ <!-- YYYY-MM-DD( HH:MM:SS UTC) Date fixed -->
<th>Date fixed</th>
</tr>
<tr>
- <!-- one of (td th) -->
+ <!-- Error(s), Symptom(s) -->
<th colspan="3">Error, Symptom</th>
</tr>
<tr>
- <!-- one of (td th) -->
+ <!-- Resolution(s) -->
<th colspan="3">Resolution</th>
</tr>
<tr>
- <!-- one of (td th) -->
+ <!-- Reference(s) -->
<th colspan="3">References</th>
</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
+(let
+ ((next-issue-insert-point
+ (save-excursion
+ (goto-char (point-min))
+ (and
+ (search-forward-regexp
+ "[ \t]+<tr>\n[ \t]+<!-- .+ --\>\n[ \t]+<td rowspan=\"4\" valign=\"top\"><a id=\"issue" nil t)
+ (match-beginning 0))))
+ (next-issue-number
+ (1+
+ (string-to-number
+ (save-excursion
+ (goto-char (point-min))
+ (search-forward-regexp "\\bissue\\([0-9]+\\)\\b" nil t)
+ (match-string 1))))))
+ (if (null next-issue-insert-point)
+ (message "failed to find insertion point for next xemacs service issue!")
+ (goto-char next-issue-insert-point)
+ (insert
+ (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>
+ <!-- Issue ID -->
+ <td rowspan="4" valign="top"><a id="issue34" name="issue34">34</a></td>
+ <!-- Service(s) -->
+ <td>all services of gwyn.tux.org: DNS for xemacs.org, ssh, http, ftp</td>
+ <!-- YYYY-MM-DD( HH:MM:SS UTC) Date found -->
+ <td>ca. 2007-10-09 22:00 UTC</td>
+ <!-- YYYY-MM-DD( HH:MM:SS UTC) Date fixed -->
+ <td>?</td>
+ </tr>
+ <tr>
+ <!-- Error (s), Symptom(s) -->
+ <td colspan="3">
+ <p>Various error messages about not finding XXX.xemacs.org;
+ bounced mail from addresses @xemacs.org; cvs update failing;
+ Failure of all http://*.xemacs.org/ URLs</p></td>
+ </tr>
+ <tr>
+ <!-- Resolution (s) -->
+ <td colspan="3">
+ <p>The only workarounds we can offer at this time is to use
+ XEmacs resources which don't make use of the xemacs.org
+ domain name.</p>
+ <p>Use following website:</p>
+ <p><a
+ href="http://xemacs.sourceforge.net/">http://xemacs.sourceforge.net/</a></p>
+ </td>
+ </tr>
+ <tr>
+ <!-- Reference (s) -->
+ <td colspan="3">
+ <p>Unfortunately we have no information about the expected
+ downtime of resources at tux.org. The site was up for a
+ short time on 2007-10-10 from ca. 19:30 to ca. 21:00
+ UTC.</p>
+ <p>Following information will be updated as information
+ unfolds:</p>
+ <p><a href="http://xemacs.sourceforge.net/About/XEmacsServices.html#issue34">http://xemacs.sourceforge.net/About/XEmacsServices.html#issue34</a></p>
+</td>
+ </tr>
- <!-- COPY this section as a template --
- -- be sure to substitute the current value of issue ID --
- -- in the name and id attributes of the anchor -->
<tr>
<!-- one of (td th) -->
<td rowspan="4" valign="top"><a id="issue34" name="issue34">34</a></td>
@@ -130,6 +199,7 @@ HTTP request sent, awaiting response...
href="http://dotsrc.org/">dotsrc.org</a> broke down.</p>
</td>
</tr>
+
<tr>
<!-- one of (td th) -->
<td rowspan="4" valign="top"><a id="issue32" name="issue32">32</a></td>
- Previous message: CVS update by viteno xemacs ...
- Next message: CVS update by michaels packages/xemacs-packages/efs, Makefile.efs,
efs-cms.el, efs-defun.el, efs-dl.el, efs-fnh.el, efs-ka9q.el,
efs-ms-unix.el, efs-netware.el, efs-plan9.el, efs-ti-twenex.el,
efs-vos.el ...
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the XEmacs-CVS
mailing list