[BACK]Return to groups.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/groups.html, Revision 1.173

1.166     bentley     1: <!doctype html>
                      2: <html lang=en>
                      3: <meta charset=utf-8>
                      4:
                      5: <title>OpenBSD: User Groups</title>
                      6: <meta name="GENERATOR" content="The vi editor from UNIX">
                      7: <meta name="Author" content="Ian Darwin">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     10: <link rel="canonical" href="https://www.openbsd.org/groups.html">
                     11:
1.29      ian        12: <!-- DO NOT EDIT THIS FILE
1.156     tb         13:   ** But only make changes in the "build" directory, type "make".
                     14:   ** When tested(!), commit in build, make again, commit here
                     15:   ** with a log message of "sync".
1.29      ian        16:   -->
1.52      ian        17:
1.166     bentley    18: <style>
                     19: table {
                     20:        border: 1px #000 solid;
                     21:        border-spacing: 2px;
                     22: }
                     23:
                     24: th, td {
                     25:        border: 1px #000 solid;
                     26: }
                     27:
                     28: tbody th {
                     29:        background-color: var(--buildhead);
                     30: }
                     31: </style>
                     32:
1.163     tj         33: <h2 id=OpenBSD>
1.157     tb         34: <a href="index.html">
1.163     tj         35: <i>Open</i><b>BSD</b></a>
                     36: User Groups
1.156     tb         37: </h2>
                     38:
1.166     bentley    39: <hr>
                     40:
                     41: <p>
                     42: The continuing growth of OpenBSD depends on attracting new
1.167     deraadt    43: users, developers, software suppliers,
1.1       ian        44: and consultants. One means of reaching new users is via users groups,
                     45: where people can exchange experiences, ideas, free software, and find
                     46: out that there are others with similar problems and solutions.
1.166     bentley    47:
                     48: <p>
                     49: The following user groups are either specific to OpenBSD or
1.1       ian        50: at least to the BSD family of systems.
                     51: However, the OpenBSD Project does not necessarily endorse any of these.
                     52: Please contact the User's Group directly.
1.166     bentley    53:
                     54: <p>
                     55: These entries are arranged geographically by country,
1.63      ian        56: so that you may more readily find
1.166     bentley    57: a users' group near you.
1.77      otto       58:
1.166     bentley    59: <p>
1.63      ian        60: <!-- DO NOT EDIT THIS LIST - IT COMES FROM mkcountries -->
                     61: <a href="#Argentina">Argentina</a>
                     62: <a href="#Australia">Australia</a>
                     63: <a href="#Austria">Austria</a>
1.155     tj         64: <a href="#Brazil">Brazil</a>
1.63      ian        65: <a href="#Canada">Canada</a>
                     66: <a href="#Germany">Germany</a>
1.139     sthen      67: <a href="#Ghana">Ghana</a>
1.63      ian        68: <a href="#Hungary">Hungary</a>
1.139     sthen      69: <a href="#Iran">Iran</a>
1.63      ian        70: <a href="#Japan">Japan</a>
                     71: <a href="#Norway">Norway</a>
1.149     sthen      72: <a href="#Poland">Poland</a>
1.63      ian        73: <a href="#Sweden">Sweden</a>
                     74: <a href="#USA">USA</a>
1.122     steven     75: <a href="#Ukraine">Ukraine</a>
1.63      ian        76: <a href="#United">United Kingdom</a>
1.82      otto       77:
1.166     bentley    78:
                     79: <p>
                     80: If you want to see your group listed, the format is quite rigid; please use
1.52      ian        81: <a href="grp-tmpl.txt">this template</a> (do not just
1.17      ian        82: copy and paste plain text from your browser!).
1.72      miod       83: When you think it's ready, mail it to
1.147     sthen      84: <em>misc at openbsd.org</em>,
1.36      ian        85: with a Subject: line containing the word "groups"
1.166     bentley    86: <em>and</em> either the word "new" or "update".
                     87:
                     88: <table>
1.1       ian        89: <!-- This TR sets up the table format -->
1.166     bentley    90: <thead>
1.52      ian        91: <tr>
1.166     bentley    92:        <th>Group Name/<br>Contact Person
                     93:        <th>City/<br>Province
                     94:        <th>When Meeting
                     95:        <th>Email<br>URL
                     96:        <th>Type of group
