Simon L. B. Nielsen
3d2f6b6faf
Fix html-index-events-items to actually take the 5 next events, and not
...
just the first five entries from events.xml which are in the future.
Noticed by: ceri
2005-11-09 22:10:00 +00:00
Hiroki Sato
00616f3728
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.
2005-11-06 17:21:28 +00:00
Hiroki Sato
05a188db6a
Fix a typo.
2005-11-04 16:46:00 +00:00
Hiroki Sato
bcdaba272d
Bump version numbers for 6.0R.
2005-11-04 15:16:43 +00:00
Remko Lodder
64bd61be1c
Fix a lot of typo's and faults i made when typing over the
...
old usergroups to XML.
PR: www/87307
Submitted by: Rudolf Cejka <cejkar at fit dot vutbr dot cz>
2005-10-25 20:28:13 +00:00
Alex Dupre
947c02f82c
Add link to FreeBSD/ppc project page also here.
2005-10-14 09:12:17 +00:00
Florent Thoumie
955c2be2a9
- Add link to FreeBSD/ppc project page.
...
Approved by: simon
Noticed by: ale
Missed by: flz
2005-10-14 08:59:22 +00:00
Ceri Davies
d4cc28aaed
Announce 6.0-RC1.
2005-10-11 15:29:01 +00:00
Colin Percival
9a4ea02146
Add FreeBSD-SA-05:21.openssl
2005-10-11 12:05:00 +00:00
Remko Lodder
75e6e67656
Modify the aafugit entry to amesfug.
...
PR: 87072
Submitted by: Charles Richards <donuts at iastate dot edu>
2005-10-09 12:52:52 +00:00
Remko Lodder
c1ce3f1004
Add BSD User Group Ekaterinburg (E#BUG) to the usergroups.
...
PR: 86981
Requested by: Evgeny W. Waganoff <admin at bsdekaterinburg dot ru>
Submitted by: Daniel Gerzo <danger at rulez dot sk>
2005-10-09 10:09:07 +00:00
Ceri Davies
dce7d15182
Swap the beta.testing variable and test for ones that actually work.
2005-10-08 09:26:48 +00:00
Marcel Moolenaar
ed6a3d815c
Fix the link to the ia64 platform page.
2005-10-08 00:09:20 +00:00
Ceri Davies
f2ecbddc60
Add a link for upcoming releases that we want tested.
...
New test "releases" should have their version numbers bumped in
share/sgml/includes.release.*, and the whole thing is easily
turn-off-and-on-able via knobs in the same files.
Discussed with: re (scottl)
2005-10-07 14:15:48 +00:00
Ceri Davies
3cb4b2fa46
Introduce a new entity, cgibase, which points at where our CGI scripts
...
can be found, i.e., http://www.FreeBSD.org/cgi at the moment.
This allows for easier pre-commit testing of CGI scripts, and avoids
SNAFUs with an incorrect URL being committed, as has happened a couple
of times recently.
en/ should be fully converted with this commit; other languages need to
be updated, but are in mid merge molasses at present so I have not
touched them.
2005-10-06 19:27:37 +00:00
Simon L. B. Nielsen
ff40b601fc
Make link to the manual pages CGI script always point at
...
www.FreeBSD.org, since mirrors probably won't have CGI support.
Reported by: Frank Laszlo <laszlof@tvog.net>
2005-10-06 15:30:24 +00:00
Simon L. B. Nielsen
1232f9299a
Convert DOS to UNIX line endings.
2005-10-06 15:27:30 +00:00
Hiroki Sato
b58f3a3466
- Use concat() instead of successive <xsl:value-of>.
...
- Remove $day in html-index-news-press-items because
currently press.xml does not have <day>.
It should be fixed first that the press.xml file has
duplicate information such as year/name and story/date
in a not-reusable way.
2005-10-06 01:45:27 +00:00
Hiroki Sato
ee0f724aa3
Merge infrastructure part of the new www design.
...
Submitted by: Emily Boyd (emilyboyd at emilyboyd dot com)
Sponsored by: Google Summer of Code 2005
2005-10-04 17:18:41 +00:00
Murray Stokely
27aba1d5f2
Add more shared include files for the new web design.
...
Submitted by: Emily Boyd <emilyboyd@emilyboyd.com>
Sponsored by: Google Summer of Code 2005
2005-10-04 07:37:03 +00:00
Murray Stokely
4f71e4be93
MFP4: New header/footer/navigation designs.
...
Submitted by: Emily Boyd (soc-emily@freebsd.org )
Sponsored by: Google Summer of Code 2005
2005-10-04 06:13:33 +00:00
Remko Lodder
efa7cb60c2
Add BSD Pakistan to the UserGroups list.
...
PR: www/86709
Submitted by: Muhammad Asad Rasheed <masadrasheed at gmail dot com>
2005-10-02 16:03:04 +00:00
Hiroki Sato
c0719f33c9
In html-usergroups-list-regions template:
...
- optimize the translated entry search algorithm.
- fix <description> handling to output the child elements
properly.
2005-09-30 18:12:58 +00:00
Hiroki Sato
7f6342e279
Merge changes from doc/share/sgml/transtable-common.xsl rev 1.3:
...
|
|Optimize the word search algorithm. Comparison using product
|set is a better solution to evaluate whether a node is included
|in a partial node-set or not.
|
2005-09-30 16:51:54 +00:00
Hiroki Sato
b7f75b6f79
- Add XML_INCLUDES to DEPENDS.<id> only when it is needed.
...
- Respect XSLTPROCFLAGS.
2005-09-19 07:01:03 +00:00
Hiroki Sato
66229ed32d
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).
2005-09-18 06:25:01 +00:00
Hiroki Sato
bca17545f1
Fix a problem of transtable-lookup when there are identical
...
words in different word-groups.
Spotted by: Rudolf Cejka (cejkar at fit dot vutbr dot cz)
2005-09-18 05:40:25 +00:00
Hiroki Sato
b05c6e03b5
Introduce doc.xml.mk and XMLDOC variable to simplify build
...
of XML docs. Note that XML catalog support is still incomplete.
2005-09-18 04:33:46 +00:00
Remko Lodder
599a7d5611
Update the website for GBSDMTL.
...
PR: www/85987
Submitted by: Stephane Russell <stefruss at yahoo dot ca>
2005-09-11 20:46:39 +00:00
Colin Percival
577eaf1abb
Add FreeBSD-SA-05:20.cvsbug
2005-09-07 13:55:40 +00:00
Remko Lodder
844a209334
Add ccbug.
...
PR: www/85690
Requested by: D. Adam Karim <adam at akarsoft dot com>
Submitted by: Daniel Gerzo <danger at rulez dot sk>
2005-09-04 20:14:13 +00:00
Remko Lodder
a646d66dc4
Add Le Groupe BSD de Montreal (GBSDMTL) to the usergroups.
...
PR: www/85580
Submitted by: Stephane Russell <stefruss at yahoo dot ca>
2005-09-03 08:12:37 +00:00
Pav Lucistnik
022732cd52
- Refine previous commit: restore preference of jade over openjade when
...
both are present, provide OPENJADE var for overriding
Requested by: ceri
Approved by: keramida (mentor)
2005-08-30 11:50:05 +00:00
Remko Lodder
5637822404
Correct Iasi FreeBSD Users Group's website address.
...
Remove the email address.
Requested by: vidiu Ene <ovidiue at unixware dot ro> on www@
2005-08-23 18:12:59 +00:00
Pav Lucistnik
142576dab5
- Autodetect presence of openjade's osgmlnorm. This makes docproj works
...
with openjade out of the box (no need for make.conf entries)
Reviewed by: silence on -doc
Approved by: keramida (mentor)
2005-08-23 11:12:21 +00:00
Ceri Davies
f28fbb8c43
Generate an iCalendar format events.ics file from events.xml so that
...
iCal, Entourage, Sunbird and other users can now subscribe to the events
calendar via the URL http://www.FreeBSD.org/events/events.ics .
Discussed on: doc
2005-08-17 14:50:45 +00:00
Christian Brueffer
e795d1563e
HEAD is at version 7 (7.0) now.
...
Noticed by: marm.mm@t-online.de
2005-08-09 12:32:09 +00:00
Remko Lodder
f8e20e5efb
Correct a typo. s/bsdhhh/bsdhh/
...
PR: www/84459
Submitted by: Lutz Weber <lutzweber at yahoo dot de>
2005-08-04 18:40:14 +00:00
Colin Percival
08d6d439bb
Add two more advisories.
2005-07-27 08:59:57 +00:00
Remko Lodder
2fafb8ac04
Update the FUG-BR entry, and while here cleanup the entry a bit.
...
PR: www/83975
Submitted by: Patrick Tracanelli <eksffa at capeta dot freebsdbrasil dot com dot br>
2005-07-24 10:12:08 +00:00
Remko Lodder
f294382eff
Update the BSDPeru entry.
...
Requested by: Jose Alonso Cardenas Marquez <acardenas at bsd dot org dot pe> on www@
2005-07-23 09:52:35 +00:00
Simon L. B. Nielsen
0f9f8203e0
Add FreeBSD-SA-05:17.devfs.
2005-07-20 14:01:58 +00:00
Remko Lodder
70bdea2678
Alter the TriBUG entry.
...
Requested by: Ryan Younce <ryounce at pobox dot com> on www@
2005-07-19 16:43:18 +00:00
Remko Lodder
8b833f55ba
Fix the NLFUG entry. s/under/to/.
...
Spotted by: Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
2005-07-16 16:45:30 +00:00
Remko Lodder
c3c7fc49f0
Add Romanian BSD Forums.
...
Requested by: yo2lux <yo2lux at metawire dot org> on www@
2005-07-16 13:30:44 +00:00
Remko Lodder
f7af52cd37
Merge 1.353 to 1.356 from usergroups.sgml:
...
Add: AlbaBUG
Add: Augusta
Add: CDBUG
Remove: FrankfurtBSD
Remove: New Orleans *BSD Users Group
2005-07-16 12:57:36 +00:00
Hiroki Sato
cb014d541b
Merge changes from www/en/usergroups.sgml rev.1.357 to 1.360.
2005-07-16 10:07:02 +00:00
Hiroki Sato
19b48b56c5
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
2005-07-16 09:58:17 +00:00
Simon L. B. Nielsen
ea63654cec
Add FreeBSD-SA-05:16.zlib.
2005-07-06 14:21:38 +00:00
Simon L. B. Nielsen
48844067fb
Add FreeBSD-SA-05:13.ipfw, FreeBSD-SA-05:14.bzip2, and
...
FreeBSD-SA-05:15.tcp.
2005-06-29 22:04:40 +00:00