Benedict Reuschling
ba843f2ab5
Whitespace fixes.
...
Sponsored by: EuroBSDcon DevSummit
2015-09-27 22:49:57 +00:00
Allan Jude
b311472042
Update link to point to bsdinstall instead of sysinstall
...
PR: 203341
Submitted by: oz.quiles@gmail.com
Approved by: bcr (mentor)
Sponsored by: EuroBSDCon DevSummit
2015-09-27 22:37:24 +00:00
Benedict Reuschling
8ba9bd7522
Fix grammar.
...
PR: 203359
Submitted by: chenq7@rpi.edu
Sponsored by: EuroBSDcon DevSummit
2015-09-27 22:22:10 +00:00
Benedict Reuschling
8dae6c8cdb
Fix a typo.
...
PR: 203344
Submitted by: eahmed1995@gmail.com
Sponsored by: EuroBSDCon DevSummit
2015-09-27 22:06:17 +00:00
Allan Jude
517232a440
Improve the instructions in the HAST section of the handbook
...
PR: 203340
Submitted by: mwalker1025@gmail.com
Approved by: bcr (mentor)
Sponsored by: EuroBSDCon DevSummit
2015-09-27 21:56:03 +00:00
Benedict Reuschling
7673b75cbe
Fix grammar mistake.
...
PR: 203343
Submitted by: joshua.lu@hotmail.com
Sponsored by: EuroBSDCon DevSummit
2015-09-27 21:42:43 +00:00
Allan Jude
177a48354b
Whitespace cleanup from previous commit
...
Approved by: bcr (mentor, implicit)
Sponsored by: EuroBSDCon DevSummit
2015-09-27 21:34:36 +00:00
Allan Jude
d349e791d3
Fix grammar in the jails handbook section
...
PR: 203350
Submitted by: Leonhard Campo <campol2@rpi.edu>
Approved by: bcr (mentor)
Sponsored by: ScaleEngine Inc.
Sponsored by: EuroBSDCon DevSummit
2015-09-27 21:32:57 +00:00
Jason Helfman
1146a09195
- fix java pkg installation, and document openjdk8
...
https://lists.freebsd.org/pipermail/freebsd-doc/2015-September/025810.html
Reported by: seotownsend@icloud.com
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D3716
2015-09-22 18:06:09 +00:00
Jason Helfman
9456934241
- remove 8.x content from faq
...
PR: 202237 (based on)
Submitted by: chris@bsdjunk.com
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D3707
2015-09-22 16:03:58 +00:00
Koop Mast
deca97db7e
Add porters-handbook for USE_GNOME.
...
This contains two chapters. The first chapter explains USE_GNOME and
the macro's and the second chapter which lists all the possible
components with a short description.
Loosely based on the old porting guide (http://freebsd.org/gnome ) and
the Qt chapter. The old porting guide will stick around for now until
I get around to updating the gnome website.
Reviewed by: mat@, wblock@
Approved by: mat@
Differential Revision: https://reviews.freebsd.org/D3577
2015-09-17 07:14:39 +00:00
Glen Barber
f3b3ee52e8
Force cache refresh of the CSS files.
...
Sponsored by: The FreeBSD Foundation
2015-09-16 23:44:23 +00:00
Glen Barber
a48f2cce09
Add 9.3-RELEASE back to the index.html page.
...
Sponsored by: The FreeBSD Foundation
2015-09-16 23:42:06 +00:00
Glen Barber
9f6c456aec
Add 10.1-RELEASE back to the list of releases, which
...
should not have been removed as part of the 10.2-RELEASE
announcement.
Spotted by: Michael Dexter
Pointyhat: gjb (myself)
Sponsored by: The FreeBSD Foundation
2015-09-16 23:38:38 +00:00
Glen Barber
91abc2dbf0
Regen after r287881.
...
Sponsored by: The FreeBSD Foundation
2015-09-16 23:35:19 +00:00
Mathieu Arnold
86e200080c
Catch up with r396872, adding @fc and @fontsdir back, and as options to
...
USES=fonts.
Sponsored by: Absolight
2015-09-14 13:32:29 +00:00
Mathieu Arnold
630979f457
Some arguments in USES did not have the correct markup.
...
Sponsored by: Absolight
2015-09-14 13:32:23 +00:00
Warren Block
0ec6575477
Remove another instance of cloned_interfaces copying the existing
...
setting. This is unusual and confusing for people.
2015-09-14 03:00:49 +00:00
Warren Block
d9db09520b
Remove the width setting for the "Donate to FreeBSD" box. Non-Firefox
...
browsers like Safari and IE seem to use wider fonts, making the text
wrap and disrupting the rest of the page. Also add a nowrap property
just in case.
2015-09-13 18:28:51 +00:00
Warren Block
8c90fc6d64
Change the cloned_interfaces line to a simple assignment rather than
...
appending to an existing variable. Most users will not have other
cloned interfaces, and assuming that they do adds unnecessary complexity
to this example. Pointed out by Adam Vande More <amvandemore@gmail.com>
on -doc.
2015-09-12 19:47:09 +00:00
Warren Block
9aca76e1ac
Fix the donate box wrapping and forcing the menus down (reported by
...
pluknet and allanjude).
Fix the menu width and margin (reported by allanjude).
2015-09-10 18:20:32 +00:00
Warren Block
d8572d9af6
Remove spaces around = so adduser.conf format is correct. Suggested by
...
Martin Dirichs <freebsd@dirichs.fastmail.fm> in -doc.
2015-09-10 14:20:57 +00:00
Warren Block
991f29b7ab
Remove mention of outdated optional packages. Pointed out by Hoyoung
...
Kim <trig4800@gmail.com> on -doc.
2015-09-09 14:03:22 +00:00
Mathieu Arnold
b21201d2d5
Typo.
...
Submitted by: matthew
2015-09-09 13:08:02 +00:00
Mathieu Arnold
70ecd0569e
Correct indentation, translators can ignore.
...
Sponsored by: Absolight
2015-09-09 13:02:17 +00:00
Mathieu Arnold
b9c74f73a5
Spaces inside literal are ignored, and at least, not shown as they
...
should, so for now, describe "@keyword " with "@keyword followed by a
space".
Sponsored by: Absolight
2015-09-09 13:02:06 +00:00
Mathieu Arnold
00d15b7791
Add documentation about opt_VARS.
...
Reviewed by: wblock
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3516
2015-09-09 13:01:54 +00:00
Mathieu Arnold
a3d95c7dee
Combine sections describe SOMETHING and SOMETHING_OFF.
...
Reviewed by: wblock
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3516
2015-09-09 13:01:45 +00:00
Warren Block
e7f74412e6
Add "Example" to example titles that only have element names.
2015-09-09 02:14:13 +00:00
Warren Block
bf0a6a755e
Embiggen fonts and emwiden display. Adjust the main web site CSS so
...
that fonts are not tiny and the site uses more than the middle third of
the monitor. Discussed in -doc.
Differential Revision: https://reviews.freebsd.org/D3215
2015-09-09 00:30:44 +00:00
Mathieu Arnold
f50de9171b
Catch up with the ports tree.
...
Sponsored by: Absolight
2015-09-08 14:05:27 +00:00
Warren Block
98ecd8f450
Clean up Links section:
...
Remove section about <anchor>, xml:id makes those unnecessary.
Remove section about using <link> to link to the same document.
Change ulink reference to link.
Add an example showing using an XML empty tag for a link.
Add an example of using <uri>.
Add "Example" to example titles.
2015-09-08 03:59:02 +00:00
Warren Block
f879629f14
Remove an extra comma.
2015-09-06 20:16:18 +00:00
Glen Barber
67d23bf47e
Update the administration page to reflect Marius Strobl (marius@)
...
has been appointed as the RE Deputy Lead.
Approved by: re, core
Sponsored by: The FreeBSD Foundation
2015-09-05 21:01:25 +00:00
Warren Block
68d409151b
Update an obsolete URL for the Subversion repository.
2015-09-05 14:07:28 +00:00
Warren Block
8b99ab03f0
Update a couple of links to the install chapter.
2015-09-05 14:00:56 +00:00
Mathieu Arnold
b66ad536aa
Catch up with r396111.
...
Sponsored by: Absolight
2015-09-04 16:35:51 +00:00
Mathieu Arnold
a9ebae005b
The contributing-ports article was folded into the contributing article
...
some time ago.
Sponsored by: Absolight
2015-09-04 14:43:09 +00:00
Warren Block
fb0b21ee97
Whitespace-only fixes, translators please ignore.
2015-09-04 13:32:22 +00:00
Warren Block
7a9e8b1425
Title capitalization fix. Also remove a significant space inside a
...
<para> element. Translators can probably ignore this, but technically
the space at the beginning of an element is significant.
2015-09-03 00:10:34 +00:00
Warren Block
4753de0e52
Whitespace-only fixes, translators please ignore.
2015-09-02 23:12:13 +00:00
Warren Block
9a6b7e3672
Fix an <application> element that was not supposed to include a space.
2015-09-02 23:03:14 +00:00
Warren Block
0dd6735bce
Add <acronym> tags to all the terms that need them. Use
...
wordlist-recommended form of CD-ROM where it occurs.
2015-09-02 22:58:11 +00:00
Warren Block
c0c5b7d158
Add titles to examples missing them. This prevents mysterious blank,
...
unclickable entries in the list of examples.
2015-09-02 22:56:34 +00:00
Warren Block
2494227911
Whitespace-only fixes, translators please ignore.
2015-09-02 22:25:41 +00:00
Warren Block
09be597cc5
Anti-and an and, accomplishing an an.
2015-09-02 22:01:42 +00:00
Warren Block
6810485057
Update Virtualization chapter:
...
Remove hidden and outdated Xen section.
Move sect2 FreeBSD as a guest entries to sect1 entries. They are too
detailed to be sect2, and do not show in the TOC that way.
Update the VirtualBox guest additions section a bit, mostly about X.
2015-09-02 21:59:29 +00:00
Warren Block
fdcac356bb
Be more clear about rebuilding the docproj port.
2015-09-02 21:52:57 +00:00
Glen Barber
37637034bb
Update the releng index page to reflect releng/10.2 has been handed
...
over to so@.
Sponsored by: The FreeBSD Foundation
2015-09-02 21:15:03 +00:00
Glen Barber
5808a78035
Regen after r287412.
...
Sponsored by: The FreeBSD Foundation
2015-09-02 21:14:08 +00:00