Commit graph

1846 commits

Author SHA1 Message Date
Davide Italiano
8270711d8c Add myself to the files (this and previous commit). Also, clear up the fact that my last commit message was accidentally left blank.
Approved by: alc, gnn (mentors)
2012-01-31 22:54:32 +00:00
Hiroki Sato
a3e34ae400 - Fix ($user-html-header$) to support <script src="foo">. While the rendered
result of <script> end tag by the DSSSL stylesheet was </script\n> to avoid
  unnecessary spaces after the tag, most of the www browsers and HTML
  processors cannot recognize it as the end of <script>.  To workaround this,
  ($user-html-headers$) now outputs the start and the end tag independently
  in each single line.

- Add %html-header-script% to control if <script> is included in <head>.

- Add html.header.script.google knob for SGML and XML documents in non-DocBook
  DTD.  %html.header.script.google; and $html.header.script.google.

- Add WWWFREEBSDORG make(1) knob to control the <script> inclusion.  Note that
  <script> is disabled temporarily.

Discussed with:	gjb and core
Tested by:	gjb
2012-01-31 02:01:32 +00:00
Daniel Gerzo
c6a043d242 - ftp2.se.FreeBSD.org mirror also supports rsync now
Submitted by:	empty@telia.com
2012-01-30 18:59:13 +00:00
Daniel Gerzo
be64af3060 - the contents of the ftp2.se.freebsd.org are available through http
as well

PR:	www/164461
2012-01-30 12:22:20 +00:00
Warren Block
747f2d46e6 Add a workaround to prevent Tidy from converting tabs to spaces
by converting them to &#09; before Tidy gets them.  Then Tidy
converts them back to real tabs, not spaces.

Reviewed by:	hrs, gjb
2012-01-29 07:25:49 +00:00
Hiroki Sato
26962ca4e3 Add tab expansion procedure into ($verbatim-display$). Although DSSSL
specification supports expand-tabs: characteristics in paragraph flow objects,
printable format backends in our DSSSL processors (Jade or OpenJade) do not
support it.

The committed code expands a literal tab character into literal spaces with
length of %default-tab-spacing%.  In the position calculation, it assumes all
of characters have a fixed width and the number of characters in a node list
can be obtained by (string-length (data nl)).  Note that this can be false
especially when different font sizes are used.

Tested by:	wblock
2012-01-28 08:56:56 +00:00
Xin LI
b8744c0d3f Update my key. 2012-01-27 19:37:04 +00:00
Warren Block
c3ebf18dee Be more specific about which table headers to force left-justified so
header and footer elements aren't unjustifiably justified.

Submitted by:	Jason Massey
PR:		www/164454
Reviewed by:	gjb (mentor)
2012-01-25 22:16:36 +00:00
Ulrich Spörlein
2ec9223e66 Unbreak build when .OBJDIR is being used (i.e. after running make obj).
_IMAGES_FOO already contains fully qualified paths, so prepending
${.OBJDIR} is breaking the build.

Approved by:	hrs
2012-01-17 08:36:59 +00:00
Hiroki Sato
c37a403e82 Add xhci(4). 2012-01-16 23:52:41 +00:00
Pav Lucistnik
86b94c2ed2 - Remove ftp2.hu.FreeBSD.org which ceased operation
Submitted by:	pgj
2012-01-16 21:08:30 +00:00
Andrew Thompson
d4cc5b4445 The NZ mirror also allows http. 2012-01-12 22:00:21 +00:00
Hiroki Sato
fb59877ae1 9.0-RELEASE is officially released!
Hat on:	re
2012-01-12 20:42:22 +00:00
Hiroki Sato
a11437e608 Add posix_fallocate(2), h_ertt(4), tws(4), rtadvctl(8), hhook(9), and khelp(9). 2012-01-11 23:45:35 +00:00
Andrew Thompson
13ddf0e0ec The NZ ftp mirror is back. 2012-01-11 20:54:37 +00:00
Christian Brueffer
6fc37a3bcb Add hpt27xx entity. 2012-01-11 18:37:40 +00:00
Sean Bruno
cb09678811 add my pgp pub key, I think 2012-01-11 12:32:05 +00:00
Hiroki Sato
4e75da6758 Add geom_map(4). 2012-01-10 07:59:02 +00:00
Hiroki Sato
f36a24911d Add wtmpcvt(1) and utmpx(3). 2012-01-10 07:13:00 +00:00
Hiroki Sato
698a44d70b Add graid(8), rctl(8), resolvconf(8), and usbdump(8). 2012-01-10 07:06:32 +00:00
Hiroki Sato
86a7a72c9d cc(4) and cc(9) were renamed to mod_cc(4) and mod_cc(9).
Spotted by:	lstewart
2012-01-09 14:23:02 +00:00
Hiroki Sato
eb96a14872 Add cbrtl(3). 2012-01-08 22:40:57 +00:00
Hiroki Sato
5e9d08a9d2 Add cexp(3) and cexpf(3). 2012-01-08 22:07:45 +00:00
Hiroki Sato
dae7ca2f4b Add nfsv4(4). 2012-01-08 18:42:09 +00:00
Hiroki Sato
ffb98ad0f2 Add clang(1), clang++(1), clang-cpp(1), bsdinstall(8), and utxrm(8). 2012-01-08 17:41:03 +00:00
Hiroki Sato
aff10e3a85 Add cc(4), cc_chd(4), cc_cubic(4), cc_hd(4), cc_htcp(4), cc_newreno(4),
cc_vegas(4), cxgbe(4), and cc(9).
2012-01-08 14:01:52 +00:00
Hiroki Sato
83d74f0570 Add vte(4) and poweroff(8). 2012-01-07 18:31:28 +00:00
Warren Block
e42b39db05 Fix rendering of calloutlist entries so they appear on the same line as
the definition.

