diff --git a/data/Makefile b/data/Makefile index 46a43e93a3..f69d6fdf6d 100644 --- a/data/Makefile +++ b/data/Makefile @@ -1,46 +1,46 @@ -# $Id: Makefile,v 1.8 1997-01-21 02:44:35 mbarkah Exp $ +# $Id: Makefile,v 1.9 1997-01-23 09:23:50 mbarkah Exp $ # These are turned into validated, normalized HTML files. DOCS= about.sgml applications.sgml availability.sgml branch.sgml DOCS+= cgallery.sgml commercial.sgml daemon.sgml docproj.sgml docs.sgml DOCS+= features.sgml gallery.sgml includes.sgml index-site.sgml index.sgml DOCS+= internet.sgml license.sgml mailto.sgml mirror.sgml newsflash.sgml DOCS+= npgallery.sgml pgallery.sgml search.sgml searchhints.sgml send-pr.sgml DOCS+= support.sgml welcome.sgml where.sgml # These will be directly installed. DATA= COPYING COPYING.LIB README.mirror robots.txt # Files or targets listed here are defined in this file. LOCAL= stats.html stats-img.html stats.html: /home/www/server/logs/access_log (cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \ egrep -iv '\.(gif|jpg|jpeg|au) ' | \ /usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET} stats-img.html: /home/www/server/logs/access_log (cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \ /usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET} # Subdirectories -SUBDIR= cgi gifs ports releases tutorials ja_JP.EUC +SUBDIR= cgi commercial gifs ports releases tutorials ja_JP.EUC # Subdirectories that have linuxdoc docs and makefiles that use # . DOCSUBDIR= FAQ handbook # Directories that need to be checked out from the # CVS repository. CVSDIR= FAQ handbook WEBDIR= data .include "web.mk" diff --git a/data/commercial.sgml b/data/commercial.sgml index dd2b8db37c..7047c39a3e 100644 --- a/data/commercial.sgml +++ b/data/commercial.sgml @@ -1,362 +1,49 @@ + %includes; ]> &header; -

The power, flexibility and reliability of FreeBSD attracts users -and commercial vendors alike. In addition to the gallery which showcases users of -FreeBSD, we provide this listing of vendors offering software and hardware and consulting services for FreeBSD. -If you know of other companies supporting FreeBSD that should be added -to this page, please notify -us.

+

FreeBSD's power, flexibility, and reliability attracts +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 +services for FreeBSD.

- -

Software

+

For your convenience, we have divided our growing commercial +listing into several sections. If you know of other companies +supporting FreeBSD that should be added to this page, please +be sure to let us know.

- - - -

Hardware and complete systems

- - - - -

Consulting services

+

Please note that the inclusion of vendors in our list does +not signify our endorsement of their products or services.

- -

Documentation and miscellaneous accessories

- - &footer; - + diff --git a/data/commercial/Makefile b/data/commercial/Makefile new file mode 100644 index 0000000000..37ebd76a06 --- /dev/null +++ b/data/commercial/Makefile @@ -0,0 +1,5 @@ +# $Id: Makefile,v 1.1 1997-01-23 09:24:09 mbarkah Exp $ + +DOCS = consulting.sgml hardware.sgml misc.sgml software.sgml + +.include <../web.mk> diff --git a/data/commercial/consulting.sgml b/data/commercial/consulting.sgml new file mode 100644 index 0000000000..ba2f4460e0 --- /dev/null +++ b/data/commercial/consulting.sgml @@ -0,0 +1,61 @@ + + + + %includes; +]> + +&header; + +

Consulting Services

+ + + +&footer; + + + diff --git a/data/commercial/hardware.sgml b/data/commercial/hardware.sgml new file mode 100644 index 0000000000..374efb0afa --- /dev/null +++ b/data/commercial/hardware.sgml @@ -0,0 +1,123 @@ + + + + %includes; +]> + +&header; + +

Hardware Services

+ + + +&footer; + + + diff --git a/data/commercial/misc.sgml b/data/commercial/misc.sgml new file mode 100644 index 0000000000..07c0077996 --- /dev/null +++ b/data/commercial/misc.sgml @@ -0,0 +1,28 @@ + + + + %includes; +]> + +&header; + +

Miscellaneous Services

+ + + +&footer; + + + diff --git a/data/commercial/software.sgml b/data/commercial/software.sgml new file mode 100644 index 0000000000..23782dab30 --- /dev/null +++ b/data/commercial/software.sgml @@ -0,0 +1,182 @@ + + + + %includes; +]> + +&header; + +

Software Services

+ + + +&footer; + + + diff --git a/en/Makefile b/en/Makefile index 46a43e93a3..f69d6fdf6d 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,46 +1,46 @@ -# $Id: Makefile,v 1.8 1997-01-21 02:44:35 mbarkah Exp $ +# $Id: Makefile,v 1.9 1997-01-23 09:23:50 mbarkah Exp $ # These are turned into validated, normalized HTML files. DOCS= about.sgml applications.sgml availability.sgml branch.sgml DOCS+= cgallery.sgml commercial.sgml daemon.sgml docproj.sgml docs.sgml DOCS+= features.sgml gallery.sgml includes.sgml index-site.sgml index.sgml DOCS+= internet.sgml license.sgml mailto.sgml mirror.sgml newsflash.sgml DOCS+= npgallery.sgml pgallery.sgml search.sgml searchhints.sgml send-pr.sgml DOCS+= support.sgml welcome.sgml where.sgml # These will be directly installed. DATA= COPYING COPYING.LIB README.mirror robots.txt # Files or targets listed here are defined in this file. LOCAL= stats.html stats-img.html stats.html: /home/www/server/logs/access_log (cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \ egrep -iv '\.(gif|jpg|jpeg|au) ' | \ /usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET} stats-img.html: /home/www/server/logs/access_log (cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \ /usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET} # Subdirectories -SUBDIR= cgi gifs ports releases tutorials ja_JP.EUC +SUBDIR= cgi commercial gifs ports releases tutorials ja_JP.EUC # Subdirectories that have linuxdoc docs and makefiles that use # . DOCSUBDIR= FAQ handbook # Directories that need to be checked out from the # CVS repository. CVSDIR= FAQ handbook WEBDIR= data .include "web.mk" diff --git a/en/commercial/Makefile b/en/commercial/Makefile new file mode 100644 index 0000000000..37ebd76a06 --- /dev/null +++ b/en/commercial/Makefile @@ -0,0 +1,5 @@ +# $Id: Makefile,v 1.1 1997-01-23 09:24:09 mbarkah Exp $ + +DOCS = consulting.sgml hardware.sgml misc.sgml software.sgml + +.include <../web.mk> diff --git a/en/commercial/commercial.sgml b/en/commercial/commercial.sgml index dd2b8db37c..7047c39a3e 100644 --- a/en/commercial/commercial.sgml +++ b/en/commercial/commercial.sgml @@ -1,362 +1,49 @@ + %includes; ]> &header; -

The power, flexibility and reliability of FreeBSD attracts users -and commercial vendors alike. In addition to the gallery which showcases users of -FreeBSD, we provide this listing of vendors offering software and hardware and consulting services for FreeBSD. -If you know of other companies supporting FreeBSD that should be added -to this page, please notify -us.

+

FreeBSD's power, flexibility, and reliability attracts +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 +services for FreeBSD.

- -

Software

+

For your convenience, we have divided our growing commercial +listing into several sections. If you know of other companies +supporting FreeBSD that should be added to this page, please +be sure to let us know.

- - - -

Hardware and complete systems

- - - - -

Consulting services

+

Please note that the inclusion of vendors in our list does +not signify our endorsement of their products or services.

- -

Documentation and miscellaneous accessories

- - &footer; - + diff --git a/en/commercial/consulting.sgml b/en/commercial/consulting.sgml new file mode 100644 index 0000000000..ba2f4460e0 --- /dev/null +++ b/en/commercial/consulting.sgml @@ -0,0 +1,61 @@ + + + + %includes; +]> + +&header; + +

Consulting Services

+ + + +&footer; + + + diff --git a/en/commercial/hardware.sgml b/en/commercial/hardware.sgml new file mode 100644 index 0000000000..374efb0afa --- /dev/null +++ b/en/commercial/hardware.sgml @@ -0,0 +1,123 @@ + + + + %includes; +]> + +&header; + +

Hardware Services

+ + + +&footer; + + + diff --git a/en/commercial/misc.sgml b/en/commercial/misc.sgml new file mode 100644 index 0000000000..07c0077996 --- /dev/null +++ b/en/commercial/misc.sgml @@ -0,0 +1,28 @@ + + + + %includes; +]> + +&header; + +

Miscellaneous Services

+ + + +&footer; + + + diff --git a/en/commercial/software.sgml b/en/commercial/software.sgml new file mode 100644 index 0000000000..23782dab30 --- /dev/null +++ b/en/commercial/software.sgml @@ -0,0 +1,182 @@ + + + + %includes; +]> + +&header; + +

Software Services

+ + + +&footer; + + +