Commit graph

39575 commits

Author SHA1 Message Date
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
Alex Dupre
38a3931f23 Update Italian web site (home page & menu). 2012-09-14 16:05:20 +00:00
Hiroki Sato
82e24f3e86 Suppress HTML Tidy's version string output. 2012-09-14 15:35:18 +00:00
Gabor Kovesdan
c61da2b6d9 - Fix a typo
Spotted by:	gjb
2012-09-14 15:10:22 +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
617a3c9b13 - Convert character entities to normal characters
Approved by:	doceng (implicit)
2012-09-14 09:57:47 +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
Isabell Long
c0506bba19 Remove old information from the commercial hardware vendors website page:
Hewlett Packard no longer sell BL10e blades.

PR:		www/171541
Submitted by:	Greg Davis (greg dot davis at hp dot com)
Approved by:	gabor (mentor)
2012-09-13 17:01:50 +00:00
Ryusuke SUZUKI
709cfa7d9c - Merge the following from the English version:
r38483 -> r39523	head/ja_JP.eucJP/htdocs/ports/index.sgml
2012-09-13 13:48:17 +00:00
Fukang Chen
65e4349dad MFen: r36946 -> r38600
Language improvements. [1]

Merging work done by:  delphij, loader
Submitted by:          fuzhli (https://www.freebsdchina.org/forum/viewtopic.php?t=54463) [1]
Obtained from:         The FreeBSD Simplified Chinese Project
2012-09-13 11:33:53 +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
Ryusuke SUZUKI
ccf8cc2ba9 - Merge the following from the English version:
r39436 -> r39520	head/ja_JP.eucJP/share/sgml/news.xml
2012-09-12 14:39:54 +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
John-Mark Gurney
68f2da9d62 Update my key.
Reviewed by:	gjb
2012-09-10 21:43:11 +00:00
Glen Barber
99f6bb4c1a Remove 'Team' from 'Vendor Relations Team'.
Requested by:	pgj
2012-09-10 11:15:13 +00:00
Glen Barber
1456891f7e Change WEBGRP and CGIGRP defaults.
The web build uses WEBGRP and CGIGRP to determine group ownership
during the build phase.  When left unset, the default group is 'www'.
The problem is that if $USER is not in group 'www', the build will
fail due to lack of permissions via chgrp(1).

This change sets default values for WEBGRP and CGIGRP to $USER, unless
explicitly set during build time to prevent chgrp(1)-invoked build
failure.

Note:  This change has no effect for users currently setting WEBGRP
and CGIGRP, either via command-line or within scripts.

Reviewed by:	-www@ (silence)
2012-09-10 10:47:53 +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
Ryusuke SUZUKI
bcfdc471a0 - Merge the following from the English version:
r38412 -> r39483      head/ja_JP.eucJP/htdocs/ports/index.sgml
2012-09-08 07:44:44 +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
Ryusuke SUZUKI
af80b1e369 - Merge the following from the English version:
r39186 -> r39467	head/ja_JP.eucJP/handbook/mirrors/chapter.sgml
2012-09-06 23:41:05 +00:00
Gabor Kovesdan
d0231cb6fe - MFH
Approved by:	doceng (implicit)
2012-09-06 15:20:49 +00:00
Gabor Kovesdan
667be3400a - MFen:
problem-reports/article.sgml	r38826  -->  r39487

PR:		docs/171348
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
2012-09-06 13:53:26 +00:00
Jason Helfman
a4e50dacce - update address for Nick Dewing 2012-09-05 23:02:36 +00:00
Glen Barber
395e7b6049 Add KyivBSD 2012.
Submitted by:	Alexander Yerenkow (yerenkow@gmail!com)
2012-09-05 15:44:05 +00:00
Ryusuke SUZUKI
851230affc - Merge the following from the English version:
r30513 -> r39498	head/ja_JP.eucJP/htdocs/search/site.map
	r35658 -> r39465	head/ja_JP.eucJP/htdocs/snapshots/index.sgml
2012-09-05 09:18:30 +00:00
Gabor Kovesdan
aa61781c33 - Add new Brazilian Portuguese translation of the new-users article
PR:		docs/170965
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:56:19 +00:00
Gabor Kovesdan
e8cdf505c3 - Add new Brazilian Portuguese translation of the contributing-ports article
PR:		docs/170831
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:52:11 +00:00
Gabor Kovesdan
9bb89c5da2 - Add new Brazilian Portuguese translation of the freebsd-questions article
PR:		docs/170710
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:47:06 +00:00
Gabor Kovesdan
ace61ac062 - Add new Brazilian Portuguese translation of the explaining-bsd article
PR:		docs/170681
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:42:34 +00:00
Gabor Kovesdan
fc2846b5be - Add new Brazilian Portuguese translation of the problem-reports article
PR:		docs/170672
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:38:11 +00:00
Gabor Kovesdan
9a5f564703 - MFen:
share/sgml/mailing-lists.ent		CVS 1.1   --> SVN r38826
	articles/contributing/article.sgml	CVS 1.496 --> SVN r38826
	articles/contributing/Makefile 		CVS 1.4   --> SVN r38826

PR:		docs/170658
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:32:52 +00:00
Gabor Kovesdan
41eef7f986 - Add new Brazilian Portuguese translation of the linux-users article
PR:		docs/170531
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:24:57 +00:00
Gabor Kovesdan
4f25a718f4 - Add new Brazilian Portuguese translation of fdp-primer
PR:		docs/170470
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:16:32 +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
Ryusuke SUZUKI
c635c6e7d8 - Merge the following from the English version and refine translation.
r38675 -> r39495	head/ja_JP.eucJP/htdocs/support/bugreports.sgml
2012-09-04 09:50:13 +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
Gabor Kovesdan
6b67dd8ee6 - The latest version of tidy broke compatibility and expects different
command-line options. It seems that this is the correct fix for the
  earlier problems.

Approved by:	doceng (implicit)
2012-09-03 19:47:51 +00:00
Ryusuke SUZUKI
3edbcc90a9 - Merge the following from the English version:
r38302 -> r39477	head/ja_JP.eucJP/htdocs/platforms/ppc.sgml
2012-09-03 10:20:43 +00:00
Fukang Chen
c8b607d900 MFen: r38383 -> r38401
Language improvements. [1]

Merging work done by:  delphij
Submitted by:          Yanhui Shen (shen.elf at gmail dot com) [1]
Obtained from:         The FreeBSD Simplified Chinese Project
2012-09-03 07:51:57 +00:00
Glen Barber
e2e7089629 Update clusteramd@ and dnsadm@ entries. 2012-09-02 14:24:49 +00:00
Ryusuke SUZUKI
7e07761bcc - Merge the following from the English version:
r37775 -> r39484	head/ja_JP.eucJP/htdocs/search/search.sgml
2012-09-02 14:15:53 +00:00