Commit graph

12508 commits

Author SHA1 Message Date
Eitan Adler
c1b2346b78 No really, CVS really is dead.
(while here s/subversion/Subversion/)

Approved by:	brd
2012-09-17 21:11:48 +00:00
Eitan Adler
6cde662832 The AFS mirrors no longer function.
Tested by:	bjk (afs mirrors)
Approved by:	brd
2012-09-17 21:11:43 +00:00
Thomas Abthorpe
5b796df221 - Fix a typo
- Standardize on en_US spellings for synchronize and summarize

Approved by:	gjb
2012-09-17 20:28:41 +00:00
Eitan Adler
d90b55ea76 The doc and www trees are no longer being updated. The specified files
have been removed from -CURRENT and *-STABLE

Approved by:	gjb
2012-09-17 19:57:38 +00:00
Eitan Adler
31644dab8b CVS is dead, long live Subversion
Approved by:	gjb
2012-09-17 19:43:52 +00:00
Bjoern A. Zeeb
8a1a59e2f5 Hook-up advistories and patches to be installed to
www.freebsd.org/security/{advisories,patches}/...
from the en_US.ISO8859-1 directory as we do for logos, etc.

The magic is a bit special to avoid having to add each advisory
or errata notice, and their patches and signatures individually.

Factor out the slightly different to bsd.links.mk SYMLINKS
support as well as the "bulk data install" that cannot be
handled by just DATA as (i) the input dir differs, (ii) input
uses a 1 or more level of sub-directories.

This is the second of three steps.  The last one will be to link
to these files locally rather than to security.freebsd.org.

Approved by:	gabor
2012-09-17 08:42:56 +00:00
Gabor Kovesdan
905c1741ac - Add an index link for multimedia.html 2012-09-16 18:12:43 +00:00
Dag-Erling Smørgrav
d86be5e0d9 Add a warning about filesystem-based attacks.
Approved by:	mentor (gjb)
2012-09-16 15:44:51 +00:00
Wolfram Schneider
3426479320 configure FreeBSD 9.0-stable 2012-09-16 13:24:34 +00:00
Frederic Culot
bd061c85ff Add Stephane Lapie <stephane.lapie@darkbsd.org> for japanese/gjiten.
PR:		ports/171226
2012-09-16 12:32:58 +00:00
Peter Jeremy
a83e691b70 Announce myself as a new src committer.
- Add my author entity
- Move myself from contributors to committers
- Add my news entry
- Add my PGP public key

Approved by:    jhb (co-mentor), grog (co-mentor)
2012-09-16 05:23:35 +00:00
Edson Brandi
e82f447787 - Add my author entity
- Move myself to committers from contributors
- Add my news entry
- Add my PGP public key

Approved by:    gabor (mentor)
2012-09-15 20:06:15 +00:00
Eitan Adler
1998203926 Add ability to search for 10.x PRs
PR:		www/161672
Approved by:	gabor
2012-09-15 12:35:53 +00:00
Isabell Long
a976e05a3c Change the mention of FreeBSD 7 to refer to the most recent FreeBSD 7 release in the serial communications Handbook chapter.
Spotted by:	Garrett Cooper (yanegomi at gmail dot com)
Pointyhat:	gjb (mentor, approver of r39550)
Approved by:	gjb (mentor)
2012-09-15 09:39:56 +00:00
Isabell Long
47d7566491 - Update a section of the serial communications Handbook chapter to refer
to uart(4) in FreeBSD 8.X as opposed to the obsolete sio(4).  Keep the
  references to sio(4) but specify that they are for 7.X and older
  releases.  [1]
- Fix some capitalisation convention errors also in the Handbook.

PR:		docs/171529 [1]
Approved by:	gjb, gabor (mentors)
2012-09-14 21:55:29 +00:00
Baptiste Daroussin
966e5b4854 Fix documentation on how to tag a new import in vendor branch
Approved by:	gjb
2012-09-14 21:30:38 +00:00
Gabor Kovesdan
fa84736033 - Fix the silent build error of index.html
- s/HREF/href/
2012-09-14 17:55:43 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Warren Block
519cb0823a Fix some contractions and abbreviations. 2012-09-14 17:42:53 +00:00
Warren Block
3baf59ab03 Whitespace-only fixes: indentation, wrapping long lines, adding blank
lines.  Translators, please ignore.
2012-09-14 17:27:38 +00:00
Isabell Long
2e9319a593 Remove an extra word and place a full stop (period) inside parentheses in
the Emacs section of the Developer's Handbook.

Approved by:	gjb (mentor)
2012-09-14 17:09:52 +00:00
Gabor Kovesdan
1365e9ed1f - Add a missing XML declaration so that Jade can process the PGP keys
properly
- While here, do not silent Jade since its output helps seeing what
  happens and would have been a big help when debugging this build error

Reviewed by:	gjb
2012-09-14 15:07:59 +00:00
Gabor Kovesdan
165056d894 Merge the projects/sgml2xml branch:
- Documentation is updated from DocBook 4.1/SGML to DocBook 4.2/XML
  - Webpages are updated from HTML 4.01 Transitional to XHTML 1.0 Transitional
  - Static webpages are now processed by XSLT behind the scenes
  - Webpages are now built with less cycles; tidy has been removed and the
    date processing is now done by XSLT
  - Generated webpages are now actually valid (they did not use to be)
  - All XSLT stylesheets now pull in a main XSLT, which reduces
    duplicated markup
  - Site map and index are converted to an XML format with an
    XSLT transformation that generates the output
  - For docs, there is now only one entity set for both articles and books
  - Some trademark/legalnotice entities have been merged to a cohesive
    single entity file
  - Untranslated entity sets are now always pulled in from the English tree
    instead of redundant copies
  - The base and enbase entities are already automatically generated so
    remove inline definitions from individual files
  - Fetch the LEGAL file via http instead of depending on CVS
  - Convert id names to lowercase to avoid mixing different styles and
    for better readability
  - All PSGML comments are removed since they are mostly useless
  - Convert character entities to normal characters
  - Do not copy CSS files but override only necessary part
  - Fix build with newest tidy
  - Partly update the fdp-primer to reflect changes