1.1       ian        97:
1.52      ian        98: <!-- THIS TABLE IS MECHANICALLY GENERATED ** DO NOT EDIT.
1.48      ian        99:  **  INSTEAD, RTFM ABOVE, UPDATE support.dat in ./build CAREFULLY and "make".
1.9       ian       100:  **  IF YOU DO NOT HAVE COMMIT ACCESS, MAIL ME YOUR CHANGES, IN THE FORM
                    101:  **  OF "SUPPORT.TEMPLATE" PLEASE.
1.1       ian       102:  -->
                    103:
1.77      otto      104:
1.166     bentley   105: <tbody><tr><th colspan="5"
                    106: id='Argentina'>
                    107: Argentina
                    108: <tr>
                    109: <td>
                    110: Alejandro A. F. Japkin<br>
                    111: <b>EnsamblE - Wireless</b><br>
                    112:        <td>Buenos Aires<br>
1.57      ian       113:        <td>
1.166     bentley   114: Irregular
1.57      ian       115:        <td>
1.166     bentley   116: <a href="mailto:ArpateC@gmx.net">ArpateC@gmx.net</a><br>
                    117: <a href=""></a>
1.57      ian       118:        <td>OpenBSD | *BSD
1.166     bentley   119:
1.95      otto      120: <tr>
1.166     bentley   121: <td>
                    122: Gast&oacute;n Senac<br>
                    123: <b>OpenBSD Rosario</b><br>
                    124:        <td>Rosario<br>Santa F&eacute;
1.95      otto      125:        <td>
1.166     bentley   126: Irregular
1.95      otto      127:        <td>
1.166     bentley   128: <a href="mailto:gaston_senac@hotmail.com">gaston_senac@hotmail.com</a><br>
                    129: <a href=""></a>
1.95      otto      130:        <td>OpenBSD
1.71      ian       131:
1.166     bentley   132:
                    133: <tbody><tr><th colspan="5"
                    134: id='Australia'>
                    135: Australia
1.52      ian       136: <tr>
1.166     bentley   137: <td>
                    138: <b>BSD Users Group of Sydney</b><br>
                    139:        <td>Sydney<br>
1.52      ian       140:        <td>
1.166     bentley   141: Irregular
1.52      ian       142:        <td>
1.166     bentley   143: <a href="http://www.bugs.au.freebsd.org">http://www.bugs.au.freebsd.org</a>
1.52      ian       144:        <td>*BSD
1.71      ian       145:
1.166     bentley   146:
                    147: <tbody><tr><th colspan="5"
                    148: id='Austria'>
                    149: Austria
1.52      ian       150: <tr>
1.166     bentley   151: <td>
                    152: Bernhard Froehlich<br>
                    153: <b>BSD Stammtisch Graz</b><br>
                    154:        <td>Graz<br>
1.142     sthen     155:        <td>
1.166     bentley   156: Irregular
1.142     sthen     157:        <td>
1.166     bentley   158: <a href="mailto:decke@bluelife.at">decke@bluelife.at</a><br>
                    159: <a href="http://graz.bsdstammtisch.at">http://graz.bsdstammtisch.at</a>
1.52      ian       160:        <td>*BSD
1.155     tj        161:
1.166     bentley   162:
                    163: <tbody><tr><th colspan="5"
                    164: id='Brazil'>
                    165: Brazil
1.155     tj        166: <tr>
1.166     bentley   167: <td>
                    168: Vin&iacute;cius Zavam<br>
                    169: <b>Brazilian OpenBSD Users Group &#40;OpenBSD&#45;BR&#41;</b><br>
                    170:        <td><br>
1.155     tj        171:        <td>
1.166     bentley   172: Irregular
1.155     tj        173:        <td>
1.166     bentley   174: <a href="mailto:egypcio@bsd.com.br">egypcio@bsd.com.br</a><br>
                    175: <a href="http://www.openbsd-br.org">http://www.openbsd-br.org</a>
1.155     tj        176:        <td>OpenBSD
1.71      ian       177:
1.166     bentley   178:
                    179: <tbody><tr><th colspan="5"
                    180: id='Canada'>
                    181: Canada
1.54      ian       182: <tr>
1.166     bentley   183: <td>
                    184: <b>Greater Toronto BSD User's Group</b><br>
                    185:        <td>Toronto<br>Ontario