Approved by:	gjb (mentor)
2012-01-07 00:46:26 +00:00
Warren Block
c26ee529de Remove trailing whitespace.
Approved by:	gjb (mentor)
2012-01-06 15:11:37 +00:00
Warren Block
018e7cfc14 Clarity changes:
Left-align table headers so they line up with columns.

  Set line-height: 1.1 in programlistings so descenders have a little
  clearance from the line below.

Appearance changes:
  Remove padding entries from various blockquotes.

  Reduce "body blockquote" line-spacing: from 1.5 to 1.3 so lines don't
  look double-spaced.

  Fix uneven margin spacing on notes and other blockquotes.

  Add rounded border corners.

Reviewed by:	(original version) Niclas Zeising, Remko Lodder, Eitan
		Adler, doc@ (no objections)
Approved by:	gjb (mentor)
2012-01-06 14:20:52 +00:00
Benedict Reuschling
42290080cd Correct the link to the style.Makefile(5) man page. It was previously
linking to style_Makefile(5), which does not exist and therefore
produced a link in the documentation to a nonexisting html man page.
2011-12-24 13:48:45 +00:00
Jason Helfman
fac1074260 Adding my pgp key
Approved by: crees, rene (mentors)
2011-12-19 21:12:08 +00:00
Dmitry Morozovsky
4a50f95240 Implement <SVNref> tag element, which generates link to SVNweb to the given
revision.

Mark last two __FreeBSD_version bumps with it, and format long lines.

Prodded by:			glebius
With great DSL help from:	pluknet
2011-12-18 12:51:56 +00:00
Dmitry Morozovsky
cb89fc003b Some additional signatures retrieved during last months. 2011-12-14 09:37:34 +00:00
Glen Barber
71484c537f bsdinstall chapter updates from -RC3:
- Add the 'Enabling Crash Dumps' screen [1]
- Add the 'Manual Configuration' screen
- Replace the 'Final Configuration' screen; the 'Shell' option was removed
  and replaced with the 'Manual Configuration' prompt

Reminded by:		ryusuke [1]
2011-12-11 18:21:55 +00:00
Pedro F. Giffuni
d690b22387 Add myself as new committer: add PGP key and announce..
Approved by:	jhb (mentor)
2011-12-08 21:25:17 +00:00
Justin Hibbits
96e7567f02 Add myself to the relevant doc files.
Approved by:	nwhitehorn (mentor)
2011-12-03 14:02:50 +00:00
Michael Scheidell
1254788279 - Add my PGP key
Approved by:	gabor(mentor)
2011-11-19 16:40:30 +00:00
Johann Kois
b88b8c6171 PR: www/162363
Update the mirrors for Switzerland:

- both http mirrors support IPv4 and IPv6.
- ftp2.ch does not exist (remove it)

Requested by:   Fabian wenk (fabian ett wenks dott ch)
2011-11-18 15:07:02 +00:00
Christian Brueffer
e040a1443d Add netmap(4) and sfxge(4). 2011-11-17 15:33:58 +00:00
Chris Rees
7640658e58 Revert previous commit until properly discussed. It would seem that the
Developers list is still incomplete, therefore using it to remove old keys is
error prone.
2011-11-13 09:34:37 +00:00
Chris Rees
2ba8681e28 - Remove former Developers
. Thanks again for your work in the past

- Add theraven to the SGML list; he had forgotten

Approved by:	dougb, ryusuke
2011-11-13 07:30:42 +00:00
Manolis Kiagias
560e0ccea3 Add an entity for mps(4) to unbreak the build 2011-11-13 06:00:58 +00:00
David Chisnall
27862fdc06 Added myself to the relevant committer files, fixed alphabetical ordering bug in contrib.committers.sgml.
Approved by:	dim (mentor)
2011-11-11 20:00:30 +00:00
Ruslan Makhmatkhanov
cce9d1f9e6 Add my pgp key.
Approved by:	novel (mentor)
2011-11-10 06:54:00 +00:00
Christian Brueffer
b1861204a2 Add an entity for qlxgb(4). 2011-11-06 20:45:39 +00:00
Glen Barber
36df0fc698 9.0-RC1 updates to the bsdinstall chapter:
- Document that bsdinstall will prompt a user if they would like
  to set a non-default keymap
- Add the image the displays the prompt for a user to select
  an non-default keymap
- Update the final configuration image, where 'Exit' is now the
  first option

Submitted/noticed by:	dru
2011-10-22 16:57:21 +00:00
Sean Bruno
c9d808b04e Finally add myself to here. Amusing that I've never done it before. 2011-10-19 22:27:54 +00:00
Benedict Reuschling
1046ce0db1 Mention style(9) as an important guideline for FreeBSD development
and provide links to STYLE.MAKEFILE(5).

PR:			docs/160696
Submitted by:		radiomlodychbandytow at o2 dot pl
Discussed on:		freebsd-doc
^M removal help by:	gjb
2011-10-17 18:10:51 +00:00
Warren Block
66ff0c119c Update IPv4 static config picture and DNS config picture to conform to
RFC5737.

Discussed with:	bz
Approved by:	gjb (mentor)
2011-10-17 04:03:24 +00:00