diff --git a/en/commercial/Makefile b/en/commercial/Makefile index 4512ab2166..ab50b7421e 100644 --- a/en/commercial/Makefile +++ b/en/commercial/Makefile @@ -1,54 +1,83 @@ -# $FreeBSD: www/en/commercial/Makefile,v 1.13 2000/09/30 00:21:38 nbm Exp $ +# $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -PERL= perl5 - -DOCS = commercial.sgml -DOCS+= consulting.sgml -DOCS+= consulting_bycat.sgml -DOCS+= hardware.sgml -DOCS+= misc.sgml -DOCS+= software.sgml -DOCS+= software_bycat.sgml - -INDEXLINK=commercial.html -CLEANFILES+= consulting.inc consulting_bycat.inc hardware.inc -CLEANFILES+= misc.inc software.inc software_bycat.inc - -consulting.html: consulting.sgml consulting.inc - -consulting_bycat.html: consulting_bycat.sgml consulting_bycat.inc - -hardware.html: hardware.sgml hardware.inc - -misc.html: misc.sgml misc.inc - -software.html: software.sgml software.inc - -software_bycat.html: software_bycat.sgml software_bycat.inc +DOCS= commercial.sgml + +DATA= consult.html +DATA+= consult_bycat.html +DATA+= hardware.html +DATA+= misc.html +DATA+= software.html +DATA+= software_bycat.html + +CLEANFILES= commercial.html +CLEANFILES+= consult.html +CLEANFILES+= consult_bycat.html +CLEANFILES+= hardware.html +CLEANFILES+= misc.html +CLEANFILES+= software.html +CLEANFILES+= software_bycat.html + +INDEXLINK= commercial.html + +XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2. + +consult.html: entries.xsl consult.xml ../includes.xsl + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param pagename "'Consulting Services'" \ + ${.CURDIR}/entries.xsl ${.CURDIR}/consult.xml +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif -consulting.inc: gencommercial.pl commercial.desc consulting.raw - ${PERL} ${.CURDIR}/gencommercial.pl -s ${.CURDIR} consulting +consult_bycat.html: consult_bycat.xsl consult.xml ../includes.xsl + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + ${.CURDIR}/consult_bycat.xsl ${.CURDIR}/consult.xml +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif -consulting_bycat.inc: gencommercial.pl commercial.desc consulting.raw - ${PERL} ${.CURDIR}/gencommercial.pl -s ${.CURDIR} -c consulting +hardware.html: entries.xsl hardware.xml ../includes.xsl + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param pagename "'Hardware Vendors'" \ + ${.CURDIR}/entries.xsl ${.CURDIR}/hardware.xml +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif -hardware.inc: gencommercial.pl commercial.desc hardware.raw - ${PERL} ${.CURDIR}/gencommercial.pl -s ${.CURDIR} hardware +misc.html: entries.xsl misc.xml ../includes.xsl + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param pagename "'Miscellaneous Vendors'" \ + ${.CURDIR}/entries.xsl ${.CURDIR}/misc.xml +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif -misc.inc: gencommercial.pl commercial.desc misc.raw - ${PERL} ${.CURDIR}/gencommercial.pl -s ${.CURDIR} misc +software.html: entries.xsl software.xml ../includes.xsl + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param pagename "'Software Vendors'" \ + ${.CURDIR}/entries.xsl ${.CURDIR}/software.xml +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif -software.inc: gencommercial.pl commercial.desc software.raw - ${PERL} ${.CURDIR}/gencommercial.pl -s ${.CURDIR} software +software_bycat.html: soft_bycat.xsl software.xml ../includes.xsl + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + ${.CURDIR}/soft_bycat.xsl ${.CURDIR}/software.xml +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif -software_bycat.inc: gencommercial.pl commercial.desc software.raw - ${PERL} ${.CURDIR}/gencommercial.pl -s ${.CURDIR} -c software +lint: + ${XMLLINT} --valid -o /dev/null ${.CURDIR}/consult.xml + ${XMLLINT} --valid -o /dev/null ${.CURDIR}/hardware.xml + ${XMLLINT} --valid -o /dev/null ${.CURDIR}/misc.xml + ${XMLLINT} --valid -o /dev/null ${.CURDIR}/software.xml .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/commercial/commercial.desc b/en/commercial/commercial.desc deleted file mode 100644 index 71750275d3..0000000000 --- a/en/commercial/commercial.desc +++ /dev/null @@ -1,54 +0,0 @@ -# FreeBSD Commercial Gallery Category Description File. -# -# $FreeBSD: www/en/commercial/commercial.desc,v 1.7 2000/08/28 13:19:03 phantom Exp $ - -################################################################ -## CONSULTING CATEGORY DESCRIPTION -################################################################ - -CATEGORY="CONSULTING" SHORT="Consulting" LONG="Consulting Services" - -DEFAULT_SUBCAT="NAMERICA" - -SUBCAT="NAMERICA" DESCRIPTION="North America" -SUBCAT="SAMERICA" DESCRIPTION="South America" -SUBCAT="EUROPE" DESCRIPTION="Europe" -SUBCAT="ASIA" DESCRIPTION="Asia" -SUBCAT="AFRICA" DESCRIPTION="Africa" -SUBCAT="AUSTRALIA" DESCRIPTION="Australia" -SUBCAT="NEWZEALAND" DESCRIPTION="New Zealand" - -################################################################ -# HARDWARE CATEGORY DESCRIPTION -################################################################ - -## HARDWARE does not have subcategories - -CATEGORY="HARDWARE" SHORT="Hardware" LONG="Hardware Vendors" - - -################################################################ -# MISC CATEGORY DESCRIPTION -################################################################ - -## MISC does not have subcategories - -CATEGORY="MISC" SHORT="Miscellaneous" LONG="Miscellaneous Vendors" - -################################################################ -## SOFTWARE CATEGORY DESCRIPTION -################################################################ - -CATEGORY="SOFTWARE" SHORT="Software" LONG="Software Vendors" - -DEFAULT_SUBCAT="MISC" - -SUBCAT="SYSADMIN" DESCRIPTION="System Administration / ISP" -SUBCAT="SECURITY" DESCRIPTION="Security" -SUBCAT="NETWORK" DESCRIPTION="Network Systems and Applications" -SUBCAT="DATABASE" DESCRIPTION="Databases" -SUBCAT="SCIENTIFIC" DESCRIPTION="Scientific and Language Tools" -SUBCAT="MULTIMEDIA" DESCRIPTION="Multimedia" -SUBCAT="MISC" DESCRIPTION="Miscellaneous" -SUBCAT="DEV" DESCRIPTION="Development Tools" -SUBCAT="ECOMMERCE" DESCRIPTION="E-Commerce Solutions and Tools" diff --git a/en/commercial/commercial.sgml b/en/commercial/commercial.sgml index 7c0d1c1674..59bbe28695 100644 --- a/en/commercial/commercial.sgml +++ b/en/commercial/commercial.sgml @@ -1,60 +1,49 @@ %includes; ]> &header; -

- The power, flexibility, and reliability of FreeBSD - attract a wide variety of users and vendors. - Below is a list of vendors offering commercial products, services, - and/or consulting for FreeBSD. -

+

The power, flexibility, and reliability of FreeBSD attract a wide + variety of users and vendors. Below is a list of vendors offering + commercial products, services, and/or consulting for FreeBSD.

-

- If your company supports a FreeBSD related product, service, +

If your company supports a FreeBSD related product, service, consulting, or support that should be added to this page, please send email to www@FreeBSD.org and let us know! Submissions should be in HTML and a medium-sized paragraph in length. Please note that the inclusion of vendors in our list does not signify our endorsement of their products or - services by the FreeBSD Project. -

+ services by the FreeBSD Project.

&footer; diff --git a/en/commercial/consult.xml b/en/commercial/consult.xml new file mode 100644 index 0000000000..33ae2d6d6b --- /dev/null +++ b/en/commercial/consult.xml @@ -0,0 +1,1599 @@ + + + + + + + + $FreeBSD$ + + + + + 757 Technologies + http://www.757tech.net + + 757 Technologies offer installation and integration of FreeBSD, as + well as FreeBSD co-location and maintenance. Serving the Hampton + Roads area of Virginia. Please contact us at info@757tech.net for more + information. We can also be reached by telephone at (757) 233-9460. + + + + + Aaronsen Group, Ltd + http://www.aaronsen.com/freebsd/ + + Aaronsen Group, Ltd. advises on and implements a wide range of + internetworking technologies, including remote access, wide area + networks, international telecommunications, Intranetworking, web + applications and local area services. Many of our custom web-enabled + solutions are engineered using FreeBSD, Apache, mod_perl, and + MySQL/Oracle. Please email us at info@aaronsen.com. Our web site + is at http://www.aaronsen.com + and we can be reached via telephone at +1.412.391.6000. + + + + + Achean + http://www.achean.com/ + + Achean is a consultancy dedicated to helping our customers achieve + better use of organisational information and real cost savings + through the use of open source software. The Achean + Framework explains our holistic approach to implementing + solutions. We work with several open source operating systems, and + many desktop and server based applicati + ons. Where necessary, we can provide custom built servers, + workstations and diskless clients. We also provide support and + training services for our customers. Based in the UK, Achean can be + contacted through our contact page. If you are + looking for a new job, please take a look at our careers section. + + + + + Adimus GmbH & Co. KG + http://www.adimus.de/ + + Adimus GmbH & Co. KG is a company based in Bochum, Germany. As a + consulting partner we provide services in system administration for + all flavors of Unix and Microsoft Windows, design and maintenance of + LANs and WANs, IT security auditing and database management. + Solutions for intra- and internet servers as well as our firewall + toolkit are based on FreeBSD and third-party products from Compaq, + Peacock, Cisco and Ascend. For more information please contact info@adimus.de or visit our website. + + + + + Advance Systems Group + http://www.advansys.net/ + + Advance Systems Group builds, administrates, and maintains + Intranet/Internet networks using FreeBSD and other UNIX operating + systems. ASG also provides a variety of other services including + domain name hosting, web site construction, and software training. + For more information, please phone us at +1.317.507.4229, e-mail sales@advansys.net, or visit our web site. + + + + + ASG Technologies + http://www.asgtechnologies.com/ + + ASG Technologies' Professional Services division offers network + security management products and services. Staffed by experienced + information technology and systems professionals, ASG Professional + Services has in-depth experience in network systems design, + integration and management across diverse computing platforms. For + more information, please phone us at +1.506.460.5400, e-mail consulting@asgtechnologies.co + m, or visit our web + site and follow the Professional Services Links. + + + + + AlphaZed, Ltd + http://uk.AlphaZed.COM/ + + AlphaZed, Ltd offers UNIX consulting, system administration and + programming, with primary focus on FreeBSD. We have over a decade of + UNIX and networking experience. Available for anything from C + programming to system administration, and networking to web site + building and hosting. We are located in SE London. For more + information, please email us at info@uk.AlphaZed.COM + + + + + Atlas Software Engineering + http://www.atlase.com + + Atlas Software Engineering offers custom programming for FreeBSD and + other flavors of Unix. Atlas specializes in applications using PHP, + C++, Perl, PostgreSQL, and LDAP. Usage on our applications ranges + from 1 to 20,000,000 hits per day. For more information, email us at + info@atlase.com. + + + + + AYN & Associates + http://www.aynassociates.com + + AYN & Associates, based in Austin, TX, is a software and internet + consulting company specializing in FreeBSD. We provide a full range + of services including setting up FreeBSD servers, LAN setups, setting + up internet services such as mail and news servers, proxies, web + servers. We also provide custom programming solutions in most + operating systems. + + + + + BITNETS Inc. + http://www.bitnets.ca + + BITNETS Inc. specializes in BIND, Apache, Postfix, Courier-IMAP and a + variety of server components running on FreeBSD with emphasis on + security and stability. Services include consulting on server evaluation, + installation and configuration and FreeBSD-based managed secure e-mail hosting. BITNETS + sells commercial mail + servers, retail boxed computer peripherals and platform-independent network + appliances at discounted prices. We are located at City Plaza in St. Albert, serving + the Edmonton area of Alberta, Canada. Call us at +1 (780) 418-5151, + toll-free in North America at 1-877-BITNETS (1-877-248-6387) for + general enquiries or 1-877-NETGURU (1-877-638-4878) for tech support, + or e-mail us. + Winners of the chamber of commerce InfoTech Award of Distinction. + + + + + Brevik, Peter + http://users.lindesign.se/~pb/ + + Brevik, Peter Provides custom programming in C, Pascal, Sh/Csh, Perl, + X-window, Assembler. Digital electronics construction. HTML + documentation. Network and internet protocols applications. Specific + application experience in RDS, Teletext, I2C, ISO9660. For enquiries + email pb@ludd.luth.se or have a + look at the website. + + + + + B.M.K. Industries + http://www.bmk.com.au + + B.M.K. Industries is located in Melbourne Australia and specializes + in setting up low cost routers and servers (Web, E-Mail, FTP, DNS and + Secure Web Servers ) all using FreeBSD. Setting up Permanent Modem & + ISDN Internet Connections is also a specialty. Please visit our web page. + + + + + Boulder Labs + http://www.boulderlabs.com/ + + Boulder Labs (Colorado) is a software consulting company specializing + in FreeBSD, embedded systems, digital processing, security and system + administration. We have built products requiring numerous device + drivers, disk optimization up through elaborate GUIs and specialized + applications. Bi-monthly we publish Source Code Unix articles in + ";login:" magazine and on our web server. Please contact us at + +1.303.530.2056 or info@boulderlabs.com. + + + + + BSD Consulting + http://www.bsdconsulting.no/ + + BSD Consulting provides consulting services related to Internet + servers/infrastructure, programming, FreeBSD & BSD operating + systems, security auditing/firewalls, system administration, etc. + Based in Oslo, Norway. + + + + + catpipe Systems + http://www.catpipe.net/ + + catpipe Systems ApS provide managed services and support contracts + for FreeBSD implemented on rackmountable servers preloaded with + FreeBSD. + + + + + Clue Computing, Inc. + http://www.clue.com/ + + Clue Computing, Inc. has over 10 years of UNIX experience, + specializing in system administration, networking, and security. + Custom application development and testing available, including + device drivers, kernel work, etc. We offer sales, assembly, and + installation of FreeBSD systems for any application. For more + information, email info@clue.com. + + + + + Codeangels Solutions + http://www.codeangels.com + + Codeangels Solutions GmbH based in Switzerland, region Zuerich. + Offers its customers a range of IT Security, Network and UNIX + Services. We utilize and support FreeBSD in our services and + solutions. + + + + + CodeGen Inc. + http://www.codegen.com/ + + CodeGen, Inc. provide consulting and programming services, + specializing in embedded systems. For more information, email info@codegen.com. + + + + + Collective Technologies + http://www.colltech.com + + Collective Technologies is the recognized leader in systems + management services for distributed enterprise computing + environments. Collective Technologies highly skilled consultants + combine technical expertise with solid business sense to develop + world-class IT solutions. Collective Technologies specializes in + keeping complex computer systems running reliably offering a full + range of support services including UNIX, NT, Linux, FreeBSD, OpenBSD + and NetBSD to address the needs of a client.s systems management + lifecycle. The company is headquartered in Austin, Texas, with 19 + offices nationwide. For more information, visit our website or e-mail us at contact@colltech.com. + + + + + Computer Mavericks + http://mavericks.critesclan.com + + Computer Mavericks is a full-spectrum UNIX consulting company, since + 1987, serving the entire Texas Panhandle from our office in Canyon, + Texas. We feature FreeBSD as our operating system of choice. We can + provide you with a complete enterprise solution tailored to your + needs. We do hardware, software solutions, web development, + firewalls, security, and more. We convert the world to FreeBSD, one + happy client at a time! Email Lee Crites or call + 806-655-2250 and discover what it is like to be a satisfied client. + + + + + Connections USA + http://www.connectionsusa.com/ + + Connections, USA is a FreeBSD-based Internet Service provider. We + provide hosting and co-location services and web site development. + Other FreeBSD-based services are available as well, including system + and network administration as well as consulting. Check out our corporate Web page and http://www.iserve.com/. + + + + + Core Digital + http://www.core-digital.com + + Core Digital is based in Perth, Western Australia. We are a + consulting company specializing in OpenBSD, FreeBSD, Linux and + Windows. We work with firewalls, Virtual Private Networks, Database + Servers, Email and Web Servers, Security, WAN/LAN implementations, + Multi OS networks. For more information please contact info@core-digital.com or + visit our website. + + + + + Daemon Technologies + http://www.daemontech.com + + Daemon Technologies is located in the heart of Silicon Valley, + California and provides a full range of systems and network + consulting specializing in the needs of ISP's and those building a + web presence. We can provide UNIX support and administration + contracts and on-site training. We also offer custom built, high + performance, fault tolerant, X86 based workstations and servers + tailored to your needs or choose a pre-configured package ready with + FreeBSD pre-installed to your specifications. Please visit our webpage or call us at + 408-719-0263 + + + + + DaemonWare + http://www.daemonware.com.ar/ + + DaemonWare offers UNIX consulting, system administration, network + solution, programming and security; with several UNIX systems: + FreeBSD, OpenBSD, Linux and others. We have over 5 years of UNIX and + networking experience and programming experience. Specialized for + Internet services. For further information, please visit ower web site or email us + at info@daemonware.com.ar. + + + + + Datapipe Communications + http://www.datapipecomm.com/ + + Datapipe Communications, based out of Wilmington, Delaware, + specializes in all flavors of Unix and Microsoft Windows. We offer + service in network design of LAN's and also WAN's. Solutions for + intranet and internet servers as well as firewall solutions using + FreeBSD. The Web Hosting division of Datapipe Communications only + uses FreeBSD, and we are confident in the reliability of this + operating system. For more information please contact info@datapipecomm.com or + visit our website at www.datapipecomm.com. + + + + + Dextra Soluções em Informática + http://www.dextra.com.br/ + + Dextra Soluções em Informática. Specialized + consulting in TCP/IP networks, capacity and contingency planning, + UNIX systems and network administration, system security and + firewalls, VPNs implementation, Internet/Intranets projects. For more + information, please phone us at +55.19.251.3644 (Brazil), e-mail staff@dextra.com.br, or visit our web site (in + Portuguese). + + + + + Die Webmaster Gmbh + http://www.diewebmaster.at + + Die Webmaster Gmbh - We are a consulting company from Linz, Austria + and offer a wide range of FreeBSD based services: FreeBSD + installation, integration, troubleshooting, maintenance, FreeBSD + based hosting (for example jail servers), serverhousing, hardware + selection, configuration and support. e-mail: info@diewebmaster.at + + + + + Essenz Consulting + http://www.essenz.com + + Essenz Consulting is a web services and products provider. We offer + custom built High-Performance Intel based Workstations and Servers. These systems + are 100% FreeBSD compatible. Our systems feature Ultra2-LVD SCSI, + high speed networking, Dual Pentium III and Dual Pentium III XEON + processors, and many other fault tolerant and backup features. For + more information contact sales@essenz.com or visit us at http://www.essenz.com. + + + + + The FreeBSD Mall + http://www.freebsdmall.com/ + + The FreeBSD Mall offers several different levels of support contracts + for FreeBSD. Support is available on a per-incident basis, or as a + convenient, extensible annual contract. Our highly trained technical + support staff will handle your requests in a professional and + efficient manner and will provide detailed responses to your needs by + phone, fax, or email. The FreeBSD Mall staff has over 8 years of + experience supporting FreeBSD. + For more information, please see our support page. + + + + + Far North Networks + http://www.networks.nq.nu/ + + Far North Networks, Based in Innisfail, North Queensland (About 100Km + South of Cairns). Focus is on business network support providing low + cost file/print servers based on FreeBSD. We also specialize in + setting up internet gateways/firewalls. For more information send us + an email to info@networks.nq.nu. + + + + + Frigate Networks + http://www.frigate.com/ + + frigate networks provides network troubleshooting, system + administration, kernel development and ports of BSD software to + commercial products such as routers and firewalls. Our Email, DNS, + and WWW servers run FreeBSD. We also provide network management + solutions based on HTTP and tcl. For more information please visit our web site, call us at + +1.650.903.2266, or send email to info@frigate.com>. + + + + + FSC Internet + http://www.fscinternet.com/ + + FSC Internet is Canada's largest FreeBSD consulting firm. FSC's + clients include numerous top-tier corporations (e.g. Mazda, Heinz), + as well as mid-sized companies (e.g. the Vermont Telephone Company) + and the public sector. FSC provides full consulting, implementation, + support, and training services for all FreeBSD applications, + including a special focus on security, high-performance Web + applications, and Intranets. Please email us at info@fscinternet.com or call + us at +1.416.921.4280 for further information. + + + + + Faster Raster Systems + http://cessna.tippecanoe.com/fastrr.htm + + Faster Raster Systems is a FreeBSD, X11, Graphics, Hardware drivers + consulting company. For further details, please visit our web + site, or email us at jay@tippecanoe.com + + + + + Gurix Web Professionals + http://www.gurix.com + + Gurix Web Professionals Web Development, design, and custom + application programming using both open source and proprietary + environments. Services also include private consulting, emergency + response coordination and various IT solutions to maximize the + effectiveness of your business. + + + + BackWatcher, Inc. + http://www.backwatcher.com/ + + BackWatcher, Inc., while specializing in security (firewalls, VPNs, + security audits, intrusion detection systems, etc.), handles + installation and configuration, systems integration, performance + tuning, disaster recovery, network architecture and programming on + FreeBSD, NetBSD, OpenBSD, Linux and many commercial UNIX systems. For + additional information, visit our website at www.backwatcher.com, email info@backwatcher.com or call + 813-979-1633. + + + + + HCS Hanseatischer Computerservice GmbH + http://www.hcs.de/ + + HCS Hanseatischer Computerservice GmbH. Located in Hamburg, Germany, + we offer professional FreeBSD support, consulting and programming, as + well as system setup, administration and maintenance. For more + information, please contact us at +49.40.55974770, e-mail support@hcs.de , or visit our web site. + + + + + Herrin Software Development + http://www.hsdi.com/ + + Herrin Software Development, Inc., creator of Qddb, provides + custom software development, internet consulting, general computer + consulting, and training services. For more information email us at + info@hsdi.com or visit our web site. + + + + + Greg Lehey + http://www.lemis.com/~grog/ + + Greg Lehey has over 20 years industry experience in all system + programming and systems administration disciplines, including device + drivers, kernel debugging, compilers, libraries, performance + analysis, and site planning. He is the author of + The Vinum Volume Manager, a virtual disk driver which includes + software RAID, and also the books + + Porting UNIX Software and + The Complete FreeBSD. Contact him + via Email, + or visit his web site. + + + + + IKTech + http://www.iktech.net + + IKTech Dipl.-Ing. Gernot Schmied is a high-end systems integrator and + UNIX competence center located in Vienna, Austria. We especially + focus on telecommunications, networking and security aspects for NPO, + corporate and Service Provider/Carrier customers. We use selected + commercial products as well as FreeBSD, OpenBSD, NetBSD, Linux and + Solaris and are the premier competence center with regards to + advanced routing gateways. For inquiries please contact office@iktech.net. + + + + + Inform System Inc. + http://www.inform.co.jp/ + + Inform System Inc. is a FreeBSD/Internet/DataBase consulting company. + Located in Osaka Japan, we offer a wide range of services to school + and small businesses. For further details, please visit our web site, or send email + to info@inform.co.jp + + + + + innominate AG + http://innominate.de/ + + innominate AGis a Linux, *BSD and Open Source service provider based + in Berlin, Germany. Not only as consulting partner but also as system + administrator, programmer, supporter and trainer we offer the full + range of services with a heavy focus on Open Source products. Many of + our tailor-made products are engineered using apache, Perl, Zope, + MySQL and Oracle running on Linux and *BSD. For further information + please contact info@innominate.de or visit our + website. + + + + + InterACT + http://www.interact.se + + InterACT is a Sweden based provider of Consultancy and Custom + Development Services. Principal consultant Chris Lindbergh has over10 years + system software development experience on BSD based platforms. Areas + of expertise include Firewall and Networking System setup, custom + development in C and C++, and supply of turnkey solutions. For + further information, contact us by email at: info@interact.se, or phone Sweden + on +46 (0)920-888 03 + + + + + inTEXT Communications + http://www.networkinformation.com + + inTEXT Communications was founded in 1994 as a Unix Management + Provider. We support FreeBSD, BSDi, Solaris and other Unix variants. + Services include co-location, tele-commuting, and on-site service + anywhere in North America. We support Government and Industry as well + as the private sector. Email + or call us for more information (toll free within USA on 800.309.8996 + or internationally on 604.484.2426). + + + + + Jens Schweikhardt + http://www.schweikhardt.net/ + + Jens Schweikhardt, located near Stuttgart/Germany, is a + FreeBSD committer with 20 years of Unix experience who won several + national and international programming contests. If you have a + problem that can be solved using the Unix toolbox (preferably C, + perl, shell) he is the one to make it happen. With his background in + Unix Standardization he will make sure your investment runs portably + and efficiently on all the Unices you care for. Contact him via schweikh@FreeBSD.org. + + + + + John Polstra + http://www.polstra.com/ + + John Polstra, of Polstra & Co., Inc., has been a UNIX developer + since 1978, and was a FreeBSD Core Team member from 1997-2000. + Developer of the CVSup network software update package and + the ElfKit ELF tool set, his specialties include network + protocols, language tools, UNIX internals, and UNIX applications. For + more information, please send email to jdp@polstra.com. + + + + + Julian Stacey + http://www.berklix.com/~jhs/ + + Julian Stacey maintains a FreeBSD + Commercial Consultants Index. Be sure to visit his page! + + + + + MediaCenter + http://www.umc.se/ + + MediaCenter, Umeæ, Sweden. Located in northern Sweden we offer + professional consulting and programming for secure inter/intranet + solutions using FreeBSD and UNIX(-like) operating systems. We also + work high performance database programming, primarily using + PostgreSQL. For more information, please send email to info@umc.se, or visit our website (http://www.umc.se/) + + + + + MindStep Corp. + http://www.mindstep.com/ + + MindStep Corp. configure and maintain Intranet/Internet networks + using FreeBSD and other Unix operating systems. MindStep also offers + products and provides software development services customized to fit + the needs of corporations of any size. + + + + + Midwest Systems Solutions, Inc. + http://www.midwestsystems.com/ + + Midwest Systems Solutions Inc. , based in Winnipeg Canada, provides + hardware, software and consulting services including LAN, WAN, remote + access, file and printer servers, Internet solutions and support and + administration of FreeBSD and Linux systems. Midwest Systems + specializes in Web, FTP, Internet Gateways, firewall solutions based + on FreeBSD and Linux. Midwest Systems Solutions also offers both + virtual and dedicated webhosting solutions. For more information, + please contact mailto:info@midwestsystems.com + or visit our website at www.midwestsystems.com. + + + + + Neturn Corp. + http://neturn.sinacity.com/netserv/ + + Neturn Corp., based in Vancouver, Canada, provides complete solutions + on selective and fine-tuned hardware and software (BSDs as primary + server OSs) platforms to meet the demand from e-commerce, + telecom, manufacturing, industrial, aerospace, medical applications + where stability and reliability are mandatory. For detailed + information, please visit http://neturn.sinacity.com + /netserv. + + + + + Netgraft Corp. + http://netgraft.com/ + + Netgraft Corp. is a technology consulting firm that specializes in + open source technologies like Linux, FreeBSD, MySQL, Apache, + Sendmail, BIND, etc. We're New York City based and can provide + on-site support and customized business solutions based on these + technologies. + + + + + Netizen + http://netizen.com.au/ + + Netizen, based in Melbourne, Australia, provide Internet and Open + Source consultancy services, including FreeBSD installation, + configuration, support contracts, applications development, + E-Commerce solutions, etc. See http://netizen.com.au/ or email info@netizen.com.au for more + information. + + + + Omar Siddique + http://www.heedme.com/resume + + Omar Siddique is a Washington, D.C. area consultant with a broad + array of experience in FreeBSD, Linux, Solaris, and IRIX. His + specialties include systems integration, network security, and set-up + of internet services. Custom application design is also available. + Contact him via email. + + + + + Omniscient Technologies + http://www.omniscient.com/ + + Omniscient Technologies is a Washington D.C. based consulting group + with a broad array of experience in *BSD, Solaris, Linux and many + other varieties of UNIX specializing in highly scalable systems, + systems integration and network security. Custom application design + also available. Contact via info@omniscient.com. + + + + + OpenWorld + http://www.stdio.com/ + + OpenWorld has been providing computer, network, and security + consulting since 1994. Our clients? range from Fortune 500 companies + to regional small businesses. Our engineers each have at least 10 + years of experience in Unix systems and networks. We provide full + service consulting, implementation, installation, security, and + support for FreeBSD, SUN Solaris, SCO Unixware, SCO OpenServer, SGI + Irix, IBM AIX, Compaq Digital Unix, and Cisco IOS. Please email us at + info@stdio.com or call us at + 606-514-1800 for further information. + + + + + Puryear Information Technology, LLC + http://www.puryear-it.com + + Puryear Information Technology, LLC provides open source application + support, integration services, and technology management expertise to + the Southeastern United States. Our company plays a pivotal role in + the design and deployment of open source solutions--we have worked + with companies to design and manage FreeBSD and Linux web farms; + deployed open source-based clustering software to ensure high + availability of critical network services; performed critical + performance tuning and software integration for a popular spam filter + appliance; and integrated Samba into Internet-accessible, VPN-based + file services. Phone: +1-225-343-3056. + + + + + Peter Dufault + mailto:dufault@hda.com + + Peter Dufault, of HD Associates. Peter has over 15 years experience + in medical device control, high performance simulation systems, + digital closed-loop feedback systems, realtime UNIX-like systems, and + UNIX device drivers. For more information, please send email to dufault@hda.com + + + + + PHB Solutions + http://www.phbsolutions.com + + PHB Solutions, based in Belgium, provides *BSD installation, + maintenance, support and consulting services (file servers, web + servers, mail servers, database servers, routers). For more + information, please contact philippe.bresoux@phbs + olutions.com. + + + + + Phil Budne + http://www.ultimate.com/phil/resume.html + + Phil Budne is a Boston area consultant who has worked professionally + with BSD and other Unix systems since 1985. Services include + development and porting of kernel extensions, device drivers, network + protocol implementation, and applications, as well as network and + system administration. For more information contact phil+fbsd@ultimate.com. + + + + + Pine Internet + http://www.pine.nl/ + + Pine Internet implements LAN, WAN and remote access solutions, offers + Unix support and administration contracts and advises ISP's and other + corporate customers concerning their network and server setup. Pine + specializes in Internet + security, performs security auditing services on demand, and + offers firewall solutions based on FreeBSD. Other products we offer + are webhosting, facility management and leased lines. Among the + products we use are FreeBSD, Cisco routers, PHP, Apache, Perl, + Solaris and MySQL. Pine has 8+ years of Unix and Internet experience. + We feature some of the largest ISP's in the Netherlands as our + customers. For more information, please contact info@pine.nl or visit our website at + www.pine.nl. + + + + + Potential Technology + http://www.potentialtech.com/ + + Potential Technology is based in Ohio and western Pennsylvania. We + specialize in FreeBSD-based solutions and have experience integrating + FreeBSD with Apple, Microsoft and other Unix environments in file, + print, mail, web, database and proxy server applications. For more + information, please email moreinfo@potentialtech.com, + visit our website or + call 1-412-793-4257. + + + + + Potter Systems + http://www.pottersystems.com/ + + Matthew R. Potter has over 8 years in UNIX IP Networks, specializes + in BSD, OS X and Network Consulting and is located in Northern + Virginia. You can reach him via email at Matthew R. Potter. + + + + + Poul-Henning Kamp + http://www.freebsd.org/~phk/ + + Poul-Henning Kamp has over 12 years in UNIX & Networks, and is a + former FreeBSD Core Team member. Poul developed phkmalloc, + tcl_nm, tcl_db, tcl_snmp and more, and was + the Release Engineer for several FreeBSD releases. Poul resides in + Denmark, and can be reached via email at phk@FreeBSD.org + + + + + R and D Associates, Inc. + http://www.RnDAssociates.com/ + + R & D Associates, Inc. developed ServeTheWeb.com utilizing FreeBSD + running Apache. We employed consulting services from Poul-Henning Kamp to develop our + Virtual Server solution (which is now available in FreeBSD 4.0).