1.52      ian       186:        <td>
1.166     bentley   187: Third Wednesday of each month at 7:00PM
1.52      ian       188:        <td>
1.166     bentley   189: <a href="http://www.gtabug.ca">http://www.gtabug.ca</a>
1.52      ian       190:        <td>*BSD
1.71      ian       191:
1.166     bentley   192:
                    193: <tbody><tr><th colspan="5"
                    194: id='Germany'>
                    195: Germany
1.52      ian       196: <tr>
1.166     bentley   197: <td>
                    198: Michael Moll<br>
                    199: <b>BSE (BSD Social Event)</b><br>
                    200:        <td>Munich<br>Bavaria
1.107     steven    201:        <td>
1.166     bentley   202: Every 28 days
1.107     steven    203:        <td>
1.166     bentley   204: <a href="mailto:bse@42.org">bse@42.org</a><br>
                    205: <a href="http://bse.42.org">http://bse.42.org</a>
1.107     steven    206:        <td>*BSD
1.166     bentley   207:
1.107     steven    208: <tr>
1.166     bentley   209: <td>
                    210: <b>BSD User Group Hamburg</b><br>
                    211:        <td>Hamburg<br>
1.52      ian       212:        <td>
1.166     bentley   213: First Wednesday of each month at 7:00PM
1.52      ian       214:        <td>
1.166     bentley   215: <a href="http://www.bsdhh.org">http://www.bsdhh.org</a>
1.52      ian       216:        <td>*BSD
1.71      ian       217:
1.166     bentley   218:
                    219: <tbody><tr><th colspan="5"
                    220: id='Ghana'>
                    221: Ghana
1.139     sthen     222: <tr>
1.166     bentley   223: <td>
                    224: Archzilon Eshun-Davies<br>
                    225: <b>OpenBSD Ghana</b><br>
                    226:        <td>Accra<br>Accra
1.139     sthen     227:        <td>
1.166     bentley   228: Last Saturday of each month at 7:00PM
1.139     sthen     229:        <td>
1.166     bentley   230: <a href="mailto:laudarch@qremiaevolution.org">laudarch@qremiaevolution.org</a><br>
                    231: <a href=""></a>
1.139     sthen     232:        <td>OpenBSD
                    233:
1.166     bentley   234:
                    235: <tbody><tr><th colspan="5"
                    236: id='Hungary'>
                    237: Hungary
1.52      ian       238: <tr>
1.166     bentley   239: <td>
                    240: <b>Magyar BSD Egyes&uuml;let</b><br>
                    241:        <td>Budapest<br>
1.52      ian       242:        <td>
1.166     bentley   243: Irregular
1.52      ian       244:        <td>
1.166     bentley   245: <a href="mailto:titkar@bsd.hu">titkar@bsd.hu</a><br>
                    246: <a href="http://www.bsd.hu/egyesulet">http://www.bsd.hu/egyesulet</a>
1.108     steven    247:        <td>*BSD
                    248:
1.166     bentley   249:
                    250: <tbody><tr><th colspan="5"
                    251: id='Iran'>
                    252: Iran
                    253: <tr>
                    254: <td>
                    255: Bahador Nazari Fard<br>
                    256: <b>OpenBSD_Iran</b><br>
                    257:        <td>Isfahan<br>Isfahan
1.135     jj        258:        <td>
1.166     bentley   259: Irregular
1.135     jj        260:        <td>
1.166     bentley   261: <a href="mailto:bahador.nazarifard@gmail.com">bahador.nazarifard@gmail.com</a><br>
                    262: <a href=""></a>
1.139     sthen     263:        <td>OpenBSD
1.166     bentley   264:
1.140     sthen     265: <tr>
1.166     bentley   266: <td>
                    267: Abdorrahman Homaei<br>
                    268: <b>Iranian meetBSD Group</b><br>
                    269:        <td>Tehran<br>Tehran
1.162     sthen     270:        <td>
1.166     bentley   271: Irregular
1.162     sthen     272:        <td>
1.166     bentley   273: <a href="mailto:d.oriented@gmail.com">d.oriented@gmail.com</a><br>
                    274: <a href="http://meetbsd.ir">http://meetbsd.ir</a>
1.162     sthen     275:        <td>*BSD
1.140     sthen     276:
1.170     sthen     277: <tr>
                    278: <td>
                    279: Faraz Vahedi<br>
                    280: <b>Iran BSD User Group (IRBUG)</b><br>
                    281:        <td>Teheran<br>Teheran
                    282:        <td>
                    283: Last Thursday of the month
                    284:        <td>
1.171     sthen     285: <a href="mailto:kfv@irbug.org">kfv@irbug.org</a><br>
1.170     sthen     286: <a href="https://www.irbug.org/">https://www.irbug.org/</a>
                    287:        <td>*BSD
                    288:
1.166     bentley   289:
                    290: <tbody><tr><th colspan="5"
                    291: id='Japan'>
                    292: Japan
1.52      ian       293: <tr>
1.166     bentley   294: <td>
                    295: Takahiro Kambe<br>
                    296: <b>Kansai *BSD User's Group, K*BUG</b><br>
                    297:        <td><br>Kansai
1.52      ian       298:        <td>
1.166     bentley   299: Irregular
1.52      ian       300:        <td>
1.166     bentley   301: <a href="mailto:kbug-admin@kbug.gr.jp">kbug-admin@kbug.gr.jp</a><br>
                    302: <a href="http://www.kbug.gr.jp">http://www.kbug.gr.jp</a>
1.52      ian       303:        <td>*BSD
1.140     sthen     304:
1.166     bentley   305:
                    306: <tbody><tr><th colspan="5"
                    307: id='Norway'>
                    308: Norway
1.63      ian       309: <tr>
1.166     bentley   310: <td>
                    311: <b>Norwegian BSD User Group</b><br>
                    312:        <td><br>
1.63      ian       313:        <td>
1.166     bentley   314: Irregular
1.63      ian       315:        <td>
1.166     bentley   316: <a href="http://www.nobug.no">http://www.nobug.no</a>
1.63      ian       317:        <td>*BSD
1.86      otto      318:
1.166     bentley   319:
                    320: <tbody><tr><th colspan="5"
                    321: id='Poland'>
                    322: Poland
1.149     sthen     323: <tr>
1.166     bentley   324: <td>
                    325: Frederic Cambus<br>
                    326: <b>SBUG</b><br>
                    327:        <td>Rzeszow<br>Podkarpackie
1.149     sthen     328:        <td>
1.166     bentley   329: Irregular
1.149     sthen     330:        <td>
1.166     bentley   331: <a href="https://www.sbug.org">https://www.sbug.org</a>
1.149     sthen     332:        <td>OpenBSD, *BSD
1.71      ian       333:
1.169     fcambus   334: <tr>
                    335: <td>
                    336: Mariusz Zaborski<br>
                    337: <b>Polish BSD User Group</b><br>
                    338:        <td>Warsaw<br>Mazovia
                    339:        <td>
                    340: Last Thursday of each month at 6:00PM
                    341:        <td>
                    342: <a href="mailto:oshogbo@FreeBSD.org">oshogbo@FreeBSD.org</a><br>
                    343: <a href="https://bsd-pl.org">https://bsd-pl.org</a>
                    344:        <td>*BSD
                    345:
1.166     bentley   346:
                    347: <tbody><tr><th colspan="5"
                    348: id='Sweden'>
                    349: Sweden
1.52      ian       350: <tr>
1.166     bentley   351: <td>
                    352: <b>BSD Users Sweden (a.k.a BUS)</b><br>
                    353:        <td>Stockholm, Gothenburg, Lule&aring;<br>
1.52      ian       354:        <td>
1.166     bentley   355: Irregular, quarterly
1.52      ian       356:        <td>
1.166     bentley   357: <a href="mailto:bus@stacken.kth.se">bus@stacken.kth.se</a><br>
                    358: <a href=""></a>
1.52      ian       359:        <td>*BSD
1.166     bentley   360:
1.90      otto      361: <tr>
1.166     bentley   362: <td>
                    363: Peter Laur<br>
                    364: <b>OpenBSD Sweden</b><br>
                    365:        <td>Ranas<br>
1.90      otto      366:        <td>
1.166     bentley   367: Irregular
1.90      otto      368:        <td>
1.166     bentley   369: <a href="mailto:peter@openbsd.se">peter@openbsd.se</a><br>
                    370: <a href="http://www.openbsd.se">http://www.openbsd.se</a>
1.90      otto      371:        <td>OpenBSD
1.140     sthen     372:
1.166     bentley   373:
                    374: <tbody><tr><th colspan="5"
                    375: id='USA'>
                    376: United States
1.52      ian       377: <tr>
1.166     bentley   378: <td>
                    379: Shawn Nock<br>
                    380: <b>Tucson Free Unix Group (TFUG)</b><br>
                    381:        <td>Tucson<br>Arizona
1.107     steven    382:        <td>
1.166     bentley   383: Irregular
1.107     steven    384:        <td>
1.166     bentley   385: <a href="mailto:nock@email.arizona.edu">nock@email.arizona.edu</a><br>
                    386: <a href="http://www.tfug.org">http://www.tfug.org</a>
1.107     steven    387:        <td>*BSD
1.166     bentley   388:
1.52      ian       389: <tr>
1.166     bentley   390: <td>
                    391: Zeke Krahlin<br>
                    392: <b>Berkeley Unix User Group</b><br>
                    393:        <td>Berkeley<br>California
1.52      ian       394:        <td>
1.166     bentley   395: Every Thursday at 7:00PM
1.52      ian       396:        <td>
1.166     bentley   397: <a href="http://www.buug.org">http://www.buug.org</a>
1.52      ian       398:        <td>*BSD
1.166     bentley   399:
1.52      ian       400: <tr>
1.166     bentley   401: <td>
                    402: Ben Lovett<br>
                    403: <b>San Diego BSD Users Group</b><br>
                    404:        <td>San Diego<br>California
1.52      ian       405:        <td>
1.166     bentley   406: First Thursday of each month at 7:00PM
1.152     tj        407:        <td>
1.166     bentley   408: <a href="http://www.sdbug.org">http://www.sdbug.org</a>
1.152     tj        409:        <td>*BSD
1.166     bentley   410:
1.152     tj        411: <tr>
1.166     bentley   412: <td>
                    413: Aaron Bieber<br>
                    414: <b>Colorado BSD Users Group</b><br>
                    415:        <td>Pueblo<br>Colorado
1.152     tj        416:        <td>
1.166     bentley   417: Irregular
1.52      ian       418:        <td>
1.166     bentley   419: <a href="mailto:admin@cobug.org">admin@cobug.org</a><br>
                    420: <a href="https://cobug.org">https://cobug.org</a>
1.52      ian       421:        <td>*BSD
1.166     bentley   422:
1.52      ian       423: <tr>
1.166     bentley   424: <td>
                    425: <b>Chicago Area BSD Users Group</b><br>
                    426:        <td>Chicago<br>Illinois
1.160     jcs       427:        <td>
1.168     jcs       428: Second Tuesday of each month
1.160     jcs       429:        <td>
1.168     jcs       430: <a href="https://chibug.org">https://chibug.org</a>
1.160     jcs       431:        <td>*BSD
1.166     bentley   432:
1.160     jcs       433: <tr>
1.166     bentley   434: <td>
                    435: <b>New Orleans *BSD User Group</b><br>
                    436:        <td>New Orleans<br>Louisiana
1.52      ian       437:        <td>
1.166     bentley   438: Third Thursday of each month
1.52      ian       439:        <td>
1.166     bentley   440: <a href="http://www.nolug.org">http://www.nolug.org</a>
1.52      ian       441:        <td>*BSD
1.166     bentley   442:
1.52      ian       443: <tr>
1.166     bentley   444: <td>
                    445: Mike Erdely<br>
                    446: <b>CapBUG</b><br>
                    447:        <td><br>Maryland, Virginia, DC
1.112     steven    448:        <td>
1.166     bentley   449: Last Tuesday or Wednesday of each month
1.112     steven    450:        <td>
1.166     bentley   451: <a href="mailto:mike@erdelynet.com">mike@erdelynet.com</a><br>
                    452: <a href="http://capbug.org">http://capbug.org</a>
1.112     steven    453:        <td>*BSD
1.166     bentley   454:
1.112     steven    455: <tr>
1.166     bentley   456: <td>
                    457: Michael W. Lucas<br>
                    458: <b>semibug</b><br>
                    459:        <td>Detroit<br>Michigan
1.151     tj        460:        <td>
1.166     bentley   461: Third Tuesday of each month
1.151     tj        462:        <td>
1.166     bentley   463: <a href="mailto:semibug@lists.nycbug.org">semibug@lists.nycbug.org</a><br>
                    464: <a href="http://www.semibug.org">http://www.semibug.org</a>
1.151     tj        465:        <td>*BSD
1.166     bentley   466:
1.151     tj        467: <tr>
1.166     bentley   468: <td>
                    469: Jonathan Franks<br>
                    470: <b>Capital District *BSD Users Group (CDBUG)</b><br>
                    471:        <td>Albany<br>New York
1.88      otto      472:        <td>
1.166     bentley   473: Third Tuesday of each month at 6:45PM
1.88      otto      474:        <td>
1.166     bentley   475: <a href="mailto:jonathan.franks@gmail.com">jonathan.franks@gmail.com</a><br>
                    476: <a href="http://lists.nycbug.org/mailman/listinfo/cdbug-talk">http://lists.nycbug.org/mailman/listinfo/cdbug-talk</a>
1.88      otto      477:        <td>*BSD
1.166     bentley   478:
1.88      otto      479: <tr>
1.166     bentley   480: <td>
                    481: <b>NYC *BSD Users Group (NYC*BUG)</b><br>
                    482:        <td>New York<br>New York
1.87      otto      483:        <td>
1.166     bentley   484: First Wednesday of each month at 6:00PM
1.87      otto      485:        <td>
1.166     bentley   486: <a href="http://nycbug.org">http://nycbug.org</a>
1.52      ian       487:        <td>*BSD
1.166     bentley   488:
1.52      ian       489: <tr>
1.166     bentley   490: <td>
                    491: James Rieve<br>
                    492: <b>BSD User Group Oak Ridge</b><br>
                    493:        <td>Oak Ridge<br>Tennessee
1.136     ian       494:        <td>
1.166     bentley   495: Every Sunday at 2:00PM
1.136     ian       496:        <td>
1.166     bentley   497: <a href="mailto:BUGORTN@gmail.com">BUGORTN@gmail.com</a><br>
                    498: <a href="http://sites.google.com/site/bugortn/Home">http://sites.google.com/site/bugortn/Home</a>
1.54      ian       499:        <td>*BSD
1.140     sthen     500:
1.166     bentley   501:
                    502: <tbody><tr><th colspan="5"
                    503: id='Ukraine'>
                    504: Ukraine
1.122     steven    505: <tr>
1.166     bentley   506: <td>
                    507: Sergey Prysiazhnyi<br>
                    508: <b>Ukrainian OpenBSD Users Group (UAOUG)</b><br>
                    509:        <td>Kyiv<br>
1.122     steven    510:        <td>
1.166     bentley   511: On OpenBSD release days
1.122     steven    512:        <td>
1.166     bentley   513: <a href="mailto:s.prysiazhnyi@atmnis.com">s.prysiazhnyi@atmnis.com</a><br>
                    514: <a href="http://www.uaoug.org.ua">http://www.uaoug.org.ua</a>
1.122     steven    515:        <td>OpenBSD
1.140     sthen     516:
1.166     bentley   517:
                    518: <tbody><tr><th colspan="5"
                    519: id='United'>
                    520: United Kingdom
1.71      ian       521: <tr>
1.166     bentley   522: <td>
                    523: Sam Smith<br>
                    524: <b>Manchester BSD User Group</b><br>
                    525:        <td>Manchester<br>
1.71      ian       526:        <td>
1.166     bentley   527: Usually the second week of each month
1.71      ian       528:        <td>
1.166     bentley   529: <a href="http://www.bsdgroups.org.uk/manchester">http://www.bsdgroups.org.uk/manchester</a>
1.71      ian       530:        <td>*BSD
1.166     bentley   531:
1.54      ian       532: <tr>
1.166     bentley   533: <td>
                    534: Mark Blackman<br>
                    535: <b>London *BSD Meetup</b><br>
                    536:        <td>London<br>Greater London
1.54      ian       537:        <td>
1.166     bentley   538: Irregular
1.54      ian       539:        <td>
1.166     bentley   540: <a href="http://www.bsdgroups.org.uk/london">http://www.bsdgroups.org.uk/london</a>
1.52      ian       541:        <td>*BSD
1.166     bentley   542:
1.17      ian       543:
1.82      otto      544:
1.34      ian       545: </table>