Commit graph

73 commits

Author SHA1 Message Date
Neil Blakey-Milner
1c78f1c07d a) "Fix" out-of-tree builds by not hard-coding locations of dsl files
with SYSTEM, and using instead PUBLIC entities gained from the catalog
in the directory of the language the document belongs to, or the
language-neutral entity.  Now we always use default.dsl as our dsl
master, and it grabs the necessary magic from the catalogs.

b) Fix the always-out-of-date imagelib problem with some make(1)-fu.

Approved by:	nik (ages ago)
2000-09-28 23:29:48 +00:00
Jesus Rodriguez Cuesta
71cc545b8f Make the right commit! 2000-08-25 13:14:19 +00:00
Jesus Rodriguez Cuesta
ef54bb7e51 File committed for be able to build the spanish handbook. This
section is not translated yet.
2000-08-25 13:05:48 +00:00
Jesus Rodriguez Cuesta
56171bc557 First translated version. 2000-08-25 13:05:02 +00:00
Jesus Rodriguez Cuesta
bc6180272e Add $FreeBSD$ tag. 2000-08-25 12:51:04 +00:00
Jesus Rodriguez Cuesta
0b5000985f First translated version. 2000-08-25 12:47:11 +00:00
Jesus Rodriguez Cuesta
da11112383 File committed for be able to build the spanish handbook. This
section is not translated yet.
2000-08-25 12:44:01 +00:00
Jesus Rodriguez Cuesta
27d77ff34c File committed for be able to build the spanish handbook. This
section is not translated yet.
2000-08-25 12:31:19 +00:00
Jesus Rodriguez Cuesta
d7a493abe3 File committed for be able to build the spanish handbook. This
section is not translated yet.
2000-08-25 12:23:00 +00:00
Jesus Rodriguez Cuesta
0ed3364342 First translated version. 2000-08-25 12:21:02 +00:00
Jesus Rodriguez Cuesta
27a98e33a9 Add $FreeBSD$ tag. 2000-08-25 12:15:27 +00:00
Jesus Rodriguez Cuesta
9aee667bb8 File committed for be able to build the spanish handbook. This
section is not translated yet.
2000-08-25 11:56:53 +00:00
Jesus Rodriguez Cuesta
60eaba3829 First version Spanish handbook. 2000-05-28 19:51:44 +00:00
Jesus Rodriguez Cuesta
93c2da13d6 Add entities and declaration files. 2000-05-28 19:48:50 +00:00
Jesus Rodriguez Cuesta
d02da4adf1 $FreeBSD$ tag. 2000-05-28 19:21:43 +00:00
Jesus Rodriguez Cuesta
0bed4a7f13 Let's begin with Spanish handbook structure. I've created
directories structure and i'll commit files content separately.

Spanish handbook will be committed but not included on doc auto
building until completly finished.
2000-05-28 19:14:07 +00:00
Nik Clayton
a595525171 Give each language and encoding it's own freebsd.dsl, to contain style
sheet definitions for that language only.  Each file reads in the defaults
from the master share/sgml/freebsd.dsl file, and adds overrides, or new
definitions, as necessary.

Move the per-language hacks from share/sgml/freebsd.dsl in to
<lang>/share/sgml/freebsd.dsl as necessary.

Add links to the -questions and -doc mailing lists to the bottom of the
generated HTML output for some languages.  The -questions link will
become a link to Greg's "Getting the most from questions" document when
I bring that in, but I haven't done that yet, and I didn't want these
patches hanging around my local tree.

This was the real reason for making freebsd.dsl language local, as it
makes it much easier to translate generated text, such as the text of
the links, without polluting share/sgml/freebsd.dsl.

Update doc.docbook.mk to use the new, per-language freebsd.dsl file when
building the docs.  While I'm here, update .pdb generation so that it
creates a symlink to ${CURDIR:T}.pdb as well (e.g., the Handbook generates
"book.pdb" and "handbook.pdb").  This makes it easier to install more than
one document on a Palm, because two docs called "book.pdb" or "article.pdb"
can not co-exist.
2000-03-23 09:00:17 +00:00
Jesus Rodriguez Cuesta
52fb07cf5a Update links to 3.4R 1999-12-30 14:06:10 +00:00
Jose M. Alcaide
37084c6c3f "Hardware" chapter revised: typos, spelling, blank space...
General changes:
  "" --> `` ''
  c&oacute;nsola --> consola
  estandard --> est&aacute;ndar
  la BIOS --> el BIOS
  ordenador --> computador
  fichero --> archivo
  rebota --> rearranca

Document language (<book lang=XX>) switched to english,
while we solve the problems which affect to the <QandAset> style.
1999-09-24 17:25:39 +00:00
Jose M. Alcaide
cfc3078471 "Installation" chapter revised: spelling, typos, blank space. 1999-09-23 16:05:31 +00:00
Jose M. Alcaide
1d39bce4a6 "Introduction" chapter revised: spelling corrections, some rewording,
white space changes.
1999-09-22 15:59:38 +00:00
Jesus Rodriguez Cuesta
3087369931 - Fix some typos
- Use <preface> tag for preface
- Add trailing slashes for URLs
- Replace <xref> tags by <link>
- Update Gated link
- Use of <address> tags
- Fix <email> tags
- Point users to download latin1, text, pdf and postscript FAQs from
  ftp.freebsd.org
