Rather than noting that we have 'many' usergroups around the world,
pull in usergroups.xml and list exactly how many usergroups we know about in exactly how many unique countries here.
This commit is contained in:
parent
56e8ccf0c7
commit
9032cf3233
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31884
2 changed files with 12 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.143 2008/02/10 09:41:24 keramida Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.144 2008/04/20 03:22:44 murray Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -35,6 +35,7 @@ DEPENDSET.usergroups=transtable usergroups
|
|||
PARAMS.usergroups= --param pagename "'FreeBSD User Groups'"
|
||||
|
||||
XMLDOCS+= community::${XML_EVENTS_EVENTS}:
|
||||
DEPENDSET.community=usergroups events
|
||||
|
||||
# These will be directly installed.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!ENTITY % navinclude.community "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/en/community.xsl,v 1.1 2008/04/20 03:22:44 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/en/community.xsl,v 1.2 2008/04/20 03:24:34 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -49,11 +49,15 @@
|
|||
href="&base;/community/mailinglists.html">mailing
|
||||
lists</a> and several <a
|
||||
href="&base;/community/newsgroups.html">newsgroups</a>
|
||||
available. There are a number of FreeBSD <a
|
||||
href="&base;/usergroups.html">User Groups</a> around
|
||||
the world, and there is also an active <a
|
||||
href="&base;/community/irc.html">IRC</a> community. Many
|
||||
developers also maintain <a
|
||||
available. There are over <xsl:value-of
|
||||
select="count(document($usergroups.xml)//entry)"
|
||||
/><xsl:text> </xsl:text><a
|
||||
href="&base;/usergroups.html">user groups</a> in
|
||||
<xsl:value-of
|
||||
select="count(document($usergroups.xml)//country)" />
|
||||
unique countries around the world. There is also an
|
||||
active <a href="&base;/community/irc.html">IRC</a>
|
||||
community. Many developers also maintain <a
|
||||
href="http://planet.freebsdish.org">blogs</a> about
|
||||
their FreeBSD work.</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue