Commit graph

57 commits

Author SHA1 Message Date
Warren Block
d6e679bf9e Restore lost <replaceable> tags. 2014-04-29 21:44:04 +00:00
Hiroki Sato
8def749c53 Normalize DTD URL. 2013-11-13 07:52:45 +00:00
Gabor Kovesdan
24d129e8d1 - Definitively upgrade to DocBook 5.0 2013-11-07 15:39:28 +00:00
Gabor Kovesdan
fc03eb5c00 - MFH 2013-07-03 10:43:17 +00:00
Marc Fonvieille
d9351f8b16 Add id attribute to legal notices to prevent filenames with
auto-generated names.  This will help to track built/installed files
and will ease the packages managing.
2013-06-30 14:17:41 +00:00
Gabor Kovesdan
ce2cad1acf - bibliography's abstract should be in bibliographyinf 2013-05-31 12:57:11 +00:00
Gabor Kovesdan
68645226ea - Replace misused (empty) link elements with xref 2013-04-03 11:33:18 +00:00
Gabor Kovesdan
3a9b83582b - Use XInclude to include text files instead of <inlinegraphic> since such
inclusion is not supported in standard XSLT and xsltproc provides no
  extensions for that
2013-01-30 20:11:31 +00:00
Gabor Kovesdan
5df509eaa2 - Remove standalone="no" statements from XML declarations since it did not
always work and is no use anyway
2013-01-30 19:12:36 +00:00
Gabor Kovesdan
36cdb51546 - Migrate the documentation set to DocBook 4.5 2013-01-30 14:00:53 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
e6b69c3357 - XMLify English articles
Approved by:	doceng (implicit)
2012-06-21 16:01:00 +00:00
Joel Dahl
f361f5a935 Expand contractions. 2006-02-07 21:32:42 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Simon L. B. Nielsen
34eb493593 Add Linux trademark attribution, which I missed in the first trademark
update of this article.

Noticed by:	des
2003-12-12 23:40:55 +00:00
Dag-Erling Smørgrav
037ce3fa7f Fix same old bug in sample conversation function. 2003-12-10 16:40:10 +00:00
Dag-Erling Smørgrav
ec88e446c2 Old uncommitted changes: improve the configuration section, and add
descriptions for more modules.
2003-12-10 16:26:44 +00:00
Simon L. B. Nielsen
b8494fd2f5 - Use trademark entities.
- Add trademark attributions.
- Don't join trademarks with other words, e.g. using hyphens.
- Don't use trademarks as nouns (e.g. don't use "Windows NT's").
2003-09-18 15:32:54 +00:00
Dag-Erling Smørgrav
0fb053a5e9 Whitespace cleanup, translators can ignore this. 2003-05-26 14:06:59 +00:00
Dag-Erling Smørgrav
096648e07a Document the "binding" control flag. Also rewrite the section describing
the control flags to make it clearer, and correct a mistake in the "PAM
chain execution summary" table.
2003-05-23 01:14:19 +00:00
Dag-Erling Smørgrav
ae08dcd679 Updatethe sample module from the OpenPAM repo. 2003-05-23 01:00:36 +00:00
Dag-Erling Smørgrav
39009f9582 Update sample program from OpenPAM repo. 2003-05-23 00:46:57 +00:00
Hiroki Sato
f6cd99b654 Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Marc Fonvieille
a1161205fd Update copyright. 2003-02-17 23:00:10 +00:00
Hiroki Sato
ee5bf07c5d Replace ${JADEFLAGS} with the corresponding variables. 2003-02-16 14:59:48 +00:00
Dag-Erling Smørgrav
ed805b7479 More about modules. 2003-02-15 22:52:36 +00:00
Dag-Erling Smørgrav
454ade95b7 Reword parts of the "Policies" section (old uncommitted diff)
Start writing the "FreeBSD PAM Modules" section, which will provide
short descriptions of each of the PAM modules we ship in the base
system, along with recommendations about their use.

Note to translators: more to come in the very near future, so you may
wish to hold back on this one for a while.