ServeTheWeb.com is our System + Admin level of Virtual Servers. Please visit http://www.ServeTheWeb.com + for additional information on this product.

R & D + Associates, Inc. is an application development firm specializing in + client/server app. dev. We use FreeBSD running Apache and utilizing + PHP and MySQL (As well as NT with ASP and SQL/Access).

+
+
+ + + Secnetix GmbH and Co KG + http://www.secnetix.de/ + + Secnetix GmbH & Co KG -- located in Munich, Germany -- has a + strong focus on BSD systems and offers professional consulting + services, ranging from basic administration, programming and + security-related tasks to sophisticated projects involving design, + implementation and maintenance of complex network setups. For more + information, please visit our web + site or send a message to info@secnetix.de. + + + + + Brian Somers + http://www.Awfulhak.org/brian/ + + Brian Somers has over 10 years in UNIX, Networks, C & C++. Brian is + responsible for the PPP code in FreeBSD, and located in NW + London. You can reach him via email at brian@Awfulhak.org + + + + + Southern Gazer + http://www.southerngazer.com + + Southern Gazer is a consulting company with 20 years PC technical + support experience based in Sydney's idyllic Sutherland Shire. Our + focus is helping businesses get their computers working right while + spending as little as possible on IT. We're passionate supporters of + Open Source products and can help the average business save money and + gain reliability by using systems such as FreeBSD on their file + servers, print servers, e-mail systems plus lots more. We also supply + a complete range of Linux and BSD CD's at ultra low prices. Please + drop by our website, email + us at info@southerngazer.com, or + call us on 02 9532 1217 to have a chat. + + + + + Syntonet Ltd + http://www.syntonet.co.uk/ + + Syntonet Ltd is UK based provider of Consultancy and Custom + Development Services. Principal consultant Rob Pickering has over 10 years + system software development experience on BSD based platforms. Areas + of expertise include firewall and networking system setup, custom + development in C and C++, and supply of turnkey solutions. For + further information, contact us by email at info@syntonet.co.uk, call + +44.870.166.4400 (Voice) or +44.870.166.4411 (Fax). + + + + + SysConfig Consulting + http://www.sysconfig.com/ + + SysConfig Consulting designs, configures, and installs FreeBSD based + email gateway solutions, Dial-on-Demand ISDN, and T-1 Network to + Network, Network to Internet Connections for businesses in the + Southeastern United States. For more information, please send e-mail + to info@sysconfig.com, or visit our web site. + + + + + ThinkSec AS + http://www.thinksec.no/ + + ThinkSec AS offers security-related consulting and software + development services, primarily on FreeBSD but also on other POSIX + platforms. Experience ranges from programming embedded + microcontrollers, through writing and deploying security + infrastructure software, to developing web applications. Based in + Oslo, Norway. + + + + + TundraWare Inc. + http://www.tundraware.com/ + + TundraWare Inc. provides FreeBSD related consultancy in all contexts, + from Embedded to large Transaction Processing systems. We have + extensive International experience and can provide services in + network design, systems architecture, development, deployment and + operations. Contact us via telephone on 847/827-1706, via email to info@tundraware.com or write + to us at TundraWare Inc., 817 Fairmont Court, Des Plaines, IL 60018, + USA. + + + + + UnixPorting + http://www.UnixPorting.com/ + + UnixPorting.com specializes in the porting of existing software to + new operating systems or hardware. In addition to porting, we + specialize in C and Perl programming, Unix system administration and + security, and open source + technologies (FreeBSD, Perl, Apache, + mod_perl, MySQL, etc.). For more information, please visit our web site. + + + + + CSR Corporation + http://www.comsys.com/ + + CSR Corporation is a Portland, OR, based consulting company with + offices in Portland, OR; San Jose, CA; and Vero Beach, FL. CSR + specializes in network applications for IPSs and CLECs, applying open + network technologies for complete customer solutions. CSR has been in + business since 1986. Telephone: 503-708-4330. + + + + + Camtech Pty Ltd + http://www.camtech.com.au/ + + Camtech Pty Ltd The Consulting Services Division of Camtech provides + a broad range of technical and professional services to assist + businesses to achieve higher levels of productivity through efficient + use of Information Technology. Services available encompass all + aspects of information systems scoping and analysis, design, + implementation, integration, administration, testing, training and + maintenance. Camtech is a provider of FreeBSD-based solutions, + including Internet gateway servers, firewalls, and Intranet servers. + Phone +61 8 8303 3300. + + + + + William Richard & Associates + http://www.tdl.com/~wdr/consulting.html + + William Richard & Associates offers FreeBSD, Internet, and e-commerce + consulting, implementation, and support options for clients + throughout the San Francisco Bay Area. Visit our website or e-mail us. + + + + + Workgroup Technology Partners, Inc. + http://www.wgtech.com + + Workgroup Technology Partners, Inc.We sell and support Unix systems + including Solaris, HP/UX, AIX, Linux and FreeBSD. For comments refer + to our site + + + + + WorldServe Consulting + http://www.worldserve.net + + WorldServe Consulting offers FreeBSD installation, configuration and + maintenance consulting services to businesses in Northern Virginia. + We also offer web site development and custom web solutions. Over + four years of experience. Check out our web site or e-mail us at info@worldserve.net. + + + + + Security Audit and Control Solutions + http://www.sacs.co.za/ + + Security Audit and Control Solutions (SACS) provides information + security consultation and IT auditing services and offers + professional FreeBSD support. SACS has developed a complete range of + Technological Risk Management solutions using FreeBSD as an anchor + for data analysis. Firewalls deployed using FreeBSD makes a cost + effective solution in any organization and SACS can implement a + secure FreeBSD firewall with caching engines, Network Address + Translation (NAT) and proxies. For additional information please + contact Mervin Pearce or + visit http://www.sacs.co.za + + + + + Paladin Corporation Pty, Ltd + http://www.paladincorp.com.au/ + + Paladin Corporation Pty, Ltd Providing Software engineering, Systems + Integration and multi-tier Commercial support for all aspects of + FreeBSD networking and Security. We also have an E-Cart solution and + a Dispatch system for FreeBSD. Visit + http://www.paladincorp.com.au/ for details. + + + + + EDI Ltd Consulting Engineers + http://www.ediltd.com + + EDI Ltd Consulting Engineers. We provide consulting services for + FreeBSD as well as local and wide area network design. Our + diversified staff allows us to help you in all the areas your project + requires, from cabling to encryption, network security audits, + network design and network health studies. We have successfully + completed several FreeBSD installations for mission critical + operations, using it as a firewall, web server or mail server. If you + would like to discuss your project with us, please contact us as + (770) 956-7000, or info@ediltd.com. + + + + + Bellamy Consulting Ltd + http://www.bellamy.co.nz + + Bellamy Consulting Ltd, based in + Auckland, New Zealand, is a + consulting company specializing in Linux, FreeBSD, NetBSD and + OpenBSD. Our main focus is on Internet servers (Web Servers & + Caches, Email, DNS, FTP, Databases, etc.), software and security + (Firewalls, VPNs, Proxies). See our web site for more information, or + contact us directly at info@bellamy.co.nz. + + + + + Crepido Systems AB + http://www.crepido.com + + Crepido Systems AB provides services for custom software development + and system design under BSD and other Unixes. We have 10+ years + experience in Unix programming and system design using Unix as + building block. + Crepido System AB operates mainly in Sweden but + requests outside Sweden are welcome. + + + + + Mark Tinguely + http://www.cs.ndsu.NoDak.edu/~tinguely/ + + Mark Tinguely has provided Network and Unix solutions for over ten + years. These solutions include work with Unix kernels and Unix + applications, TCP/IP applications, Local Area Network protocol + debugging, and BSD device drivers. Mark has authored BSD device + drivers for 3 video capture boards, an Asynchronous Transfer Mode + (ATM) network card, and a Watchdog card. + + + + + Anansi Innovations + http://www.ainnovations.com/ + + Anansi Innovations provides comprehensive, cutting-edge system and + software design for your business. From hardware selection and + configuration to interface design and release management, we can + build an enterprise that takes best advantage of the expanding + Internet market. Our experience includes computer system design + and integration, interactive software, interface design, release + management, cross-platform coordination, e-commerce, and + business-to-business applications. For more information email info@ainnovations.com or + phone (617) 995-2590. + + + + + ITworks Consulting + http://www.itworks.com.au + + ITworks Consulting is a privately owned information technology + consultancy, situated in the central business district of + Melbourne, Australia. The business consists of a specialized team + of consultants who aim to provide information technology solutions + to meet the needs of the business community. We provide a range of + FreeBSD based web hosting, web database development and e-commerce + services as well as professional FreeBSD consulting services and + support contracts. For more information please visit our web site or contact us at info@itworks.com.au. + + + + + Black Hat Networks + http://blackhatnetworks.com + + Black Hat Networks offers premium IT consulting and FreeBSD based + hosting services for the sophisticated customer: administration, + management, web hosting, web design, FreeBSD shells, nationwide + Internet access, co-location, programming, hardware and computers, + data warehousing and more, all with the emphasis on security. + Because We believe that security is not a convenience, it is a + necessity. + + + + + Raditex AB + http://raditex.se/ + + Raditex AB are a firm of consultants and also do education in Unix. + We have long experience with all kinds of Unix systems not only + FreeBSD or Linux. For more information phone us at +46.8.6949270 or + give us an email at info@raditex.se or visit our web site. + + + + + Metadesign + http://www.metadesign.com.au/ + + Metadesign located in Hobart, Tasmania, Australia is a FreeBSD + consultancy, providing configuration, installation and system + maintenance of FreeBSD hosted Internet services and applications. + Email us for more + information. + + + + + Mike_Meyer + http://www.mired.org/home/mwm/ + + Mike Meyer of Meyer Consulting has been providing Unix-based + solutions since 1976, and web-based applications since 1992. These + solutions range from chemical systems modeling to device drivers, and + the web applications have ranged from community-building applications + to web based software release systems. For more information, please + contact mwm@mired.org. + + + + + The Linux Box + http://www.linuxbox.nu/ + + The Linux Box, located in Ann Arbor, Michigan, provides consulting + and training services for open source operating systems and products, + including FreeBSD and Linux. For more information, contact info@linuxbox.nu or view our + website at www.linuxbox.nu. + + + + + Bill Wells + mailto:bill@twwells.com + + Bill Wells does C programming, FreeBSD administration, network + administration, and Web development. He's been programming for over + 25 years, developing for the Internet (largely on FreeBSD), 10 years, + ISP work, 6, and Web development, 4. Check out his home page for more information. + + + + + Tetrapod Communications Inc. + http://www.tetrapod.com + + Tetrapod Communications Inc. is a technical consultancy based in + Harlow, Essex in the United Kingdom offering custom programming and + administration services. Our services include Custom Programming + (Java, C++, perl) CIFS (Samba), E-Commerce, Internet (Web) + Programming, Network Administration, System Administration (FreeBSD, + OpenBSD, Linux, Solaris). Contact us at sales@tetrapod.com or www.tetrapod.com or by phone on + +44(0)8451 275272. + + + + + LANCO Global Systems + http://www.lancoglobal.com/ + + LANCO Global Systems (LGSL), based in India, Hyderabad, with offices + in USA and UK, provides and specializes in Application + Development, Shell Scripting, PHP, C, C++ and Perl Programming, + Networking Solutions, Unix device driver development, Web page + Designing and Hosting, Web Server Solutions and configurations, ISP + Services especially on Linux, FreeBSD and Solaris. For more + information, please email us at services@lancoglobal.com + or call us at 0091-9849043975 or FAX us at 0091-040-3755413. + + + + + NS3G.COM + http://www.ns3g.com/ + + NS3G.COM, based out of Toronto, Ontario, Canada, offers a variety of + services and products. We specialize in products that run under + FreeBSD and other *NIX systems but also support other platforms. + Solutions for firewalls, LAN's, WAN'S and web presence are just a few + that we offer. Please visit us at www.ns3g.com or contact us at info@ns3g.com for more information or + to get a quote. + + + + + Linast-Systemtechnik GmbH + http://www.linast.de + + Linast-Systemtechnik GmbH is located in Sankt Augustin, Germany (near + Bonn/Cologne) and provides consulting, support and training for + FreeBSD, Linux, MacOS X and other Unix Systems. For more information, + please call +49.2241.209467, e-mail us at info@linast.de or visit our website + + + + + Cybersource Pty. Ltd + http://www.cyber.com.au/ + + Cybersource is Australia's leading IT Professional Services Company + in the areas of Unix/FreeBSD/Linux, TCP/IP Datanetworking and Open + Platform application development using these technologies. With + around 40 staff, are based in Melbourne and have been successfully + providing IT Professional Services for 10 years. + + + + + KMJ Consulting Austria + http://www.kmj.at + + KMJ Consulting Austria is a full service Consultant and Supplier for + pre installed FreeBSD Servers as + a replacement for Windows NT/2000 Servers. We ship Firewalls, + Internet Gateways, File and Print Servers. Network planing and + implementation of Wans with IPSEC tunneling, Mail Servers with + IMAP/LDAP as an replacement for MS Exchange, Samba and Hylafax + installations. Our newest pre installed System is a FreeBSD + Workstation running on a P733 with 512MB Ram, Matrox G400 Dual VGA + and 2 Monitors. If sometimes Windows is needed a Demo of Vmware + is preinstalled to run Windows in a Window of the FreeBSD System. + Founded 1985 with Unix and Mainframe experience since 1978. We are + based in Salzburg and Vienna / Austria and operate mostly in the + german language territory of the EC. For non-commercial information + please visit FreeBSD.AT. + + + + + A Priori Consulting + http://apriori.cnchost.com/ + + A Priori Consulting is a Boston-based company providing high-quality + system and software development and consulting services to the + computer, networking and software industry -- specializing in UNIX + and BSD system and application development, including embedded + systems, networking, driver, kernel, porting, realtime, and systems + integration. + + + + + National Informatics Company + http://www.nationalinformatics.com + + National Informatics Company provides research and development + services for information technology. We work with FreeBSD to support + or manage research projects for high performance computing, + bioinformatics, enterprise software technologies and artificial + intelligence. We also help companies make the transition from + proprietary software products to Open Source products. Our phone + number is (425) 740-0139. + + + + + Bilch International Consulting + http://www.bilch.com/ + + Bilch International Consulting, Hamburg is based in Germany. We are + building fire walled servers and connect them to your ISDN, POTS, ATM + or E1/T1 Line. BILCH Com is an ASP and application software + developer. Please mail us at info@bilch.com. + + + + + Parc Productions + http://www.parcproductions.com/ + + Parc Productions. Located in the Netherlands. Started in 1997. We + deliver professional system engineering services for FreeBSD, OpenBSD + and MacOS X. Our services include 24/7 support, consultancy, + maintenance of both hardware and software, assembly and installation + of hardware, remote and on-site support, development of scripts and + software for the machines we maintain etcetera. Of course we deliver + hosting facilities and space for your servers at low costs as well. + Visit our websites at www.parcproductions.com or + www.bsdengineering.com. + Please contact us by email or by telephone: + +31-204892456. + + + + + Worria Affordable Web Hosting + http://worria.com/en/hosting.shtml + + Worria Affordable Web Hosting is a privately owned company in Hong + Kong. We offer FreeBSD web hosting related consulting services, such + as server administration and website management. For more details, + please email our sales team. + + + + + Xensia LLP + http://www.xensia.com/ + + Xensia LLP provide UNIX systems/admin/security/networking consultancy + services within London, UK. Specializing in Open Source software on + Solaris/*BSD systems. Over 7.5 years experience with UNIX systems, + administration, security/firewalls and networking. Contact paul.civati@xensia.com for + more details. + + + + + ZYTRAX, Inc + http://www.zytrax.com/ + + Zytrax, Inc. is based in Montreal, Canada and provides consulting, + development, implementation, hosting and maintenance services + specialising in the BSD platforms. Our skill base includes Apache, + PHP, Ruby, DNS, Mail, LDAP, Samba, PostgeSQL/MySQL and embedded + systems. Please email us at consulting@zytrax.com. We can + be reached via telephone at +1.514.285.9088. + + + + + OpenTrend Solutions Ltd + http://www.opentrend.net + + OpenTrend Solutions Ltd provides consulting and facilities management + services through Canada. We specialize in supporting FreeBSD, NetBSD, + OpenBSD and Linux, and have specialist skills in system + administration, security and network design & management. We donate + 2% of gross profits to the support of open source software and have + partnered with organisations in the United States and Australia to + better support multi-national clients. + + + + + Daemonized Networking Services + http://www.daemonized.com + + Daemonized Networking Services. Our staff have been supporting + software and hardware development, brokerages, banks, hospitals, + publishers, e-commerce, legal and medical research, + telecommunications, and other environments since 1986, in the San + Francisco Bay Area and Northern California. We build industrial + strength web servers, running the latest release of Apache, OpenSSH, + and OpenSSL, with all source, and firewall, based on FreeBSD, in less + than one hour. + + + + + Linux4biz + http://www.linux4biz.net/ + + Linux4biz is an independent provider of comprehensive Internet + solutions, specialising in the Solaris, LINUX, FreeBSD, OpenBSD, + NetBSD operating systems and Open Source Software. Linux4biz + Consultants are able to advise on all aspects of implementing and + administrating Unix/Linux servers, SAMBA solutions, E-mail servers, + Mailing list servers, Web servers, DNS, Internet Security, Security + Audits, Intrusion detection, Stress testing, Intranet setup, High + Availability server solutions, Network solutions, Remote + administration solutions. We also provide onsite as well as offsite + support and consultancy. For more information about our services, + please visit our website. + + + + + INFOMATIK + http://info.matik.com.br + + INFOMATIK Tecnologia e Desenvolvimento - Brazilian Company is + offering total site support for FreeBSD Servers. We have high + performance solutions for Intranet and Internet. We are specialized + in UNIX systems since 92. Please visit our Interactive Website or + contact us per e-mail: info@matik.com.br + + + + + LOGIOS + http://www.logios.cz/ + + LOGIOS NETWORK SYSTEMS, located in the Czech Republic, provides + system maintenance, consulting and other services on various + platforms, including FreeBSD and Linux. We also offer information + security services, firewalls and IDS systems, system integration, + software applications etc. + + + + + Xetpoint + http://www.xetpoint.fi/ + + Xetpoint Oy is located in Pirkkala, Finland. We offer professional + FreeBSD support, consulting, programming, maintenance and monitoring + services. For more information, please visit our website. + + + + + RackmountNet + http://www.rackmountnet.com + + RackmountNet is a One-stop shop for rackmount Linux, FreeBSD systems. + Our products include Rackmount chassis, server rack cabinet, + Rackmount LCD Monitor, and related accessories. For more information, + contact sales@rackmountnet.com. + + +
diff --git a/en/commercial/consult_bycat.xsl b/en/commercial/consult_bycat.xsl new file mode 100644 index 0000000000..a155907f8e --- /dev/null +++ b/en/commercial/consult_bycat.xsl @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + +

The power, flexibility, and reliability of FreeBSD attract a wide + variety of users and vendors. Here you will find vendors offering + commercial products and/or services for FreeBSD.

+ +

For your convenience, we have divided our growing commercial listing + into several sections. If your company supports a FreeBSD-compatible + product or service that should be added to this page, please send + email to www@FreeBSD.org + and let us know! Submissions should be in HTML and a medium-sized + paragraph in length.

+ +

Consulting Services

+ +

This file has been divided into sub-categories for your convenience. + The following shortcuts will take you to the proper gallery entries.

+ +

Africa

+ + + + + +

Asia

+ + + + + +

Australia

+ + + + + +

Europe

+ + + + + +

New Zealand

+ + + + + +

North America

+ + + + + +

South America

