Remove all those stupid ZZZ entries from the *.raw files: They were
entered ALL IN CAPS and are difficult to read, for starters. PR: docs/11595
This commit is contained in:
parent
f621a0da62
commit
3fbf784a97
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4945
5 changed files with 9 additions and 19 deletions
|
@ -337,7 +337,3 @@ to integrate Microsoft's Windows NT with UNIX operating systems. The team
|
|||
is comprised of individuals with extensive knowledge of both Windows NT
|
||||
and UNIX committed to developing productivity tools for System
|
||||
Administrators and IT management in mixed OS environments.
|
||||
|
||||
<!-- NAME="ZZZ" CAT="" SUBCAT="" -->
|
||||
<STRONG></STRONG>
|
||||
<!-- FAKED ENTRY FOR BUGGY PERL SCRIPT gencommercial.pl -->
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# 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)
|
||||
# software). A description file (by default, ./commercial.desc)
|
||||
# contains the definitions for each of the categories and its
|
||||
# sub-categories.
|
||||
#
|
||||
|
@ -16,6 +16,8 @@
|
|||
# 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.
|
||||
#
|
||||
|
@ -25,7 +27,7 @@
|
|||
# This program is made available to the general public under
|
||||
# the "BSD-style copyright" terms of agreement.
|
||||
#
|
||||
# $Id: gencommercial.pl,v 1.2 1999-01-27 09:05:05 mbarkah Exp $
|
||||
# $Id: gencommercial.pl,v 1.3 1999-05-25 16:20:57 hoek Exp $
|
||||
|
||||
#######################################################################
|
||||
## Configuration Section
|
||||
|
@ -58,7 +60,7 @@ require 5.001;
|
|||
# Parse the command line
|
||||
|
||||
sub usage_exit {
|
||||
print STDERR "Usage: gencommercial.pl [-acv] category\n";
|
||||
print STDERR "Usage: gencommercial.pl [-ac] category\n";
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
@ -228,6 +230,10 @@ while (<RAW>)
|
|||
$entry_text = "${entry_text}$_" if (not $first_time);
|
||||
}
|
||||
}
|
||||
if ($first_time == 0)
|
||||
{
|
||||
$entries {"$entry_name"} = "$entry_subcat|$entry_text";
|
||||
}
|
||||
|
||||
close (RAW);
|
||||
|
||||
|
|
|
@ -209,7 +209,3 @@ any complicated system setup. The InterJet is easily upgradeable, providing
|
|||
a range of bandwidth capacity from 33.6Kbps to ISDN and Frame Relay
|
||||
(56Kbps to full T1 speeds). Based on FreeBSD, the InterJet supports access
|
||||
to the web publishing space via both Appletalk and Microsoft filesharing.
|
||||
|
||||
<!-- NAME="ZZZ" CAT="" SUBCAT="" -->
|
||||
<STRONG></STRONG>
|
||||
<!-- FAKED ENTRY FOR BUGGY PERL SCRIPT gencommercial.pl -->
|
||||
|
|
|
@ -27,7 +27,3 @@ and sells FreeBSD CD-ROMs with other selection of titles.
|
|||
Liebscher & Partner</A></STRONG> are now shipping the BSD
|
||||
<A HREF="http://www.freibergnet.de/shop/impressum.de.html">Stuffed
|
||||
Daemon</A>! <img src="../gifs/plueschtier-tiny.jpg">
|
||||
|
||||
<!-- NAME="ZZZ" CAT="" SUBCAT="" -->
|
||||
<STRONG></STRONG>
|
||||
<!-- FAKED ENTRY FOR BUGGY PERL SCRIPT gencommercial.pl -->
|
||||
|
|
|
@ -622,7 +622,3 @@ 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 <A HREF="http://www.zeus.co.uk/">downloaded</A>.
|
||||
|
||||
<!-- NAME="ZZZ" CAT="" SUBCAT="" -->
|
||||
<STRONG></STRONG>
|
||||
<!-- FAKED ENTRY FOR BUGGY PERL SCRIPT gencommercial.pl -->
|
||||
|
|
Loading…
Reference in a new issue