CVS log for www/share/sgml/templates.usergroups.xsl
Up to [FreeBSD] / www / share / sgml
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 2 17:33:09 2009 UTC (2 years, 8 months ago) by gabor
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
- Ensure XSL templates generate the correct encoding Reported by: rene
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 20 22:49:25 2008 UTC (3 years, 9 months ago) by murray
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +29 -1 lines
Correct the ISO country codes of UK and Mongolia and add a world map with countries colored in according to the number of usergroups there using the Google Chart API.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 20 22:22:34 2008 UTC (3 years, 9 months ago) by murray
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
Add comment about the new schema for usergroups.xml. Clean up commented out code from previous commit.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 20 22:14:54 2008 UTC (3 years, 9 months ago) by murray
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Introduce <country> and <continent> tags to the usergroup entries in usergroups.xml and use this to clean up the geographical information associated with each usergroup. Move the groups in the 'Other Areas' region to the appropriate region, mostly Asia. Use this data to sort regions on the page by the number of usergroups in each region (36 in europe, 34 in north america, 11 in asia, 4 in au/nz oceania, 4 in south america, and 1 meta-bug). No south african user groups at the moment?
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 21 18:27:43 2006 UTC (5 years, 5 months ago) by hrs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Implement dynamic generation of &base; entity for XML documents and activate it instead of using a static &base;. Since an .xml database file (or an .xslt stylesheet file) is used from various directories, the static &base; no longer works. PR: www/102331
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 19 21:20:54 2006 UTC (5 years, 5 months ago) by hrs
Branches: MAIN
CVS tags: HRS_XML_CLEANUP
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +24 -17 lines
www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/nabibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>?share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 21 14:58:35 2006 UTC (6 years ago) by pav
Branches: MAIN
CVS tags: HRS_XML_CLEANUP_PRE
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- Remove usage of undefined attribute set att.body (gone with emily's redesign) Pointed out by: Rudolf Cejka <cejkar@fit.vutbr.cz>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 30 21:35:22 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
- Set output to iso8859-1 (latin1) encoding instead of default Utf-8 XSLT clue provided by: fenner
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 6 17:21:28 2005 UTC (6 years, 3 months ago) by hrs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -9 lines
Convert a string in the id attribute to the upper case to avoid confusion. Rationale: The ISO 8879 (SGML) specification defines this as case-insensitive and it must always be treated as one in the upper case when the SGML declaration does not include "NAMECASE GENERAL NO." On the other hand, in the XML specification (REC-xml-20040204) it is case-sensitive and no normalization with regard to the case must not be performed by an XML parser. We use HTML 4.01 (SGML) DTD in most of the files in the www tree and convert them into XHTML 1.0 (XML) DTD forcibly by using tidy. So, as long as we use both SGML and XML DTD in this way it is better to use upper case only for the id attribute to avoid the case sensitivity problem.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 4 17:18:41 2005 UTC (6 years, 4 months ago) by hrs
Branches: MAIN
CVS tags: EMILYBOYD_REDESIGN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +20 -3 lines
Merge infrastructure part of the new www design. Submitted by: Emily Boyd (emilyboyd at emilyboyd dot com) Sponsored by: Google Summer of Code 2005
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 18 06:25:01 2005 UTC (6 years, 4 months ago) by hrs
Branches: MAIN
CVS tags: PRE_REDESIGN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -4 lines
Add localization support for www/<lang>/usergroups.html. - www/<lang>/share/sgml/templates.usergroups.xsl: customization layer for each language. - www/<lang>/share/sgml/usergroups.xml: translation of www/share/sgml/usergroups.xml. The translation teams can simply copy it from the language-independent directory and keep the translated items only; items which are not in the translated file are automatically inserted from the original file on the fly (so old items in the translated file are harmful).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 16 09:58:17 2005 UTC (6 years, 6 months ago) by hrs
Branches: MAIN
Add usergroup database and related XSLT templates. Translated database and automatic selection support like news.xml will be added soon. Discussed with: remko PR: www/79239