+ + + + + + + +
+ + +
  • + +
  • +
    +
    diff --git a/en/commercial/consulting.raw b/en/commercial/consulting.raw deleted file mode 100644 index cb66485c91..0000000000 --- a/en/commercial/consulting.raw +++ /dev/null @@ -1,1097 +0,0 @@ -# $FreeBSD: www/en/commercial/consulting.raw,v 1.102 2004/03/07 19:06:03 josef Exp $ - - -757 Technologies -offer installation and integration of FreeBSD, as well as FreeBSD -co-location and maintenance. Serving the Hampton Roads area of Virginia. -Please contact us at info@757tech.net -for more information. We can also be reached by telephone at (757) 233-9460. - - -Aaronsen Group, Ltd. - advises on and implements a wide range of internetworking -technologies, including remote access, wide area networks, international -telecommunications, Intranetworking, web applications and local area -services. Many of our custom web-enabled solutions are engineered using -FreeBSD, Apache, mod_perl, and MySQL/Oracle. Please email us at -info@aaronsen.com. Our web site is -at http://www.aaronsen.com and we -can be reached via telephone at +1.412.391.6000. - - -Achean is a consultancy -dedicated to helping our customers achieve better use of organisational -information and real cost savings through the use of open source software. -The Achean -Framework explains our holistic approach to implementing solutions. We -work with several open source operating systems, and many desktop and server -based applications. -Where necessary, we can provide custom built servers, workstations and diskless -clients. We also provide support and training services for our customers. -Based in the UK, Achean can be contacted through our -contact page. If you are -looking for a new job, please take a look at our -careers section. - - -Adimus GmbH & -Co. KG is a company based in Bochum, Germany. As a -consulting partner we provide services in system administration for -all flavors of Unix and Microsoft Windows, design and maintenance of -LANs and WANs, IT security auditing and database management. Solutions -for intra- and internet servers as well as our firewall toolkit are -based on FreeBSD and third-party products from Compaq, Peacock, Cisco -and Ascend. For more information please contact info@adimus.de or visit our website. - - -Advance Systems Group - builds, administrates, and maintains Intranet/Internet -networks using FreeBSD and other UNIX operating systems. ASG also -provides a variety of other services including domain name hosting, web -site construction, and software training. For more information, please -phone us at +1.317.507.4229, e-mail -sales@advansys.net, or -visit our web site. - - -ASG Technologies' - Professional Services division offers network security -management products and services. Staffed by experienced information -technology and systems professionals, ASG Professional Services has -in-depth experience in network systems design, integration and -management across diverse computing platforms. For more information, -please phone us at +1.506.460.5400, e-mail consulting@asgtechnologies.com, -or visit our web site -and follow the Professional Services Links. - - -AlphaZed, Ltd -offers UNIX consulting, system administration and programming, with primary -focus on FreeBSD. We have over a decade of UNIX and networking experience. -Available for anything from C programming to system administration, and -networking to web site building and hosting. We are located in SE London. -For more information, please email us at -info@uk.AlphaZed.COM - - -Atlas Software Engineering - offers custom programming for FreeBSD and other flavors of Unix. -Atlas specializes in applications using PHP, C++, Perl, PostgreSQL, and LDAP. -Usage on our applications ranges from 1 to 20,000,000 hits per day. For -more information, email us at info@atlase.com. - - -AYN & Associates, -based in Austin, TX, is a software and internet consulting company specializing -in FreeBSD. We provide a full range of services including setting up FreeBSD -servers, LAN setups, setting up internet services such as mail and news -servers, proxies, web servers. We also provide custom programming solutions -in most operating systems. - - -BITNETS Inc. specializes -in BIND, Apache, Postfix, Courier-IMAP and a variety of server components -running on FreeBSD with emphasis on security and stability. Services include -consulting on server evaluation, installation -and configuration and FreeBSD-based managed -secure e-mail hosting. -BITNETS sells commercial mail servers, -retail boxed computer peripherals and -platform-independent network appliances -at discounted prices. We are located at City -Plaza in St. Albert, serving the Edmonton area of Alberta, Canada. -Call us at +1 (780) 418-5151, toll-free in North America at 1-877-BITNETS -(1-877-248-6387) for general enquiries or 1-877-NETGURU (1-877-638-4878) for -tech support, or e-mail us. -Winners of the chamber of commerce InfoTech Award of Distinction. - - -Brevik, Peter -Provides custom programming in C, Pascal, Sh/Csh, Perl, X-window, Assembler. -Digital electronics construction. HTML documentation. Network and internet -protocols applications. Specific application experience in RDS, Teletext, -I2C, ISO9660. For enquiries email pb@ludd.luth.se or -have a look at the website. - - -B.M.K. Industries -is located in Melbourne Australia and specializes in setting up low cost -routers and servers (Web, E-Mail, FTP, DNS and Secure Web Servers ) all -using FreeBSD. Setting up Permanent Modem & ISDN Internet Connections is -also a specialty. Please visit our web -page. - - -Boulder Labs -(Colorado) is a software consulting company specializing in -FreeBSD, embedded systems, digital processing, security and -system administration. We have built products requiring -numerous device drivers, disk optimization up through elaborate -GUIs and specialized applications. Bi-monthly we publish Source -Code Unix articles in ";login:" magazine and on our web server. -Please contact us at +1.303.530.2056 or info@boulderlabs.com. - - -BSD Consulting -provides consulting services related to Internet servers/infrastructure, -programming, FreeBSD & BSD operating systems, security auditing/firewalls, -system administration, etc. Based in Oslo, Norway. - - -catpipe Systems ApS -provide managed services and support contracts for FreeBSD implemented -on rackmountable servers preloaded with FreeBSD. - - -Clue Computing, Inc. - has over 10 years of UNIX experience, specializing in system -administration, networking, and security. Custom application development -and testing available, including device drivers, kernel work, etc. We -offer sales, assembly, and installation of FreeBSD systems for any -application. For more information, email -info@clue.com. - - -Codeangels Solutions GmbH -based in Switzerland, region Zürich. Offers its customers a range of IT -Security, Network and UNIX Services. We utilize and support FreeBSD in our -services and solutions. - - -CodeGen, Inc. -provide consulting and programming services, specializing in embedded -systems. For more information, email info@codegen.com. - - -Collective Technologies -is the recognized leader in systems management services -for distributed enterprise computing environments. Collective Technologies -highly skilled consultants combine technical expertise with solid business -sense to develop world-class IT solutions. Collective Technologies specializes -in keeping complex computer systems running reliably offering a full range of -support services including UNIX, NT, Linux, FreeBSD, OpenBSD and NetBSD to -address the needs of a client.s systems management lifecycle. The company is -headquartered in Austin, Texas, with 19 offices nationwide. For more -information, visit our website -or e-mail us at contact@colltech.com. - - -Computer Mavericks -is a full-spectrum UNIX consulting company, since 1987, serving the entire Texas -Panhandle from our office in Canyon, Texas. We feature FreeBSD as our -operating system of choice. We can provide you with a complete enterprise -solution tailored to your needs. We do hardware, software solutions, web -development, firewalls, security, and more. We convert the world to FreeBSD, -one happy client at a time! Email Lee Crites or call 806-655-2250 -and discover what it is like to be a satisfied client. - - -Connections, USA -is a FreeBSD-based Internet Service provider. We provide hosting -and co-location services and web site development. Other -FreeBSD-based services are available as well, including system and -network administration as well as consulting. Check out our -corporate Web page -and -http://www.iserve.com/. - - -Core Digital -is based in Perth, Western Australia. We are a consulting company -specializing in OpenBSD, FreeBSD, Linux and Windows. We work with -firewalls, Virtual Private Networks, Database Servers, Email and Web -Servers, Security, WAN/LAN implementations, Multi OS networks. For more -information please contact -info@core-digital.com or visit -our website. - - -Daemon Technologies -is located -in the heart of Silicon Valley, California and provides a full range of systems -and network consulting specializing in the needs of ISP's and those building a -web presence. We can provide UNIX support and administration contracts and -on-site training. We also offer custom built, high performance, fault tolerant, -X86 based workstations and servers tailored to your needs or choose a -pre-configured package ready with FreeBSD pre-installed to your specifications. -Please visit our webpage or call us at -408-719-0263 - - -DaemonWare - offers UNIX consulting, system administration, network solution, -programming and security; with several UNIX systems: FreeBSD, OpenBSD, -Linux and others. We have over 5 years of UNIX and networking -experience and programming experience. Specialized for Internet -services. For further information, please visit ower web site or email us at -info@daemonware.com.ar. - - -Datapipe Communications -, based out of Wilmington, Delaware, specializes in all flavors -of Unix and Microsoft Windows. We offer service in -network design of LAN's and also WAN's. Solutions for intranet and -internet servers as well as firewall solutions using FreeBSD. The Web -Hosting division of Datapipe Communications only uses FreeBSD, and we -are confident in the reliability of this operating system. For more -information please contact info@datapipecomm.com or visit -our website at www.datapipecomm.com. - - -Dextra -Soluções em Informática. Specialized -consulting in TCP/IP networks, capacity and contingency planning, UNIX -systems and network administration, system security and firewalls, -VPNs implementation, Internet/Intranets projects. For more -information, please phone us at +55.19.251.3644 (Brazil), e-mail staff@dextra.com.br, or -visit our web site (in Portuguese). - - -Die Webmaster Gmbh -- We are a consulting company from Linz, Austria and offer a wide range of -FreeBSD based services: FreeBSD installation, integration, troubleshooting, -maintenance, FreeBSD based hosting (for example jail servers), serverhousing, -hardware selection, configuration and support. -e-mail: info@diewebmaster.at - - -Essenz Consulting is -a web services and products provider. We offer custom built -High-Performance Intel based Workstations and Servers. These systems are -100% FreeBSD compatible. Our systems feature Ultra2-LVD SCSI, high speed -networking, Dual Pentium III and Dual Pentium III XEON processors, and many -other fault tolerant and backup features. For more information contact sales@essenz.com or visit us at http://www.essenz.com. - - -The FreeBSD Mall -offers several different levels of support contracts for FreeBSD. -Support is available on a per-incident basis, or as a convenient, -extensible annual contract. Our highly trained technical support staff -will handle your requests in a professional and efficient manner and -will provide detailed responses to your needs by phone, fax, or email. -The FreeBSD Mall staff has over 8 years of experience supporting FreeBSD. -For more information, please see -our support page. - - -Far North Networks, -Based in Innisfail, North Queensland (About 100Km South of Cairns). Focus -is on business network support providing low cost file/print servers -based on FreeBSD. We also specialize in setting up internet -gateways/firewalls. For more information send us an email to -info@networks.nq.nu. - - -frigate networks - provides network troubleshooting, system administration, -kernel development and ports of BSD software to commercial products -such as routers and firewalls. Our Email, DNS, and WWW servers run -FreeBSD. We also provide network management solutions based on HTTP -and tcl. For more information please -visit our web site, call us -at +1.650.903.2266, -or send email to info@frigate.com>. - - -FSC Internet - is Canada's largest FreeBSD consulting firm. FSC's clients -include numerous top-tier corporations (e.g. Mazda, Heinz), as well as -mid-sized companies (e.g. the Vermont Telephone Company) and the public -sector. FSC provides full consulting, implementation, support, and -training services for all FreeBSD applications, including a special -focus on security, high-performance Web applications, and Intranets. -Please email us at -info@fscinternet.com or call -us at +1.416.921.4280 for further information. - - -Faster -Raster Systems is a FreeBSD, X11, Graphics, Hardware -drivers consulting company. For further details, please -visit our web site, -or email us at jay@tippecanoe.com - - -Gurix Web Professionals: -Web Development, design, and custom application programming using both -open source and proprietary environments. Services also include private -consulting, emergency response coordination and various IT solutions to -maximize the effectiveness of your business. - - -BackWatcher, -Inc., while specializing in security (firewalls, VPNs, -security audits, intrusion detection systems, etc.), handles -installation and configuration, systems integration, performance -tuning, disaster recovery, network architecture and programming -on FreeBSD, NetBSD, OpenBSD, Linux and many commercial UNIX -systems. For additional information, visit our website at -www.backwatcher.com, email -info@backwatcher.com or call -813-979-1633. - - -HCS Hanseatischer -Computerservice GmbH. Located in Hamburg, Germany, -we offer professional FreeBSD support, consulting and programming, -as well as system setup, administration and maintenance. For more -information, please contact us at +49.40.55974770, e-mail -support@hcs.de , or -visit our web site. - - -Herrin Software Development, -Inc., creator of Qddb, provides custom software -development, internet consulting, general computer consulting, and -training services. For more information email us at -info@hsdi.com or -visit our web site. - - -Greg -Lehey has over 20 years industry experience in all -system programming and systems administration disciplines, including -device drivers, kernel debugging, compilers, libraries, performance -analysis, and site planning. He is the author of The Vinum Volume Manager, a -virtual disk driver which includes software RAID, and also the books -Porting UNIX -Software and The Complete -FreeBSD. Contact him via -Email, or visit his web -site. - - -IKTech Dipl.-Ing. Gernot Schmied -is a high-end systems integrator and UNIX competence center located in Vienna, -Austria. We especially focus on telecommunications, networking and security -aspects for NPO, corporate and Service Provider/Carrier customers. We use -selected commercial products as well as FreeBSD, OpenBSD, NetBSD, Linux and -Solaris and are the premier competence center with regards to advanced routing gateways. -For inquiries please contact office@iktech.net. - - -Inform System Inc. - is a FreeBSD/Internet/DataBase consulting company. Located -in Osaka Japan, we offer a wide range of services to school and small -businesses. For further details, please -visit our web site, or send email -to info@inform.co.jp - - -innominate AG is -a Linux, *BSD and Open Source service provider based in Berlin, -Germany. Not only as consulting partner but also as system -administrator, programmer, supporter and trainer we offer the full -range of services with a heavy focus on Open Source products. Many of -our tailor-made products are engineered using apache, Perl, Zope, -MySQL and Oracle running on Linux and *BSD. For further information -please contact info@innominate.de or visit our -website. - - -InterACT is a Sweden based -provider of Consultancy and Custom Development Services. -Principal consultant Chris -Lindbergh has over10 years system software development -experience on BSD based platforms. Areas of expertise include -Firewall and Networking System setup, custom development in C and C++, -and supply of turnkey solutions. For further information, -contact us by email at: info@interact.se, or phone Sweden -on +46 (0)920-888 03 - - -inTEXT Communications -was founded in 1994 as a Unix Management Provider. We support FreeBSD, BSDi, -Solaris and other Unix variants. Services include co-location, tele-commuting, -and on-site service anywhere in North America. We support Government and -Industry as well as the private sector. -Email or -call us for more information (toll free within USA on 800.309.8996 or -internationally on 604.484.2426). - - -Jens Schweikhardt, -located near Stuttgart/Germany, is a FreeBSD committer with 20 -years of Unix experience who won several national and international -programming contests. If you have a problem that can be solved using -the Unix toolbox (preferably C, perl, shell) he is the one to make it -happen. With his background in Unix Standardization he will make sure -your investment runs portably and efficiently on all the Unices you -care for. Contact him via -schweikh@FreeBSD.org. - - -John Polstra, -of Polstra & Co., Inc., has been a UNIX developer since 1978, and -was a FreeBSD Core Team member from 1997-2000. -Developer of the CVSup network -software update package and the ElfKit ELF tool set, his -specialties include network protocols, language tools, UNIX internals, -and UNIX applications. For more information, please send email to -jdp@polstra.com. - - -Julian Stacey - maintains a -FreeBSD -Commercial Consultants Index. Be sure to visit his page! - - -MediaCenter, -Umeå, Sweden. Located in northern Sweden we offer professional consulting -and programming for secure inter/intranet solutions using FreeBSD and -UNIX(-like) operating systems. We also work high performance database -programming, primarily using PostgreSQL.
    -For more information, please send email to -info@umc.se, or visit our website -(http://www.umc.se/) - - -MindStep Corp. -configure and maintain Intranet/Internet networks using FreeBSD and -other Unix operating systems. MindStep also offers products and provides -software development services customized to fit the needs of corporations -of any size. - - -Midwest Systems Solutions -Inc. , based in Winnipeg Canada, provides hardware, software and -consulting services including LAN, WAN, remote access, file and printer -servers, Internet solutions and support and administration of FreeBSD and -Linux systems. Midwest Systems specializes in Web, FTP, Internet Gateways, -firewall solutions based on FreeBSD and Linux. Midwest Systems Solutions -also offers both virtual and dedicated webhosting solutions. For more -information, please contact mailto:info@midwestsystems.com -or visit our website at www.midwestsystems.com. - - -Neturn Corp., -based in Vancouver, Canada, provides complete solutions on selective and -fine-tuned hardware and software (BSDs as primary server OSs) platforms -to meet the demand from e-commerce, telecom, manufacturing, -industrial, aerospace, medical applications where stability and reliability -are mandatory. For detailed information, please visit -http://neturn.sinacity.com/netserv. - - -Netgraft Corp. is a -technology consulting firm that specializes in open source technologies like -Linux, FreeBSD, MySQL, Apache, Sendmail, BIND, etc. We're New York City based -and can provide on-site support and customized business solutions based on -these technologies. - - -Netizen, -based in Melbourne, Australia, provide Internet and Open -Source consultancy services, including FreeBSD installation, -configuration, support contracts, applications development, E-Commerce -solutions, etc. See http://netizen.com.au/ or email info@netizen.com.au for more -information. - - -Omar Siddique -is a Washington, D.C. area consultant with a broad array of experience in -FreeBSD, Linux, Solaris, and IRIX. His specialties include systems -integration, network security, and set-up of internet services. Custom -application design is also available. Contact him -via email. - - -Omniscient Technologies -is a Washington D.C. based consulting group with a broad array of experience -in *BSD, Solaris, Linux and many other varieties of UNIX specializing in -highly scalable systems, systems integration and network security. -Custom application design also available. Contact via -info@omniscient.com. - - -OpenWorld has -been providing computer, network, and security consulting since 1994. -Our clients? range from Fortune 500 companies to regional small -businesses. Our engineers each have at least 10 years of experience -in Unix systems and networks. We provide full service consulting, -implementation, installation, security, and support for FreeBSD, SUN -Solaris, SCO Unixware, SCO OpenServer, SGI Irix, IBM AIX, Compaq -Digital Unix, and Cisco IOS. Please email us at info@stdio.com or call us at -606-514-1800 for further information. - - -Puryear Information Technology, -LLC provides open source application support, integration services, -and technology management expertise to the Southeastern United States. Our -company plays a pivotal role in the design and deployment of open source -solutions--we have worked with companies to design and manage FreeBSD and -Linux web farms; deployed open source-based clustering software to ensure -high availability of critical network services; performed critical -performance tuning and software integration for a popular spam filter -appliance; and integrated Samba into Internet-accessible, VPN-based file -services. Phone: +1-225-343-3056. - - -Peter Dufault, -of HD Associates. Peter has over 15 years experience in medical device -control, high performance simulation systems, digital closed-loop feedback -systems, realtime UNIX-like systems, and UNIX device drivers. For more -information, please send email to -dufault@hda.com - - -PHB Solutions, based -in Belgium, provides *BSD installation, maintenance, support and consulting -services (file servers, web servers, mail servers, database servers, routers). -For more information, please contact philippe.bresoux@phbsolutions.com. - - -Phil -Budne is a Boston area consultant who has worked -professionally with BSD and other Unix systems since 1985. Services -include development and porting of kernel extensions, device drivers, -network protocol implementation, and applications, as well as -network and system administration. For more information contact -phil+fbsd@ultimate.com. - - -Pine Internet implements LAN, WAN and -remote access solutions, offers Unix support and administration -contracts and advises ISP's and other corporate customers concerning -their network and server setup. Pine specializes in Internet security, -performs security auditing services on demand, and offers firewall -solutions based on FreeBSD. Other products we offer are webhosting, -facility management and leased lines. Among the products we use are -FreeBSD, Cisco routers, PHP, Apache, Perl, Solaris and MySQL. Pine has -8+ years of Unix and Internet experience. We feature some of the -largest ISP's in the Netherlands as our customers. For more -information, please contact info@pine.nl or visit our website at www.pine.nl. - - -Potential Technology -is based in Ohio and western Pennsylvania. We specialize in FreeBSD-based -solutions and have experience integrating FreeBSD with Apple, Microsoft and -other Unix environments in file, print, mail, web, database and proxy server -applications. For more information, please email moreinfo@potentialtech.com, visit -our website or call -1-412-793-4257. - - -Matthew R. Potter -has over 8 years in UNIX IP Networks, specializes in BSD, OS X and Network -Consulting and is located in Northern Virginia. You can reach him via -email at Matthew R. Potter. - - -Poul-Henning Kamp - has over 12 years in UNIX & Networks, and is a former FreeBSD Core Team -member. Poul developed phkmalloc, tcl_nm, tcl_db, -tcl_snmp and more, and was the Release Engineer for several -FreeBSD releases. Poul resides in Denmark, and can be reached via -email at phk@FreeBSD.org - - -R & D Associates, -Inc. developed ServeTheWeb.com utilizing FreeBSD -running Apache. We employed consulting services from Poul-Henning Kamp to develop our -Virtual Server solution (which is now available in FreeBSD 4.0). -

    -ServeTheWeb.com is our System Admin -level of Virtual Servers. Please visit -http://www.ServeTheWeb.com for additional information on this product. -

    -

    -R & D Associates, Inc. is an application development firm specializing -in client/server app. dev. We use FreeBSD running Apache and utilizing -PHP and MySQL (As well as NT with ASP and SQL/Access). -

    - - -Secnetix GmbH & Co -KG -- located in Munich, Germany -- has a strong focus -on BSD systems and offers professional consulting services, ranging -from basic administration, programming and security-related tasks to -sophisticated projects involving design, implementation and -maintenance of complex network setups. For more information, please -visit our web site or send a -message to info@secnetix.de. - - -Brian Somers - has over 10 years in UNIX, Networks, C & C++. Brian is -responsible for the PPP code in FreeBSD, and located in -NW London. You can reach him via email at -brian@Awfulhak.org - - -Southern Gazer is -a consulting company with 20 years PC technical support experience based in -Sydney's idyllic Sutherland Shire. Our focus is helping businesses get their -computers working right while spending as little as possible on IT. We're -passionate supporters of Open Source products and can help the average business -save money and gain reliability by using systems such as FreeBSD on their file -servers, print servers, e-mail systems plus lots more. We also supply a -complete range of Linux and BSD CD's at ultra low prices. Please drop by our -website, email us at -info@southerngazer.com, or call us -on 02 9532 1217 to have a chat. - - -Syntonet -Ltd is UK based provider of Consultancy and Custom -Development Services. Principal consultant Rob Pickering has over 10 years -system software development experience on BSD based platforms. Areas -of expertise include firewall and networking system setup, custom -development in C and C++, and supply of turnkey solutions. For further -information, contact us by email at -info@syntonet.co.uk, call -+44.870.166.4400 (Voice) or +44.870.166.4411 (Fax). - - -SysConfig Consulting - designs, configures, and installs FreeBSD based email gateway -solutions, Dial-on-Demand ISDN, and T-1 Network to Network, Network to -Internet Connections for businesses in the Southeastern United States. -For more information, please send e-mail to -info@sysconfig.com, or -visit our web site. - - -ThinkSec AS -offers security-related consulting and software development services, -primarily on FreeBSD but also on other POSIX platforms. Experience -ranges from programming embedded microcontrollers, through writing -and deploying security infrastructure software, to developing web -applications. Based in Oslo, Norway. - - -TundraWare Inc. -provides FreeBSD related consultancy in all contexts, from Embedded to -large Transaction Processing systems. We have extensive International -experience and can provide services in network design, systems architecture, -development, deployment and operations. Contact us via telephone on -847/827-1706, via email to -info@tundraware.com or write to us at TundraWare Inc., -817 Fairmont Court, Des Plaines, IL 60018, USA. - - -UnixPorting.com -specializes in the porting of existing software to new operating systems or -hardware. In addition to porting, we specialize in C and Perl -programming, Unix system administration and security, and open source -technologies (FreeBSD, Perl, Apache, mod_perl, MySQL, etc.). For more -information, please visit our web -site. - - -CSR Corporation - is a Portland, OR, based consulting company with offices in -Portland, OR; San Jose, CA; and Vero Beach, FL. CSR specializes -in network applications for IPSs and CLECs, applying open network -technologies for complete customer solutions. CSR has been in -business since 1986. Telephone: 503-708-4330. - -Vancouver Internetworking -Services. -VIS delivers a broad range of consulting, training and system installation -services for small and medium sized networks. With over 15 years -experience in electronic data communications, VIS is an excellent choice -to deliver superior network design to your organization. -
    VIS supports most popular operating systems but we recognize that FreeBSD -has proven to be an outstanding solution for network service and control. -
    If you are in the Greater Vancouver area and require high performance -solutions that won't blow your budget, drop us a line, -we will be happy to discuss your needs. - - -Camtech Pty Ltd -The Consulting Services Division of Camtech provides a broad range of -technical and professional services to assist businesses to achieve -higher levels of productivity through efficient use of Information -Technology. Services available encompass all aspects of information -systems scoping and analysis, design, implementation, integration, -administration, testing, training and maintenance. Camtech is a provider -of FreeBSD-based solutions, including Internet gateway servers, firewalls, -and Intranet servers. Phone +61 8 8303 3300. - - -William -Richard & Associates offers FreeBSD, Internet, and -e-commerce consulting, implementation, and support options for clients -throughout the San Francisco Bay Area. Visit our website or e-mail us. - - -Workgroup Technology Partners, Inc. -We sell and support Unix systems including Solaris, HP/UX, AIX, -Linux and FreeBSD. For comments refer to our -site - - -WorldServe Consulting -offers FreeBSD installation, configuration and maintenance consulting -services to businesses in Northern Virginia. We also offer web site -development and custom web solutions. Over four years of experience. -Check out our web site or e-mail -us at info@worldserve.net. - - -Security Audit and Control -Solutions (SACS) provides information security consultation and -IT auditing services and offers professional FreeBSD support. SACS has -developed a complete range of Technological Risk Management solutions using -FreeBSD as an anchor for data analysis. Firewalls deployed using FreeBSD -makes a cost effective solution in any organization and SACS can implement -a secure FreeBSD firewall with caching engines, Network Address -Translation (NAT) and proxies. For additional information please contact -Mervin Pearce or visit http://www.sacs.co.za - - -Paladin Corporation Pty, -Ltd -Providing Software engineering, Systems Integration and multi-tier -Commercial support for all aspects of FreeBSD networking and Security. We -also have an E-Cart solution and a Dispatch system for -FreeBSD. Visit -http://www.paladincorp.com.au/ for details. - - -EDI Ltd Consulting -Engineers. We provide consulting services for FreeBSD -as well as local and wide -area network design. Our diversified staff allows us to help you -in all the areas your project requires, from cabling to -encryption, network security audits, network design and network -health studies. We have successfully completed several FreeBSD -installations for mission critical operations, using it as a -firewall, web server or mail server. If you would like to discuss -your project with us, please contact us as (770) 956-7000, or info@ediltd.com. - - -Bellamy Consulting Ltd, -based in Auckland, New Zealand, is a consulting company specializing in -Linux, FreeBSD, NetBSD and OpenBSD. Our main focus is on Internet servers (Web -Servers & Caches, Email, DNS, FTP, Databases, etc.), software and security -(Firewalls, VPNs, Proxies). See our web site for more information, or contact -us directly at info@bellamy.co.nz. - - -Crepido Systems AB -provides services for custom software development and -system design under BSD and other Unixes. We have 10+ years experience in -Unix programming and system design using Unix as building block. -Crepido System AB operates mainly in Sweden but requests outside Sweden are -welcome. - - -Mark -Tinguely has provided Network and Unix solutions for over -ten years. These solutions include work with Unix kernels and Unix -applications, TCP/IP applications, Local Area Network protocol debugging, -and BSD device drivers. Mark has authored BSD device drivers for 3 video -capture boards, an Asynchronous Transfer Mode (ATM) network card, -and a Watchdog card. - - -Anansi -Innovations provides comprehensive, cutting-edge system and -software design for your business. From hardware selection and -configuration to interface design and release management, we can build -an enterprise that takes best advantage of the expanding Internet -market. Our experience includes computer system design and integration, -interactive software, interface design, release management, -cross-platform coordination, e-commerce, and business-to-business -applications. For more information email info@ainnovations.com or phone -(617) 995-2590. - - -ITworks Consulting -is a privately owned information technology consultancy, situated in -the central business district of Melbourne, Australia. The business -consists of a specialized team of consultants who aim to provide -information technology solutions to meet the needs of the business -community. We provide a range of FreeBSD based web hosting, web -database development and e-commerce services as well as professional -FreeBSD consulting services and support contracts. For more -information please visit our web -site or contact us at info@itworks.com.au. - - -Black Hat Networks -offers premium IT consulting and FreeBSD -based hosting services for the sophisticated customer: administration, -management, web hosting, web design, FreeBSD shells, nationwide Internet -access, co-location, programming, hardware and computers, data -warehousing and more, all with the emphasis on security. Because We -believe that security is not a convenience, it is a necessity. - - -Raditex AB -are a firm of consultants and also do education -in Unix. We have long experience with all kinds of Unix systems not only -FreeBSD or Linux. For more information phone us at +46.8.6949270 or give -us an email at info@raditex.se or visit our web site. - - -Metadesign -located in Hobart, Tasmania, Australia is a FreeBSD consultancy, providing -configuration, installation and system maintenance of FreeBSD hosted Internet -services and applications. Email us -for more information. - - -Mike -Meyer of Meyer Consulting has been providing Unix-based -solutions since 1976, and web-based applications since 1992. These -solutions range from chemical systems modeling to device drivers, and -the web applications have ranged from community-building applications -to web based software release systems. For more information, please -contact mwm@mired.org. - - -The Linux Box, -located in Ann Arbor, Michigan, provides consulting and training services -for open source operating systems and products, including FreeBSD and -Linux. For more information, contact info@linuxbox.nu or view our website at -www.linuxbox.nu. - - -Bill Wells -does C programming, FreeBSD administration, network -administration, and Web development. He's been programming for -over 25 years, developing for the Internet (largely on FreeBSD), -10 years, ISP work, 6, and Web development, 4. Check out his -home page for more -information. - - -Tetrapod Communications -Inc. is a technical consultancy based in Harlow, Essex in -the United Kingdom offering custom programming and administration services. -Our services include Custom Programming (Java, C++, perl) CIFS (Samba), -E-Commerce, Internet (Web) Programming, Network Administration, System -Administration (FreeBSD, OpenBSD, Linux, Solaris). Contact us at sales@tetrapod.com or www.tetrapod.com or by phone on -+44(0)8451 275272. - - -LANCO Global Systems -(LGSL), based in India, Hyderabad, with offices in USA and UK, -provides and specializes in Application Development, Shell Scripting, -PHP, C, C++ and Perl Programming, Networking Solutions, Unix device -driver development, Web page Designing and Hosting, Web Server -Solutions and configurations, ISP Services especially on Linux, FreeBSD -and Solaris. For more information, please email us at -services@lancoglobal.com -or call us at 0091-9849043975 or FAX us at 0091-040-3755413. - - -NS3G.COM, -based out of Toronto, Ontario, Canada, offers a variety of -services and products. We specialize in products that run under FreeBSD and -other *NIX systems but also support other platforms. Solutions for -firewalls, LAN's, WAN'S and web presence are just a few that we offer. -Please visit us at www.ns3g.com -or contact us at info@ns3g.com for more -information or to get a quote. - - -Linast-Systemtechnik GmbH -is located in Sankt Augustin, Germany (near Bonn/Cologne) and provides -consulting, support and training for FreeBSD, Linux, MacOS X and other -Unix Systems. For more information, please call +49.2241.209467, e-mail us at -info@linast.de or visit our -website - - -Cybersource -is Australia's leading IT Professional Services Company in the areas -of Unix/FreeBSD/Linux, TCP/IP Datanetworking and Open Platform application -development using these technologies. With around 40 staff, are based in -Melbourne and have been successfully providing IT Professional Services -for 10 years. - - -KMJ Consulting Austria -is a full service Consultant and Supplier for pre installed FreeBSD Servers as a replacement for -Windows NT/2000 Servers. We ship Firewalls, Internet Gateways, File and -Print Servers. Network planing and implementation of Wans with IPSEC -tunneling, Mail Servers with IMAP/LDAP as an replacement for MS Exchange, -Samba and Hylafax installations. Our newest pre installed System is a -FreeBSD Workstation running on a P733 with 512MB Ram, Matrox G400 Dual -VGA and 2 Monitors. If sometimes Windows is needed a Demo of Vmware is -preinstalled to run Windows in a Window of the FreeBSD System. Founded 1985 -with Unix and Mainframe experience since 1978. We are based in Salzburg and -Vienna / Austria and operate mostly in the german language territory of the -EC. For non-commercial information please visit FreeBSD.AT. - - -A Priori Consulting -is a Boston-based company providing high-quality system and software -development and consulting services to the computer, networking and -software industry -- specializing in UNIX and BSD system and application -development, including embedded systems, networking, driver, kernel, -porting, realtime, and systems integration. - - -National Informatics -Company provides research and development services for -information technology. We work with FreeBSD to support or manage -research projects for high performance computing, bioinformatics, -enterprise software technologies and artificial intelligence. -We also help companies make the transition from proprietary software -products to Open Source products. Our phone number is (425) 740-0139. - - -Bilch International Consulting, -Hamburg is based in Germany. We are building fire walled -servers and connect them to your ISDN, POTS, ATM or E1/T1 Line. BILCH -Com is an ASP and application software developer. Please mail us at info@bilch.com. - - -Parc Productions. -Located in the Netherlands. Started in 1997. We deliver professional -system engineering services for FreeBSD, OpenBSD and MacOS X. Our -services include 24/7 support, consultancy, maintenance of both -hardware and software, assembly and installation of hardware, remote -and on-site support, development of scripts and software for the -machines we maintain etcetera. Of course we deliver hosting facilities -and space for your servers at low costs as well. Visit our websites at -www.parcproductions.com or -www.bsdengineering.com. -Please contact us by email -or by telephone: +31-204892456. - - -Worria Affordable Web -Hosting is a privately owned company in Hong Kong. We offer -FreeBSD web hosting related consulting services, such as server administration -and website management. For more details, please email -our sales team. - - -Xensia LLP -provide UNIX systems/admin/security/networking consultancy services within -London, UK. Specializing in Open Source software on Solaris/*BSD systems. -Over 7.5 years experience with UNIX systems, administration, -security/firewalls and networking. -Contact paul.civati@xensia.com -for more details. - - -Zytrax, Inc. -is based in Montreal, Canada and provides consulting, development, -implementation, hosting and maintenance services specialising in -the BSD platforms. Our skill base includes Apache, PHP, Ruby, DNS, -Mail, LDAP, Samba, PostgeSQL/MySQL and embedded systems. Please email -us at consulting@zytrax.com. -We can be reached via telephone at +1.514.285.9088. - - -OpenTrend Solutions Ltd -provides consulting and facilities management services through Canada. -We specialize in supporting FreeBSD, NetBSD, OpenBSD and Linux, and have -specialist skills in system administration, security and network design & -management. We donate 2% of gross profits to the support of open source -software and have partnered with organisations in the United States and -Australia to better support multi-national clients. - - -Daemonized Networking Services -. Our staff have been supporting software and hardware development, -brokerages, banks, hospitals, publishers, e-commerce, legal and medical -research, telecommunications, and other environments since 1986, in -the San Francisco Bay Area and Northern California. We build industrial -strength web servers, running the latest release of Apache, OpenSSH, -and OpenSSL, with all source, and firewall, based on FreeBSD, -in less than one hour. - - -Linux4biz -is an independent provider of comprehensive Internet solutions, -specialising in the Solaris, LINUX, FreeBSD, OpenBSD, NetBSD operating -systems and Open Source Software. Linux4biz Consultants are able to advise -on all aspects of implementing and administrating Unix/Linux servers, SAMBA -solutions, E-mail servers, Mailing list servers, Web servers, DNS, Internet -Security, Security Audits, Intrusion detection, Stress testing, Intranet -setup, High Availability server solutions, Network solutions, Remote -administration solutions. -We also provide onsite as well as offsite support and consultancy. For more -information about our services, please visit our website. - - -INFOMATIK Tecnologia e -Desenvolvimento - Brazilian Company is offering total site -support for FreeBSD Servers. We have high performance solutions for -Intranet and Internet. We are specialized in UNIX systems since 92. -Please visit our Interactive Website or contact us per -e-mail: info@matik.com.br - - -LOGIOS NETWORK SYSTEMS, -located in the Czech Republic, provides system maintenance, consulting -and other services on various platforms, including FreeBSD and Linux. We also -offer information security services, firewalls and IDS systems, system -integration, software applications etc. - - -Xetpoint Oy -is located in Pirkkala, Finland. We offer professional FreeBSD -support, consulting, programming, maintenance and monitoring -services. For more information, please visit our website. - - -RackmountNet -is a One-stop shop for rackmount Linux, FreeBSD systems. Our products -include Rackmount chassis, server rack cabinet, Rackmount LCD -Monitor, and related accessories. For more information, contact -sales@rackmountnet.com. - - -Triona - Information und -Technologie GmbH offers FreeBSD installation and -administration services, individual software development, web-, -application- and database-servers. -The company is based in Mainz, Germany. For more information contact us -via email andreas.berg@triona.de -or visit our website. diff --git a/en/commercial/consulting.sgml b/en/commercial/consulting.sgml deleted file mode 100644 index 0ada5560d1..0000000000 --- a/en/commercial/consulting.sgml +++ /dev/null @@ -1,28 +0,0 @@ - - - - %includes; - %vendorincludes; - -]> - - - -&header; -&vendorintroduction; - -

    Consulting Services

    - -

    This file has been indexed by alphabetic order for easy navigating. -Should you wish to find a specific entry, please use the shortcuts -below for quick access.

    - -&consulting; - -

    Commercial Vendors Home - -&footer; - - - diff --git a/en/commercial/consulting_bycat.sgml b/en/commercial/consulting_bycat.sgml deleted file mode 100644 index 1430076160..0000000000 --- a/en/commercial/consulting_bycat.sgml +++ /dev/null @@ -1,28 +0,0 @@ - - - - %includes; - %vendorincludes; - -]> - - - -&header; -&vendorintroduction; - -

    Consulting Services

    - -

    This file has been divided into sub-categories for your -convenience. The following shortcuts will take -you to the proper gallery entries.

    - -&consultingbycat; - -

    Commercial Vendors Home - -&footer; - - - diff --git a/en/commercial/entries.dtd b/en/commercial/entries.dtd new file mode 100644 index 0000000000..146d901d64 --- /dev/null +++ b/en/commercial/entries.dtd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/commercial/entries.xsl b/en/commercial/entries.xsl new file mode 100644 index 0000000000..6148e4a972 --- /dev/null +++ b/en/commercial/entries.xsl @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +

    The power, flexibility, and reliability of FreeBSD attract + a wide variety of users and vendors. Here you will find + vendors offering commercial products and/or services for + FreeBSD.

    + +

    For your convenience, we have divided our growing + commercial listing into several sections. If your company + supports a FreeBSD-compatible product or service that should + be added to this page, please send email to www@FreeBSD.org and let us + know! Submissions should be in HTML and a medium-sized + paragraph in length.

    + +

    + + + + + +
    +

    +
    + + + +
    +
    diff --git a/en/commercial/gencommercial.pl b/en/commercial/gencommercial.pl deleted file mode 100755 index 42a748b442..0000000000 --- a/en/commercial/gencommercial.pl +++ /dev/null @@ -1,365 +0,0 @@ -#!/usr/bin/perl - -####################################################################### -# gencommercial.pl - -# -# A utility to help create FreeBSD's commercial gallery SGML files. -# Processes "raw" data kept as raw files, one ".raw" file for each -# commercial category (currently consulting, hardware, misc, and -# software). A description file (by default, ./commercial.desc) -# contains the definitions for each of the categories and its -# sub-categories. -# -# Depending upon the flags passed on the command line (-a or -c), -# this program creates an include file with a list of entries either -# sorted alphabetically (-a or default) or by (sub-)category (-c.) -# There is also a verbose option good for debugging (-v). The out- -# put is suitable for inclusion into the gallery SMGL files. -# -# XXX The -v (verbose) option currently does not exist. -# -# This utility outputs to a file called either (category).inc -# or (category)_bycat.inc respective to the -a or -c option. -# -# Author: Ade Barkah (mbarkah@FreeBSD.ORG) -# -# (c) 1999 by The FreeBSD Project, Inc. All Rights Reserved. -# This program is made available to the general public under -# the "BSD-style copyright" terms of agreement. -# -# $FreeBSD: www/en/commercial/gencommercial.pl,v 1.6 2000/04/04 09:23:41 kuriyama Exp $ - -####################################################################### -## Configuration Section -####################################################################### - -# The $description_file contains the definitions for each Category -# and Sub-category. - -$description_file = "commercial.desc"; - -# If you want to change the output file naming convention, -# modify the two lines below. - -$alpha_suffix = ".inc"; -$subcat_suffix = "_bycat.inc"; - -# IMPORTANT! -# The program will only attempt to index by the following list. -# In particular, if you have entries beginning with a character -# other than ones listed here, you need modify this list. - -@index_list = qw(A B C D E F G H I J K L M N O P Q R S T U V W X Y Z); - -####################################################################### -# You should not need to modify anything below this line. -####################################################################### - -require 5.001; - -# Parse the command line - -sub usage_exit { - print STDERR "Usage: gencommercial.pl [-ac] [-s directory] category\n"; - exit (1); -} - -use Getopt::Long; - -$good_result = GetOptions ("alphabetical" => \$opt_alpha, - "categorical" => \$opt_cat, - "sourcedir=s" => \$opt_srcdir); -&usage_exit() if (not $good_result); -&usage_exit() if (@ARGV != 1); -$opt_alpha = 1 if (! $opt_alpha && ! $opt_cat ); # -a is default; -$category = $ARGV[0]; -$srcdir = $opt_srcdir || "."; - -####################################################################### -# Now, we parse the description file. -# -# We iterate through each line in the .desc file until we find the -# CATEGORY description matching the category specified on the command -# line. If found, then we save its short and long descriptions and -# continue iterating through the file, reading the CATEGORY's -# SUBCAT descriptions (if any) and DEFAULT_SUBCAT (if any.) We -# continue either until we find another CATEGORY header ($finish -# is set) or until the end of the file. -# -# Formats: -# -# CATEGORY="category" SHORT="short_description" LONG="long_description" -# SUBCAT="sub-category" DESCRIPTION="description" -# DEFAULT_SUBCAT="sub-category" -# -# A '#' at the *beginning* of a line marks a comment. - -if (open (DESC, "< $srcdir/$description_file") == 0) -{ - print "ERROR: Unable to open $srcdir/$description_file file.\n"; - print "ERROR: $!. Exiting.\n"; - exit 1; -} - -$finish = 0; -$in_cat = 0; -while ((! $finish) && ($_ = )) -{ - next if ((/^#/) || (/^$/)); # Skip comments and empty lines - - if ( m{\s*CATEGORY\s*=\s*"\s*(.+)\s*" # $1 = CATEGORY - \s*SHORT\s*=\s*"\s*(.+)\s*" # $2 = SHORT (description) - \s*LONG\s*=\s*"\s*(.+)\s*" }xio ) # $3 = LONG (description) - { - if ($in_cat) - { - $finish = 1; - } - else - { - $short = $2; - $long = $3; - - if ($1 =~ /^($category)$/io) # category == the one we want? - { - $short_cat = $short; # Yes, save the descriptions - $long_cat = $long; - $in_cat = 1; - } - } - } - else - { - next if (! $in_cat); - - if (/DEFAULT_SUBCAT\s*=\s*"\s*(.+)\s*"/) - { - $default_subcat = $1; - } - elsif ( m{\s*SUBCAT\s*=\s*"\s*(.+)\s*" - \s*DESCRIPTION\s*=\s*"\s*(.+)\s*"}xio ) - { - $subcat = $1; - $subcat =~ tr/a-z/A-Z/; # Make uppercase - $subcats{$1} = $2; # Store descriptions in hash - } - } -} - -close (DESC); - -# We've read in the file, so let's do some sanity checking. For example, -# make sure the category is actually valid. - -if ($in_cat == 0) -{ - print "ERROR: Category $category is not in description file.\n"; - print "ERROR: Exiting.\n"; - exit 1; -} - -# If %subcats == 0, then this CATEGORY does not have any sub-categories, -# which is fine. However, if $default_subcat is defined, but the subcat -# doesn't actually exist, we scream and quit. - -if (%subcats == 0) -{ - if ($opt_cat) - { - print "ERROR: -c option specified, but category has no subcategories.\n"; - print "ERROR: Exiting.\n"; - exit 1; - } - $default_subcat = "DEFAULT"; -} -else -{ - if ($subcats{$default_subcat} eq "") - { - print "ERROR: Default subcategory $default_subcat has no description.\n"; - print "ERROR: Exiting.\n"; - exit 1; - } -} - -####################################################################### -# Things look in order so far, so we'll read in the .raw file. Each -# entry begins with a header that looks like below: -# -# <--! NAME="entry_name" CAT="entry_category" SUBCAT="sub-category"--> -# -# Anything before the first header is treated as comment, everything -# else is treated as part of an entry. The $first_time flag below -# marks if we've seen a header or not. -# -# In this version, the CATEGORY is actually determined by the name -# of the .raw file, so it is not used. - -if (open (RAW, "< ${srcdir}/${category}.raw") == 0) -{ - print "ERROR: Unable to open ${srcdir}/${category}.raw file.\n"; - print "ERROR: $!. Exiting.\n"; - exit 1; -} - -$first_time = 1; -$entry_text = ""; -while () -{ - next if (/^$/); - - if ( m{}xio ) - { - if ($first_time == 0) - { - $entries {"$entry_name"} = "$entry_subcat|$entry_text"; - $entry_text = ""; - } - $entry_name = $1; - $entry_subcat = $2; - $entry_subcat =~ tr/a-z/A-Z/; - if ($subcats{$entry_subcat} eq "") - { - $entry_subcat = $default_subcat; - } - $first_time = 0; - } - else - { - $entry_text = "${entry_text}$_" if (not $first_time); - } -} -if ($first_time == 0) -{ - $entries {"$entry_name"} = "$entry_subcat|$entry_text"; -} - -close (RAW); - -####################################################################### -# Generate alphabetical output if necessary. We first build a -# $list_string containing a unique list of the first letters of -# each entry. Then we compare this string to @index_list and -# create the alphabetical index. Then we simply output the -# entries in key sorted order. - -if ($opt_alpha) -{ - if (open (OUTFILE, "> ${category}${alpha_suffix}") == 0) - { - print "ERROR: Unable to open ${category}${alpha_suffix}.\n"; - print "ERROR: $!. Exiting.\n"; - exit 1; - } - - print OUTFILE "\n"; - print OUTFILE "\n\n"; - - # Build unique first-letter list - - @index = (); - $first_letter = ""; - $list_string = ""; - foreach $entry (sort keys %entries) - { - if ($first_letter ne substr($entry, 0, 1)) - { - $first_letter = uc(substr($entry, 0, 1)); # Ignore case - $list_string = "$list_string$first_letter"; - } - } - - # Output alphabetical index - - print OUTFILE "
    \n\n
    \n"; - foreach $letter (@index_list) - { - if ($list_string =~ /$letter/) - { - print OUTFILE "$letter\n"; - } - else - { - print OUTFILE "$letter\n"; - } - } - print OUTFILE "
    \n\n
    \n\n"; - - # Output entries in key sort order, fold case - - print OUTFILE "\n"; - - # Ok, we're done. - - close (OUTFILE); -} - -####################################################################### -# Generate output by category if necessary. We actually output an -# index to the alphabetical HTML file, which we assume to be called -# ${category}.html. The procedure is inefficient but simple. We use a -# double-loop to iterate through each subcategory, and through each -# entry, so we're looking at O(n^2). Considering the size of the -# raw files, however, this method is still very fast. - -if ($opt_cat) -{ - if (open (OUTFILE, "> ${category}${subcat_suffix}") == 0) - { - print "ERROR: Unable to open ${category}${subcat_suffix}.\n"; - print "ERROR: $!. Exiting.\n"; - exit 1; - } - - print OUTFILE "\n"; - print OUTFILE "\n\n"; - - # The following sort is by description (VALUE), not KEY - foreach $subcat (sort {uc($subcats{$a}) cmp uc($subcats{$b});} keys %subcats) - { - print OUTFILE "\n"; - print OUTFILE "

    $subcats{$subcat}

    \n\n\n\n"; - } - - close (OUTFILE); -} - -####################################################################### -# Done! - -exit 0; diff --git a/en/commercial/hardware.raw b/en/commercial/hardware.raw deleted file mode 100644 index 545ec1d98b..0000000000 --- a/en/commercial/hardware.raw +++ /dev/null @@ -1,620 +0,0 @@ -# $FreeBSD: www/en/commercial/hardware.raw,v 1.66 2004/02/29 23:50:45 josef Exp $ - - -ActiveWire Inc. -provides an extremely flexible, USB-based I/O board -that connects to buttons, switches, and LEDs, -providing a simple API to read and write to the I/O pins on the board. -The USB port is supported in -FreeBSD 4.0, with native -USB support. -An additional EZ USB chip firmware downloader is -available in the Ports Collection. - - -ADCOMTEC specializes -in providing high-performance, advanced communications and networking -solutions. FreeBSD driver support is provided for a range of high-performance -WAN adapters for ADSL, T1, E1, and Synchronous Serial (RS-232/V.35/X.21/EIA530) -connectivity that support a number of downloadable protocol modules including -ATM, Frame Relay, X.25, HDLC, SDLC, PPP, and SS7. For more information, -contact info@adcomtec.com or visit -http://www.adcomtec.com. - - -Advanced Computer and Network Corporation -Our site, dedicated to RAID (Redundant Array of Independent Disks) technology, -features, an excellent, easy-to-understand, graphical RAID tutorial. -We are a one-stop source for cost-effective, high-performance RAID arrays, -SCSI switches, boosters, cables, fiber-optic extenders, -and high-availability solutions. - - -ASA Computers -offers a wide range of performance-oriented servers, workstations, -and networking products. -We are experienced in quality configuration and support -of FreeBSD, Linux, and other operating systems. -Multiple-OS experience and knowledge are our strengths. -We resell a variety of communication and networking products, -including 3COM, Cisco, Cyclades, DIGI, Livingston, and U.S. Robotics. -Please take a look at the pre-configured systems on our web page. -Contact us at -unix@asacomputers.com -to configure them your own way or if you have questions or comments. - - -BIS, Inc. -specializes in Internet- and Intranet-networking servers, running FreeBSD. -We custom design and construct high-performance servers to fill any need. -BIS also provides IS Support, network administration and management, -training, Internet connectivity, corporate-wide e-mail gateways, -domain name registration and hosting, web site development, and more. -Please send e-mail to -info@bisworld.com or visit -http://www.bisworld.com. - - -catpipe Systems ApS -provides managed services and support contracts for FreeBSD, -implemented on rackmountable servers preloaded with FreeBSD. - - -CATC - -Computer Access Technology Corporation, -popularly called CATC ("cat-see"), -is the world's leading supplier of development and test tools -for the Universal Serial Bus (USB) and IEEE 1394 (FireWire[tm]) -serial communication standards. -The company also offers a variety of peripheral devices, -including a USB-to-Ethernet interface and the industry's first USB hub. - - -Coyote Point Systems offers the -Equalizer -Load Balancing Appliance. -Equalizer distributes client UDP/TCP requests to multiple server machines -and includes load balancing, server failure detection/correction, -and an easy-to-use administrative interface. -Capable of handling over 20,000 HTTP GET operations per minute, -Equalizer enhances the Scalability, Availability and Manageability -of any server cluster. -Equalizer works with all standard protocols, including: -HTTP, FTP, POP, SMTP, DNS, etc. -Equalizer is based on the FreeBSD kernel. - - -Cyclades Corporation -sells a variety of high performance, multiport serial cards -which FreeBSD supports directly in its standard releases. - - -DAVICOM Semiconductor, Inc. -designs, develops, and markets -cost-effective integrated circuit (IC) solutions -for mainstream networking and communications applications. -DAVICOM is one of the leading suppliers of Local Area Network (LAN) -and Wide Area Network (WAN) chip sets -to international original equipment manufactures (OEMs) -of networking and communications equipment. -

    -The current products of DAVICOM Semiconductor, Inc. -that will support the FreeBSD driver are -DM9102 (10M/100M PCI Fast Ethernet single chip), -DM9102A (3.3 volts Low Power10M/100M PCI Fast Ethernet single chip), -DM9101 (10M/100M PCI Fast Ethernet PHY chip, -included into DM9102 single chip), -DM9131 (3.3 volts Low Power10M/100M PCI Fast Ethernet PHY chip, -included into DM9102A single chip) -and DM9801 (1M8 Home PNA PHY chip). -

    -

    -Please visit our web site -for more information about our company. -

    - - -Digital Networks -is one of the UK's leading supplier -of desktops, workstations, and servers -designed and optimized for the FreeBSD and Linux operating systems. - From scientific to e-commerce applications, -our products can be used as building blocks to create complete solutions. -All products are built to order and can be purchased online -from the company's web site -at www.dnuk.com. - - -Emerging Technologies, Inc. -has high-speed serial-communications adapters, -allowing FreeBSD systems to connect directly to leased lines -at speeds from 56k to T1/E1. -ET drivers support up to 16 T1/E1 lines on a single FreeBSD-based PC. -The adapters include a complete set of drivers and utilities -that allow a FreeBSD machine to communicate directly -with virtually any IP router via synchronous PPP, Frame Relay, X.25, -and directly to Cisco brand routers with Cisco serial encapsulation. -Full documentation and support are included. -Hardware choices are available for both ISA and PCI buses, -ranging from an economical single-port ISA adapter -to a four T1/E1 port PCI card with four dedicated 25MHz processors on-board. -To contact Emerging Technologies, send E-mail to -info@etinc.com. - - -Enterprise Systems and Solutions -builds high quality, customized systems, -fully loaded and configured with FreeBSD for intranet/internet -server and workstation use, at a competitive price. -We also sell LAN/WAN products -(from CISCO, 3COM, Livingston, SDL Comm, Digi, and more) and provide service. -Please email us at -info@enterprisess.com or -visit our web site. - - -Essenz Consulting -is a leading provider of high-performance rackmount server equipment. -All of our servers -feature dual processor capability, dual onboard networking, -high-capacity memory support, and integrated video. - From 1U Hot-Swap SCSI systems -to 2U Hot-Swap 64-bit SCSI RAID with 2x300W Hot-Swap Power Supply, -all Essenz Servers can be custom configured with immediate online pricing. -For more information, visit us -online -or call our 24/7 Sales and Support department at 1-800-248-1736. - - -FreeBSD Systems -- The Power To Serve™ is so true with an iNET® Server. -We manufacture and customize 1U to 7U Rackmount Servers utilizing -Intel Processors ranging from Xeon MP to Celeron, from single processing -to quad and 8-Way Systems. Every Server is fully customized to our clients -requirements including the installation of FreeBSD. iNET Servers are available -in ATA and SCSI configurations. Looking for Direct Attached Storage? Check -out the iSTOR6000, with data capacity of up to 7 Tera Bytes. -

    -Since 1999, FreeBSD Systems has been providing high performance Rackmount -Servers and Storage Systems to clients ranging from start-up Web Hosting Companies to -Fortune 500 Companies to Federal Government Departments. We offer On-Site -hardware warranty support to all of North America, Mexico and, Puerto Rico. -Visit our web site http://www.FreeBSDsystems.com -or call us toll free at 1.877.963.1900. - - -Freedom Technologies Corporation -offers businesses a total solution to Server systems. -All our servers are based on the business needs of our customers. -Each server is custom designed, both in terms of the hardware and the -operating system, as well as the applications to be run. -

    -FreedomTC delivers to its customers, server(s) that will do the task(s) -at the highest level of performance. -FreedomTC only uses the highest quality of hardware for any system we design. -FreedomTC also includes its Net@dmin [TM] service for 1 year. -

    -Our servers work extremely well with customer's workstations, -using Windows or Macintosh for file and print sharing. -

    -Please call us at our toll free telephone number, 1-877-963-1900. - - -Gallantry Technologies Inc. -offers a business broadband gateway for small- to medium-sized businesses. -Our products are focused on offering an easy-to-use product -that provides multiple services routing, firewall, e-mail, web server, -DHCP, NAT, FTP, DNS, and print server. -All these features can be accessed via an easy-to-use web interface. -

    -The GallantWEB-100 is an affordable and easy-to-use business broadband gateway -that is ideal for connecting small and medium offices to the Internet -via any broadband connection including xDSL, Cable, Frame Relay/T1, or ISDN. -

    -The GallantWEB-200 is the industry's first business broadband gateway -to include a built-in SDSL router. -This innovative one-box solution makes it easy for DSL service providers -to deploy and manage. - - -GND Distribution, Ltd., -a London, UK-based company, specializes in bespoke computer systems -for FreeBSD and Linux. -All GND computer systems are built to order, -using only top-quality components. -Our build quality is second to none. -Systems are supplied configured and optimized to our customer's requirements. -We also supply a large range of system components, -including ASUSTeK mainboards, -which are popular within the FreeBSD and Linux communities. - - - -Hewlett-Packard -sells Proliant BL10e blade servers that are compatible with FreeBSD. -280 blades can fit within in a 42U rack, offering superior -density, computing power and management for all front-end and cluster -applications. - - -HighPoint Technologies, Inc. -is an ASIC design company specialized in the storage management area. -Its technical expertise covers ATAPI/USB/1394 interfaces. -The principle products are a series of UDMA/ATA RAID Controllers. - - -iMimic Networking, Inc. -offers the DataReactor family -of Web-cache appliances. -The DataReactor family leads the caching industry in price/performance, -from an aggressively priced entry-level caching appliance to a -high-end caching appliance at mid-level prices.
    -The FreeBSD-based -DataReactor Core software -includes management features such as SNMP monitoring support, -Common Logfile Format logging, and Web-based or console-based configuration. -Please send mail to info@imimic.com -for more information. - - - -INetU Dedicated Managed Hosting are one of the top rated hosting -firms focused on dedicated managed hosting, INetU provides managed dedicated -FreeBSD servers, along with firewalls, load balancing, advanced monitoring -and data backup services. They offer more free tech support than most other -hosts and have a lucrative partner program for consultants and developers. - - -Introspective Technologies USA -delivers networking solutions -with high powered servers and workstations -pre-installed with choice of operating systems, including FreeBSD. - - -Iron Systems, -located in San Jose, California, is a provider of high-density -rack-mount Internet systems, low cost hosting solutions and OEM -integration services. System solutions are either built-to-order -iServers with custom-configured hardware, OS, kernel and applications; -or a set of pre-configured network infrastructure iEngines and -iClusters, specially designed to deliver a dedicated application. Iron -Systems backs all solutions with world-class technical support for -FreeBSD and Linux. -

    -Our team at an average has over 10 years of experience in building -BSD-based systems. We understand that our servers run your -mission-critical applications - that's why we use only the highest -quality components and test all systems in advance. We are confident -that you will appreciate our approach. Give us an opportunity to serve -you! Please send us email at info@ironsystems.com or call -1-800-921-IRON. - - -Itautec Philco -is one of Brazil's leading IT products manufacturers -and one the leaders in the Brazilian Market and significant market share -in Portugal, Uruguay and Argentina. -Products such as the Infoway and the InfoServer are fully compatible -with FreeBSD, Linux, and other Operating Systems. -Itautec Philco also manufactures Banking and Retail Automation products, -as well as Consumer Electronics products. -We provide complete solutions for our customers, -from Infrastructure (such as LAN) to software applications, -to Web development and hosting services, to call-center services. - - -KYTEX Computers Ltd -offers K-SERVER family of pre-installed xBSD and Linux Internet appliances. -K-SERVER product line include small footprint all-in-one solutions -for small to middle networks -and rackmount servers for ISP/ASP and corporate networks. -All-in-one solutions provides Internet access -via dial-up, leased lines, xDSL, wireless technology -and offer filesharing for Windows and MacOS workstations -across the network at no additional cost, -users WEB-, Mail-, Firewall-, DNS-server applications -started and partially configured for easy integration -in any existing networks. -K-SERVER setup and management is very simple - -just start any browser on your workstation -and follow the setup instructions and menus. -If you have any questions or proposals, please e-mail us. - - -MOXA -makes attractively priced multi-port serial cards -which are compatible with FreeBSD's sio serial driver. -The C104 / C168 family of 2/4/8 serial port cards -features custom ASIC design, speeds up to 921.6Kbps, -surge protection, independent and software-configurable I/O ports and IRQs. - - -Neturn Corp., -based in Vancouver, Canada, -provides complete solutions -on selective and fine-tuned hardware and software -(BSDs as primary server OSs) platforms to meet the -demand from e-commerce, telecom, manufacturing, industrial, -aerospace, medical applications where stability and reliability -are mandatory. -For detailed information, please visit -http://neturn.sinacity.com/netserv. - - -NetWolves Corporation -produces the FoxBox line -of Multi-services Internet Communications Gateway systems. -These Internet Access Devices offer a three stage firewall, -unlimited e-mail, site hosting, filtered browsing, web and DNS caching, -DHCP for ease of set up, file sharing/serving, e-mail archiving, -and a series of productivity enhancing reports - cost effectively. -The FoxBox OS is based on FreeBSD. -Bandwidth options range from V.90 modems -to T-1, cable modems, and DSL speeds. -The FoxBox provides Internet access for between 8 and 1000 users -on one or more LANs -and is available internationally through our VAR reseller network. -Visit our site -for more information or contact us by -email. - - -Offmyserver -offers state-of-the-art Internet Server Systems, -Internet Appliance Platforms, RAID solutions, Multi-boot Workstations, -LAN/WAN products, and peripherals at competitive prices. -We'll help you find the right system hardware - -configure, price, build, AND test it with BSD operating systems. -If that's not enough, -we'll even bend sheet metal to suit your identity. -That's what you get when the company that sells you the complete system -is also the one that custom builds it for you. -We use only the best quality components -and do the required testing in advance - -knowing that you are going to run your mission-critical applications -on our servers. -We are confident that you will appreciate our approach - -give us an opportunity to serve you! -Send us an email at -info@offmyserver.com. - - -Open Systems Networking & Consulting -specializes in FreeBSD-based high-performance LAN/WAN solutions. -We keep our solutions as open to scalability and future expansion as possible. -We offer LAN/WAN video conferencing solutions, custom built applications, -security services including firewalls and encryption, -Internet connectivity, and high-performance secure web servers. -We custom build our networks around the clients' current and future needs. -We offer complete turnkey solutions with our networks, -from the installation and configuration -to the wiring and termination of fiber optic cable and Cat 5. -Don't lock yourself into a proprietary solution; -use an OPEN network from open systems! -For more information, please send email to -opsys@open-systems.net or -visit our web site. - - -PCW Microsystems, Inc. -offers rackmount workstations and servers, -optimized for the FreeBSD operating system. -We carry full line of rackmount chassis, RAID, WAN, and LAN products -for FreeBSD OS. -Please visit our web site -for more information or send us an e-mail at -sales@pcwnet.com - - -PSSC Labs -provides custom configured computer solutions -to meet any budget or specification. -Visit our website to build your computer just the way you want it, -including hard-drive partitioning and operating system setup. - - -R & D Associates, Inc. -developed ServeTheWeb.com -utilizing FreeBSD running Apache. -We employed consulting services from -Poul-Henning Kamp -to develop our Virtual Server solution -(which is now available in FreeBSD 4.0). -

    -ServeTheWeb.com -is our System Admin level of Virtual Servers. -Please visit www.ServeTheWeb.com -for additional information on this product. -

    -

    -R & D Associates, Inc. is an application development firm, -specializing in client/server designs. -We use FreeBSD, running Apache and utilizing PHP's and MySQL -(As well as NT with ASP's and SQL/Access). -

    - - -Sangoma Technologies Inc. -offers the WANPIPE™ range -of high speed intelligent communication adapters -that support a number of downloadable protocol modules -including PPP, Frame Relay and X.25. -The cards are available with RS-232/V.35/X.21/EIA530 interfaces -or an on board T1 or Fractional T-1 CSU/DSU. -All of our FreeBSD and Linux code is distributed -under the GNU Public License (GPL) in source code form. -The FreeBSD PPP driver and utilities for Sangoma WANPIPE™ kits -are available for download at -ftp.sangoma.com/FreeBSD. -Frame Relay and X.25 support will follow shortly. - - -SBE -specializes in providing high-performance, -advanced communications and networking solutions -for CompactPCI-, PCI-, and PMC-based applications. -FreeBSD driver support is provided -for a range of high-performance WAN adapters, -providing connectivity for Synchronous Serial, T1/E1, DS3/T3, and HSSI. -For more information, contact -info@sbei.com or visit -http://www.sbei.com. - - -Sera Systems -is a manufacturer of xBSD-based servers and workstations. -Sera Systems was formed to address the security needs -of Internet-connected businesses -by helping develop, setup, and support network infrastructure computers -with reliable, proactively-secure free software. -Sera Systems products include -the SeraBox, a low-cost, multi-function server, -the SeraVPN, a dedicated virtual private network server, -and a line of customizable servers based on choice of xBSD. -Sera Systems offers with all products a value-added preconfiguration service -which is designed to help customers implement specific network applications -using xBSD and be up and running as quickly as possible. -For more information please -visit our web site -or e-mail sales@serasystems.com. - - -Perle Specialix -makes a wide variety of multi-port async serial expansion products. -The ISA, EISA, and PCI SI/XIO host cards work under FreeBSD, -using the si driver. - - -Stallion Technologies, Inc. -offers a range of multiport serial boards -for the ISA, EISA, MCA and PCI buses. -Although Stallion does not officially support drivers for FreeBSD, -there is an unsupported, freely available driver available from their FTP site. -This driver supports the Stallion EasyIO and EasyConnection -8/32 multiport boards. -For local pricing and availability information, -contact Stallion via their WWW page. - - -StoreAnyWhere.com -offers a wide range of high-performance and cost-effective -quad- and dual-processor servers, workstations, and networking products -with FreeBSD and Linux as their operating systems. -Just go to our website for servers in a variety of configurations -or custom-made systems. - - -SW Technology -offers quality Pentium machines with FreeBSD pre-installed. - - -Synetic Inc. -is a Canadian and North American distributor -for IDE-to-IDE, SCSI-to-IDE and SCSI-to-SCSI RAID controllers, -supporting the FreeBSD platform. -Our products can be found at -www.synetic.net/prodman.htm or -www.synetic.net/prodspec.htm - - -Tegatai Systems -develops software and networking products and services using FreeBSD -and Linux-based open-source software. - - -Ten 26 -Enterprises is your source for high performance, fault tolerant -FreeBSD workstations and servers. Choose a pre-configured -package or create your own custom machine from our list of well-tested -components. All machines carry a 2 year warranty. For more -information, visit Ten 26 or -e-mail info@ten26.com. - - -TeraSolutions, Inc. -is a manufacturer of high-reliability, high-performance rack-mount -Internet server and RAID storage systems -which are specifically designed and built -for the best operation with FreeBSD. -Our servers come with FreeBSD pre-installed and tuned -for high-traffic Internet server applications. -TeraSolutions was founded by FreeBSD co-founder David Greenman -and has built some of the highest-traffic Internet servers in the world. -Please visit our web site -or contact us directly at +1 503 288 9544 for more information. - - -TPC IT Pty, Ltd -is Authorized Australian Cyclades Distributor. We have just set up an -online discussion group for Cyclades customers and anyone wishing to -know about the product. Visit our web -site for details. - - -Znyx Corporation -specializes in high-availability, high-performance, -single and multi-channel Fast Ethernet adapters -for PCI, CompactPCI, and PCI Mezzanine Connector (PMC). -FreeBSD, Linux, QNX, NetWare, OS/2, and SCO Unixware -are supported on virtually all products. - - -NCS Technologies -offers "NCS Swift Appliance Partner Program (NCSAPP)" -for Independent Software Vendors (ISVs) and other OEMs. Under this -program, NCS develops "turn-key" server appliances for its ISV partners -by bundling their appliance software with its own hardware platforms. -These appliance hardware platforms are built using the latest industry -standard chipsets and components and can run FreeBSD based applications. - - -eRacks Open Source Systems -is a leading provider of open source solutions. The company features -its own line of rackmount computer servers, desktops, and laptops -and offers a wide array of services including open source -enterprise migration, security, and network architecture services. diff --git a/en/commercial/hardware.sgml b/en/commercial/hardware.sgml deleted file mode 100644 index 0a8eb9b672..0000000000 --- a/en/commercial/hardware.sgml +++ /dev/null @@ -1,28 +0,0 @@ - - - - %includes; - %vendorincludes; - -]> - - - -&header; -&vendorintroduction; - -

    Hardware Vendors

    - -

    This file has been indexed by alphabetic order for easy navigating. -Should you wish to find a specific entry, please use the shortcuts -below for quick access.

    - -&hardware; - -

    Commercial Vendors Home - -&footer; - - - diff --git a/en/commercial/hardware.xml b/en/commercial/hardware.xml new file mode 100644 index 0000000000..76de4b3e9a --- /dev/null +++ b/en/commercial/hardware.xml @@ -0,0 +1,695 @@ + + + + + + + $FreeBSD$ + + + + + ActiveWire Inc. + http://www.ActiveWireInc.com/ + + ActiveWire Inc. provides an extremely flexible, USB-based I/O board + that connects to buttons, switches, and LEDs, providing a simple API + to read and write to the I/O pins on the board. The USB port is + supported in FreeBSD 4.0, with + native USB + support. An additional EZ USB chip firmware downloader is + available in the Ports Collection. + + + + + ADCOMTEC + http://www.adcomtec.com + + ADCOMTEC specializes in providing high-performance, advanced + communications and networking solutions. FreeBSD driver support is + provided for a range of high-performance WAN adapters for ADSL, T1, + E1, and Synchronous Serial (RS-232/V.35/X.21/EIA530) connectivity + that support a number of downloadable protocol modules including ATM, + Frame Relay, X.25, HDLC, SDLC, PPP, and SS7. For more information, + contact info@adcomtec.com or + visit http://www.adcomtec.com. + + + + + Advanced Computer and Network Management Corporation + http://www.acnc.com/ + + Advanced Computer and Network Corporation Our site, dedicated to RAID + (Redundant Array of Independent Disks) technology, features, an + excellent, easy-to-understand, graphical RAID tutorial. We are a + one-stop source for cost-effective, high-performance RAID arrays, + SCSI switches, boosters, cables, fiber-optic extenders, and + high-availability solutions. + + + + + ASA Computers + http://www.asacomputers.com/ + + ASA Computers offers a wide range of performance-oriented servers, + workstations, and networking products. We are experienced in quality + configuration and support of FreeBSD, Linux, and other operating + systems. Multiple-OS experience and knowledge are our strengths. We + resell a variety of communication and networking products, including + 3COM, Cisco, Cyclades, DIGI, Livingston, and U.S. Robotics. Please + take a look at the pre-configured systems on our web page. Contact us + at unix@asacomputers.com + to configure them your own way or if you have questions or comments. + + + + + BIS, Inc. + http://www.bisworld.com/ + + BIS, Inc. specializes in Internet- and Intranet-networking servers, + running FreeBSD. We custom design and construct high-performance + servers to fill any need. BIS also provides IS Support, network + administration and management, training, Internet connectivity, + corporate-wide e-mail gateways, domain name registration and hosting, + web site development, and more. Please send e-mail to info@bisworld.com or visit http://www.bisworld.com. + + + + + catpipe Systems + http://www.catpipe.net/ + + catpipe Systems ApS provides managed services and support contracts + for FreeBSD, implemented on rackmountable servers preloaded with + FreeBSD. + + + + + Computer Access Technology Corporation + http://www.catc.com/ + + CATC - Computer Access Technology Corporation, popularly called CATC + ("cat-see"), is the world's leading supplier of development and test + tools for the Universal Serial Bus (USB) and IEEE 1394 (FireWire[tm]) + serial communication standards. The company also offers a variety of + peripheral devices, including a USB-to-Ethernet interface and the + industry's first USB hub. + + + + + Coyote Point Systems + http://www.coyotepoint.com/ + + Coyote Point Systems offers the Equalizer Load + Balancing Appliance. Equalizer distributes client UDP/TCP requests to + multiple server machines and includes load balancing, server failure + detection/correction, and an easy-to-use administrative interface. + Capable of handling over 20,000 HTTP GET operations per minute, + Equalizer enhances the Scalability, Availability and Manageability of + any server cluster. Equalizer works with all standard protocols, + including: HTTP, FTP, POP, SMTP, DNS, etc. Equalizer is based on the + FreeBSD kernel. + + + + + Cyclades Corporation + http://www.cyclades.com/ + + Cyclades Corporation sells a variety of high performance, multiport + serial cards which FreeBSD supports directly in its standard + releases. + + + + + DAVICOM Semiconductor, Inc. + http://www.davicom.com.tw/ + + DAVICOM Semiconductor, Inc. designs, develops, and markets + cost-effective integrated circuit (IC) solutions for mainstream + networking and communications applications. DAVICOM is one of the + leading suppliers of Local Area Network (LAN) and Wide Area Network + (WAN) chip sets to international original equipment manufactures + (OEMs) of networking and communications equipment.

    The current + products of DAVICOM Semiconductor, Inc. that will support the FreeBSD + driver are DM9102 (10M/100M PCI Fast Ethernet single chip), DM9102A + (3.3 volts Low Power10M/100M PCI Fast Ethernet single chip), DM9101 + (10M/100M PCI Fast Ethernet PHY chip, included into DM9102 single + chip), DM9131 (3.3 volts Low Power10M/100M PCI Fast Ethernet PHY + chip, included into DM9102A single chip) and DM9801 (1M8 Home PNA PHY + chip).

    Please visit our + web site for more information about our company.

    +
    +
    + + + Digital Networks United Kingdom + http://www.dnuk.com + + Digital Networks is one of the UK's leading supplier of desktops, + workstations, and servers designed and optimized for the FreeBSD and + Linux operating systems. From scientific to e-commerce applications, + our products can be used as building blocks to create complete + solutions. All products are built to order and can be purchased + online from the company's web site at www.dnuk.com. + + + + + Emerging Technologies + http://www.etinc.com/ + + Emerging Technologies, Inc. has high-speed serial-communications + adapters, allowing FreeBSD systems to connect directly to leased + lines at speeds from 56k to T1/E1. ET drivers support up to 16 T1/E1 + lines on a single FreeBSD-based PC. The adapters include a complete + set of drivers and utilities that allow a FreeBSD machine to + communicate directly with virtually any IP router via synchronous + PPP, Frame Relay, X.25, and directly to Cisco brand routers with + Cisco serial encapsulation. Full documentation and support are + included. Hardware choices are available for both ISA and PCI buses, + ranging from an economical single-port ISA adapter to a four T1/E1 + port PCI card with four dedicated 25MHz processors on-board. To + contact Emerging Technologies, send E-mail to info@etinc.com. + + + + + Enterprise Systems and Solutions + http://www.enterprisess.com/ + + Enterprise Systems and Solutions builds high quality, customized + systems, fully loaded and configured with FreeBSD for + intranet/internet server and workstation use, at a competitive price. + We also sell LAN/WAN products (from CISCO, 3COM, Livingston, SDL + Comm, Digi, and more) and provide service. Please email us at info@enterprisess.com or visit our web site. + + + + + Essenz Consulting + http://www.essenz.com + + Essenz Consulting is a leading provider of high-performance rackmount + server equipment. All of our servers feature + dual processor capability, dual onboard networking, high-capacity + memory support, and integrated video. From 1U Hot-Swap SCSI systems + to 2U Hot-Swap 64-bit SCSI RAID with 2x300W Hot-Swap Power Supply, + all Essenz Servers can be custom configured with immediate online + pricing. For more information, visit us online or call our 24/7 Sales and + Support department at 1-800-248-1736. + + + + + FreeBSD Systems + http://www.freebsdsystems.com + + FreeBSD Systems - The Power To Serve™ is so true with an + iNET Server. We manufacture and customize 1U to 7U + Rackmount Servers utilizing Intel Processors ranging from Xeon MP to + Celeron, from single processing to quad and 8-Way Systems. Every + Server is fully customized to our clients requirements including the + installation of FreeBSD. iNET Servers are available in ATA and SCSI + configurations. Looking for Direct Attached Storage? Check out the + iSTOR6000, with data capacity of up to 7 Tera Bytes. Since 1999, + FreeBSD Systems has been providing high performance Rackmount Servers + and Storage Systems to clients ranging from start-up Web Hosting + Companies to Fortune 500 Companies to Federal Government Departments. + We offer On-Site hardware warranty support to all of North America, + Mexico and, Puerto Rico. Visit our web site http://www.FreeBSDsystems.com + or call us toll free at 1.877.963.1900. + + + + + Freedom Technologies Corporation + http://www.FreeBSDsystems.COM/ + + Freedom Technologies Corporation offers businesses a total solution + to Server systems. All our servers are based on the business needs of + our customers. Each server is custom designed, both in terms of the + hardware and the operating system, as well as the applications to be + run. FreedomTC delivers to its customers, server(s) that will do + the task(s) at the highest level of performance. FreedomTC only uses + the highest quality of hardware for any system we design. FreedomTC + also includes its Net@dmin [TM] service for 1 year. Our servers + work extremely well with customer's workstations, using Windows or + Macintosh for file and print sharing. Please call us at our toll + free telephone number, 1-877-963-1900. + + + + + Gallantry Technologies, Inc. + http://www.gallantry.com/ + + Gallantry Technologies Inc. offers a business broadband gateway for + small- to medium-sized businesses. Our products are focused on + offering an easy-to-use product that provides multiple services + routing, firewall, e-mail, web server, DHCP, NAT, FTP, DNS, and print + server. All these features can be accessed via an easy-to-use web + interface. The GallantWEB-100 is an affordable and easy-to-use + business broadband gateway that is ideal for connecting small and + medium offices to the Internet via any broadband connection including + xDSL, Cable, Frame Relay/T1, or ISDN. The GallantWEB-200 is the + industry's first business broadband gateway to include a built-in + SDSL router. This innovative one-box solution makes it easy for DSL + service providers to deploy and manage. + + + + + GND Distribution, Ltd. + http://www.gnd.com/ + + GND Distribution, Ltd., a London, UK-based company, specializes in + bespoke computer systems for FreeBSD and Linux. All GND computer + systems are built to order, using only top-quality components. Our + build quality is second to none. Systems are supplied configured and + optimized to our customer's requirements. We also supply a large + range of system components, including ASUSTeK mainboards, which are + popular within the FreeBSD and Linux communities. + + + + + Hewlett_Packard + http://www.hp.com/ + + Hewlett-Packard sells Proliant BL10e blade servers that are + compatible with FreeBSD. 280 blades can fit within in a 42U rack, + offering superior density, computing power and management for all + front-end and cluster applications. + + + + + iMimic Networking, Inc. + http://www.imimic.com/ + + iMimic Networking, Inc. offers the DataReactor family of Web-cache + appliances. The DataReactor family leads the caching industry in + price/performance, from an aggressively priced entry-level caching + appliance to a high-end caching appliance at mid-level prices. + The FreeBSD-based DataReactor Core + software includes management features such as SNMP monitoring + support, Common Logfile Format logging, and Web-based or + console-based configuration. Please send mail to info@imimic.com for more + information. + + + + + INetU Dedicated Managed Hosting + http://www.inetu.net/ + + INetU Dedicated Managed Hosting are one of the top rated hosting + firms focused on dedicated managed hosting, INetU provides managed + dedicated FreeBSD servers, along with firewalls, load balancing, + advanced monitoring and data backup services. They offer more free + tech support than most other hosts and have a lucrative partner + program for consultants and developers. + + + + + Introspective Technologies USA + http://www.itechusa.net/ + + Introspective Technologies USA delivers networking solutions with + high powered servers and workstations pre-installed with choice of + operating systems, including FreeBSD. + + + + + Iron Systems + http://www.ironsystems.com/ + + Iron Systems, located in San Jose, California, is a provider of + high-density rack-mount Internet systems, low cost hosting solutions + and OEM integration services. System solutions are either + built-to-order iServers with custom-configured hardware, OS, kernel + and applications; or a set of pre-configured network infrastructure + iEngines and iClusters, specially designed to deliver a dedicated + application. Iron Systems backs all solutions with world-class + technical support for FreeBSD and Linux. Our team at an average + has over 10 years of experience in building BSD-based systems. We + understand that our servers run your mission-critical applications - + that's why we use only the highest quality components and test all + systems in advance. We are confident that you will appreciate our + approach. Give us an opportunity to serve you! Please send us email + at info@ironsystems.com or + call 1-800-921-IRON. + + + + + Itautec Philco + http://itautecamerica.com/ + + Itautec Philco is one of Brazil's leading IT products manufacturers + and one the leaders in the Brazilian Market and significant market + share in Portugal, Uruguay and Argentina. Products such as the + Infoway and the InfoServer are fully compatible with FreeBSD, Linux, + and other Operating Systems. Itautec Philco also manufactures Banking + and Retail Automation products, as well as Consumer Electronics + products. We provide complete solutions for our customers, from + Infrastructure (such as LAN) to software applications, to Web + development and hosting services, to call-center services. + + + + + KYTEX Computers Ltd + http://www.kytex.bg/ + + KYTEX Computers Ltd offers K-SERVER family of pre-installed xBSD and + Linux Internet appliances. K-SERVER product line include small + footprint all-in-one solutions for small to middle networks and + rackmount servers for ISP/ASP and corporate networks. All-in-one + solutions provides Internet access via dial-up, leased lines, xDSL, + wireless technology and offer filesharing for Windows and MacOS + workstations across the network at no additional cost, users WEB-, + Mail-, Firewall-, DNS-server applications started and partially + configured for easy integration in any existing networks. K-SERVER + setup and management is very simple - just start any browser on your + workstation and follow the setup instructions and menus. If you have + any questions or proposals, please e-mail us. + + + + + MOXA + http://www.moxa.com/ + + MOXA makes attractively priced multi-port serial cards which are + compatible with FreeBSD's sio serial driver. The C104 / C168 + family of 2/4/8 serial port cards features custom ASIC design, speeds + up to 921.6Kbps, surge protection, independent and + software-configurable I/O ports and IRQs. + + + + + Neturn Corp. + http://neturn.sinacity.com/netserv/ + + Neturn Corp., based in Vancouver, Canada, provides complete solutions + on selective and fine-tuned hardware and software (BSDs as primary + server OSs) platforms to meet the demand from e-commerce, telecom, + manufacturing, industrial, aerospace, medical applications where + stability and reliability are mandatory. For detailed information, + please visit + http://neturn.sinacity.com/netserv. + + + + + NetWolves Corporation + http://www.netwolves.com + + NetWolves Corporation produces the FoxBox line of Multi-services + Internet Communications Gateway systems. These Internet Access + Devices offer a three stage firewall, unlimited e-mail, site hosting, + filtered browsing, web and DNS caching, DHCP for ease of set up, file + sharing/serving, e-mail archiving, and a series of productivity + enhancing reports - cost effectively. The FoxBox OS is based on + FreeBSD. Bandwidth options range from V.90 modems to T-1, cable + modems, and DSL speeds. The FoxBox provides Internet access for + between 8 and 1000 users on one or more LANs and is available + internationally through our VAR reseller network. Visit our site for more information or + contact us by email. + + + + + Offmyserver + http://www.offmyserver.com/ + + Offmyserver offers state-of-the-art Internet Server Systems, Internet + Appliance Platforms, RAID solutions, Multi-boot Workstations, LAN/WAN + products, and peripherals at competitive prices. We'll help you + find the right system hardware - configure, price, build, AND test it + with BSD operating systems. If that's not enough, we'll even + bend sheet metal to suit your identity. That's what you get when + the company that sells you the complete system is also the one that + custom builds it for you. We use only the best quality components and + do the required testing in advance - knowing that you are going to + run your mission-critical applications on our servers. We are + confident that you will appreciate our approach - give us an + opportunity to serve you! Send us an email at info@offmyserver.com. + + + + + PCW Microsystems, Inc. + http://www.rackmount.com/ + + PCW Microsystems, Inc. offers rackmount workstations and servers, + optimized for the FreeBSD operating system. We carry full line of + rackmount chassis, RAID, WAN, and LAN products for FreeBSD OS. Please + visit our web site for more + information or send us an e-mail at sales@pcwnet.com + + + + + PSSC Labs + http://www.pssclabs.com/ + + PSSC Labs provides custom configured computer solutions to meet any + budget or specification. Visit our website to build your computer + just the way you want it, including hard-drive partitioning and + operating system setup. + + + + + R and D Associates, Inc. + http://www.RnDAssociates.com/ + + R and D Associates, Inc. developed ServeTheWeb.com utilizing FreeBSD + running Apache. We employed consulting services from Poul-Henning Kamp to develop our + Virtual Server solution (which is now available in FreeBSD 4.0).

    ServeTheWeb.com is our System + Admin level of Virtual Servers. Please visit www.ServeTheWeb.com for + additional information on this product.

    R and D Associates, + Inc. is an application development firm, specializing in + client/server designs. We use FreeBSD, running Apache and utilizing + PHP's and MySQL (As well as NT with ASP's and SQL/Access).

    +
    +
    + + + Sangoma Technologies, Inc. + http://www.sangoma.com/ + + Sangoma Technologies Inc. offers the WANPIPE™ range of high + speed intelligent communication adapters that support a number of + downloadable protocol modules including PPP, Frame Relay and X.25. + The cards are available with RS-232/V.35/X.21/EIA530 interfaces or an + on board T1 or Fractional T-1 CSU/DSU. All of our FreeBSD and Linux + code is distributed under the GNU Public License (GPL) in source code + form. The FreeBSD PPP driver and utilities for Sangoma WANPIPE™ + kits are available for download at ftp.sangoma.com/FreeBSD. + Frame Relay and X.25 support will follow shortly. + + + + + SBE + http://www.sbei.com/ + + SBE specializes in providing high-performance, advanced + communications and networking solutions for CompactPCI-, PCI-, and + PMC-based applications. FreeBSD driver support is provided for a + range of high-performance WAN adapters, providing connectivity for + Synchronous Serial, T1/E1, DS3/T3, and HSSI. For more information, + contact info@sbei.com or visit http://www.sbei.com. + + + + + Sera Systems + http://www.serasystems.com + + Sera Systems is a manufacturer of xBSD-based servers and + workstations. Sera Systems was formed to address the security needs + of Internet-connected businesses by helping develop, setup, and + support network infrastructure computers with reliable, + proactively-secure free software. Sera Systems products include the + SeraBox, a low-cost, multi-function server, the SeraVPN, a dedicated + virtual private network server, and a line of customizable servers + based on choice of xBSD. Sera Systems offers with all products a + value-added preconfiguration service which is designed to help + customers implement specific network applications using xBSD and be + up and running as quickly as possible. For more information please visit our web site or e-mail sales@serasystems.com. + + + + + Perle Specialix + http://www.perle.com/ + + Perle Specialix makes a wide variety of multi-port async serial + expansion products. The ISA, EISA, and PCI SI/XIO host cards work + under FreeBSD, using the si driver. + + + + + Stallion Technologies, Inc. + http://www.stallion.com/ + + Stallion Technologies, Inc. offers a range of multiport serial boards + for the ISA, EISA, MCA and PCI buses. Although Stallion does not + officially support drivers for FreeBSD, there is an unsupported, + freely available driver available from their FTP site. This driver supports the Stallion + EasyIO and EasyConnection 8/32 multiport boards. + For local pricing and availability information, contact Stallion via + their WWW page. + + + + + StoreAnyWhere.com + http://StoreAnyWhere.com/ + + StoreAnyWhere.com offers a wide range of high-performance and + cost-effective quad- and dual-processor servers, workstations, and + networking products with FreeBSD and Linux as their operating + systems. Just go to our website for servers in a variety of + configurations or custom-made systems. + + + + + SW Technology + http://freebsd.swt.com/ + + SW Technology offers quality Pentium machines with FreeBSD + pre-installed. + + + + + Synetic, Inc. + http://www.synetic.net/ + + Synetic Inc. is a Canadian and North American distributor for + IDE-to-IDE, SCSI-to-IDE and SCSI-to-SCSI RAID controllers, supporting + the FreeBSD platform. Our products can be found at www.synetic.net/prodman.htm + or + www.synetic.net/prodspec.htm + + + + + Tegatai Systems + http://www.tegatai.com/ + + Tegatai Systems develops software and networking products and + services using FreeBSD and Linux-based open-source software. + + + + + Ten 26 + http://www.ten26.com/ + + Ten 26 Enterprises is your source for high performance, fault + tolerant FreeBSD workstations and servers. Choose a pre-configured + package or create your own custom machine from our list of + well-tested components. All machines carry a 2 year warranty. For + more information, visit Ten 26 or + e-mail info@ten26.com. + + + + + TeraSolutions, Inc. + http://www.terasolutions.com/ + + TeraSolutions, Inc. is a manufacturer of high-reliability, + high-performance rack-mount Internet server and RAID storage systems + which are specifically designed and built for the best operation with + FreeBSD. Our servers come with FreeBSD pre-installed and tuned for + high-traffic Internet server applications. TeraSolutions was founded + by FreeBSD co-founder David Greenman and has built some of the + highest-traffic Internet servers in the world. Please visit our web site or + contact us directly at +1 503 288 9544 for more information. + + + + + TPC IT Pty, Ltd + http://www.tpcit.com.au/ + + TPC IT Pty, Ltd is Authorized Australian Cyclades Distributor. We + have just set up an online discussion group for Cyclades customers + and anyone wishing to know about the product. Visit our web site for details. + + + + + Znyx + http://www.znyx.com/ + + Znyx Corporation specializes in high-availability, high-performance, + single and multi-channel Fast Ethernet adapters for PCI, CompactPCI, + and PCI Mezzanine Connector (PMC). FreeBSD, Linux, QNX, NetWare, + OS/2, and SCO Unixware are supported on virtually all products. + + + + + NCS Technologies + http://www.ncsapp.com/ + + NCS Technologies offers "NCS Swift Appliance Partner Program + (NCSAPP)" for Independent Software Vendors (ISVs) and other OEMs. + Under this program, NCS develops "turn-key" server appliances for its + ISV partners by bundling their appliance software with its own + hardware platforms. These appliance hardware platforms are built + using the latest industry standard chipsets and components and can + run FreeBSD based applications. + + +
    diff --git a/en/commercial/includes.sgml b/en/commercial/includes.sgml deleted file mode 100644 index 53e71da5d3..0000000000 --- a/en/commercial/includes.sgml +++ /dev/null @@ -1,22 +0,0 @@ - - - - The power, flexibility, and reliability of FreeBSD - attract a wide variety of users and vendors. - In addition to our gallery page, - showcasing many of our users, - here you will find vendors offering commercial products and/or services - for FreeBSD. -

    - -

    - For your convenience, - we have divided our growing commercial listing into several sections. - If your company supports a FreeBSD-compatible product or service - that should be added to this page, please send email - to www@FreeBSD.org - and let us know! - Submissions should be in HTML and a medium-sized paragraph in length. -

    -'> diff --git a/en/commercial/misc.raw b/en/commercial/misc.raw deleted file mode 100644 index 6638328315..0000000000 --- a/en/commercial/misc.raw +++ /dev/null @@ -1,65 +0,0 @@ -# $FreeBSD: www/en/commercial/misc.raw,v 1.14 2003/10/02 10:01:06 ceri Exp $ - - -The Bookpool -offers 30% discounts on the new edition -of The Design and Implementation of the 4.4BSD Operating System -and other FreeBSD-related books. - - -BSDMall -supports all flavors of BSD, -providing books, clothing, hardware, software, and more! - - -DOSSIER -is a series of demand-printed document collections, -covering a variety of Free and Open Source topics. -DOSSIER uses FreeBSD documentation as the basis -for many of its volumes. - - -The FreeBSD Mall -can provide everything you may want or need -to enhance your FreeBSD experience. -Are you new to FreeBSD? -Or, perhaps you've been using it for years? -We have something for you. -We have the latest FreeBSD CDROMs, -helpful books, and colorful shirts and hats. -Stay current with FreeBSD and put it to work for you! - - -Liebscher & Partner -are now shipping the BSD -Stuffed Daemon!
    -stuffed daemon - - -ScotGold Products -design and manufacture PC case badges, -including a BSD daemon badge -with the permission and blessing of Kirk McKusick. - - -Fultus -presents FreeBSD Open Documentation Library. -This is the full up-to-date FreeBSD documentation collection available -online in the Technical Literature section of the Fultus eLibrary and Fultus Online Book Superstore in the following formats: - -Interested?
    -Read about FreeBSD eBooks and download examples on the FreeBSD Documentation page of the Fultus web site. - diff --git a/en/commercial/misc.sgml b/en/commercial/misc.sgml deleted file mode 100644 index 2ca9aeb821..0000000000 --- a/en/commercial/misc.sgml +++ /dev/null @@ -1,28 +0,0 @@ - - - - %includes; - %vendorincludes; - -]> - - - -&header; -&vendorintroduction; - -

    Miscellaneous Vendors

    - -

    This file has been indexed by alphabetic order for easy navigating. -Should you wish to find a specific entry, please use the shortcuts -below for quick access.

    - -&misc; - -

    Commercial Vendors Home - -&footer; - - - diff --git a/en/commercial/misc.xml b/en/commercial/misc.xml new file mode 100644 index 0000000000..08848a5cea --- /dev/null +++ b/en/commercial/misc.xml @@ -0,0 +1,97 @@ + + + + + + + $FreeBSD$ + + + + + Bookpool + http://www.bookpool.com/ + + The Bookpool offers 30% discounts on the new edition of The + Design and Implementation of the 4.4BSD Operating System and + other FreeBSD-related books. + + + + + BSDMall + http://www.bsdmall.com/ + + BSDMall supports all flavors of BSD, providing books, clothing, + hardware, software, and more! + + + + + DOSSIER + http://www.ptf.com/dossier/ + + DOSSIER is a series of demand-printed document collections, covering + a variety of Free and Open Source topics. DOSSIER uses FreeBSD + documentation as the basis for many of its volumes. + + + + + FreeBSD Mall + http://www.freebsdmall.com/ + + The FreeBSD Mall can provide everything you may want or need to + enhance your FreeBSD experience. Are you new to FreeBSD? Or, perhaps + you've been using it for years? We have something for you. We have + the latest FreeBSD CDROMs, helpful books, and colorful shirts and + hats. Stay current with FreeBSD and put it to work for you! + + + + + Liebscher & Partner + http://www.freibergnet.de + + Liebscher & Partner are now shipping the BSD + Stuffed Daemon! stuffed daemon + + + + + ScotGold Products + http://www.scotgold.com/daemon.htm + + ScotGold Products design and manufacture PC case badges, including a + BSD daemon badge with the permission and blessing of Kirk McKusick. + + + + + Fultus FODL + http://www.fultus.com/ + + Fultus presents FreeBSD Open Documentation Library. This is the + full up-to-date FreeBSD documentation collection available + online in the Technical Literature section of the Fultus eLibrary and Fultus Online + Book Superstore in the following formats: +
      +
    • Online Web Help (searchable through all documents) + (Mozilla, Netscape Navigator & IE compatible);
    • +
    • Searchable Adobe PDF format with Bookmark link page (for desktop + and PDA);
    • +
    • Compiled HTML format (chm) (for Windows).
    • +
    + Interested? Read about FreeBSD eBooks and download examples on + the FreeBSD + Documentation page of the Fultus + web site. +
    +
    +
    diff --git a/en/commercial/soft_bycat.xsl b/en/commercial/soft_bycat.xsl new file mode 100644 index 0000000000..a15382a9e4 --- /dev/null +++ b/en/commercial/soft_bycat.xsl @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + +

    The power, flexibility, and reliability of FreeBSD attract + a wide variety of users and vendors. Here you will find + vendors offering commercial products and/or services for + FreeBSD.

    + +

    For your convenience, we have divided our growing + commercial listing into several sections. If your company + supports a FreeBSD-compatible product or service that should + be added to this page, please send email to www@FreeBSD.org and let us + know! Submissions should be in HTML and a medium-sized + paragraph in length.

    + +

    Software Vendors

    + +

    This file has been divided into sub-categories for your + convenience. The following shortcuts will take you to the + proper gallery entries.

    + +

    Databases

    + + + + + +

    Development Tools

    + + + + + +

    E-Commerce Solutions and Tools

    + + + + + +

    Miscellaneous

    + + + + + +

    Multimedia

    + + + + + +

    Network Systems and Applications

    + + + + + +

    Scientific and Language Tools

    + + + + + +

    Security

    + + + + + +

    System Administration / ISP

    + + + + + + + +
    + + +
  • + +
  • +
    +
    diff --git a/en/commercial/software.raw b/en/commercial/software.raw deleted file mode 100644 index e2ea583cd0..0000000000 --- a/en/commercial/software.raw +++ /dev/null @@ -1,1662 +0,0 @@ -# $FreeBSD: www/en/commercial/software.raw,v 1.89 2004/01/07 22:06:40 trhodes Exp $ - - -Another Programmer's Editor (APE) -is a terminal-independent integrated development environment (IDE) -which runs on a variety of Unix platforms. -APE offers syntax highlighting and full error-message processing, -and works with any compiled or interpreted language. -For more information, -please visit our web site -or send email to acadix@execpc.com. - - - -Aestiva HTML/OS -is a complete solution -for advanced, dynamic web site and web software development. -It eliminates the need for CGI programming and integration tools, -includes a built-in database engine -and tools for packaging and copy-protecting commercial web products, -and supports over a dozen platforms. -Visit www.htmlos.com for more information. - - - -Aker Firewall -is a firewall solution which runs on FreeBSD. -The firewall provides a stateful filtering engine, -Network Address Translation (NAT), -cryptography (with manual key exchange and SKIP), -automatic responses to pre-configured events, -and remote administration by a easy-to-use graphical interface -which runs on many different platforms. -For more information, please -visit our web site -or send a e-mail to -info@mail.aker.com.br. - - - -Akopia -is the developer of Interchange, -the leading open source e-commerce platform -that runs on FreeBSD and other UNIX Operating systems. -Interchange offers an extensive feature set including: - -

    -Akopia offers professional Interchange support -and an array of e-commerce professional services. -For more information and a free download, -visit us at www.akopia.com - - - -Altera SQLServer -is a multi-user, relational database with ODBC and JDBC options, -demanding very few resources. -Altera's client-server architecture allows numerous concurrent users. -Altera SQL server supports CGI and is ideal for Web applications -since it transfers MIME-typed BLOBS directly to the web browser -via HTTP protocol (acting as a web server). -For more information, -please visit www.altera.gr. - - - -AM'SOFT (Andrew Maltsev's Software) -features EasySQL, -an ODBC-like, database-independent C/C++ library. -Full source code is available. - - - -AstroArch Consulting, Inc. -develops and licenses its -ISP Billing and Tracking System (BATS) -for FreeBSD as well as thirteen other Operating Systems. -For more information, check out -www.astroarch.com/, -send email to info@astroarch.com, -or call +1.512.990.9711. - - - -Ballista -is a network security auditing tool -for evaluation of security postures -in areas where high assurance levels are critical. -Ballista is primarily designed -to audit the remote security aspects of networks -and runs quite well under FreeBSD. - - - -Brown Bear Software -produces and supports -Calcium, -an interactive Web Calendar server you use via your browser. -Features include: -dynamic calendar merging -multiple views and formats; repeating events, -email notification and reminders, -iCalendar support, -Palm Pilot synchronization, -color and font customization, -support for full HTML in event text and calendar headers and footers, -popup text associated with any event, -searching & filtering, -multi-language support, -flexible security model, and more. -Calcium is very easy to use and fully supported. -It runs anywhere that supports Perl CGIs; -no non-standard Perl modules are necessary. -A live On-Line Demo is available; -you can download an -evaluation copy (fully functional, but limited to a single calendar), or -try your own private -demo on our servers. - - - -C-Forge (pronounced Code Forge) -is a multi-user integrated development environment -that provides full project management -and complete edit/compile/debug cycle support. -Features include complete abstraction of the "makefile" concept, -a Project Manager for visual presentation of project structure -and component status using a dependency tree -and a separate "desktop" area showing work in progress, -support for C/C++, Perl, Oracle ProC/C++, Tcl, PHP, Java, JavaScript, -Python, Qt, Pascal, Free Pascal, FORTRAN, TeX/LaTeX, SGML, Modula-2, -and Assembler, integrated revision control, -fully configurable programmer's editor, and much more. -An evaluation version is available for download. - - - -Cactus International Inc. -

    -Backup Professional
    -Enterprise Wide Network Backup -

    -The Enterprise Wide Backup and Recovery System, -which provides high-performance backup and recovery -for a wide variety of systems across your intranet. -The Backup Professional utilizes a Client/Server architecture -to provide enterprise-wide services via TCP/IP. -Master and Incremental backups for each client or group of clients -can be scheduled as often as desired. -The Backup Professional's internal database -maintains every backup on the tape and every file in that backup. -System Administration of the Backup Library is only a few keystrokes away. - - - -CheapBytes, -a company that specializes in low-cost technical products, -now has FreeBSD products available on CD-ROM. -Among our offerings, -you will find FreeBSD CD-ROM sets and FreeBSD related books. -For further information, please see -www.cheapbytes.com -or send e-mail to: -sales@cheapbytes.com. - - - -CobolScript -from Deskware, Inc. -is a revolutionary, cross-platform Internet programming language, -designed for anyone who wants to do web development. -If you don't yet know an Internet development language, -learning CobolScript is the fastest and easiest way -for you to acquire web application development skills. -Deskware's own -e-commerce-enabled catalog is powered by the CobolScript engine. - - - -Conetic Software -is offering a FREE copy of -C/BASE 4GL -for the FreeBSD operating system. -C/BASE 4GL features a powerful -and fully portable application-development tool and database engine. -It featuring an easy-to-use visual development environment, -a scripting language, -and application libraries with a C language (API) interface. -Your FREE copy of C/BASE 4GL is set to run -for a maximum of 2 concurrent users and 1,000 records. -Please contact us at -info@conetic.com -if you would like a taste of even more power and programming fun. - - - -Cool Horizon provides a billing package for ISPs, -called Internet Billing. -This package was designed to handle all billing needs -for Internet Service Providers. -It runs under MS-Windows. -One piece of the software is a client/server set, -with a daemon that runs on a UNIX server (including FreeBSD), -allowing the client to do all of their user management -under a Windows front end. - - - -Covalent Technologies -presents the Raven SSL Module for the ever-popular -Apache Web Server. -Raven offers the ability to add secure server functionality -to your Apache installation, -using the RSA encryption algorithms available to residents of North America. -For more information, please email -info@raven.covalent.net -or call +1.402.441.5710 (Voice) or +1.402.441.5720 (Fax). - - - -Cybernet Systems -produces the NetMAX line -of Thin Servers and Professional Products for FreeBSD. -The Thin Server Series consists of the FireWall (with Router), -WebServer (with email and FTP), -and FileServer (with print sharing). -The NetMAX Professional contains these three, -as well as the Discussion Group/NewsServer, -dial in capabilities, -enhanced system management and reporting functions, -expanded support, and more. -Easily install the included OS through a GUI -and set up and manage your server through a web browser. -Save time on mundane tasks. -Access to the command line is available for "traditional" Unix use. - - - -DBMaker -provides you with a professional database system -with multimedia capabilities, a native ODBC interface, -large database features, and cross-platform support. -The unique open architecture and native ODBC interface -give you the freedom to build custom applications -using a wide variety of programming tools -such as Visual Basic or Delphi, -or query your database using existing ODBC-compliant applications. -DBMaker provides excellent multimedia-handling capabilities, -allowing you to store, search, retrieve, and manipulate -all types of multimedia data. -Binary Large Objects (BLOBs) allow you -to ensure the integrity of your multimedia data -by taking full advantage -of the advanced security and crash-recovery mechanisms included in DBMaker; -File Objects (FOs) allow you to manage your multimedia data, -while maintaining the capability to edit individual files -in the source application. -Download a free copy now! - -This free copy of DBMaker includes a three-user license -with no time or storage limitations. -Additional information is available at -www.dbmaker.com. - - - -Differential, Inc. -develops FileDrive, -a suite of secure and extensible high-performance -FTP file transfer client/server software. -FileDrive provides the industry's most secure file transfer solution -through the use of SSL encryption, extensive access controls, -comprehensive logging, and an optional security auditing system. -Differential's FileDrive EX extranet server -also provides extensible FTP access -to dynamically generated content and server-based data processing. -FileDrive servers are easy to configure, manage, and maintain -through their integrated Web-based remote administration systems. -FileDrive servers are available for FreeBSD, Linux, and Solaris, -with IRIX and HP/UX version available soon. -15-day evaluation versions of FileDrive and FileDrive EX are available -at www.differential.com/. - - - -Easysoft Ltd -Easysoft's ODBC-ODBC Bridge 2000 (OOB) provides full access -to any local ODBC data source from any remote client, -such as Unix, Linux, OpenVMS, Windows, or other systems. -A free version of the Easysoft ODBC-ODBC Bridge -is available on the FreeBSD platform. -For further information, or to download the software, -please visit www.easysoft.com. -

    -Easysoft's JDBC-ODBC Bridge 2000 (JOB) provides Type 3 JDBC access -from Java Applets or Applications on the FreeBSD platform -to ODBC (Open Database Connectivity) data sources anywhere on the network -where the server component of the bridge is installed. -A free version is available to download -from www.easysoft.com. - - - -EasyStat -is a "counter"-like application. -It will keep track of the number of visitors to your site, -as well as gather information about your visitors -such as their browser, operating system, referrer, etc. -EasyStat will then display all it gathers in an elegant fashion, -a demo of which is available on its site. - - - -Eiffel Studio -is an Integrated Development Environment (IDE) designed for the -Eiffel object-oriented application development language. -Beside the Enterprise Edition, a Free Edition for non-commercial -use only is freely available for download. - - - -Elego ComPact Configuration Management. -Elego ComPact is a set of tools for configuration management, -based on a very reliable and scalable solution for version control, -integrated with a multi-platform language-independent build system, -and the concept of software packages.
    -It offers scriptable command-line-oriented programs, -as well as an HTTP/HTML based GUI, -and can be easily introduced in a stepwise fashion. -

    -Some of its features are: client/server design, -baseline and release branch support, checkin/checkout model, -package-oriented change sets, integrated build system, -support for development for/on heterogeneous platforms, -scalable from one to hundreds of developers, -default configurations for C, C++, Java, Modula-3, -easily portable to most PC and workstation platforms. -

    -Elego ComPact currently uses CVS -as its underlying version control machine, -though future versions may support other systems, too. -Binaries are available for FreeBSD, Linux, Windows, -and Solaris/SPARC systems. -John Polstra's CVSup may be used for repository mirroring/replication. -Like CVSup, Elego ComPact is completely written in Modula-3. -

    -Fully functional demo CDs, -including binaries for all supported platforms, -and documentation in HTML, DVI, PDF, and PS format -can be obtained by sending e-mail to -info@elego.de. -More information is also available -from the Elego WWW Homepage. -

    - - - -Empress Software Inc. -has developed Embedded Empress Developer's Toolkit. -To learn more about the toolkit, -please visit www.empress.com - - - -Empress Software -develops the EMPRESS RDBMS, -a powerful and cost-effective ANSI SQL database management system -designed for developing robust scientific and engineering, -embedded, and e-commerce solutions. -
    -The EMPRESS RDBM engine is fast and compact, -efficiently stores and manipulates any data, and is maintenance-free. -Companion products include an Internet application development toolkit, -ODBC Interface, a pure Java client, a C++ interface, -and interfaces to popular scripting languages -like XML, PHP, Perl, and Tcl/Tk. -Empress offers a -free 30 day evaluation, -complete with technical support. - - - -Enhanced Software Technologies -develops BRU, a very powerful and reliable tape backup system. -It offers per-file compression, -an improved tape format with three different kinds of verification, -and many safety checks to insure data integrity. -A Fully ELF-based version is available for FreeBSD 3.1/3.2. - - - -EtherPage -provides a client/server based alphanumeric paging solution -for Unix networks and Windows NT. -Both command line and web interfaces are provided. -Ideally suited for system and database administration, -EtherPage allows messages to be sent automatically -to support personnel based on database events, etc. -Other features include links to email, -integration with user-written scripts, multiple recipients, -pagers selected by time of day/day of week, -duplicate message suppression, long message splitting/truncation, -job logging, and C API. -Virtually all paging services are supported. - - - -FairCom Corporation -has provided quality database development tools -for the professional programmer since 1979. -FairCom is best known for its extremely portable, -high-performance data management product, c-tree Plus. -The product is released in full source code -and supports peer-to-peer development and client-side development -for use with the c-tree database server. -The FreeBSD version offers advanced cross-platform functionality, -including industrial quality transaction processing, -file mirroring, huge file support and disaster recovery. -The FairCom ODBC Driver and Crystal Report(tm) interfaces -allow end-users to access c-tree Plus applications -with higher level products such as Microsoft Access and Crystal Reports. -The FairCom toolset is completed with r-tree, -a powerful report generator -and the powerful FairCom server, with heterogenous network support, -which allows dissimilar clients to attach to one platform -and easily migrate to over 20 supported platforms, -from FreeBSD to Windows to Mac. -For more information, -please visit www.faircom.com. - - - -Firehunter -from Hewlett-Packard. -The HP Firehunter family of intelligent, -out-of-the box software solutions -delivers the information you need -to proactively monitor and manage your Internet services, -including mail, news and Web functions. -Its powerful operational capabilities and service level reports -are your keys to delivering consistently high levels of service quality, -improving customer satisfaction, decreasing churn and expanding revenue. - - - -Gaussian Inc. -produces Gaussian 94, -the latest in the Gaussian series of electronic structure programs. -It is being used in chemistry and physics research -in several universities -and research and supercomputer centers around the world. -Gaussian 94 is designed to model a broad range of molecular systems -under a variety of conditions, -performing its computations starting -from the basic laws of quantum mechanics. -Gaussian 94 can predict energies, molecular structures, -vibrational frequencies, and numerous molecular properties -for systems in the gas phase and in solution, -and can model both their ground state and excited states. - - - -Herrin Software Development, Inc. -offers Qddb database software, -Gustar site search engines, -Qbib bibliography-management software, -and other products that run on FreeBSD and other UNIX platforms. -To download these packages or to learn more, -please visit www.hsdi.com. - - - -HighWind Software -develops Cyclone, Typhoon, and Breeze. -USENET server products are available for FreeBSD 3.0 and later. -HighWind products are carrier-class Internet News Servers -and are in wide-spread use at almost every major ISP involved in USENET. -Free trials are available at -www.highwind.com. - - - -HKS, Incorporated -offers CCVS for FreeBSD. -CCVS allows Unix systems to act as a POS terminal. -Our APIs let people build credit card processing capabilities -into just about any system that runs on any Unix we support. -Please visit our -web site -for more details. - - - -Icon Laboratories -offers Envoy for FreeBSD. -Envoy is a ported version of ISI's popular Envoy SNMP libraries. -Each port includes SNMP libraries and header files for C development, -a MIB compiler and source code for a sample agent, -designed specifically for FreeBSD. -For more information, send email to -info@icon-labs.com -or call (515) 226-3443, ext. 25. - - - -Infinitum Group -provides several high-end solutions, -based upon FreeBSD and other *NIX/BSD based platforms. -Our do-maintenance-yourself website product runs on FreeBSD, -in combination with Zope. -If you would like an easy maintenance website or custom software development, -please contact us at -info@infinitum.nl -or by phone at +31 (0)70-3108950. - - - -Infoflex, Inc. -products include:
    -1) SQLflex, an SQL -client/server clone of Informix ESQL/C and Informix Standard engine,
    -2) Infoflex-4GL, -a 4GL language syntactically similar to Informix and database compatible,
    -3) Queryflex, a point -and shoot report writer enabling novice users to develop their own reports.
    -4) AccountFlex, -a full featured accounting system for Order Entry, Inventory, Job Cost, -Bill of Materials, Purchasing, A/R, A/P, G/L, and Payroll. -All Infoflex products are supported on UNIX, DOS, NT, and VMS. -For more information on Infoflex products, -please visit our web site -or email us at info@infoflex.com. - - - -Inlab Software GmbH -offers binaries of Inlab-Scheme for FreeBSD and Linux -(FREE for personal or educational use). -Inlab-Scheme is a R4RS-compliant Scheme, -which is capable of reading and writing TIFF and XBM-bitmaps -to and from a special internal bitmap type. -With built-in primitives for image processing, -Inlab-Scheme can be a general tool -for tasks like optical character recognition -and general analysis and processing of bitmap data. - - - -InterBase -is The Perfect Embedded Database. -Behind every great client/server application, -you will find a great database and very possibly an embedded database. -The hallmark of a great embedded database is its ability -to empower applications and deliver information -while remaining virtually invisible to the end user -and requiring little or no attention from the database administrator. -That database is InterBase. -InterBase's Japanese partner, RIOS Corporation, -is now offering a port of InterBase 4 for FreeBSD. -Additional information is available at -www.interbase.com -or directly from RIOS at -http://iblinux.rios.co.jp/intl/ - - - -IP23 GmbH -offers IPmeter, an IP mediation and accounting system. -

    -Product Description -

    -IPmeter is Open Source software for IP mediation, accounting, and billing. -It evaluates costs and charges customers for network use and service value, -based on detailed information about IP sessions and flows. -IPmeter will let you identify traffic flows in your network, -summarize and consolidate usage metrics, -apply tariffs to flows and prepare bills online, -analyze network usage patterns, -plan new service offerings and strategies, -and evaluate your network infrastructure. -

    -Licensing -

    -IPmeter is GPL'ed and available for download on -www.ipmeter.com. -A self-installing IPmeter 1.0 beta CD-ROM (including FreeBSD 3.4) -is available commercially -from IP23 GmbH.

    - - - -i-Pass Alliance -is the leading provider of global Internet-roaming solutions -for Internet service providers. -We provide a total solution that enables ISPs to join a global network -and provide convenient, low-cost worldwide access -to their traveling Internet subscribers. -We are an independent organization, -handling the financial settlement -between you and other Internet service providers -and enabling you to bill their subscribers for this service. -There is no cost to join and no cost for the i-Pass software. -The i-Pass cross-authorization and settlement software -is compatible with all common authentication protocols and servers, -including FreeBSD. -For more information, -please visit www.ipass.com. - - - -Itautec Philco -is one of Brazil's leading IT products manufacturers -and one the leaders in the Brazilian Market, -with significant market share in Portugal, Uruguay, and Argentina. -

    -Products such as the Infoway and the InfoServer -are fully compatible with FreeBSD, Linux and other Operating Systems. -Itautec Philco also manufactures Banking and Retail Automation products, -as well as Consumer Electronics products. -We provide complete solutions for our customers, -from Infrastructure (such as LAN) -to software applications, Web development and hosting services, and -call-center services. -For more information, -visit our site - - - -journyx WebTime -is a web-based time and attendance tracking product -for engineering departments and technical consultancies -or contracting firms with people on the go. -It was developed on FreeBSD. -Since it is web-based, it allows for worldwide collection of data. - - - -Joydesk -is a Web-based Groupware package from VirtualTek Corporation, -an ISV based in Seattle, WA. -VirtualTek has developed a state-of-the-art, web-based Groupware server -that runs on FreeBSD -and allows an ISP, Portal, or virtually any website running on FreeBSD -to integrate web-based email, calendar, address book, message board -and other features. -It's fully customizable, -so you maintain your own name and brand, -installs in about 15 minutes and is offered at a low, one-time cost. -Download a copy today -and don't forget to -create your free account -if you would like to experience Joydesk's features firsthand. - - - -Kaspersky Lab -offers KasperskyT Anti-Virus (AVP) - -a unique anti-virus solution for FreeBSD. -The product provides comprehensive protection -for your file and application servers and gateways running FreeBSD. -Kaspersky Anti-Virus for FreeBSD -includes the most complete set of anti-virus tools -that will help you to build a multi-level defence system -against attacks of malicious code of any type, -including computer viruses, Internet worms and Trojan horses. -The package includes an anti-virus scanner -for on-demand check for viruses on data storages (local and network); -an anti-virus daemon that filters data from viruses in real-time mode. -Kaspersky Anti-Virus for FreeBSD -offers an interactive configuration program -and a utility for automatic anti-virus database updates download. -The product also includes a ready-made solution -to integrate the product into popular Sendmail and Qmail gateways. -This is a perfect solution to create your own centralized filtering system -for e-mail traffic and cleanse it of viruses. -The client part of Kaspersky Anti-Virus for FreeBSD/BSDi -is supplied in open source code. -This enables you to easily integrate the product -into your own applications to perform specific tasks, -e.g., into other e-mail or application servers. -Kaspersky Lab also develops anti-virus solutions -for DOS, Windows 95/98, Windows 2000/NT Workstation/Server, -Novell NetWare, Linux, OS/2, BSDi, MS Exchange Server, -Lotus Notes, and MS Office 2000. - - - -KX Systems -presents Kdb, -an RDBMS that provides both transaction processing -and decision support capabilities for large amounts of data. -Kdb extracts data from ODBC, flat files, ASCII, and binary storage formats. -Kdb connects with Excel, Visual Basic, C, Java and HTML, -enabling users with Web browsers to access and analyze data from any location. -Data formats include relational, multidimensional, time series, and object. -Queries are written in SQL and KSQL, -an extended, more powerful query language. -Application deployment is client/server. -High-end processing is parallel. -Kdb supports FreeBSD, Linux, UNIX, and NT. -For more information, call Kx Systems at +1 305 642 5242 or -visit www.kx.com. - - - -Ceilidh, -from Lilikoi Software, Inc., -is a bulletin board package for the World Wide Web, intra-, and extra-nets. -It adds discussion forum capability to Web servers, including Apache. -Ceilidh's forums are accessible through all browsers; -its users can also opt for notification of new messages by e-mail. -The forums are threaded and self-maintaining, -with old messages being automatically deleted -according to a schedule chosen by the administrator and author. -Contact Lilikoi Software at -sales@lilikoi.com, -+1.619.405.4247 (Voice) or +1.619.487.0451 (Fax). - - - -Lone Star Software Corp -

    -LONE-TAR and System Crash AIR-BAG
    -Rock Solid Backup and Recovery for UNIX, Linux and BSD. -

    -For over 15 years, -LONE-TAR has been the de facto standard backup solution -for the UNIX Systems Administrator. -LONE-TAR is a fully menu-driven data-archiving and -recovery utility. -It employs high compression, -allowing it to double the capacity of your archive device, -as well as Bit-level Verification of archived data against the hard disk. - - - -Lugaru's Epsilon Programmer's Editor -features EMACS-style & Brief-style key bindings, -C/C++/Java, Perl, HTML, and TeX modes, -concurrent compiler control with typescript journaling, -syntax highlighting, asynchronous Internet support, -smart indenting & tags, -and multi-file, multi-directory search & replace. -Plus full undo/redo, directory-spanning file patterns, -command/filename completion, convenient keyboard macros, -interactive customizability, and much more. -Executables for FreeBSD, Linux, Windows 95/98/NT/2000/3.1, -OS/2, and DOS are included. -Visit www.lugaru.com -for details and a free evaluation copy. - - - -MainStreet Softworks -develops and markets critical financial transaction software -to the retail, mail/phone order, and eCommerce industries. -Their primary software offering, -the MainStreet Credit Verification Engine, -provides direct credit card authorization/settlement services -on many POSIX-compliant Host Operating Systems such as FreeBSD. -MCVE provides all the required functionality -to authorize and settle Major Credit Cards -and is certified with Established Clearing Houses (processors) -to ensure the lowest possible merchant rates. -To find out more, visit our -web site -or contact us at info@mainstreetsoftworks.com. - - - -MathTools, Ltd. -is offering solutions for scientists and engineers. -Take a look at our -MATCOM, -a Matlab to C++ Compiler, -and Matrix<LIB>, -our C++ Matrix Class Library. -Both are available for download -from our home page -for a 30-day evaluation period. -To receive more information about our products, -please email us at -info@mathtools.com or call -us at +1.212.208.4476 (Voice) or +1.212.208.4477 (Fax). - - - -Mercantec, Inc. -develops SoftCart(tm), -a complete retail electronic commerce solution -for marketing and selling goods and services on the World Wide Web. -Mercantec sells its products through a worldwide network -of Internet Service Providers (ISPs) and Web hosting service providers, -Web consultants, software developers, integrators, and OEMs. -Visit us at www.mercantec.com, -contact us through email -at info@mercantec.com, -or call us at +1.630.305.3200. - - - -Metro Link -produces the -Metro-X Enhanced Server Set, -an accelerated and enhanced replacement X server. -The set includes an easy-to-use graphical configuration tool -and supports touch screens and multi-headed systems. -In addition, Metro Link is now shipping -Metro Link Motif Complete!, -containing full distributions of Motif 1.2, 2.0, and 2.1 on one CD-ROM. -FreeBSD x86 (both a.out and ELF), -Linux/x86 (glibc and libc5), and Linux/Alpha -are supported on the same CD-ROM! -More FreeBSD products on the way! -For more information, -please visit www.metrolink.com - - - -motifdeveloper.com -provides both the Open Motif toolkit for FreeBSD via download -and also a range of technical information, resources, -and in-depth hints and tips for X/Motif developers. -To download Open Motif for FreeBSD, -please visit www.motifdeveloper.com. - - - Muonics' MIB -Smithy is a software product for Simple Network Management Protocol -(SNMP) developers, Management Information Base (MIB) designers and -internet-draft authors providing a Visual GUI-based environment for -designing, editing and compiling MIB modules according to the SMIv1 and -SMIv2 (Structure of Management Information) standards. MIB Smithy is -supported on several platforms, including FreeBSD. More information and a -15-day limited evaluation version can be obtained from -www.muonics.com. - - -NAG, Ltd. -produces a Fortran-90 Compiler for most flavors -of Unix (including FreeBSD), VMS, and the PC. -The NAGWare f90 Compiler is a full implementation of Fortran 90 -(which, by definition, includes Fortran 77) -plus a single-processor implementation of HPF. -For further information, in North America, -email naginfo@nag.com, -and elsewhere, -email infodesk@nag.co.uk. -Or, visit www.nag.co.uk/. - - - -NameSurfer, Ltd. -NameSurfer is a distributed administration tool for DNS data, -with a WWW-based graphical user interface -for remote Internet and Intranet DNS administration. -A fully functional evaluation version is available for FreeBSD. -For more information, -please visit www.namesurfer.com. - - - -NetBeans, Inc. -make Java IDEs, written in Java, that run on FreeBSD. -A complete set of Open APIs is available for extending the environment. - - -NetBoz Firewall -Free CD-ROM bootable firewall. No hard disk required. Web administration -interface, real time traffic monitoring and more. Visit our web site -www.netboz.net. - - -NetCon Corporation, -established in 1985 and with over 10,000 installed servers, -is the leading supplier of NetWare-compatible operating systems -and Internet Gateways for standard UNIX platforms. -NetCon offers a complete line of systems -for FreeBSD, SUN Solaris, SCO UNIX/ODT and IBM AIX RS6000, -serving from 5 to 1000 users. -Services include: -Full Internet access from NetWare/WIN95/Windows workstations over IPX/SPX, -X Windows over IPX/SPX, NetWare file and print services, -NetWare Client services -for UNIX, High-performance, DOS/Windows Terminal Emulation. - - - -Netsville, Inc. -sells an Internet merchandising system called -Hazel -which allows webmasters, web consultants, or regular shopkeeps -to create a web storefront on the Internet. -Hazel interfaces with web servers, -using SSL for security and various transaction processors -for credit card authorization. -The developers actually wrote Hazel using FreeBSD as their operating system. -If you need a flexible shopping cart solution for the Internet, -Hazel is your best bet. - - - -netZuno Technologies -designs and develops -ZunoBox, -FreeBSD-based network server software for growing enterprises. -ZunoBox provides a comprehensive set of networking tools -that are easy enough for the novice, -yet sophisticated enough for the needs of experienced sysadmins. -ZunoBox systems include cross-platform file and print sharing, -email service, an Internet gateway, and more -- -all set up and configured through an innovative, browser-based GUI. -For more information, contact us by -email -or visit www.netzuno.com -where you can -download -an evaluation copy or -order -ZunoBox from one of our vendors. - - - -Network Security Wizards, Inc -Dragon is a real-time, packet-based, intrusion-detection system. -Dragon sensors collect events, -based on user configurable data driven attack signatures -and protocol violations. -When events occur, -Dragon collects the response from the target server, -along with any other traffic that an attacker may try. -Event data is logged to a database -that can be analyzed with a variety of command line forensic tools -that summarize events, replay suspicious network sessions, -and perform statistical analysis. -Dragon sensors can send real-time data via SNMP traps, Syslog messages, -and a Blowfish-encrypted, ICMP-based network pipe -to a central Dragon-Master server. -Up to one hundred sensors can be handled by one Dragon-Master server. -Dragon correctly reconstructs IP fragments and UDP/TCP network traffic. -It can also operate at 100base-T speeds -and some customers have placed Dragon onto Gigabit networks with success. -Please visit -www.securitywizards.com -for more information and to receive a 30-day test license. - - - -Openmake -is a GUI- and shell-based build manager -that goes beyond beloved GNU make. -Used at some of the world's largest companies -for simple apps and complex multi-language/multi-OS applications, -Openmake allows complete standardization and automation of the build process. -Coupled with any version control tool (e.g. RCS), -Openmake absolutely ensures matching source and executables. -Submit your client build to Windows and your server build to FreeBSD -at the same time (or AIX, HP, Sun, Sequent, OS/2). -For more information, -visit www.openmake.com. - - - -Oracle Video Server -is a software product -which stores full-screen, full-motion video and CD-quality audio, -and then streams it to NC, PC, and Mac clients over standard networks. -Software RAID with real-time rebuild -guarantees uninterrupted video stream delivery, -even in the event of disk or controller failure. -Included with the product is client software -which allows display of video -in Netscape-compatible browsers, -Java applets, -Macromedia Director or -Authorware, -Asymetrix IconAuthor, -or user-written applications. -Integration with the Oracle8 -database (optional) allows -for a complete, enterprise-wide information management solution. -The FreeBSD (NCOS) -version is completely compatible with versions for other platforms. - - - -OSATech, Inc. -is a Massachusetts-based corporation. -We specialize in e-commerce software development, -using Perl, C++ and Java. -We perform all of our project management activities from the US, -whereas our development activities are performed -in our offshore center in India. -Using this approach, we are able to provide quality service at a low cost. -Please contact us -at gprakash@osatech.com -or at 617-306-6578. -Please refer to www.osatech.com -for more information. - - - -PACT -Port Accounting and Collection Tool - -is a set of programs and PHP-scripts -that allows for complete accounting of SNMP-queryable ports, -and includes detailed overview of ports and their bandwidth usage. -Multiple ports can be assigned to single customers. -Free for non-commercial use. - - - -Parabase Technology Inc. -offers the Parabase Web-Order-System, -an integrated set of web-based business applications -that incorporate web-based order entry, catalog generation, -shopping cart, and administration. -It automatically calculates shipping and handling charges and sales tax -[depending on location] -and has a full invoice preview and email order confirmation. -The system currently interfaces to QuickBooks and Excel; -other accounting packages are available on request. -The system is based on a highly reliable journalizing database concept. -Additional information is available -at www.parabase.com. - - - -Perforce Software -produces PERFORCE -- -the FAST Software Configuration Management System. -Perforce SCM streamlines the software development process -for organizations working with multiple operating systems and in -multiple physical locations. This high-powered SCM system runs -on more than 50 operating systems including Windows, and nearly -every UNIX variation, from Linux to Mac OS X to AS/400, providing -software developers with an easy-to-use tool for version control, -workspace management and atomic change transactions. Free, fully -functional evaluation versions are available from the Perforce Web site. Organizations -developing software that is licensed or otherwise distributed exclusively -under an Open Source license may be eligible to obtain Perforce licenses -gratis. Perforce Software can be reached at info@perforce.com -or +1-510-864-7400. - - - -Polyhedra -is a main-memory, object-relational database -that is ideally suited for mission-critical applications -requiring event-driven, real-time responses to data changes, -complex database designs, distributed applications, and fault tolerance -for high availability and continuous operation. -

    -The Object-relational database can contain objects -that handle IP-based protocols, -with object methods running in the database process itself -and accessible to other objects/information stored in the database. -Our own web site, -www.polyhedra.com, -provides an example of Polyhedra, -acting as both the web server and the information store, -including free downloads available -for trying Polyhedra on FreeBSD in Linux mode. -

    - - - -PolyServe is a vendor of Understudy, -a high-availability webserver monitoring and failover utility for FreeBSD. -Understudy resides on two or more webservers -and monitors the health and responsiveness of websites. -In the event that Understudy detects a failure, -it fails-over requests for the failed website to a backup server. -Thus, people browsing the website see no interruption or delay; -from their standpoint the website keeps right on working. -

    -Understudy monitors IP services including HTTP, SMTP, TCP and FTP. -Upon detection of a failure, -Understudy removes the failed server from the cluster -and fails-over to the secondary backup host. -Understudy then generates a network-administrator notification -via email and/or page -so that whatever problem caused the failover can be remedied. -

    -For more information, -visit www.polyserve.com. -

    - - - -Urchin 5 -About Urchin Web Analytics Software: -Urchin 5 is a web analytics software solution that provides detailed -metrics and marketing intelligence about how visitors interact with -your website. Urchin provides detailed conversion metrics for online -marketing initiatives in colorful and easy to read graphs. It is -essential for anyone interested in the marketing, design or success -of a website. Urchin for FreeBSD and all platforms can be downloaded -from -www.urchin.com/. - - - -RealNetworks, Inc. -offers its -RealPlayer, -RealServer, and -RealEncoder -software for FreeBSD. -The FREE RealPlayer allows you to play live and on-demand audio -over 14.4Kbps and faster connections. -All you have to do is click on a RealAudio link from your Web browser -and audio begins playing instantly. -Check out The RealMedia Guide -to access thousands of sites, -offering music, news, live radio stations, live events, etc. -The RealServer allows your web site to deliver live and on-demand -audio, video, and animation over the Internet -or your company network. -A FREE version of the RealServer, -called the Basic Server, is available. - - - -REBOL -is a new, network-based messaging language -that increases productivity, cuts application size, -and reduces application time-to-market. -The language is human-centric, instead of computer-centric, -and offers a new alternative to anachronistic programming languages -like Java and C++ and scripting languages like PERL and Tcl. -REBOL is compact, platform independent, -and functions over a network or on a single system. -It is ideally suited -for webmasters, technicians, hobbyists, educators, experimenters, -and any one who requires a simple, customizable, -robust, easy-to-understand language. -Download The Language of the Free(tm) now -at www.rebol.com/downloads.html - - - -Relex US, Inc. -present: - - - - -Revolution -is a multi-platform software development tool that enables developers -to easily and quickly create powerful applications for OS X, classic -Mac OS, Windows, Linux, and popular Unix systems (including FreeBSD)... -with native look and feel on all platforms. -For more information or to download a free 30-day trial evaluation -edition, visit www.runrev.com. - - - -RTD -provides UTA, -an ISP billing package for FreeBSD-based ISPs. - - - -Sane Solutions, LLC -offers NetTracker, -one of the most powerful, yet easy to use Internet usage tracking programs -on the market today. -NetTracker allows marketing professionals, webmasters, and ISPs -to get the essential information they need to make informed decisions -regarding their web sites. -A demonstration of NetTracker can be seen at -www.sane.com/demo/ -and a FREE, 30-day evaluation copy -can be downloaded from -www.sane.com/eval. - - - -Sendmail Inc. -develop the commercial (Sendmail Pro) and free versions of sendmail, -the ubiquitous mail transport agent. -It supports FreeBSD, as well as many other Unix implementations. - - - -Serengeti Systems -provides PC to mainframe communication packages -over Bisync and SDLC lines. -We support FreeBSD, as well as DOS, Windows, SCO, AIX, and OS/2. -For more information, -please visit our web site, -e-mail us at sales@serengeti.com, -or call +1.800.634.3122. - - - -Shpink Software -offers The Network Shell. -The Network Shell provides for a Perl and Shell environment to allow you -to perform secure automated and/or interactive remote administration -of UNIX and Windows 95/NT hosts from the local host -without the need for telnet, ftp, or .rhosts. -You get access to remote files, processes, commands, and other data -easily and securely from your local Shell and Perl environment. -To download a fully functional evaluation copy, -or to get more information, -please visit our web site. -For more information, send email to -info@shpink.com -or call us at +1.888.I.WANT.NSH (Toll Free) or +1.650.525.1537. - - -SiamScan.NET, -a Bangkok based company offers commercial web application software, CPA -- Collaborative Portable Accounting. CPA is web accounting software -designed to be easy enough for non accountants to use. Also, we offer -service on maintenance and implementation of FreeBSD systems. For more -information, email sale@siamscan.net, -visit SiamScan.NET Website, call -+66 2532 9068-70, or fax +66 2533 4167. - - -Sleepycat Software -distributes Berkeley DB, an embeddable database system with full source. -Berkeley DB runs on a wide variety of Unix systems and on Windows 95 and NT. -It offers high-end data management services, -including full transaction support, disaster recovery, hot backup, -very large databases, -and the ability to handle large numbers of users concurrently. -Keys and records can be arbitrarily long, and of arbitrary data types. -Berkeley DB can store data in B+trees, hash tables, or sequential stores. -The programmatic interfaces are simple, -and can be called from C, C++, Java, or Perl. -Berkeley DB is easy to install and manage, -so your customers can use your application -without learning how to be database administrators. -For more information, -please visit www.sleepycat.com -or send us email at db@sleepycat.com. - - - -SlickEdit -develops and markets Visual SlickEdit, -a programmer's editor that allows developers -to increase their productivity. -Visual SlickEdit v6.0 for FreeBSD allows developers to streamline workflow, -simplify processes, manage large files, and reduce keystrokes. -Developers can customize Visual SlickEdit, -based on individual preferences and preferred coding styles. -Visit www.slickedit.com -for more information or to download a demo. - - -TextMaker -is the fast, efficient Microsoft Word-compatible word processor for FreeBSD. -It provides all the features of a modern high-end word processor, reads and -writes Microsoft Word documents seamlessly, and is available on multiple platforms (FreeBSD, -Linux, Windows, Pocket PCs, Handheld PCs). -Free trial available. - - -Software2Go, LLC -is proud to announce the availability of -Motif 2.1.10 -for FreeBSD versions 2.2.x (a.out) and 3.0 (ELF). -Motif 2.1.10, Development Edition, -is available for immediate purchase and download -from www.apps2go.com. -Native ports to other Free UNIX's are also available. - - - -Solid Information Technology Ltd -is the maker of a unique data management product, -SOLID Server. -It is designed for robust operation in demanding environments. -Its small size and ease-of-use make it ideal for deployment to web sites, -various embedded systems, and other environments -where databases need to operate unattended. -Free evaluation copies maybe downloaded from -here. - - - -Sophos Plc -offers Sophos Anti-Virus for FreeBSD. -Sophos Anti-Virus is a unique solution to the virus problem, -providing true cross-platform protection -in a single, fully integrated product. -The network-centric design provides a host of benefits -for the protection of servers, workstations, and portables. -Sophos's ground-breaking architecture maximizes protection, -while minimizing performance and administrative overheads. -Sophos Anti-Virus is fully scalable, -equally at home protecting a single PC, a local network, -or the entire enterprise. -Sophos Anti-Virus is available -for all popular desktop and network operating systems, -including DOS, Windows 3.x/95/98/NT/2000, Unix (including FreeBSD), -OS/2, Netware, and OpenVMS. -Sophos Anti-Virus monitors all virus entry points, -including disks, programs, documents, network drives, CD-ROMs, -Internet downloads, email attachments, and compressed files. -Over 65 per cent of The Times Top 100 Companies -use Sophos Anti-Virus to protect their networks from viruses. -This endorsement of Sophos Anti-Virus protection is shared around the world. -FREE evaluation copies may be -downloaded. - - - -Stalker Software, Inc. -offers CommuniGate Pro, -The Internet Messaging Server. -Based on the Stalker Foundation framework, -it employs the native services of all major operating systems, -including FreeBSD, Windows 95/98, Windows NT, Apple Rhapsody, Linux, -Solaris, and others. -The CommuniGate Pro server takes full advantage -of modern multi-threaded and multi-processor environments, -and includes anti-spam protection, administration via the Web, -extensive multi-domain support, dial-up capabilities, -unique IMAP multi-mailbox features -and designed to provide access to hundreds of thousands of accounts, -and to relay mail on the most heavily loaded sites. -Download the FREE Trial version -from www.stalker.com -or e-mail Stalker Software Sales. - - - -Tonec, Inc. -provides award-winning products and solutions -for web development, Java applets, and Perl modules. -Tonec is a developer of Adgen - -a BMP to PFR dynamic font converter for Linux and FreeBSD. -In addition, Tonec provides custom programming, -cost-effective offshore software development, web design, -and custom ASP and Java development services -in its development centers located in Russia, Poland, and Latvia. -Visit our site for more information. - - - -TriPolar Technologies -offers LynkStation, -website software designed to increase the number of visitors -to a website without all the usual work. -With LynkStation, -website owners automatically run a database-driven Links Page -and at the same time spread the word about their products and/or services -to thousands of Internet users weekly. -Detailed additional information and free online demos are available -at www.tri-polar.com/ls/. - - - -Vector Systems Limited -sells the MED -Screen Editor for FreeBSD & HP-UX. -This editor is particularly familiar to PCS Cadmus users, -in the German CAD industry. - - - -VirtuFlex Software -produces a versatile tool called VirtuFlex, -which allows web developers to build dynamic web pages -without CGI programming. -It integrates databases, email, faxing, and telephony with the web. -VirtuFlex is available for most Unix platforms, including FreeBSD. - - - -Vital, Inc. -is the maker of the CRiSP visual text editor. -CRiSP is a development tool for FreeBSD -and most other Windows, UNIX, and Linux platforms. -CRiSP is 100% BRIEF-compatible -and also emulates other popular editors -such as vi, emacs, EDT, CUA, and Wordstar. -This makes CRiSP a very powerful yet easy-to-use editing package -with features like cut & paste, syntax coloring, code beautifying, -code folding, searching, and much more. - - - -Web Crossing, -by Lundeen & Associates, -is a conferencing server for the intranet/extranet and World Wide Web -providing discussion forums and chat rooms. -Web Crossing is a groupware application server, -accessible with any Web browser, via most Web servers. -It makes communication more efficient and productive -than newsgroups or email mailing lists. -Contact L & A -at sales@lundeen.com, -+1.510.521.5855 (Voice), or +1.510.522.6647 (Fax). - - -WebHostWorks.net -is a small and thriving web development firm specializing in e-commerce -integration for small and medium sized businesses. Our proprietary E-Cart -commerce package supports extraordinarily usable shopping cart services -with backend product list management, order processing, executive summary -reports, customer review processing, and inventory projections. See webhostworks.net for more -information. - - -Matador Design -produces WebEvent, -a web-based calendar and scheduling solution -that is available for FreeBSD-based web servers. -It is a perfect addition to any Internet or Intranet web site -that needs to display event information, manage schedules, rooms, -or other resources. - - - -X-Designer -from Imperial Software Technology -is an advanced GUI Builder for FreeBSD. -X-Designer makes it easy to build and test graphical user interfaces. -Use X-Designer to quickly create a working X/Motif, Windows, or Java GUI -from a single design. -Includes automated GUI testing and technology -to re-engineer legacy Motif interfaces with XD/Capture. -Visit our web site -for more information or send an e-mail -to sales@ist-inc.com. - - - -XAT.com -offers commercial web-acceleration software for FreeBSD. -JPEG Disk Optimizer -is designed to run on a web server -and either run in the background to compress all JPG images on a disk -or to compress them as they arrive. -Users have reported a 40% saving in file size -and corresponding savings in bandwidth, disk space, and server load, -all of which contributes to faster web sites. -For more information, -email sales@xat.com, -visit the XAT.com website, -or call +44 1752 872181. - - - -XGForce.COM -announces eCluster(tm) software. -New Internet Clustering Technology is designed -to cluster Intranet/Internet Servers into virtual groups, -where server load balancing and fail safe is made possible. - - - -Xi Graphics -offers commercial-grade graphical software enhancements for FreeBSD. -AcceleratedX Server completely supports -over 400 different graphics adapters from over 40 vendors, -including many that are partially supported or not included with XFree86. -Download a FREE demonstration copy -from ftp.xig.com. -Also utilize Motif v2.0 runtime + development environment -with AcceleratedX Motif -and 3D graphics with AcceleratedX OpenGL. -For more information, -email sales@xig.com -or call +1.303.298.7478. - - - -XVScan -allows you to use your HP ScanJet scanner under FreeBSD. It is a -commercial product based on John Bradley's xv. - - - -YARD Software GmbH -provides its relational ANSI-SQL database for FreeBSD systems. -YARD-SQL is available on most UNIX systems -and has interfaces for C, ODBC (MS Windows) and JDBC (Java). -A Private Edition for private, non-commercial use can be downloaded from -ftp://ftp.yard.de/pub/private/. - - - -Zeus Technology Limited -offers Zeus Server for FreeBSD. -Zeus Server is an advanced, powerful, full-featured, -commercial grade web server -designed with exceptional performance, -minimal machine resource requirements, and ease of administration in mind. -FREE evaluation copies may be downloaded. - - -PortaOne is a -VoIP billing solutions company. We enable Internet Telephony Service -Providers (ITSP's) and the operators of voice networks to quickly and -efficiently implement, manage, and deliver a wide range of billing -solutions for IP telephony. -

    -Our flagship product PortaBilling100 is an -extremely flexible customer management and billing platform that enables -the providers of IP Telephony services to launch, price, and provision -an array of VoIP services. -

    -For further information, please see www.portaone.com - diff --git a/en/commercial/software.sgml b/en/commercial/software.sgml deleted file mode 100644 index d148d6beb9..0000000000 --- a/en/commercial/software.sgml +++ /dev/null @@ -1,28 +0,0 @@ - - - - %includes; - %vendorincludes; - -]> - - - -&header; -&vendorintroduction; - -

    Software Vendors

    - -

    This file has been indexed by alphabetic order for easy navigating. -Should you wish to find a specific entry, please use the shortcuts -below for quick access.

    - -&software; - -

    Commercial Vendors Home - -&footer; - - - diff --git a/en/commercial/software.xml b/en/commercial/software.xml new file mode 100644 index 0000000000..0efe0abd1a --- /dev/null +++ b/en/commercial/software.xml @@ -0,0 +1,1696 @@ + + + + + + + + $FreeBSD$ + + + + + Another Programmer's Editor (APE) + http://www.execpc.com/~acadix + + Another Programmer's Editor is a terminal-independent integrated + development environment which runs on a variety of Unix platforms. + APE offers syntax highlighting and full error-message processing + and works with any compiled or interpreted language. + For more information, + please visit our web site + or send email to acadix@execpc.com. + + + + + Aestiva HTML/OS + http://www.htmlos.com/ + + Aestiva HTML/OS is a complete solution for advanced, dynamic web site + and web software development. It eliminates the need for CGI + programming and integration tools, includes a built-in database + engine and tools for packaging and copy-protecting commercial web + products, and supports over a dozen platforms. Visit www.htmlos.com for more information. + + + + + Aker Firewall + http://www.aker.com.br/ + + Aker Firewall is a firewall solution which runs on FreeBSD. The + firewall provides a stateful filtering engine, Network Address + Translation (NAT), cryptography (with manual key exchange and SKIP), + automatic responses to pre-configured events, and remote + administration by a easy-to-use graphical interface which runs on + many different platforms. For more information, please visit our web site or send a + e-mail to info@mail.aker.com.br. + + + + + Akopia + http://www.akopia.com/ + + Akopia is the developer of Interchange, the leading open source + e-commerce platform that runs on FreeBSD and other UNIX Operating + systems. Interchange offers an extensive feature set including: +
      +
    • Intuitive content management functionality, + enabling business users to easily manage large, complex catalogs.
    • +
    • Flexible merchandising, maximizing sales through product + presentation, cross-sells, up-sells, and promotions.
    • +
    • Powerful transaction management functionality that handles + complex business rules and fully integrates with legacy systems.
    • +
    • Comprehensive administration and reporting, which keeps business + and technical management informed and in control.
    • +
    • Flexible, extensible architecture, ensuring scalability and providing + room to grow.
    • +
    + Akopia offers professional Interchange support and an array + of e-commerce professional services. For more information and a free + download, visit us at www.akopia.com +
    +
    + + + Altera SQL Server + http://www.altera.gr/ + + Altera SQLServer is a multi-user, relational database with ODBC and + JDBC options, demanding very few resources. Altera's client-server + architecture allows numerous concurrent users. Altera SQL server + supports CGI and is ideal for Web applications since it transfers + MIME-typed BLOBS directly to the web browser via HTTP protocol + (acting as a web server). For more information, please visit www.altera.gr. + + + + + AM'SOFT + http://www.amsoft.ru/ + + AM'SOFT (Andrew Maltsev's Software) features EasySQL, an ODBC-like, + database-independent C/C++ library. Full source code is available. + + + + + AstroArch Consulting + http://www.astroarch.com/ + + AstroArch Consulting, Inc. develops and licenses its ISP Billing + and Tracking System (BATS) for FreeBSD as well as thirteen other + Operating Systems. For more information, check out www.astroarch.com/, send email + to info@astroarch.com, or + call +1.512.990.9711. + + + + + Ballista + http://www.secnet.com/ballista/ + + Ballista is a network security auditing tool for evaluation of + security postures in areas where high assurance levels are critical. + Ballista is primarily designed to audit the remote security aspects + of networks and runs quite well under FreeBSD. + + + + + Brown Bear Software + http://www.brownbearsw.com + + Brown Bear Software produces and supports Calcium, an + interactive Web Calendar server you use via your browser. + Features include: dynamic calendar merging multiple views and + formats; repeating events, email notification and reminders, + iCalendar support, Palm Pilot synchronization, color and font + customization, support for full HTML in event text and calendar + headers and footers, popup text associated with any event, searching + & filtering, multi-language support, flexible security model, and + more. Calcium is very easy to use and fully supported. It runs + anywhere that supports Perl CGIs; no non-standard Perl modules are + necessary. A live On-Line Demo is available; you can download an evaluation + copy (fully functional, but limited to a single calendar), or try + your own private + demo on our servers. + + + + + C-Forge + http://www.codeforge.com/ + + C-Forge (pronounced Code Forge) is a multi-user integrated + development environment that provides full project management and + complete edit/compile/debug cycle support. Features include complete + abstraction of the "makefile" concept, a Project Manager for visual + presentation of project structure and component status using a + dependency tree and a separate "desktop" area showing work in + progress, support for C/C++, Perl, Oracle ProC/C++, Tcl, PHP, Java, + JavaScript, Python, Qt, Pascal, Free Pascal, FORTRAN, TeX/LaTeX, + SGML, Modula-2, and Assembler, integrated revision control, fully + configurable programmer's editor, and much more. An evaluation + version is available for download. + + + + + Cactus International Inc. + http://www.cactus.com/ + + Cactus International Inc.

    Backup Professional + Enterprise Wide Network Backup

    The Enterprise Wide Backup + and Recovery System, which provides high-performance backup and + recovery for a wide variety of systems across your intranet. The + Backup Professional utilizes a Client/Server architecture to provide + enterprise-wide services via TCP/IP. Master and Incremental backups + for each client or group of clients can be scheduled as often as + desired. The Backup Professional's internal database maintains every + backup on the tape and every file in that backup. System + Administration of the Backup Library is only a few keystrokes away. +
    +
    + + + CheapBytes + http://www.cheapbytes.com/ + + CheapBytes, a company that specializes in low-cost technical + products, now has FreeBSD products available on CD-ROM. + Among our offerings, you will find FreeBSD CD-ROM sets and FreeBSD + related books. For further information, please see www.cheapbytes.com or send + e-mail to: sales@cheapbytes.com. + + + + + CobolScript + http://www.deskware.com/ + + Deskware, Inc. is a revolutionary, cross-platform Internet + programming language, designed for anyone who wants to do web + development. If you don't yet know an Internet development language, + learning CobolScript is the fastest and easiest way for you to + acquire web application development skills. Deskware's own e-commerce-enabled catalog is powered by the CobolScript + engine. + + + + + Conetic Software + http://www.conetic.com/ + + Conetic Software is offering a FREE copy of C/BASE 4GL for + the FreeBSD operating system. C/BASE 4GL features a powerful and + fully portable application-development tool and database engine. It + featuring an easy-to-use visual development environment, a scripting + language, and application libraries with a C language (API) + interface. Your FREE copy of C/BASE 4GL is set to run for a maximum + of 2 concurrent users and 1,000 records. Please contact us at info@conetic.com if you would like + a taste of even more power and programming fun. + + + + + Cool Horizon + http://www.coolhorizon.net/ + + Cool Horizon provides a billing package for ISPs, called Internet + Billing. This package was designed to handle all billing needs + for Internet Service Providers. It runs under MS-Windows. One piece + of the software is a client/server set, with a daemon that runs on a + UNIX server (including FreeBSD), allowing the client to do all of + their user management under a Windows front end. + + + + + Covalent Technologies + http://raven.covalent.net/ + + Covalent Technologies presents the Raven SSL Module for the + ever-popular Apache Web Server. + Raven offers the ability to add secure server functionality to your + Apache installation, using the RSA encryption algorithms available to + residents of North America. For more information, please email info@raven.covalent.net or + call +1.402.441.5710 (Voice) or +1.402.441.5720 (Fax). + + + + + Cybernet Systems + http://www.cybernet.com/ + + Cybernet Systems produces the NetMAX line of Thin Servers and + Professional Products for FreeBSD. The Thin Server Series consists of + the FireWall (with Router), WebServer (with email and FTP), and + FileServer (with print sharing). The NetMAX Professional contains + these three, as well as the Discussion Group/NewsServer, dial in + capabilities, enhanced system management and reporting functions, + expanded support, and more. Easily install the included OS through a + GUI and set up and manage your server through a web browser. Save + time on mundane tasks. Access to the command line is available for + "traditional" Unix use. + + + + + DBMaker + http://www.dbmaker.com + + DBMaker provides you with a professional database system with + multimedia capabilities, a native ODBC interface, large database + features, and cross-platform support. The unique open architecture + and native ODBC interface give you the freedom to build custom + applications using a wide variety of programming tools such as Visual + Basic or Delphi, or query your database using existing ODBC-compliant + applications. DBMaker provides excellent multimedia-handling + capabilities, allowing you to store, search, retrieve, and manipulate + all types of multimedia data. Binary Large Objects (BLOBs) allow you + to ensure the integrity of your multimedia data by taking full + advantage of the advanced security and crash-recovery mechanisms + included in DBMaker; File Objects (FOs) allow you to manage your + multimedia data, while maintaining the capability to edit individual + files in the source application. Download a free copy now! - This + free copy of DBMaker includes a three-user license with no time or + storage limitations. Additional information is available at www.dbmaker.com. + + + + + Differential, Inc. + http://www.differential.com/ + + Differential, Inc. develops FileDrive, a suite of secure and + extensible high-performance FTP file transfer client/server software. + FileDrive provides the industry's most secure file transfer solution + through the use of SSL encryption, extensive access controls, + comprehensive logging, and an optional security auditing system. + Differential's FileDrive EX extranet server also provides + extensible FTP access to dynamically generated content and + server-based data processing. FileDrive servers are easy to + configure, manage, and maintain through their integrated Web-based + remote administration systems. FileDrive servers are available for + FreeBSD, Linux, and Solaris, with IRIX and HP/UX version available + soon. 15-day evaluation versions of FileDrive and FileDrive EX are + available at www.differential.com/. + + + + + Easysoft Ltd + http://www.easysoft.com/ + + Easysoft Ltd Easysoft's ODBC-ODBC Bridge 2000 (OOB) provides full + access to any local ODBC data source from any remote client, such as + Unix, Linux, OpenVMS, Windows, or other systems. A free version of + the Easysoft ODBC-ODBC Bridge is available on the FreeBSD platform. + For further information, or to download the software, please visit www.easysoft.com.

    + Easysoft's JDBC-ODBC Bridge 2000 (JOB) provides Type 3 JDBC access + from Java Applets or Applications on the FreeBSD platform to ODBC + (Open Database Connectivity) data sources anywhere on the network + where the server component of the bridge is installed. A free version + is available to download from www.easysoft.com. +
    +
    + + + EasyStat + http://www.easystat.net/ + + EasyStat is a "counter"-like application. It will keep track of the + number of visitors to your site, as well as gather information about + your visitors such as their browser, operating system, referrer, etc. + EasyStat will then display all it gathers in an elegant fashion, a + demo of which is available on its site. + + + + + Eiffel Software + http://www.eiffel.com/ + + Eiffel Studio is an Integrated Development Environment (IDE) designed + for the Eiffel object-oriented application development language. + Beside the Enterprise Edition, a Free Edition for non-commercial use + only is freely available for download. + + + + + Elego + http://www.elego.de/ + + Elego ComPact Configuration Management. Elego ComPact is a + set of tools for configuration management, based on a very reliable + and scalable solution for version control, integrated with a + multi-platform language-independent build system, and the concept of + software packages. It offers scriptable command-line-oriented + programs, as well as an HTTP/HTML based GUI, and can be easily + introduced in a stepwise fashion.

    Some of its features are: + client/server design, baseline and release branch support, + checkin/checkout model, package-oriented change sets, integrated + build system, support for development for/on heterogeneous platforms, + scalable from one to hundreds of developers, default configurations + for C, C++, Java, Modula-3, easily portable to most PC and + workstation platforms.

    Elego ComPact currently uses CVS as + its underlying version control machine, though future versions may + support other systems, too. Binaries are available for FreeBSD, + Linux, Windows, and Solaris/SPARC systems. John Polstra's CVSup may + be used for repository mirroring/replication. Like CVSup, Elego + ComPact is completely written in Modula-3.

    Fully functional + demo CDs, including binaries for all supported platforms, and + documentation in HTML, DVI, PDF, and PS format can be obtained by + sending e-mail to info@elego.de. + More information is also available from the Elego WWW Homepage.

    +
    +
    + + + Empress Software Inc. + http://www.empress.com + + Empress Software Inc. has developed Embedded Empress Developer's + Toolkit. To learn more about the toolkit, please visit www.empress.com + + + + + Empress Software + http://www.empress.com + + Empress Software develops the EMPRESS RDBMS, a powerful and + cost-effective ANSI SQL database management system designed for + developing robust scientific and engineering, embedded, and + e-commerce solutions. The EMPRESS RDBM engine is fast and + compact, efficiently stores and manipulates any data, and is + maintenance-free. Companion products include an Internet application + development toolkit, ODBC Interface, a pure Java client, a C++ + interface, and interfaces to popular scripting languages like XML, + PHP, Perl, and Tcl/Tk. Empress offers a free 30 day evaluation, complete with technical support. + + + + + Enhanced Software Technologies + http://www.estinc.com/ + + Enhanced Software Technologies develops BRU, a very powerful + and reliable tape backup system. It offers per-file compression, an + improved tape format with three different kinds of verification, and + many safety checks to insure data integrity. A Fully ELF-based + version is available for FreeBSD 3.1/3.2. + + + + + Etherpage + http://www.ppt.com/ + + EtherPage provides a client/server based alphanumeric paging solution + for Unix networks and Windows NT. Both command line and web + interfaces are provided. Ideally suited for system and database + administration, EtherPage allows messages to be sent automatically to + support personnel based on database events, etc. Other features + include links to email, integration with user-written scripts, + multiple recipients, pagers selected by time of day/day of week, + duplicate message suppression, long message splitting/truncation, job + logging, and C API. Virtually all paging services are supported. + + + + + FairCom Corporation + http://www.faircom.com/ + + FairCom Corporation has provided quality database development tools + for the professional programmer since 1979. FairCom is best known for + its extremely portable, high-performance data management product, + c-tree Plus. The product is released in full source code and + supports peer-to-peer development and client-side development for use + with the c-tree database server. The FreeBSD version offers + advanced cross-platform functionality, including industrial quality + transaction processing, file mirroring, huge file support and + disaster recovery. The FairCom ODBC Driver and Crystal Report(tm) + interfaces allow end-users to access c-tree Plus + applications with higher level products such as Microsoft Access and + Crystal Reports. The FairCom toolset is completed with + r-tree, a powerful report generator and the powerful FairCom + server, with heterogenous network support, which allows dissimilar + clients to attach to one platform and easily migrate to over 20 + supported platforms, from FreeBSD to Windows to Mac. For more + information, please visit www.faircom.com. + + + + + Firehunter + http://www.firehunter.com/ + + Firehunter from Hewlett-Packard. The + HP Firehunter family of intelligent, out-of-the box software + solutions delivers the information you need to proactively monitor + and manage your Internet services, including mail, news and Web + functions. Its powerful operational capabilities and service level + reports are your keys to delivering consistently high levels of + service quality, improving customer satisfaction, decreasing churn + and expanding revenue. + + + + + Gaussian Inc. + http://www.gaussian.com/ + + Gaussian Inc. produces Gaussian 94, the latest in the + Gaussian series of electronic structure programs. It is being used in + chemistry and physics research in several universities and research + and supercomputer centers around the world. Gaussian 94 is designed + to model a broad range of molecular systems under a variety of + conditions, performing its computations starting from the basic laws + of quantum mechanics. Gaussian 94 can predict energies, molecular + structures, vibrational frequencies, and numerous molecular + properties for systems in the gas phase and in solution, and can + model both their ground state and excited states. + + + + + Herrin Software Development + http://www.hsdi.com/ + + Herrin Software Development, Inc. offers Qddb database + software, Gustar site search engines, Qbib + bibliography-management software, and other products that run on + FreeBSD and other UNIX platforms. To download these packages or to + learn more, please visit www.hsdi.com. + + + + + HighWind Software + http://www.highwind.com/ + + HighWind Software develops Cyclone, Typhoon, and + Breeze. USENET server products are available for FreeBSD 3.0 + and later. HighWind products are carrier-class Internet News Servers + and are in wide-spread use at almost every major ISP involved in + USENET. Free trials are available at www.highwind.com. + + + + + HKS, Incorporated + http://www.hks.net/ + + HKS, Incorporated offers CCVS for FreeBSD. CCVS allows Unix + systems to act as a POS terminal. Our APIs let people build credit + card processing capabilities into just about any system that runs on + any Unix we support. Please visit our web site for more + details. + + + + + Icon Laboratories + http://www.icon-labs.com/ + Icon Laboratories offers Envoy for FreeBSD. + Envoy is a ported version of ISI's popular Envoy SNMP libraries. + Each port includes SNMP libraries and header files for C development, + a MIB compiler and source code for a sample agent, + designed specifically for FreeBSD. + For more information, send email to + info@icon-labs.com. + + + + + Infinitum Group + http://www.infinitum.nl + + Infinitum Group provides several high-end solutions, based upon + FreeBSD and other *NIX/BSD based platforms. Our + do-maintenance-yourself website product runs on FreeBSD, in + combination with Zope. If you would + like an easy maintenance website or custom software development, + please contact us at info@infinitum.nl or by phone at + +31 (0)70-3108950. + + + + + Infoflex, Inc. + http://www.infoflex.com/ + + Infoflex, Inc. products include: 1) SQLflex, an SQL + client/server clone of Informix ESQL/C and Informix Standard + engine, 2) Infoflex-4GL, a 4GL + language syntactically similar to Informix and database + compatible, 3) Queryflex, a point and + shoot report writer enabling novice users to develop their own + reports.4) AccountFlex, a + full featured accounting system for Order Entry, Inventory, Job Cost, + Bill of Materials, Purchasing, A/R, A/P, G/L, and Payroll. All + Infoflex products are supported on UNIX, DOS, NT, and VMS. For more + information on Infoflex products, please visit our web site or email us at + info@infoflex.com. + + + + + Inlab Software GmbH + http://www.munich.net/inlab/scheme/ + + Inlab Software GmbH offers binaries of Inlab-Scheme for + FreeBSD and Linux (FREE for personal or educational use). + Inlab-Scheme is a R4RS-compliant Scheme, which is capable of reading + and writing TIFF and XBM-bitmaps to and from a special internal + bitmap type. With built-in primitives for image processing, + Inlab-Scheme can be a general tool for tasks like optical character + recognition and general analysis and processing of bitmap data. + + + + + InterBase + http://www.interbase.com + + InterBase is The Perfect Embedded Database. Behind every great + client/server application, you will find a great database and very + possibly an embedded database. The hallmark of a great embedded + database is its ability to empower applications and deliver + information while remaining virtually invisible to the end user and + requiring little or no attention from the database administrator. + That database is InterBase. InterBase's Japanese partner, RIOS + Corporation, is now offering a port of InterBase 4 for FreeBSD. + Additional information is available at www.interbase.com or directly + from RIOS at http://iblinux.rios.co.jp/intl + / + + + + + IP23 GmbH + http://www.ip23.net/ + + IP23 GmbH offers IPmeter, an IP mediation and accounting system.

    + Product Description

    IPmeter is Open Source software for IP + mediation, accounting, and billing. It evaluates costs and charges + customers for network use and service value, based on detailed + information about IP sessions and flows. IPmeter will let you + identify traffic flows in your network, summarize and consolidate + usage metrics, apply tariffs to flows and prepare bills online, + analyze network usage patterns, plan new service offerings and + strategies, and evaluate your network infrastructure.

    + Licensing

    IPmeter is GPL'ed and available for download on www.ipmeter.com. A self-installing + IPmeter 1.0 beta CD-ROM (including FreeBSD 3.4) is available + commercially from IP23 GmbH.

    +
    +
    + + + iPass + http://www.ipass.com/ + + i-Pass Alliance is the leading provider of global Internet-roaming + solutions for Internet service providers. We provide a total solution + that enables ISPs to join a global network and provide convenient, + low-cost worldwide access to their traveling Internet subscribers. We + are an independent organization, handling the financial settlement + between you and other Internet service providers and enabling you to + bill their subscribers for this service. There is no cost to join and + no cost for the i-Pass software. The i-Pass cross-authorization and + settlement software is compatible with all common authentication + protocols and servers, including FreeBSD. For more information, + please visit www.ipass.com. + + + + + journyx WebTime + http://journyx.com/products.html + + journyx WebTime is a web-based time and attendance tracking product + for engineering departments and technical consultancies or + contracting firms with people on the go. It was developed on FreeBSD. + Since it is web-based, it allows for worldwide collection of data. + + + + + Joydesk + http://joydesk.com + + Joydesk is a Web-based Groupware package from VirtualTek Corporation, + an ISV based in Seattle, WA. VirtualTek has developed a + state-of-the-art, web-based Groupware server that runs on FreeBSD and + allows an ISP, Portal, or virtually any website running on FreeBSD to + integrate web-based email, calendar, address book, message board and + other features. It's fully customizable, so you maintain your own + name and brand, installs in about 15 minutes and is offered at a low, + one-time cost. Download + a copy today and don't forget to create your free account if + you would like to experience Joydesk's features firsthand. + + + + + Kaspersky Lab + http://www.kaspersky.com/ + + Kaspersky Lab offers KasperskyT Anti-Virus (AVP) - a unique + anti-virus solution for FreeBSD. The product provides comprehensive + protection for your file and application servers and gateways running + FreeBSD. Kaspersky Anti-Virus for FreeBSD includes the most complete + set of anti-virus tools that will help you to build a multi-level + defence system against attacks of malicious code of any type, + including computer viruses, Internet worms and Trojan horses. The + package includes an anti-virus scanner for on-demand check for + viruses on data storages (local and network); an anti-virus daemon + that filters data from viruses in real-time mode. Kaspersky + Anti-Virus for FreeBSD offers an interactive configuration program + and a utility for automatic anti-virus database updates download. The + product also includes a ready-made solution to integrate the product + into popular Sendmail and Qmail gateways. This is a perfect solution + to create your own centralized filtering system for e-mail traffic + and cleanse it of viruses. The client part of Kaspersky Anti-Virus + for FreeBSD/BSDi is supplied in open source code. This enables you to + easily integrate the product into your own applications to perform + specific tasks, e.g., into other e-mail or application servers. + Kaspersky Lab also develops anti-virus solutions for DOS, Windows + 95/98, Windows 2000/NT Workstation/Server, Novell NetWare, Linux, + OS/2, BSDi, MS Exchange Server, Lotus Notes, and MS Office 2000. + + + + + KX Systems + http://www.kx.com/ + + KX Systems presents Kdb, an RDBMS that provides both transaction + processing and decision support capabilities for large amounts of + data. Kdb extracts data from ODBC, flat files, ASCII, and binary + storage formats. Kdb connects with Excel, Visual Basic, C, Java and + HTML, enabling users with Web browsers to access and analyze data + from any location. Data formats include relational, multidimensional, + time series, and object. Queries are written in SQL and KSQL, an + extended, more powerful query language. Application deployment is + client/server. High-end processing is parallel. Kdb supports FreeBSD, + Linux, UNIX, and NT. For more information, call Kx Systems at +1 305 + 642 5242 or visit www.kx.com. + + + + + Lilikoi Software + http://www.lilikoi.com/ + + Ceilidh, from Lilikoi Software, Inc., is a bulletin board package for + the World Wide Web, intra-, and extra-nets. It adds discussion forum + capability to Web servers, including Apache. Ceilidh's forums are + accessible through all browsers; its users can also opt for + notification of new messages by e-mail. The forums are threaded and + self-maintaining, with old messages being automatically deleted + according to a schedule chosen by the administrator and author. + Contact Lilikoi Software at sales@lilikoi.com, + +1.619.405.4247 (Voice) or +1.619.487.0451 (Fax). + + + + + Lone Star Software Corp + http://www.LONE-TAR.com/ + + For over 15 years, + LONE-TAR has been the de facto standard backup solution + for the UNIX Systems Administrator. + LONE-TAR is a fully menu-driven data-archiving and -recovery utility. + It employs high compression, + allowing it to double the capacity of your archive device, + as well as Bit-level Verification of archived data against the hard disk. + + + + + Lugaru Software Ltd. + http://www.lugaru.com + + Lugaru's Epsilon Programmer's Editor features EMACS-style & + Brief-style key bindings, C/C++/Java, Perl, HTML, and TeX modes, + concurrent compiler control with typescript journaling, syntax + highlighting, asynchronous Internet support, smart indenting & + tags, and multi-file, multi-directory search & replace. Plus full + undo/redo, directory-spanning file patterns, command/filename + completion, convenient keyboard macros, interactive customizability, + and much more. Executables for FreeBSD, Linux, Windows + 95/98/NT/2000/3.1, OS/2, and DOS are included. Visit www.lugaru.com for details and a + free evaluation copy. + + + + + MainStreet + http://www.mainstreetsoftworks.com/ + + MainStreet Softworks develops and markets critical financial + transaction software to the retail, mail/phone order, and eCommerce + industries. Their primary software offering, the MainStreet Credit + Verification Engine, provides direct credit card + authorization/settlement services on many POSIX-compliant Host + Operating Systems such as FreeBSD. MCVE provides all the required + functionality to authorize and settle Major Credit Cards and is + certified with Established Clearing Houses (processors) to ensure the + lowest possible merchant rates. To find out more, visit our web site or contact us + at info@mainstreetsoftworks.c + om. + + + + + MathTools, Ltd. + http://mathtools.com/ + + MathTools, Ltd. is offering solutions for scientists and engineers. + Take a look at our MATCOM, a Matlab to + C++ Compiler, and Matrix<LIB>, + our C++ Matrix Class Library. Both are available for download from + our home page for a 30-day + evaluation period. To receive more information about our products, + please email us at info@mathtools.com or call us at + +1.212.208.4476 (Voice) or +1.212.208.4477 (Fax). + + + + + Mercantec, Inc. + http://www.mercantec.com/ + + Mercantec, Inc. develops SoftCart(tm), a complete retail + electronic commerce solution for marketing and selling goods and + services on the World Wide Web. Mercantec sells its products through + a worldwide network of Internet Service Providers (ISPs) and Web + hosting service providers, Web consultants, software developers, + integrators, and OEMs. Visit us at www.mercantec.com, contact us + through email at info@mercantec.com, or call us + at +1.630.305.3200. + + + + + Metro Link + http://www.metrolink.com/ + + Metro Link produces the Metro-X Enhanced + Server Set, an accelerated and enhanced replacement X server. The + set includes an easy-to-use graphical configuration tool and supports + touch screens and multi-headed systems. In addition, Metro Link is + now shipping Metro Link Motif Complete!, containing full distributions of + Motif 1.2, 2.0, and 2.1 on one CD-ROM. FreeBSD x86 (both a.out and + ELF), Linux/x86 (glibc and libc5), and Linux/Alpha are supported on + the same CD-ROM! More FreeBSD products on the way! For more + information, please visit www.metrolink.com + + + + + motifdeveloper.com + http://www.motifdeveloper.com/ + + motifdeveloper.com provides both the Open Motif toolkit for FreeBSD + via download and also a range of technical information, resources, + and in-depth hints and tips for X/Motif developers. To download Open + Motif for FreeBSD, please visit www.motifdeveloper.com. + + + + + Muonics + http://www.muonics.com/Products/MIBSmithy/ + + Muonics' MIB Smithy is a software product for Simple Network + Management Protocol (SNMP) developers, Management Information Base + (MIB) designers and internet-draft authors providing a Visual + GUI-based environment for designing, editing and compiling MIB + modules according to the SMIv1 and SMIv2 (Structure of Management + Information) standards. MIB Smithy is supported on several platforms, + including FreeBSD. More information and a 15-day limited evaluation + version can be obtained from www.muonics.com. + + + + + NAG, Ltd. + http://www.nag.co.uk/ + + NAG, Ltd. produces a Fortran-90 Compiler for most flavors of Unix + (including FreeBSD), VMS, and the PC. The NAGWare f90 + Compiler is a full implementation of Fortran 90 (which, by + definition, includes Fortran 77) plus a single-processor + implementation of HPF. For further information, in North America, + email naginfo@nag.com, and + elsewhere, email infodesk@nag.co.uk. Or, visit www.nag.co.uk/. + + + + + NameSurfer, Ltd. + http://www.namesurfer.com/ + + NameSurfer, Ltd. NameSurfer is a distributed administration tool for + DNS data, with a WWW-based graphical user interface for remote + Internet and Intranet DNS administration. A fully functional + evaluation version is available for FreeBSD. For more information, + please visit www.namesurfer.com. + + + + + NetBeans, Inc. + http://www.netbeans.com/ + + NetBeans, Inc. make Java IDEs, written in Java, that run on FreeBSD. + A complete set of Open APIs is available for extending the + environment. + + + + + NetBoz Firewall + http://www.netboz.net/ + + NetBoz Firewall Free CD-ROM bootable firewall. No hard disk required. + Web administration interface, real time traffic monitoring and more. + Visit our web site www.netboz.net. + + + + + NetCon Corporation + http://www.netcon.com/ + + NetCon Corporation, established in 1985 and with over 10,000 + installed servers, is the leading supplier of NetWare-compatible + operating systems and Internet Gateways for standard UNIX platforms. + NetCon offers a complete line of systems for FreeBSD, SUN Solaris, + SCO UNIX/ODT and IBM AIX RS6000, serving from 5 to 1000 users. + Services include: Full Internet access from NetWare/WIN95/Windows + workstations over IPX/SPX, X Windows over IPX/SPX, NetWare file and + print services, NetWare Client services for UNIX, High-performance, + DOS/Windows Terminal Emulation. + + + + + Netsville, Inc. + http://www.netsville.com/ + + Netsville, Inc. sells an Internet merchandising system called Hazel which allows webmasters, + web consultants, or regular shopkeeps to create a web storefront on + the Internet. Hazel interfaces with web servers, using SSL for + security and various transaction processors for credit card + authorization. The developers actually wrote Hazel using FreeBSD as + their operating system. If you need a flexible shopping cart solution + for the Internet, Hazel is your best bet. + + + + + NetZuno + http://www.netzuno.com + + netZuno Technologies designs and develops ZunoBox, + FreeBSD-based network server software for growing enterprises. + ZunoBox provides a comprehensive set of networking tools that are + easy enough for the novice, yet sophisticated enough for the needs of + experienced sysadmins. ZunoBox systems include cross-platform file + and print sharing, email service, an Internet gateway, and more -- + all set up and configured through an innovative, browser-based GUI. + For more information, contact us by email or visit www.netzuno.com where you can download + an evaluation copy or order + ZunoBox from one of our vendors. + + + + + Network Security Wizard + http://www.securitywizards.com + + Network Security Wizards, Inc Dragon is a real-time, packet-based, + intrusion-detection system. Dragon sensors collect events, based on + user configurable data driven attack signatures and protocol + violations. When events occur, Dragon collects the response from the + target server, along with any other traffic that an attacker may try. + Event data is logged to a database that can be analyzed with a + variety of command line forensic tools that summarize events, replay + suspicious network sessions, and perform statistical analysis. Dragon + sensors can send real-time data via SNMP traps, Syslog messages, and + a Blowfish-encrypted, ICMP-based network pipe to a central + Dragon-Master server. Up to one hundred sensors can be handled by one + Dragon-Master server. Dragon correctly reconstructs IP fragments and + UDP/TCP network traffic. It can also operate at 100base-T speeds and + some customers have placed Dragon onto Gigabit networks with success. + Please visit www.securitywizards.com for + more information and to receive a 30-day test license. + + + + + Openmake + http://www.openmake.com/ + + Openmake is a GUI- and shell-based build manager that goes beyond + beloved GNU make. Used at some of the world's largest companies for + simple apps and complex multi-language/multi-OS applications, + Openmake allows complete standardization and automation of the build + process. Coupled with any version control tool (e.g. RCS), Openmake + absolutely ensures matching source and executables. Submit your + client build to Windows and your server build to FreeBSD at the same + time (or AIX, HP, Sun, Sequent, OS/2). For more information, visit www.openmake.com. + + + + + Oracle Video Server + http://www.netscape.com/ + + Netscape-compatible browsers, Java applets, Macromedia Director or + Authorware, Asymetrix + IconAuthor, or user-written applications. Integration with the Oracle8 database (optional) + allows for a complete, enterprise-wide information management + solution. The FreeBSD (NCOS) + version is completely compatible with versions for other platforms. + + + + + OSATech, Inc. + http://www.osatech.com/ + + OSATech, Inc. is a Massachusetts-based corporation. We specialize in + e-commerce software development, using Perl, C++ and Java. We perform + all of our project management activities from the US, whereas our + development activities are performed in our offshore center in India. + Using this approach, we are able to provide quality service at a low + cost. Please contact us at gprakash@osatech.com or at + 617-306-6578. Please refer to www.osatech.com for more + information. + + + + + PACT + http://pact.insider.org/ + + PACT Port Accounting and Collection Tool - is a set of programs and + PHP-scripts that allows for complete accounting of SNMP-queryable + ports, and includes detailed overview of ports and their bandwidth + usage. Multiple ports can be assigned to single customers. Free for + non-commercial use. + + + + + Parabase Technology Inc. + http://www.parabase.com + + Parabase Technology Inc. offers the Parabase Web-Order-System, an + integrated set of web-based business applications that incorporate + web-based order entry, catalog generation, shopping cart, and + administration. It automatically calculates shipping and handling + charges and sales tax [depending on location] and has a full invoice + preview and email order confirmation. The system currently interfaces + to QuickBooks and Excel; other accounting packages are available on + request. The system is based on a highly reliable journalizing + database concept. Additional information is available at www.parabase.com. + + + + + Perforce Software + http://www.perforce.com/ + + Perforce Software produces PERFORCE -- the FAST Software Configuration + Management System. Perforce SCM streamlines the + software development process for organizations working with multiple + operating systems and in multiple physical locations. This + high-powered SCM system runs on more than 50 operating systems + including Windows, and nearly every UNIX variation, from Linux to Mac + OS X to AS/400, providing software developers with an easy-to-use + tool for version control, workspace management and atomic change + transactions. Free, fully functional evaluation versions are + available from the Perforce Web + site. Organizations developing software that is licensed or + otherwise distributed exclusively under an Open Source license may be + eligible to obtain Perforce licenses gratis. Perforce Software can be + reached at info@perforce.com + or +1-510-864-7400. + + + + + Polyhedra + http://www.polyhedra.com + + Polyhedra is a main-memory, object-relational database that is + ideally suited for mission-critical applications requiring + event-driven, real-time responses to data changes, complex database + designs, distributed applications, and fault tolerance for high + availability and continuous operation.

    The Object-relational + database can contain objects that handle IP-based protocols, with + object methods running in the database process itself and accessible + to other objects/information stored in the database. Our own web + site, www.polyhedra.com, + provides an example of Polyhedra, acting as both the web server and + the information store, including free downloads available for trying + Polyhedra on FreeBSD in Linux mode.

    +
    +
    + + + PolyServe + http://www.polyserve.com/ + + PolyServe is a vendor of Understudy, a high-availability webserver + monitoring and failover utility for FreeBSD. Understudy resides on + two or more webservers and monitors the health and responsiveness of + websites. In the event that Understudy detects a failure, it + fails-over requests for the failed website to a backup server. Thus, + people browsing the website see no interruption or delay; from their + standpoint the website keeps right on working.

    Understudy + monitors IP services including HTTP, SMTP, TCP and FTP. Upon + detection of a failure, Understudy removes the failed server from the + cluster and fails-over to the secondary backup host. Understudy then + generates a network-administrator notification via email and/or page + so that whatever problem caused the failover can be remedied.

    + For more information, visit www.polyserve.com.

    +
    +
    + + + Quantified Systems, Inc. + http://www.urchin.com/ + + Urchin 5 About Urchin Web Analytics Software: Urchin 5 is a web + analytics software solution that provides detailed metrics and + marketing intelligence about how visitors interact with your website. + Urchin provides detailed conversion metrics for online marketing + initiatives in colorful and easy to read graphs. It is essential for + anyone interested in the marketing, design or success of a website. + Urchin for FreeBSD and all platforms can be downloaded from www.urchin.com/. + + + + + RealNetworks, Inc. + http://www.real.com/ + + RealNetworks, Inc. offers its RealPlayer, + RealServer, and + RealEncoder + software for FreeBSD. The FREE RealPlayer allows you to play live + and on-demand audio over 14.4Kbps and faster connections. All you + have to do is click on a RealAudio link from your Web browser and + audio begins playing instantly. Check out The RealMedia Guide to access + thousands of sites, offering music, news, live radio stations, live + events, etc. The RealServer allows your web site to deliver live and + on-demand audio, video, and animation over the Internet or your + company network. A FREE version of the RealServer, called the Basic + Server, is available. + + + + + REBOL + http://www.rebol.com/ + + REBOL is a new, network-based messaging language that increases + productivity, cuts application size, and reduces application + time-to-market. The language is human-centric, instead of + computer-centric, and offers a new alternative to anachronistic + programming languages like Java and C++ and scripting languages like + PERL and Tcl. REBOL is compact, platform independent, and functions + over a network or on a single system. It is ideally suited for + webmasters, technicians, hobbyists, educators, experimenters, and any + one who requires a simple, customizable, robust, easy-to-understand + language. Download The Language of the Free(tm) now at www.rebol.com/downloads.html + + + + + Relex US, Inc. + http://www.relexus.com/ + + Relex US, Inc. present: +
      +
    • RDBMS Linter(tm) SQL has a + client-server architecture and supports SQL-92, ODBC, and JDBC + interfaces. User access is available through PHP, Perl, TCL/TK, and + a C/C++ language call interface.Linter includes search engine and + replication server capabilities, is well designed for embedded + systems, and is currently ported to more than 20 operating systems.
    • +
    • Our Ticket Tracking System is suitable for resolving + problems ranging from software bugs to consumer product complaints.
    • +
    • Nevod is a system for data warehousing & mining.
    • +
    • Lakuna is a program for rapid database application + development.
    • +
    +
    +
    + + + Revolution + http://www.runrev.com/ + + Revolution is a multi-platform software development tool that enables + developers to easily and quickly create powerful applications for OS + X, classic Mac OS, Windows, Linux, and popular Unix systems + (including FreeBSD)... with native look and feel on all platforms. + For more information or to download a free 30-day trial evaluation + edition, visit www.runrev.com. + + + + + RTD + http://www.rtd.com/ + + RTD provides UTA, + an ISP billing package for FreeBSD-based ISPs. + + + + + Sane Solutions, LLC + http://www.sane.com/ + + Sane Solutions, LLC offers NetTracker, one of + the most powerful, yet easy to use Internet usage tracking programs + on the market today. NetTracker allows marketing professionals, + webmasters, and ISPs to get the essential information they need to + make informed decisions regarding their web sites. A demonstration of + NetTracker can be seen at www.sane.com/demo/ and a FREE, + 30-day evaluation copy can be downloaded from www.sane.com/eval. + + + + + Sendmail Inc + http://www.sendmail.com/ + + Sendmail Inc. develop the commercial (Sendmail Pro) and free versions + of sendmail, the ubiquitous mail transport agent. It supports + FreeBSD, as well as many other Unix implementations. + + + + + Serengeti Systems + http://www.serengeti.com/ + + Serengeti Systems provides PC to mainframe communication packages + over Bisync and SDLC lines. We support FreeBSD, as well as DOS, + Windows, SCO, AIX, and OS/2. For more information, please visit our web site, e-mail us at + sales@serengeti.com, or call + +1.800.634.3122. + + + + + Shpink Software + http://www.shpink.com/ + + Shpink Software offers The Network Shell. The Network Shell provides + for a Perl and Shell environment to allow you to perform secure + automated and/or interactive remote administration of UNIX and + Windows 95/NT hosts from the local host without the need for telnet, + ftp, or .rhosts. You get access to remote files, processes, commands, + and other data easily and securely from your local Shell and Perl + environment. To download a fully functional evaluation copy, or to + get more information, please visit + our web site. For more information, send email to info@shpink.com or call us at + +1.888.I.WANT.NSH (Toll Free) or +1.650.525.1537. + + + + + SiamScan.NET + http://www.siamscan.net/ + + SiamScan.NET, a Bangkok based company offers commercial web + application software, CPA - Collaborative Portable Accounting. CPA is + web accounting software designed to be easy enough for non + accountants to use. Also, we offer service on maintenance and + implementation of FreeBSD systems. For more information, email sale@siamscan.net, visit SiamScan.NET Website, call +66 + 2532 9068-70, or fax +66 2533 4167. + + + + + Sleepycat Software + http://www.sleepycat.com + + Sleepycat Software distributes Berkeley DB, an embeddable database + system with full source. Berkeley DB runs on a wide variety of Unix + systems and on Windows 95 and NT. It offers high-end data management + services, including full transaction support, disaster recovery, hot + backup, very large databases, and the ability to handle large numbers + of users concurrently. Keys and records can be arbitrarily long, and + of arbitrary data types. Berkeley DB can store data in B+trees, hash + tables, or sequential stores. The programmatic interfaces are simple, + and can be called from C, C++, Java, or Perl. Berkeley DB is easy to + install and manage, so your customers can use your application + without learning how to be database administrators. For more + information, please visit www.sleepycat.com or send us + email at db@sleepycat.com. + + + + + SlickEdit + http://www.slickedit.com/ + + SlickEdit develops and markets Visual SlickEdit, a programmer's + editor that allows developers to increase their productivity. Visual + SlickEdit v6.0 for FreeBSD allows developers to streamline workflow, + simplify processes, manage large files, and reduce keystrokes. + Developers can customize Visual SlickEdit, based on individual + preferences and preferred coding styles. Visit www.slickedit.com for more + information or to download a demo. + + + + + SoftMaker Software GmbH + http://www.softmaker.de/tml_en.htm + + TextMaker is the fast, efficient Microsoft Word-compatible word processor for FreeBSD. + It provides all the features of a modern high-end word processor, reads and + writes Microsoft Word documents seamlessly, and is available on multiple platforms (FreeBSD, + Linux, Windows, Pocket PCs, Handheld PCs). + Free trial available. + + + + + Software2Go, LLC + http://www.apps2go.com + + Software2Go, LLC is proud to announce the availability of Motif 2.1.10 for FreeBSD + versions 2.2.x (a.out) and 3.0 (ELF). Motif 2.1.10, Development + Edition, is available for immediate purchase and download from + www.apps2go.com. Native ports to + other Free UNIX's are also available. + + + + + Solid Information Technology Ltd + http://www.solidtech.com/ + + Solid Information Technology Ltd is the maker of a unique data + management product, SOLID + Server. It is designed for robust operation in demanding + environments. Its small size and ease-of-use make it ideal for + deployment to web sites, various embedded systems, and other + environments where databases need to operate unattended. Free + evaluation copies maybe downloaded from here. + + + + + Sophos Anti-Virus + http://www.sophos.com + + Sophos Plc offers Sophos Anti-Virus for FreeBSD. Sophos + Anti-Virus is a unique solution to the virus problem, providing true + cross-platform protection in a single, fully integrated product. The + network-centric design provides a host of benefits for the protection + of servers, workstations, and portables. Sophos's ground-breaking + architecture maximizes protection, while minimizing performance and + administrative overheads. Sophos Anti-Virus is fully scalable, + equally at home protecting a single PC, a local network, or the + entire enterprise. Sophos Anti-Virus is available for all popular + desktop and network operating systems, including DOS, Windows + 3.x/95/98/NT/2000, Unix (including FreeBSD), OS/2, Netware, and + OpenVMS. Sophos Anti-Virus monitors all virus entry points, including + disks, programs, documents, network drives, CD-ROMs, Internet + downloads, email attachments, and compressed files. Over 65 per cent + of The Times Top 100 Companies use Sophos Anti-Virus to protect their + networks from viruses. This endorsement of Sophos Anti-Virus + protection is shared around the world. FREE evaluation copies may be + downloaded. + + + + + Stalker Software, Inc. + http://www.stalker.com/ + + Stalker Software, Inc. offers CommuniGate Pro, + The Internet Messaging Server. Based on the Stalker Foundation + framework, it employs the native services of all major operating + systems, including FreeBSD, Windows 95/98, Windows NT, Apple + Rhapsody, Linux, Solaris, and others. The CommuniGate Pro server + takes full advantage of modern multi-threaded and multi-processor + environments, and includes anti-spam protection, administration via + the Web, extensive multi-domain support, dial-up capabilities, unique + IMAP multi-mailbox features and designed to provide access to + hundreds of thousands of accounts, and to relay mail on the most + heavily loaded sites. Download the FREE Trial version from www.stalker.com or e-mail Stalker Software Sales. + + + + + Tonec, Inc. + http://www.tonec.com + + Tonec, Inc. provides award-winning products and solutions for web + development, Java applets, and Perl modules. Tonec is a developer of + Adgen - a BMP to PFR dynamic font converter for Linux and FreeBSD. In + addition, Tonec provides custom programming, cost-effective offshore + software development, web design, and custom ASP and Java development + services in its development centers located in Russia, Poland, and + Latvia. Visit our site for more + information. + + + + + TriPolar Technologies + http://www.tri-polar.com/ + + TriPolar Technologies offers LynkStation, + website software designed to increase the number of visitors + to a website without all the usual work. With LynkStation, + website owners automatically run a database-driven Links Page + and at the same time spread the word about their products and/or services + to thousands of Internet users weekly. + Detailed additional information and free online demos are available + at www.tri-polar.com/ls/. + + + + + Vector Systems Limited + http://www.freebsd.org/~jhs/vsl/products/med/med.html + + Vector Systems Limited + sells the + MED Screen Editor for FreeBSD & HP-UX. + This editor is particularly familiar to PCS Cadmus users, + in the German CAD industry. + + + + + VirtuFlex Software + http://www.virtuflex.com/ + + VirtuFlex Software produces a versatile tool called + VirtuFlex, which allows web developers to build dynamic web + pages without CGI programming. It integrates databases, email, + faxing, and telephony with the web. VirtuFlex is available for most + Unix platforms, including FreeBSD. + + + + + Vital, Inc. + http://www.vital.com/ + + Vital, Inc. is the maker of the CRiSP visual text editor. CRiSP is a + development tool for FreeBSD and most other Windows, UNIX, and Linux + platforms. CRiSP is 100% BRIEF-compatible and also emulates other + popular editors such as vi, emacs, EDT, CUA, and Wordstar. This makes + CRiSP a very powerful yet easy-to-use editing package with features + like cut & paste, syntax coloring, code beautifying, code + folding, searching, and much more. + + + + + Web Crossing + http://webcrossing.com/ + + Web Crossing, by Lundeen & Associates, is a conferencing server + for the intranet/extranet and World Wide Web providing discussion + forums and chat rooms. Web Crossing is a groupware application + server, accessible with any Web browser, via most Web servers. It + makes communication more efficient and productive than newsgroups or + email mailing lists. Contact L & A at sales@lundeen.com, + +1.510.521.5855 (Voice), or +1.510.522.6647 (Fax). + + + + + WebHostWorks.net + http://www.webhostworks.net/ + + WebHostWorks.net is a small and thriving web development firm + specializing in e-commerce integration for small and medium sized + businesses. Our proprietary E-Cart commerce package supports + extraordinarily usable shopping cart services with backend product + list management, order processing, executive summary reports, + customer review processing, and inventory projections. See webhostworks.net for more + information. + + + + + WebEvent + http://www.matadordesign.com/ + + Matador Design produces WebEvent, a web-based calendar and scheduling + solution that is available for FreeBSD-based web servers. It is a + perfect addition to any Internet or Intranet web site that needs to + display event information, manage schedules, rooms, or other + resources. + + + + + X-Designer + "http://www.ist-inc.com/xd/ + + X-Designer from Imperial Software Technology + is an advanced GUI Builder for FreeBSD. + X-Designer makes it easy to build and test graphical user interfaces. + Use X-Designer to quickly create a working X/Motif, Windows, or Java GUI + from a single design. + Includes automated GUI testing and technology + to re-engineer legacy Motif interfaces with XD/Capture. + Visit our web site + for more information or send an e-mail + to sales@ist-inc.com. + + + + + XAT.com + http://www.xat.com/ + + XAT.com offers commercial web-acceleration software for FreeBSD. JPEG Disk Optimizer is designed to + run on a web server and either run in the background to compress all + JPG images on a disk or to compress them as they arrive. Users have + reported a 40% saving in file size and corresponding savings in + bandwidth, disk space, and server load, all of which contributes to + faster web sites. For more information, email sales@xat.com, visit the XAT.com website, or call +44 1752 + 872181. + + + + + XGForce.COM + http://www.xgforce.com/ + + XGForce.COM announces + eCluster(tm) software. New Internet Clustering Technology is + designed to cluster Intranet/Internet Servers into virtual groups, + where server load balancing and fail safe is made possible. + + + + + Xi Graphics + http://www.xig.com/ + + Xi Graphics offers commercial-grade graphical software enhancements + for FreeBSD. AcceleratedX Server completely supports over + 400 different graphics adapters from over 40 vendors, including many + that are partially supported or not included with XFree86. Download a + FREE demonstration copy from ftp.xig.com. Also utilize Motif v2.0 + runtime + development environment with AcceleratedX Motif + and 3D graphics with AcceleratedX OpenGL. For more + information, email sales@xig.com + or call +1.303.298.7478. + + + + + XVScan + http://www.tummy.com/xvscan/ + + XVScan allows you to use your HP ScanJet scanner under FreeBSD. It is + a commercial product based on John Bradley's xv. + + + + + YARD Software GmbH + http://www.yard.de/ + + YARD Software GmbH provides its relational ANSI-SQL database for + FreeBSD systems. YARD-SQL is available on most UNIX systems + and has interfaces for C, ODBC (MS Windows) and JDBC (Java). A + Private Edition for private, non-commercial use can be downloaded + from ftp://ftp.yard.de/pub/private/. + + + + + Zeus Technology Limited + http://www.zeus.co.uk/ + + Zeus Technology Limited offers Zeus Server for FreeBSD. Zeus + Server is an advanced, powerful, full-featured, commercial grade web + server designed with exceptional performance, minimal machine + resource requirements, and ease of administration in mind. FREE + evaluation copies may be downloaded. + + + + + PortaOne + http://www.portaone.com + + PortaOne is a VoIP billing solutions company. We enable Internet + Telephony Service Providers (ITSP's) and the operators of voice + networks to quickly and efficiently implement, manage, and deliver a + wide range of billing solutions for IP telephony. Our flagship + product PortaBilling100 is an + extremely flexible customer management and billing platform that + enables the providers of IP Telephony services to launch, price, and + provision an array of VoIP services. For further information, + please see www.portaone.com + + +
    diff --git a/en/commercial/software_bycat.sgml b/en/commercial/software_bycat.sgml deleted file mode 100644 index 3b97d7e937..0000000000 --- a/en/commercial/software_bycat.sgml +++ /dev/null @@ -1,28 +0,0 @@ - - - - %includes; - %vendorincludes; - -]> - - - -&header; -&vendorintroduction; - -

    Software Vendors

    - -

    This file has been divided into sub-categories for your -convenience. The following shortcuts will take -you to the proper gallery entries.

    - -&softwarebycat; - -

    Commercial Vendors Home - -&footer; - - -