Commit graph

3944 commits

Author SHA1 Message Date
Nik Clayton
c70f469739 Added many comments explaining what this file is and what it should
contain.

Define an FPI for ../../en/share/sgml/bookinfo.ent.  Explain how to add
other language specific FPIs.
1999-05-05 20:14:34 +00:00
Joseph Koshy
7c0fa1b1fd Add an entity for ppp(8). 1999-05-04 05:12:09 +00:00
Nik Clayton
b796c77807 Add a definition for &man.lynx.1; 1999-04-29 19:50:18 +00:00
Nik Clayton
c2fe04683c Special case docproj-primer when installing. 1999-04-27 18:31:42 +00:00
Jun Kuriyama
8bdee18bd8 Add ${TIDYFLAGS} to use -raw option for building Japanese handbook. 1999-04-20 15:58:36 +00:00
Nik Clayton
ed34512f59 Includable Makefile, contains most of the logic for converting DocBook
into a variety of different formats.  Contains a lot of code that used
to be in doc/en/handbook/Makefile, the commit log for that file will
probably prove useful as well.
1999-04-14 22:13:59 +00:00
Nik Clayton
5dffdeac60 Add some more references to manual pages. Not yet used by Handbook,
but soon to be committed docs use them.
1999-04-12 22:22:21 +00:00
Jun Kuriyama
663cd139b5 Add hack for building Japanese handbook. 1999-04-11 00:43:53 +00:00
Nik Clayton
801f4168eb Support building the ports pages without a local copy of the ports CVS
tree.  Define NOPORTSCVS to make this happen.

Submitted by:  Tom Hukins <tom@eborcom.com>
PR: docs/10099
1999-04-08 21:50:03 +00:00
Jun Kuriyama
fad371fe20 Add temporary option %lang.ja.dsssl;.
Current version of dsssl-docbook-modular has Japanese option, but
this doesn't satisfy our needs.
Until I write a patch, Japanese stylesheet should be off.
1999-04-08 14:17:50 +00:00
Nik Clayton
46ad10792f Hmm. I already committed this remotely, it doesn't seem to have 'stuck'.
Explicitly set %lang.ja to "IGNORE", it will need to be turned on with
something like

    jade -ilang.ja ...
1999-04-05 17:24:40 +00:00
Nik Clayton
a49230e352 Remove old hack to indent verbatim environments, and use new, Norm Walsh
sanctioned hack to indent verbatim environments :-)

Explicitly turn off formatting a <variablelist> as a table, it's still
buggy.

Rename "usen-*" to "en-*", as the usage changed in the underlying
stylesheets.  The leader to a <warning> or <caution> should now have
the ":" in the correct position.
1999-04-04 17:08:20 +00:00
Jun Kuriyama
b859c3ea6b Add Japanese specific definitions. 1999-04-04 15:33:23 +00:00
Wolfram Schneider
d80a1ee97f Don't build the PostScript format. The teTeX-beta port is currently broken.
Only the english handbook was converted to DocBook, the
japanese handbook is still in linuxdoc.
1999-04-02 22:06:58 +00:00
Nik Clayton
2c32476628 Change some of the targets to cater for the DocBook Handbook. The
"FORMATS" spec has changed, but the majority of stuff still uses LinuxDoc.
Special case the Handbook where necessary.
1999-03-27 15:46:31 +00:00
Nik Clayton
3a6361c32c The Handbook conversion has changed the names of some of the generated
HTML files (not all of them, just some of them).

Fix up the broken references to point to the correct files.

