From owner-freebsd-doc@FreeBSD.ORG Sun Feb 20 13:17:23 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3EEA16A4CE; Sun, 20 Feb 2005 13:17:22 +0000 (GMT) Received: from redqueen.evilcoder-services.org (redqueen.evilcoder-services.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F1843D3F; Sun, 20 Feb 2005 13:17:20 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from localhost (localhost [127.0.0.1])D1D982954A8; Sun, 20 Feb 2005 14:17:19 +0100 (CET) Received: from redqueen.evilcoder-services.org ([127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97081-04; Sun, 20 Feb 2005 14:17:19 +0100 (CET) Message-ID: <42188DEA.1070204@elvandar.org> Date: Sun, 20 Feb 2005 14:17:30 +0100 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Remko Lodder References: <20050220130659.GA96515@elvandar.org> In-Reply-To: <20050220130659.GA96515@elvandar.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the evilcoder-services.org maildomain cc: FreeBSD Doc List cc: "Simon L. Nielsen" Subject: Re: XML version of the Usergroups (Diff attached) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 13:17:23 -0000 Remko Lodder wrote: > Hi all, > > Recently i have been toying with merging the usergroups to XML. > I did the migration based on Josef El-Rayes' commercial version. > > I would like you all to review the attached patch and send comments. > Note that i do not know very much about XML so changes like: > > "Make it one page, or group on " cannot be handled by me > yet. So i hope that for a change like that someone is going to help > me. > > But first, please review the version attached. Perhaps i should mention as well that a preview can be found at: https://webmail.evilcoder.org/usergroups/data/usergroups/ (yes when installing it created data/usergroups, didn't think of that at first). Cheers, Remko > > > ------------------------------------------------------------------------ > > Index: usergroups/Makefile > =================================================================== > RCS file: usergroups/Makefile > diff -N usergroups/Makefile > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ usergroups/Makefile 20 Feb 2005 12:39:21 -0000 > @@ -0,0 +1,65 @@ > +# $FreeBSD$ > + > +.if exists(../Makefile.conf) > +.include "../Makefile.conf" > +.endif > +.if exists(../Makefile.inc) > +.include "../Makefile.inc" > +.endif > + > +DOCS= usergroups.sgml > + > +DATA= usergroups-au.html > +DATA+= usergroups-eu.html > +DATA+= usergroups-na.html > +DATA+= usergroups-rest.html > + > +CLEANFILES= usergroups.html > +CLEANFILES+= usergroups-au.html > +CLEANFILES+= usergroups-eu.html > +CLEANFILES+= usergroups-na.html > +CLEANFILES+= usergroups-rest.html > + > +INDEXLINK= usergroups.html > + > +XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2. > + > +usergroups-au.html: entries.xsl usergroups-au.xml ../includes.xsl > + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ > + --param pagename "'Usergroups Australia'" \ > + ${.CURDIR}/entries.xsl ${.CURDIR}/usergroups-au.xml > +.if !defined(NO_TIDY) > + -${TIDY} ${TIDYOPTS} ${.TARGET} > +.endif > + > +usergroups-eu.html: entries.xsl usergroups-eu.xml ../includes.xsl > + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ > + --param pagename "'Usergroups Europe'" \ > + ${.CURDIR}/entries.xsl ${.CURDIR}/usergroups-eu.xml > +.if !defined(NO_TIDY) > + -${TIDY} ${TIDYOPTS} ${.TARGET} > +.endif > + > +usergroups-na.html: entries.xsl usergroups-na.xml ../includes.xsl > + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ > + --param pagename "'Usergroups North-America'" \ > + ${.CURDIR}/entries.xsl ${.CURDIR}/usergroups-na.xml > +.if !defined(NO_TIDY) > + -${TIDY} ${TIDYOPTS} ${.TARGET} > +.endif > + > +usergroups-rest.html: entries.xsl usergroups-rest.xml ../includes.xsl > + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ > + --param pagename "'Usergroups in the rest of the world'" \ > + ${.CURDIR}/entries.xsl ${.CURDIR}/usergroups-rest.xml > +.if !defined(NO_TIDY) > + -${TIDY} ${TIDYOPTS} ${.TARGET} > +.endif > + > +lint: > + ${XMLLINT} --valid -o /dev/null ${.CURDIR}/usergroups-au.xml > + ${XMLLINT} --valid -o /dev/null ${.CURDIR}/usergroups-eu.xml > + ${XMLLINT} --valid -o /dev/null ${.CURDIR}/usergroups-na.xml > + ${XMLLINT} --valid -o /dev/null ${.CURDIR}/usergroups-rest.xml > + > +.include "${WEB_PREFIX}/share/mk/web.site.mk" > Index: usergroups/entries.dtd > =================================================================== > RCS file: usergroups/entries.dtd > diff -N usergroups/entries.dtd > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ usergroups/entries.dtd 20 Feb 2005 13:05:04 -0000 > @@ -0,0 +1,41 @@ > + > + > + > + > + > + > + > + + | europe | nzealand | namerica | samerica | meast) #IMPLIED> > + > + + | MISC | MULTIMEDIA | NETWORK | SCIENTIFIC | SECURITY | SYSADMIN) #IMPLIED> > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > Index: usergroups/entries.xsl > =================================================================== > RCS file: usergroups/entries.xsl > diff -N usergroups/entries.xsl > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ usergroups/entries.xsl 20 Feb 2005 13:05:22 -0000 > @@ -0,0 +1,74 @@ > + > + > + > + > + + xmlns:cvs="http://www.FreeBSD.org/XML/CVS" > + exclude-result-prefixes="cvs"> > + > + > + > + > + > + > + > + > + > + > + > + + doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > + doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/> > + > + > + > + > + > + > + > + > +

FreeBSD's widespread popularity has spawned a number of user groups > + around the world. If you know of a FreeBSD user group not listed here, > + please fill out a > + problem report for category www. Submissions should be in HTML > + and must offer a short description.

> + > +

> + > + > + > + > + > +
> +

> +
> + > + > + > +
> +
> Index: usergroups/usergroups-au.xml > =================================================================== > RCS file: usergroups/usergroups-au.xml > diff -N usergroups/usergroups-au.xml > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ usergroups/usergroups-au.xml 20 Feb 2005 13:04:15 -0000 > @@ -0,0 +1,68 @@ > + > + > + > + > + > + > + > + $FreeBSD$ > + > + > + > + > + BSD Users Group Sydney (BUGS) > + http://www.bugs.au.FreeBSD.org/ > + The BSD Users Group Sydney (BUGS) mees every two > + months and have mailing list members from all over NSW. To > + join the mailing list send a message to + href="mailto:majordomo@bugs.au.FreeBSD.org"> > + majordomo@bugs.au.FreeBSD.org with subscribe bugs > + in the body of the message. Located in New South Wales. > + > + > + > + > + Home Unix Users Group for Brisbane > + http://www.humbug.org.au/ > + We meet fortnightly at meeting rooms provided by the > + University of Queensland. > + More information, including how to join the mailing lists, is > + available at + href="http://www.humbug.org.au/">http://www.humbug.org.au. > + Located in Queensland. > + > + > + > + > + BUGA, The BSD User Group of Adelaide > + mailto:majordomo@lemis.com > + We meet at irregular intervals. Join the mailing list > + by sending a message to + href="mailto:majordomo@lemis.com">majordomo@lemis.com with > + the text subscribe BUGA in the body. Located in > + South Australia. > + > + > + > + > + Victoria's FreeBSD Users Group (VicFUG) > + http://www.vicfug.au.FreeBSD.org/ > + Based in Melbourne. You can join the mailing list by > + sending an empty message to + href="mailto:general-subscribe@vicfug.au.FreeBSD.org"> > + general-subscribe@vicfug.au.FreeBSD.org. Located in > + Victoria > + > + > + > + > + Pandaemonium > + http://www.pandaemonium.newmillenium.net.au/ > + The BSD Users Group for Western Australia. > + Located in West Australia. > + > + > + > Index: usergroups/usergroups-eu.xml > =================================================================== > RCS file: usergroups/usergroups-eu.xml > diff -N usergroups/usergroups-eu.xml > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ usergroups/usergroups-eu.xml 20 Feb 2005 13:03:49 -0000 > @@ -0,0 +1,338 @@ > + > + > + > + > + > + > + > + $FreeBSD$ > + > + > + > + > + The BSD User Group Austria (BUGAT) > + http://www.bugat.at/ > + The BSD User Group Austria (BUGAT) is a > + german-language oriented user group. Visit our + href="http://www.bugat.at">server for more > + information. Located in Austria. > + > + > + > + > + BSD-DK > + http://www.bsd-dk.dk/ > + The Danish BSD User Group. Promotion and support of the > + BSD derived Operating Systems in Denmark. Mailing lists, lecture > + and workshops. Send mail subscription requests to + href="mailto:bsd-dk-request@bsd-dk.dk"> > + bsd-dk-request@bsd-dk.dk. Located in Denmark. > + > + > + > + > + AaUUG > + http://www.aauug.dk/ > + AaUUG is a general Unix Group with most interest in > + Linux and BSD. > + Mailinglists, lectures and meetings. Located in Denmark, > + Aarhus. > + > + > + > + > + The French FreeBSD UG > + http://www.FreeBSD-fr.org/ > + Please follow the link for details. Located in France. > + > + > + > + > + The Aachener BSD Stammtisch > + http://foldr.org/mailman/listinfo/bsd-ac/ > + The Aachener BSD Stammtisch is meeting infrequently > + to discuss BSD and related matters over a glass of beer. > + Meetings are coordinated through our + href="http://foldr.org/mailman/listinfo/bsd-ac">mailing > + list. Located in Germany, Aachen. > + > + > + > + > + BSD Berlin > + http://www.bsdberlin.org/ > + The BSD Berlin meets every 3rd Friday of the month. > + For more information about meetings and related issues, please > + subscribe to our > + mailing list. Located in Germany, Berlin. > + > + > + > + > + BSD-Crew Dresden > + http://www.bsd-crew.de/ > + BSD-Crew Dresden is a User Group who has some projects > + related in bringing the BSD to the desktop and electronic > + communication. Located in Germany, Dresden. > + > + > + > + > + The Cosmo-Project > + http://www.cosmo-project.de/ > + The Cosmo-Project is a User Group with a difference. > + Instead of just meeting, they actively develop project such as > + robots. Most users use FreeBSD, but it is not a specifically > + FreeBSD-related group. Located in Germany, Duisburg. > + > + > + > + > + FrankfurtBSD > + http://www.morix.de/frankfurtbsd/ > + FrankfurtBSD is a User Group for the Rhein-Main area. > + We are currently looking for new members. As soon as we have > + grown later, we would like to meet monthly and maintain minor > + projects. Located in Germany, Frankfurt. > + > + > + > + > + BSD User Group Hamburg (BSDHH) > + http://www.bsdhhh.org/bsdhh-faq.en.html/ > + The BSD User Group Hamburg (BSDHH) meets on the first > + Wednesday of the month at 7.00pm in the Chinese restaurant > + Lotosblute, Luwenstrasse 22 in Hamburg-Eppendorf. Most > + members are FreeBSD users, although users of all BSD flavors are > + welcome. Located in Germany, Hamburg. > + > + > + > + > + Unix Users Group Rhein-Neckar eV (UUGRN eV) > + http://www.uugrn.org/ > + The Unix Users Group Rhein-Neckar eV (UUGRN eV) > + provides a regional forum for users of all Unix flavors, with a > + stress on Linux and BSD. + href="http://www.uugrn.org/kalender.php">Meetings are > + held on the second Thursday of each month at the > + "hafenschenke" in Mannheim and the fourth Wednesday of each > + month at the "Vater Rhein" in Heidelberg. Located in Germany, > + Mannheim. > + > + > + > + > + Berkeley in Munich (BIM) > + http://bim.bsn.com/ > + The Berkeley in Munich (BIM) caters for users of BSD > + based systems in Oberbayern. Located in Germany, Munich. > + > + > + > + > + Unix and Linux User Group > + http://www.2use.de/freeunix/ > + The Unix and Linux User Group is a general Unix Users > + Group for anyone in Regensburg (Bavaria, Germany). We meet on > + every first Monday of the month in the pub ``Filmbuhne'' in > + Regensburg. Visit the website or send a message to + href="mailto:m.suess@2use.org">m.suess@2use.org. Located > + in Germany, Regensburg. > + > + > + > + > + BSD User Group Ireland (BUGI) > + http://bugi.redbrick.dcu.ie/ > + The BSD User Group Ireland (BUGI) is currently a > + rather grandiose term for a mailing list and super minimal > + webpage. All BSD users and enthusiasts are welcome. Located > + in Ireland. > + > + > + > + > + Gruppo Utenti FreeBSD Italia (GUFI) > + http://www.gufi.org/ > + The Gruppo Utenti FreeBSD Italia (GUFI) is a "italian > + powered" FreeBSD User Group. It is intended to help Italian > + FreeBSD users to find support and articles on/about FreeBSD in > + the italian language. Please follow this + href="http://www.gufi.org/">link to know more about us. > + Located in Italia. > + > + > + > + > + BSD User Group Latvia > + http://www.bug.lv > + To learn more about the BSD User Group Latvia, > + please visit our site and > + our forums. Located in Latvia. > + > + > + > + > + The Dutch FreeBSD User Group (NLFUG) > + http://www.nlfug.nl > + The Dutch FreeBSD User Group (NLFUG) has had our first > + meeting on oct 2, 1999. On this day 30 years before that, the > + second IMP was installed in Doug Englebart's lab at SRI. This, > + as you all know, was the start of something that grew to be the > + Internet (thanks to Edwin Kremer for bringing this under our > + attention). Located in the Netherlands. > + > + > + > + > + The Norwegian BSD User Group (NOBUG) > + http://www.nobug.no/ > + The Norwegian BSD User Group (NOBUG) is a User Group > + for BSD users and enthusiasts in Norway. Meetings are currently > + held in Oslo and Bergen. Visit our website for more information. > + There is also a Unix User Group ( > + NUUG) with more regular meetings, sometimes even with a BSD > + subject. Located in Norway. > + > + > + > + > + The Lublin BSD Users Group > + http://www.FreeBSD.lublin.pl/ > + Please follow the link for details. Located in Poland. > + > + > + > + > + The Portuguese *BSD Users Group > + mailto:ptbsd@yahoo.com > + The Portuguese *BSD Users Group is a User Group for > + Portuguese users of BSD operating systems. Contact Rui Pereira > + ptbsd@yahoo.com for more > + information. Located in Portugal, Amadora. > + > + > + > + > + Nucleo Portogues de FreeBSD (NPF) > + http://npf.pt.FreeBSD.org/ > + The Nucleo Portogues de FreeBSD (NPF) is a Portuguese > + FreeBSD User Group that is engaged in the production of > + documentation in Portuguese language. Currently the activities > + are centred on the translation of the FreeBSD Handbook and on the > + production of CF's (aka HowTos) that try to answer questions or > + propose solutions to problems that are experienced by Portuguese > + users. See > + http://npf.pt.FreeBSD.org for more information. Located in > + Portugal. > + > + > + > + > + The Romanian FreeBSD Users Group/Free Unix Group > + (ROFUG) > + http://www.rofug.ro/ > + The ROFUG (Romanian FreeBSD Users Group/Free Unix Group) > + is a User Group for the Romanian users of FreeBSD and Open Source > + in general, promoting and supporting FreeBSD and Open Source usage. > + To join the mailing lists, send an email to + href="mailto:listar@rofug.ro">listar@rofug.ro with > + subscribe rofug and/or subscribe > + rofug-announce in the body of the message. Located in > + Romania. > + > + > + > + > + IFUG > + http://www.ifug.unixware.ro/ > + The IFUG is a FreeBSD Users Group who support the > + Romanian FreeBSD community, promoting FreeBSD and Open Source > + solutions. The contact address of the group is + href="mailto:ifug@unixware.ro">ifug@unixware.ro. Located in > + Romania, Iasi. > + > + > + > + > + Lund Linux User Group (LFUG) > + http://www.pentagon.nu/ > + The Lund Linux User Group (LFUG) has nearly 50 members > + and cover FreeBSD and Solaris in addition to Linux. To join, > + contact Omar Dedovic. > + Located in Sweden, Lund. > + > + > + > + > + BSD Users Sweden (BUS) > + http://www.stacken.kth.se/projekt/bus/ > + The BSD Users Sweden (BUS) maintains a mailing list. To > + join send an email to > + majordomo@stacken.kth.se with subscribe bus > + in the body. Located in Sweden. > + > + > + > + > + Swiss BSD User Group (SwissBUG) > + http://www.swissbug.org > + The Swiss BSD User Group (SwissBUG) caters for users > + of BSD-based systems in Switzerland. Located in Switzerland. > + > + > + > + > + Ukrainian FreeBSD User Group (UAFUG) > + http://www.uafug.org.ua/ > + The Ukranian FreeBSD User Group (UAFUG) is a > + Russian/Ukrainian languages oriented user group for the > + Ukrainian users of BSD-derivatives, promoting and > + supporting BSD flavours and Open Source usage. The UAFUG has > + had its first meeting on 2 June 2002 and meets every 2-3 weeks. > + We also provide an open forum for all BSD-related things in the > + Russian and Ukrainian languages (though we can read/write in > + english as well). To join the mailing list send a message to + href="mailto:majordomo@FreeBSDDiary.org.ua"> > + majordomo@FreeBSDDiary.org.ua with subscribe > + freebsd in the body of the message. Check the + href="http://www.uafug.org.ua/">link above for more > + information. Located in the Ukraine. > + > + > + > + > + Manchester BSD Users Group > + http://www.bsdgroups.org.uk/manchester > + The Manchester BSDUsers Group meets reasonably often in > + the Lass O'Gowrie, on Charles Street, Manchester. Contact + href="mailto:sams@bsdgroups.org.uk">Sam Smith for more > + information. Located in The United Kingdom, Manchester. > + > + > + > + > + FreeBSD UK Users group (FreeBSD UKUG) > + http://ukug.uk.FreeBSD.org/ > + The FreeBSD UKUG (FreeBSD UK User's Group) exists for > + the benefit of FreeBSD users in the United Kingdom. Please > + follow the link for details. Located in The United Kingdom. > + > + > + > + > + Yugoslavia BSD Users Group > + http://www.bsd.org.yu/ > + The Yugoslavia BSD Users Group provides an open forum > + for all things BSD-related in the Serbian language. To join the > + mailing list, send an email to + href="mailto:majordomo@bsd.org.yu">majordomo@bsd.org.yu with > + subscribe bsdyu in the body of the message. Located in > + Yugoslavia. > + > + > + > Index: usergroups/usergroups-na.xml > =================================================================== > RCS file: usergroups/usergroups-na.xml > diff -N usergroups/usergroups-na.xml > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ usergroups/usergroups-na.xml 20 Feb 2005 13:03:35 -0000 > @@ -0,0 +1,435 @@ > + > + > + > + > + > + > + > + $FreeBSD$ > + > + > + > + > + The Ames Free-Unix Group (AAFUGIT) > + http://www.aafugit.org > + The Ames Free-Unix Group aims to promote the use of > + Free Unix. We meet on the compus of Iowa State Univerity once a > + month and hold a presentation with an open question and answer > + session afterwards. You can join our mailing list by sending a > + blank email to > + aafugit-subscribe@aafugit.org. Located in Ames, Iowa. > + > + > + > + > + The Berkeley Unix User Group > + http://www.weak.org/buug > + The Berkeley Unix User Group is a general Unix Users > + Group for anyone in the San Fransico Bay Area. We meet on a > + weeklybasis in downtown Berkeley. Visit the web site or send a > + message to > + buug-request@weak.org with subscribe in the > + body. Located in Berkeley, CA. > + > + > + > + > + The Users of Free Operating Systems (UFO Chicago) > + http://www.chifug.org > + The Users of Free Operating Systems (UFO Chicago) is > + an open-source Unix User Group that meets twice a month > + in Chicago. For directions and mailing list information, please > + check our web site > + http://ufo.chicago.il.ul. Chicago, IL. > + > + > + > + > + The Connecticut Free Unix Users Group (CFUG) > + http://www.cfug.org > + The Connecticut Free Unix Users Group (CFUG) is > + devoted to free Unix, but has resources for almost all Unixen. > + Their area of operation is Connecticut and Western Massachusetts. > + More information can be found at > + http://www.cfug.org. Located in Connecticut. > + > + > + > + > + The Houston FreeBSD Users Group > + http://www.houfug.org > + The Houston TX Houston FreeBSD Users > + Group was formed March 1999. Our goal is to promote and educate > + Houston area computer users on FreeBSD Unix. We meet on the > + third Saturday of the month. The group operates a mailing list at > + > + http://www.houfug.org/mailman/listinfo/hou-freebsd. Visit > + our website at > + http://www.houfug.org for more information. Located in > + Houston. > + > + > + > + > + Free Unix for Indianapolis > + http://www.fufin.org > + Free Unix for Indianapolis is a non-profit organization > + dedicated to encouraging the use of Free Unix variants in and > + around Indianapolis. Essentially, we are a bunch of geeks who > + share a common passion: Unix. Visit the web site or send a > + message to info@fufin.org > + for additional information. Located in Indianapolis, IN. > + > + > + > + > + Kansas Unix & Linux Users Association (KULUA) > + http://kulua.org > + The Kansas Unix & Linux Users Association (KULUA) > + is a Free Unix User Group based in Lawrence, Kansas, but with > + users throughout eastern Kansas and western Missouri. We have > + about 120 members and meet biweekly. Visit the web site or email > + kulua@kulua.org for more > + information. Located in Lawrence, Kansas. > + > + > + > + > + Wichita Area FreeBSD Users Group (WAFUG) > + http://wafug.yi.org > + The Wichita Area FreeBSD Users Group (WAFUG) is a free > + Users Group provided to anyone in the Whichita area for support > + with FreeBSD and other Unix and Unix-like operating systems. We > + meet twice a month, usually in a restaurant where you can smoke > + or drink if you like. Please send us + href="mailto:bfs@kscable.com">Email for more information or > + to find out how to get free shell account, www or ftp space on > + our system. Located in Wichita, Kansas. > + > + > + > + > + The Yahoo Club > + http://clubs.yahoo.com/clubs/bsdusersoflosangeles > + The Yahoo Club group is a foundation for a Los Angeles > + based BSD User Group. Located in Los Angeles, CA. > + > + > + > + > + Twin Cities BSD User Group (TCBUG) > + http://www.tcbug.org > + The Twin Cities BSD User Group (TCBUG) meets once a > + month to discuss issues importand to the BSD community. The > + website carries our major announcements, while you are encouraged > + to join the mailing list > + tcbug@tcbug.org to keep up with general group discussion. > + Look at the site, join the mailing list, come to a meeting. We > + look forward to learning from you and with you about BSD Unix. > + Located in Minneapolis/St. Paul, MN. > + > + > + > + > + NMLUG > + mailto:majordomo@swcp.com > + The NMLUG in Alburquerque meets once a month and > + supports both BSD and Linux users. To join the mailing list, > + send a message to > + majordomo@swcp.com with subscribe nmlug in > + the body. Located in New Mexico. > + > + > + > + > + New Orleans *BSD User Group > + mailto:krzeszut@cs.uno.edu > + The New Orleans *BSD User Group meets twice a month. > + contact Konrad Rzeszutek > + for more details. A web page will be posted soon. Located in > + New Orleans, LA > + > + > + > + > + New York City *BSD User Group (NYCBUG) > + http://www.nycbug.org > + The New York City *BSD User Group (NYCBUG) meets the > + first Wednesday of the month. Mailing lists are available at > + http://lists.nycbug.org. > + Located in New York, NY. > + > + > + > + > + Yavapai Free Unix Users Group > + mailto:rcarter@consys.com > + The Yavapai Free Unix Users Group is now forming for > + *BSD/Linux, etc., users in Northern Arizona. Please contact > + Russel Carter ( > + rcarter@consys.com) for details. Located in Northern > + Arizona. > + > + > + > + > + BSD Users Group of Orlando (BUGO) > + http://bugo.zepa.net > + The BSD Users Group of Orlando (BUGO) is a group based > + Orlando, FL that aims to bring a friendly forum to all > + Unix users in the central Florida area, and hopefully beyond. > + See the BUGO web page for > + further details. Located in Orlando, FL. > + > + > + > + > + Westsern Pennsylvania Linux Users Group (WPLUG) > + http://www.wplug.org > + The Western Pennysylvania Linux Users Group (WPLUG) > + has a strong and growing community of BSD users that it supports. > + See our home page ( > + http://www.wplug.org) for information on regular meetings > + and join the mailing lists. Located in Pennsylvania. > + > + > + > + > + Phoenix BSD Users Group > + http://bsd.phoenix.az.us > + The Phoenix BSD Users Group is fully open for business. > + Anyone from the Phoenix area please feel free to join in + href="http://bsd.phoenix.az.us">http://bsd.phoenix.az.us. > + Located in Phoenis, AZ. > + > + > + > + > + Portland (Oregon) FreeBSD Users Group > + mailto:pdx-freebsd@toybox.placo.com > + The Portland (Oregon) FreeBSD Users Group meets on the > + third Thursday of each month. Mail + href="mailto:pdx-freebsd@toybox.placo.com">The Portland FreeBSD > + Users Group. Located in Portland, OR. > + > + > + > + > + Reno Linux Users Group (RLUG) > + http://www.rlug.org > + The Reno Linux Users Group (RLUG) meets monthly in > + Reno Nevada and discusses the use of BSD and Linux. Contact > + info@rlug.org for more > + information. You may also want to join our mailing list at > + > + http://lists.rlug.org/mailman/listinfo/rlug. Located in > + Reno, NV. > + > + > + > + > + Triangle Area BSD Users Group > + http://www.tribug.org > + The Triangle Area BSD Users Group is a Users Group for > + BSD users in the Research Triangle Park area of Raleigh, Durham > + and Chapel Hill. People interested in this group may subscribe > + to the mailing list by sending a message to + href="mailto:majordomo@tribug.org">majordomo@tribug.org > + with subscribe tribug-members in the body. > + Located in Research Triangle, NC. > + > + > + > + > + Rhode Island Free Unix Group > + http://users.tmok.com/~rifug > + The Rhode Island Free Unix Group supports every form > + of Unix that can be obtained freely. They can be contacted at: > + > + http://users.tmok.com/~rifug or by e-mail at: + href="mailto:rifug@entropy.tmok.com">rifug@entropy.tmok.com > + Located in Rhode Island. > + > + > + > + > + Seattle BSD Users Group (SeaBUG) > + http://www.seabug.org > + The Seattle BSD Users Group (SeaBUG) meets > + occasianally. View our web site for more details and for > + information on how to join our mailing list. Located in > + Seattle, WA. > + > + > + > + > + St. Louis BSD User Group (STLBSD) > + http://www.stlbsd.org > + The St. Louis BSD User Group (STLBSD) has just formed > + on July 20, 2000 to promote BSD operating systems in the St. Louis > + area. We have strong ties to the 10 year old St. Louis Unix > + Users Group (SLUUG) and expect > + to be a positive for within our community. Our membership is > + open to anyone interested in learning more about BSD, several > + mailing lists are available through our web site. Located in > + St. Louis, MO. > + > + > + > + > + San Diego BSD Users Group > + http://www.sdbug.org > + The San Diego BSD Users Group for users of FreeBSD, > + OpenBSD and NetBSD. The meeting is first Thursday of every month > + at Boll Weevil off Clairemont Mesa Blvd., near the intersection > + with Ruffin Road. More information can be found + href="http://www.sdbug.org">here. Located in San Diego, CA. > + > + > + > + > + Bay Area BSD Users Group (BABUG) > + http://www.bafug.org > + The Bay Area BSD Users Group (BABUG) has monthly > + meetings, alternating between San Fransisco and Berkeley. Those > + interested in attending should visit the web site or send mail to > + the BABUG Web Master. > + Located in North San Fransisco Bay Area. > + > + > + > + > + Silicon Valley BSD User Group (SVBUG) > + http://www.svbug.com > + The Silicon Valley BSD User Group (SVBUG), a forum for > + BSD and BSD embedded systems, meets on the first Thursday of the > + month. Meetings are held at the Carl's JR. on First Street and > + Trimble Road in San Jose, California. For details on events or > + what is going on visit the web site or send a message to + href="mailto:webmaster@svbug.com">webmaster@svbug.com. > + Located in Silicon Valley, CA. > + > + > + > + > + Southern Illinois *BSD Group > + http://www.silbsd.org > + The Southern Illinois *BSD Group is a meeting place > + for BSD users to experiment with networks and provide help with > + installs. Emphasis is on FreeBSD and it's KDE and GNOME desktops. > + Located in Southern Illinois. > + > + > + > + > + Unix Users of Deep East Texas > + http://uudet.org > + The Unix Users of Deep East Texas is dedicated to all > + things Unix. This group is open to users of all flavors of Unix. > + We meet on the last Saturday of the month at the Angelina County > + Court House. See the web page for details, or send e-mail to + href="mailto:admin@uudet.org">admin@uudet.org. Located > + in East Texas. > + > + > + > + > + Tampa Florida Users Group > + mailto:bsd-tug-request@bangheadhere.org > + The Tampa Florida Users Group is now being formed. > + Interested parties can join the mailing list by sending e-mail > + to > + bsd-tug-request@bangheadhere.org with subscribe > + in the body. Located in Tampa, FL. > + > + > + > + > + GTABUG > + http://www.gtabug.ca > + The GTABUG User Group welcomes all BSD users. Monthly > + meetings give attendees a chance to share ideas, discussion and > + information. Installations and other events help preach the good > + news of BSD to the community. Come drop by for a meeting!. > + Located in Greater Toronto Area, Ontario. > + > + > + > + > + Tucson Free Unix Group (TFUG) > + http://www.tfug.org > + Tucson Free Unix Group, Arizona. Located in Tucson, > + AZ. > + > + > + > + > + Greater Utah BSD Users Group (GUBUG) > + http://www.gubug.org > + The Greather Utah BSD Users Group (GUBUG), formerly > + known as SLLUG-BUG, and affiliated with the Salt Lake Linux Users > + Group, is based in Salt Lake City, Utah. We welcome users of > + FreeBSD, OpenBSD, NetBSD or even Unix or Linux. > + > + > + > + > + Vancouver BSD Users Group (VanBUG) > + http://www.vanbug.com > + The Vancouver BSD Users Group (VanBUG) is a group of > + volunteers who are passionate about FreeBSD, NetBSD and OpenBSD. > + Their current goal is to raise awareness and also provide local > + assistance as much as we can. Located in Vancouver, BC. > + > + > + > + > + Washington DC FreeBSD User Group > + mailto:rcramer@sytex.net > + Washington DC (DC Metropolitan Area) FreeBSD > + User Group. Please contact Richard Cramer, Sytex Access Ltd. > + at 703-425-2515, or preferred, email at + href="mailto:rcramer@sytex.net">rcramer@sytex.net to be put > + on a member distribution list. Located in Washington DC. > + > + > + > + > + WAFUG > + http://wafug.dynip.com > + A new FreeBSD Users Group has been created in Wichita, > + Ks. We are fairly new and working on our site, but we wanted to > + it up as soon as we had it available. We do not currently meet. > + Visit our site > + http://wafug.dynip.com or e-mail the group organiser ( + href="mailto:ben177@yahoo.com">ben177@yahoo.com) for more > + information! Located in Wichita, Kansas. > + > + > + > + > + Windsor Unix Users Group > + http://www.wuug.org > + The Windsor Unix Users Group (Windsor, Ontario, Canada) > + covers BSD, Solaris, SCO and others. This is not specifically a > + FreeBSD User Group, but we do already have members running > + FreeBSD. The group operates a mailing list > + (wuug-list@unixpower.org). More information can be found at + href="http://www.wuug.org">http://www.wuug.org. > + > + > + > + > + FreeBSD-Milwaukee > + http://www.sol.net/freebsd-mke > + FreeBSD-Milwaukee Wisconsin meets occasionally and > + has a mailing list: > + freebsd-mke-l@ns.sol.net send e-mail to + href="mailto:freebsd-mke-l-request@ns.sol.net"> > + freebsd-mke-l-request@ns.sol.net to subscribe. > + > + > + > Index: usergroups/usergroups-rest.xml > =================================================================== > RCS file: usergroups/usergroups-rest.xml > diff -N usergroups/usergroups-rest.xml > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ usergroups/usergroups-rest.xml 20 Feb 2005 13:04:27 -0000 > @@ -0,0 +1,165 @@ > + > + > + > + > + > + > + > + $FreeBSD$ > + > + > + > + > + The China FreeBSD User Group (CNFUG) > + http://www.cnfug.org > + The China FreeBSD User Group (CNFUG) was formed May > + 2003. It publishes the CNFUG Journal (A FreeBSD Tehnical Journal > + in Simplified Chinese) monthly. In addition, we offer a BSD > + UNIX Support forum, IRC and several mailing lists in Chinese. > + Located in China. > + > + > + > + > + FreeBSD User Group Colombia > + http://www.bsdcolombia.org > + Visit > + http://www.bsdcolombia.org for the FreeBSD User Group > + Colombia. > + > + > + > + > + The Daibou East *BSD Users Group (DEBUG) > + http://www.debug.gr.jp > + The Daibou East *BSD Users Group (DEBUG) is now > + forming for "*BSD users in Tsukuba area. Located in Ibaraki, > + Japan. > + > + > + > + > + The Jogja FreeBSD Users Group > + mailto:22961476@students.ukdw.ac.id > + The Jogja FreeBSD Users Group is based in Yogyakarta > + City, Indonesia. Send email to + href="mailto:22961476@students.ukdw.ac.id"> > + 22961476@students.ukdw.ac.id for more information. > + > + > + > + > + The Israeli *BSD Users Group > + mailto:bsd-il@libagent.org > + The Israeli *BSD Users Group has a mailing list for > + general discussion of *BSD operating systems for Israeli users > + , which includes topics such as setting up and working with > + Hewbrew in BSD and setting up Internet connections with ISPs. > + The Israeli *BSD mailing list promotes the use of *BSD throughout > + the country, and acts as an information center for all *BSD users. > + Mailing list posts can be sent to + href="mailto:bsd-il@libagent.org">bsd-il@libagent.org. > + Visit > + http://www.libagent.org/mailman/listinfo/bsd-il to > + subscribe. Located in Israel. > + > + > + > + > + The Kansai *BSD Users Group (K*BUG) > + http://www.kbug.gr.jp > + The Kansai *BSD Users Group was established on > + November 13, 1999. It is expected to promote communication of > + any of the BSD variants' users. Some of its activitities are to > + hold friendly parties of the members, and to hold seminars > + covering wide variety of topics. Please e-mail here ( + href="mailto:kbug-admin@kbug.gr.jp">kbug-admin@kbug.gr.jp). > + Located in Kansai, Japan. > + > + > + > + > + The MyBSD Malaysia Project > + http://www.mybsd.org.my > + The MyBSD Malaysia Project is a Kuala Lumpur based User > + Group for BSD users and open-source in general, promoting and > + supporting FreeBSD, OpenBSD, NetBSD and open source usage. We > + meet once a month, usually at Universiti Malaya or Restaurant > + Bahadur Shah. One of our projects is to develop a + href="http://staff.mybsd.org.my/skywizard/bsd-exploerer">Unix > + file manager. Visit our web site or contact + href="mailto:info@mybsd.org.my">info@MyBSD.org.my for more > + information. > + > + > + > + > + BSD Malaysia > + http://www.freebsd.org.my > + The BSD Malaysia web pages aim to be a central site > + for users of *BSD Unix variants (including FreeBSD, NetBSD and > + OpenBSD). BSD support forums, technical BSD-related articles and > + recent news items are published online. Both English and > + Malaysian can be used as the language on this site. > + > + > + > + > + FreeBSD Mexico > + http://www.freebsd.org.mx > + FreeBSD Mexico is a spanish oriented User Group not > + only for people in Mexico but also in other Spanish speaking > + countries. Please contact > + Alejandro Acosta for more information. > + > + > + > + > + The New Zealand FreeBSD Users Group > + http://www.nzfug.nz.freebsd.org > + The New Zealand FreeBSD UsersGroup is located in > + Wellington. No meetings have been scheduled yet. > + > + > + > + > + The Echigo BSD Users Group (EBUG) > + http://www.ebug.jp > + The Echigo BSD Users Group is the users group for BSD > + users around Echigo (aka Niigata). For more information on our > + events and mailing lists, please check the EBUG web site. > + > + > + > + > + The BSD Users Group Peru > + http://www.bsdperu.org > + The BSD Users Group Peru is a group of people with the > + objective to promote the use of the different *BSD systems in > + Peru. They provide information, documentation and forums for > + discussion. For more information you can use their web site, + href="http://www.bsdperu.org">http://www.bsdperu.org, or > + write to > + contacto@bsdperu.org. > + > + > + > + > + The Brazilian FreeBSD User Group (FUG-BR) > + http://www.fugspbr.org > + The Brazilian FreeBSD User Group (FUB-BR) is a > + Portuguese language oriented User Group intended to help > + Brazilian FreeBSD users to find support and articles on and > + about FreeBSD in the Portuguese language. We keep some projects > + such as the " > + FreeBSD LiveCD". Currently the group has 600 members and our > + mailing list has an average traffic of 80 messages per day. To > + join FUG-BR mailing list, visit + href="http://www2.fugspbr.org/mailman/listinfo/fugspbr"> > + http://www2.fugspbr.org/mailman/listinfo/fugspbr. > + > + > + > Index: usergroups/usergroups.sgml > =================================================================== > RCS file: usergroups/usergroups.sgml > diff -N usergroups/usergroups.sgml > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ usergroups/usergroups.sgml 20 Feb 2005 13:04:39 -0000 > @@ -0,0 +1,41 @@ > + + > + > + > + %includes; > +]> > + > + > +&header; > + > +

The power, flexibility, and reliability of FreeBSD attract a wide > + variety of users,vendors and User Groups. Below you can select your > + region and view what User Groups are in your available in your > + neighboorhood.

> + > + > + > +

If you have a User Group that focusses on BSD that should be added > + to this page, please fill out a > + problem report > + for category www. Submissions should contain a short description of > + your group.

> + > +&footer; > + > + > + > + > + > > > ------------------------------------------------------------------------ > -- Kind regards, Remko Lodder ** remko@elvandar.org Reporter DSINET ** remko@DSINet.org Founder Tienervaders ** remko@tienervaders.org FreeBSD Documentation Project ** remko@FreeBSD.org