svn commit: r1928442 - apr/site/trunk
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dsahlberg
Date: Sat Sep 13 20:13:11 2025
New Revision: 1928442
Log:
In site/trunk
Update the STATUS file to reflect current status.
* STATUS
...
Modified:
apr/site/trunk/STATUS
Modified: apr/site/trunk/STATUS
==============================================================================
--- apr/site/trunk/STATUS Sat Sep 13 20:10:02 2025 (r1928441)
+++ apr/site/trunk/STATUS Sat Sep 13 20:13:11 2025 (r1928442)
@@ -2,25 +2,15 @@ The apr-site module is our place to buil
templates and XML source files.
Mailing lists: [email protected] (discussion of what to do)
- [email protected] (cvs commit notifications)
+ [email protected] (svn commit notifications)
Send a message to [email protected] to subscribe.
-Some things that need doing that all other sites have the same problem with:
-
- * Figure out how to reletavise the links so that the site will work
- when it is not rooted at the top level.
-
- * Change the transformed html to use CSS. One source of well-thought-
- out CSS examples is http://scarab.tigris.org/nonav/ui
-
Some things that need doing:
- * Finish integrating the pages to the XML format.
-
* Validate the pages via http://validator.w3.org/.
- Status: The front page validates as XHTML 1.0 Transitional.
- The rest of the pages have various problems that need to
- be sorted out manually.
+ Status: The only outstanding issue is that XML require standalone tags
+ to be self-closing (ie <br />) while HTML5 doesn't allow this.
+ This is probably a hard problem to solve.
* Update developer content.