This has not touched the release notes in releases/*/*.  I'm not sure
whether they should remain as historical record of what was shipped or
not.  About 5 of them now have a couple of broken links each, which will
be trivial to fix.
1999-03-27 15:43:51 +00:00
Nik Clayton
62a7d13816 Created a new set of entities for manual pages.
The construct:

    <citerefentry>
      <refentrytitle>foobar</refentrytitle>
      <manvolnum>1</manvolnum>
    </citerefentry>

is a pain to type, and messes up the pretty-printing of the source code.
Replace every occurence of a entry like that with:

    &man.foobar.1;

Adjusting the manual page name and section number appropriately.

The definitions for these entities are stored in man-refs.ent. This
file is in doc/share/sgml because it is not just specific to the Handbook.
I expect the DocBook'd FAQ and Tutorials (coming RSN) to use them as
well.

A new PUBLIC identifier has been created for these entities, and added to
the catalog file.
1999-03-07 16:32:22 +00:00
Nik Clayton
6c56672923 Removed the reference to handbook.css, that shouldn't be in there yet.
Turned html-manifest from #t to #f. This can be set to #t via an option
to jade(1), but the reverse is not true.
1999-01-27 23:29:14 +00:00
Wolfram Schneider
e3289d3f44 http://www.freebsd.org/security/security.html#ml states that there is
a mailing list named ``freebsd-security-notification''.  it should say
``freebsd-security-notifications'' (with a trailing `s').
Submitted by:	Linus Nordberg <linus.nordberg@canit.se>
1999-01-26 18:40:51 +00:00
Nik Clayton
99901d638a Move doc/sgml/* to doc/share/sgml/*, so it better follows the layout of
Doc. Proj. related ports under $PREFIX/share. Update en/handbook/Makefile
with the new paths.

Didn't seem worthwhile to do a repository copy for only three files moved.
1999-01-25 21:58:59 +00:00
Jordan K. Hubbard
7e6229e0d5 Bring in the new security guide.
Submitted by:	jkb
1998-12-19 09:55:30 +00:00
Steve Price
63614d0225 Add a trailing slash to http URLs - some required and some just for the
sake of consistency.

PR:		8038
Reviewed by:	wosch
1998-12-13 23:19:33 +00:00
Wolfram Schneider
db3aa73031 Added SecurityPortal.com to links section.
Submitted by: Jim Reavis <jreavis@aistrat.com>
1998-11-15 16:23:09 +00:00
Jun Kuriyama
ad14b5b1de Fix typo. 1998-11-14 16:50:26 +00:00
Wolfram Schneider
a7d4d2ef26 Fix URL of The COAST Security Hotlist
Submitted by: Bruce Campbell <bc@thehub.com.au>
1998-10-21 14:29:44 +00:00
Wolfram Schneider
692913c8c6 Test file name before makeing a tar archive. 1998-09-13 21:43:20 +00:00
Wolfram Schneider
405477f28f Fix URLs. 1998-08-09 23:02:19 +00:00
Jordan K. Hubbard
1c30164c1d Clean up this page a bit and deal with stuff missed in the first review. 1998-07-24 08:34:18 +00:00
Wolfram Schneider
a2e812510f Do not override _ALLINSTALL variable. 1998-07-23 10:59:00 +00:00
Wolfram Schneider
fcbb5212c8 Fix CERT URLs.
Submitted by:	 yossman <yossman@yoss.nonline.net>
1998-06-23 22:42:14 +00:00
Wolfram Schneider
80d71116c1 The new FreeBSD Security homepage.
Submitted by: guido
1998-06-19 09:46:53 +00:00
John Fieber
de98576424 In the process of re-constructing the FreeBSD web site automatic-update,
clean up the build process a wee bit.

The basic change: instead of cheacking out bits and pieces of the
doc tree into the web build tree, check out the doc tree somewhere
else and put in a few symlinks from the web tree to the doc tree.

On catfish (soon to be hub) for example:

  /usr/local/www/build/doc/...
  /usr/local/www/build/www/...

where

  /usr/local/www/build/www/data/handbook -> ../../doc/handbook

You have to manually put in the symlinks at the moment, but it
works better than the evil CVS hackery.

Also, install with -C to help avoid gratuitous cache-busting due to
gratuitous timestamp twiddling.
1998-01-18 22:27:43 +00:00
Brian Somers
4f1a28d335 Put all .html files into $entry-html.tar.gz
rather than skipping the sym-links.
1997-11-11 15:09:24 +00:00
John Fieber
17d40038ae Use the newly added html dtd port instead of referencing the
copy of the DTD where I just happen to keep it on freefall.
1997-09-19 21:35:54 +00:00
John Fieber
c8eda81425 Install things with a group of www and group writable. 1997-03-11 15:12:30 +00:00
John Fieber
8d3fe816ab Pass ${SGMLOPTS} to sgmlfmt when transforming docbook files. 1997-01-19 21:29:03 +00:00
John Fieber
1ddc8be9ed Add a rule to handle docbook files (.docb). 1997-01-18 02:25:01 +00:00
John Fieber
c631979f12 Only check things out of the cvs repository during a build unless they don't
already exist.  Basically, assume that any updating from the repository
has been done before the build.
1996-10-24 23:33:43 +00:00
John Fieber
63f3fa9182 Wire up the new sgmlfmt options. 1996-10-06 00:08:28 +00:00
John Fieber
a2832b8a22 For directories with linuxdoc docs (eg handbok, faq), make an index.html
symlink to the appropriate file after installing.
1996-10-01 23:41:29 +00:00
John Fieber
834cec1450 Remove batchssi rubbish. 1996-09-28 23:18:10 +00:00
John Fieber
b7e2624132 Fetch the handbook and FAQ from the cvs repository before trying to
build them.
1996-09-25 16:00:32 +00:00
John Fieber
a2bbea0b60 Make it so ports/INDEX is updated from cvs before generating
the ports pages.
1996-09-24 18:56:21 +00:00
John Fieber
38df6f51c6 Web pages, may I introduce you to CVS. CVS, these are the web pages.
Yes, this is supposed to be a new top level in the repository.

For the moment any changes to this area must be cleared by myself
or Jordan.  Once the kinks are worked out, the policy will probably
be relaxed.
1996-09-24 17:46:04 +00:00