1999-09-19 23:25:55 +00:00
Jesus Rodriguez Cuesta
c651fdb7ca $Date$ -> $FreeBSD$ 1999-09-19 18:36:04 +00:00
Jesus Rodriguez Cuesta
28f7171824 Mega white space only commit. 1999-09-19 18:35:00 +00:00
Peter Wemm
553f5f8a90 $Date$ -> $FreeBSD$ 1999-09-06 07:22:28 +00:00
Peter Wemm
5ff728b8ca $Id$ -> $FreeBSD$ 1999-09-06 06:53:43 +00:00
Nik Clayton
78e0c3c1d4 Use doc.project.mk, and ${.CURDIR}. 1999-09-03 17:45:42 +00:00
Nik Clayton
20f7d377d1 Use doc.project.mk in place of docproj.docbook.mk.
Use the new ROOT_SYMLINKS variable where necessary.
1999-09-03 17:24:47 +00:00
Nik Clayton
5d61c67118 When making the compatability symlink, do it in the parent directory
to both directories, and make it relative, rather than absolute.

This fixes the case where you might install the docs under one directory
/foo/bar/..., and then want to migrate them elsewhere (to /usr/share/).

With the old scheme, the symlink would start /foo/bar/..., and would
therefore be broken.

A good example of this happening is "make release" :-)
1999-08-26 19:42:13 +00:00
Nik Clayton
a3163ec304 Honour ${DOCDIR} when installing the documentation. 1999-08-19 20:36:02 +00:00
Nik Clayton
8f704ac3d6 Remove FAQ/ directory, add books/ directory. 1999-08-19 00:08:37 +00:00
Nik Clayton
9afad61523 Makefile framework to install the Spanish DocBook FAQ. 1999-08-19 00:07:58 +00:00
Jesus Rodriguez Cuesta
8a020f05ea Include <QAndASet> elements. There is to do still a lot of cosmetic and
indent job, but, at least, it builds :)
1999-08-18 17:16:55 +00:00
Jesus Rodriguez Cuesta
574bc8f89c Include <book lang=es> element. 1999-08-18 13:16:28 +00:00
Jesus Rodriguez Cuesta
fbab17e356 Commit the first version of DocBook spanish faq. At this moment builds
but doesn't use <QAndASet> elements (working these tags).
1999-08-18 13:04:31 +00:00
Nik Clayton
7fc8947ce8 The new Makefile framework. Does the right thing (pretty much) except
in the case of */FAQ/Makefile, because the FAQs are all in the wrong
place.  Things still install properly, but some of the directory paths
are hardcoded.  This will be going away ASAP.
1999-08-16 22:09:20 +00:00
Jesus Rodriguez Cuesta
bb3e9516c7 Add "Workarounds for no sound from es1370 with pcm driver" entry. 1999-08-09 13:55:24 +00:00
Jesus Rodriguez Cuesta
89bd27d45f Add "What's a sandbox" entry 1999-08-09 13:45:55 +00:00
Jesus Rodriguez Cuesta
42956eb60b New entry, "How do I install splash screens, and where?" 1999-08-04 13:31:08 +00:00
Jesus Rodriguez Cuesta
ecd4b1a1fe Add DE450 ethernet card.
Add Dayna DP1203, DP2100 ethernet cards.
Add redirect ports for PCAnywhere.
1999-08-04 12:46:47 +00:00
Jesus Rodriguez Cuesta
552ece77cb Replace freebsd.org by FreeBSD.org 1999-08-03 18:02:57 +00:00
Jesus Rodriguez Cuesta
d2604e9c23 - Add link for 3.x packages and fix the link for 4.0-current packages.
- Add new entry "Why can't I build this port on my 3.x-stable machine?"
- Add an entry for a problem abount lacking of ld.so for aout apps.
1999-08-03 18:02:02 +00:00
Jesus Rodriguez Cuesta
6c1e64c395 - Fixed a Windows NT command setting file attributes
- Updated 2 "man.cgi" links
- Remove the reference to "new-account" project
- Replace freebsd.org by FreeBSD.org
- Replace sd by da for SCSI disks.
1999-08-03 17:43:34 +00:00
Jesus Rodriguez Cuesta
861330855b Fix some typos,
PR:		docs/12572
1999-07-12 13:17:10 +00:00
Jesus Rodriguez Cuesta
75ef2b6ad3 network.sgml:
- Add port redirects for games

preface.sgml:
 - Where to find Y2K FreeBSD's info

hardware.sgml:
 - Modify line where PnP siopnp_ids[] is on sys/i386/isa/sio.c

commercial.sgml:
 - Update information about databases
1999-07-02 13:14:47 +00:00
Jesus Rodriguez Cuesta
9c0e505976 Replace freebsd.org and FreeBSD.ORG by FreeBSD.org 1999-06-09 01:04:57 +00:00
Jesus Rodriguez Cuesta
11b68e3bb1 Replace freebsd.org and FreeBSD.ORG by FreeBSD.org 1999-06-09 00:56:43 +00:00
Jesus Rodriguez Cuesta
c327665092 Update parallel port zip drive info. 1999-05-31 13:01:05 +00:00
Jesus Rodriguez Cuesta
b2038a6029 Xi Graphics no longer sell CDE for FreeBSD. Point that users can use KDE. 1999-05-31 12:52:23 +00:00
Jesus Rodriguez Cuesta
ab53a1c2f6 Explain better -stable and -current concepts. 1999-05-31 12:46:48 +00:00