Approved by:	doceng (implicit)
2012-09-14 12:11:19 +00:00
Gabor Kovesdan
e6f1b66a1b - Fix typo
Spotted by:	hrs
Approved by:	doceng (implicit)
2012-09-14 09:58:59 +00:00
Gabor Kovesdan
bfb29d953f MFH
Approved by:	doceng (implicit)
2012-09-14 09:21:39 +00:00
Gabor Kovesdan
6d02b0b3de - Partly update the fdp-primer for the new, XML-based documentation
Approved by:	doceng (implicit)
2012-09-14 08:32:33 +00:00
Eitan Adler
b74de22c77 "make install" is actually required, not just "make"
Suggested by:	bjk
Approved by:	gjb
2012-09-12 22:46:03 +00:00
Warren Block
549ad2af05 Remove some extraneous uses of "the". 2012-09-11 17:53:02 +00:00
Jason E. Hale
7881c8e7a8 - Add my author entity
- Move myself to committers from contributors
- Add my news entry
- Add my PGP public key

Approved by:	makc (mentor)
2012-09-11 13:28:59 +00:00
Glen Barber
99f6bb4c1a Remove 'Team' from 'Vendor Relations Team'.
Requested by:	pgj
2012-09-10 11:15:13 +00:00
Glen Barber
e9c4808356 Update the Vendor Relations Team information to reflect that incoming
email is now handled by core@ and the Foundation.

Submitted by:	core (pgj)
2012-09-10 10:39:27 +00:00
Maxim Konovalov
4bd09200f5 Fix 9.1 date: no way it will be released in August 2012. 2012-09-08 03:06:29 +00:00
Gabor Kovesdan
d0231cb6fe - MFH
Approved by:	doceng (implicit)
2012-09-06 15:20:49 +00:00
Jason Helfman
a4e50dacce - update address for Nick Dewing 2012-09-05 23:02:36 +00:00
Gabor Kovesdan
0421ffc179 - MFH
Approved by:	doceng (implicit)
2012-09-04 21:35:17 +00:00
Eitan Adler
fd0cb5c634 remove old gnats4 folder
remove gnats4 content from the site map

Approved by:	gjb
2012-09-04 15:43:44 +00:00
Eitan Adler
f2e20041c1 This is no longer good advice to provide in order to fix issues:
many modern systems can't boot with acpi disabled; it may be a good
suggestion for some rare case not for an FAQ.

Approved by:	gjb
2012-09-04 01:59:07 +00:00
Eitan Adler
ea79a2288a Encourage the use of the PR system instead of a (bogus) mailing list for
sending bug reports.

Approved by:	gjb
2012-09-04 01:49:03 +00:00
Glen Barber
e2e7089629 Update clusteramd@ and dnsadm@ entries. 2012-09-02 14:24:49 +00:00
Carlo Strub
e302d1ed5b Add Paulo Fragoso
PR:		ports/169891
2012-09-02 13:13:19 +00:00
Carlo Strub
cc239ad8bc Wrap long lines
Submitted by:	wblock@ (via mail)
2012-09-02 12:21:36 +00:00
Eitan Adler
000ef04a07 Direct security reports to our guidelines instead of giving (incorrect)
information in our note.

While here fix a minor nit with "e.g.,"

Approved by:	wblock
2012-09-02 02:59:43 +00:00
Eitan Adler
bcfcea9dc0 Move priority and severity into the "email template only section"
Approved by:	wblock
2012-09-02 02:59:41 +00:00
Eitan Adler
e561dcd20f Modern systems depend on acpi. Users reading the FAQ should not be
disabling it.

Approved by:	bcr
2012-09-01 15:01:58 +00:00
Eitan Adler
c27be6fd80 Google BSD search is long gone
Approved by:	wblock
2012-09-01 02:49:14 +00:00
Eitan Adler
91844997e3 Prefer linking to the handbook instead of maintaining instructions in
two different places. In addition the linked instructions are out of
dated.

Don't give bad advice of downloading a single port at a time. This
rarely works and is unsupported.

Approved by:	brd
2012-08-31 23:18:28 +00:00
Eitan Adler
778a6b94ab Remove doc CVS repomeisters as there is longer a (useful) doc CVS.
Approved by:	brd
2012-08-31 22:37:31 +00:00
Eitan Adler
1c3f8fadbb Given that the last release to need a major device number assigned was
over 8 years ago this can not possibly be an FAQ.

Approved by:	bcr
2012-08-31 15:47:11 +00:00
Glen Barber
2399ce3acb Note that existing port Makefiles may contain additional header
information, and that this additional information is being phased
out.

Submitted by:	linimon
2012-08-31 13:22:56 +00:00
Glen Barber
5673c0b478 Remove the port creation meta-lines from the Porters Handbook.
PR:		160369
Submitted by:	eadler (original)
Patched by:	portmgr (beat)
2012-08-31 13:00:39 +00:00