Commit graph

15 commits

Author SHA1 Message Date
John Baldwin
86bba6a538 Add infrastructure for links to Git commits.
- Add a <githash> tag which accepts a Git hash.  Leave
  <revnumber> as is for svn revisions.  In theory we
  could add a new attribute to <revnumber> to say which
  VCS to use, but this would require tagging either all
  SVN revisions or all Git hashes explicitly which would
  be invasive.  A new tag going forward seems simpler.

- Revert svnweb.link back to generating svnweb links.  This
  fixes all the explicit <revnumber>'s referring to SVN src
  commits in existing documentation.

- Add a cgit.link which links to a Git commit in cgit.
  githash generates cgit.link's when asked to generate a
  href.

Reviewed by:	gjb, ygy
Differential Revision:	https://reviews.freebsd.org/D27703
2020-12-22 13:48:38 -08:00
Daniel Gerzo
374c66b515 - add instructions for FreeBSD.org SMTP access setup
Reviewed by:	bcr, mat, rpokala, allanjude
Differential Revision:	https://reviews.freebsd.org/D18708
2019-01-11 20:46:47 +00:00
Warren Block
b90abbc81c Add the ability to set a translate="no" property on any element that
uses the common properties attributes.  This also adds the ability to
set rules in the <info> element to select types of elements that should
not be translated.  Non-translated text does not appear in PO files and
is not seen by translators, but is included verbatim in the final
translated output document.

The current use case for this is to prevent the PGP keys from being
translated, which makes no sense and introduces duplication.

This work was made possible with assistance by Shaun McCance at the 2017
Open Help Conference.

Sponsored by:	iXsystems
2017-08-18 17:19:53 +00:00
Warren Block
9d6050aae1 Improve support for <buildtarget> in the DTD. Allow common attributes
like lang= for buildtarget.

Approved by:	hrs
Differential Revision:	https://reviews.freebsd.org/D2958
2015-07-06 20:19:51 +00:00
Glen Barber
77e993c3f6 Add a few elements to the db.common.attributes definition:
- vendorurl
 - sponsor
 - sponsorurl
 - contrib

This will allow attribution for sponsored or contributed
work on FreeBSD in the release notes.

This is a prerequisite to additional upcoming changes.

While here, modify docbook.css to recognize a new 'contrib'
<span> class.

Also, set FreeBSD=%H on docbook50.dtd to allow the commit
to go through.

Sponsored by:	The FreeBSD Foundation
2014-05-07 18:57:40 +00:00
Gabor Kovesdan
35199b4620 - Allow trademark in contrib 2013-06-20 17:38:05 +00:00
Gabor Kovesdan
2dbbb700fd - Fix previous commit 2013-06-20 14:58:27 +00:00
Gabor Kovesdan
a28f1f3d18 - Allow email in attribution
- Allow trademark in screen
2013-06-20 14:45:27 +00:00
Gabor Kovesdan
5d9f101d74 - Allow trademark in lineannotation 2013-06-20 10:45:44 +00:00
Gabor Kovesdan
9342dfb550 - Allow trademark in application 2013-06-10 09:43:31 +00:00
Gabor Kovesdan
0f205e2127 - Add forgotten * repetition 2013-06-07 14:36:47 +00:00
Gabor Kovesdan
d850f43faa - Allow replaceable in buildtarget
- Allow revnumber and buildtarget in entry
2013-06-07 14:17:03 +00:00
Gabor Kovesdan
36eb90e883 - Allow buildtarget in quote 2013-05-31 14:06:42 +00:00
Gabor Kovesdan
e91e357c48 - Allow buildtarget in para 2013-05-31 12:24:38 +00:00
Gabor Kovesdan
0b11e1bec7 - Add the full DocBook DTD here, since customization with parameters entities
is not possible any more
- Apply FreeBSD-specific customizations
2013-05-31 07:46:21 +00:00