Sponsored by:	DARPA, NAI Labs
2003-02-06 11:50:55 +00:00
Ruslan Ermilov
58ba213e1d Fixed grammar nits.
Reviewed by:	des
2002-11-14 13:20:32 +00:00
Dag-Erling Smørgrav
31444a8de7 Try to explain how the dispatcher works, with all (well, both) its quirks.
Translators: still not done, please hold off.

Sponsored by:	DARPA, NAI Labs
2002-06-21 16:42:35 +00:00
Dag-Erling Smørgrav
f5c32c1745 Mess up the bibliography even more. 2002-06-08 01:24:55 +00:00
Dag-Erling Smørgrav
87ec504a4f Whitespace nits (they keep sneaking in!) + some nits pointed out by keramida. 2002-06-08 01:23:41 +00:00
Dag-Erling Smørgrav
9a88a939eb DBA update, add copyright & legal notice, minor cleanup. 2002-06-07 16:24:17 +00:00
Dag-Erling Smørgrav
fbe5bce218 DBA update. 2002-06-07 16:23:56 +00:00
Dag-Erling Smørgrav
a0e5c66ae0 Catch up with the current state of -CURRENT, and discuss the differences
between OpenPAM, Linux-PAM and Solaris PAM in some more detail.  Also add
IDs to most sections and their titles, and an appendix listing a sample
conversation function.

Translators: please leave for later, there's still a lot to do.

Sponsored by:	DARPA, NAI Labs
2002-06-07 15:45:24 +00:00
Dag-Erling Smørgrav
70a78a3610 Sample conversation function, based on a trimmed-down openpam_ttyconv(3).
Sponsored by:	DARPA, NAI Labs
2002-06-07 15:42:12 +00:00
Dag-Erling Smørgrav
828a51b4c8 Checkpoint commit: add sample application, mess with bibliography. 2002-06-07 13:37:37 +00:00
Dag-Erling Smørgrav
2a4b9fcedd Add sample application, use sed(1) instead of perl(1).
Sponsored by:	DARPA, NAI Labs
2002-06-07 13:37:14 +00:00
Dag-Erling Smørgrav
ba497fd8ed Sample PAM module from OpenPAM repo. 2002-06-07 12:59:09 +00:00
Dag-Erling Smørgrav
045ae674b4 Update sample program from OpenPAM repo. 2002-06-07 11:53:38 +00:00
Dag-Erling Smørgrav
f5b32f0bef Whitespace cleanup. 2002-06-07 10:25:15 +00:00
Chris Costello
8780066e72 o Convert the "Further Reading" section from an appendix to a
bibliography containing multiple bibliodiv's, and move the text
  description of the bibliography to an abstract element within the
  bibliography tag
o Add a link to OpenPAM's Source Forge Web page.

Sponsored by:	DARPA, NAI Labs
2002-02-28 15:03:07 +00:00
Chris Costello
073d039e40 Replace the "Further Reading" section's contents with a proper
DocBook bibliography.  This will be expanding.

Sponsored by:	DARPA, NAI Labs
2002-02-23 04:48:55 +00:00
Hiroyuki Hanai
440578ec80 fix typo. 2002-01-24 13:50:37 +00:00
Dag-Erling Smørgrav
aeaea6b938 Remember to delete credentials.
Sponsored by:	DARPA, NAI Labs
2002-01-24 09:48:49 +00:00
Dag-Erling Smørgrav
820352acae Instead of having a marked-up copy of the source code, keep a compilable
copy, and use an <inlinegraphic> to suck it into the article.

Suggested by:	hrs
2002-01-20 22:52:51 +00:00
Dag-Erling Smørgrav
37e03e83cc - Clearly mark all unwritten sections.
- Correct a factual error in the "Transactions" section (which I
   wrote mostly off the top of my head)
 - Add a note about discrepancies in the original PAM paper to the (as
   yet unwritten) "PAM Application Programming" section.
 - Fill in the sample PAM application, and make room for an (as yet
   unwritten) sample PAM module.

Sponsored by:	DARPA, NAI Labs
2002-01-14 18:26:29 +00:00