Commit graph

45970 commits

Author SHA1 Message Date
Ryusuke SUZUKI
a92f18404d - Merge the following from the English version:
r45689 -> r46451	head/ja_JP.eucJP/htdocs/docs/books.xml
2015-04-04 13:34:40 +00:00
Eitan Adler
535354a081 faq: pkg_add is gone
Stop explaining how to use pkg_add when it no longer works.
2015-04-04 05:12:11 +00:00
Eitan Adler
0c93c5d84f building-products: stop listing supported architectures
There are a few places in the source tree where we list supported
	architectures.  Point people to a single place since we never remember
	to update all the lists
2015-04-04 05:00:27 +00:00
Eitan Adler
4f8e324654 explaining-bsd: platforms
Directly link to platforms page and don't re-list supported platforms
	(which includes things we no longer support)
2015-04-04 04:48:42 +00:00
Eitan Adler
3be917b4d9 htdocs/handbook: remove legacy redirect
/handbook/ is handled by a higher layer redirect.  It is not actually possible
to reach the index.html page
2015-04-03 19:16:59 +00:00
Eitan Adler
08cf89c19c remove testing robots.txt entry: it didn't help :( 2015-04-03 19:11:54 +00:00
Xin LI
e0c51353ba Use Droid Sans Mono for monospace font. It's different from the English
version of PDF but would render more naturally when using Droid Sans
Fallback.

Note that we didn't used Noto Sans CJK because the current release
version of FOP does not support it well.  We will need to revisit this
at a later time when FOP is updated.
2015-04-03 18:59:19 +00:00
Eitan Adler
b6972066b2 remove projects/mac: it has been disconnected from the build, does not build, and is out of date. 2015-04-03 18:55:00 +00:00
Eitan Adler
a981dea0be Minimum Hardware Requirements: minor fixes
- be more accurate w.r.t. x86 vs amd64
	- typo
	- EM64T vs Intel64

Submitted by:	jhb
2015-04-03 18:42:40 +00:00
Eitan Adler
cf59d9e4c8 article list: remove now dead link 2015-04-03 16:32:43 +00:00
Eitan Adler
73bca3ef97 Linux comparison:
- comparing 'Linux' vs 'FreeBSD' is comparing apples and fruit: one is
	  just the kernel and the other is a specific distribution.
	- the license 'debate' is well covered elsewhere
	- it still references CVS
	- comparing the development style of '300 committers' vs 'going through
	  the maintainer' is a straw man and doesn't reflect how Linux works (or
	  how BSD works)
	- the supported platforms list is old and incorrect
	- the "Extensible Frameworks" section belongs elsewhere
	- the 'security' section is a feature list, not a comparison and is
	  missing important features

	etc.

Discussed with:	mjg
2015-04-03 16:31:14 +00:00
Eitan Adler
b9f81b2a99 relaydelay: improve perl installation instructions
Its not clear if this article is still helpful, but either way, direct
	people to an actually existing port.
2015-04-03 15:30:41 +00:00
Eitan Adler
e472e8e8bd new users:
Stop assuming people have experience with DOS or OS/2:
	Some time in the last couple of years this experience
	ceased to be common place.
2015-04-03 15:18:19 +00:00
Eitan Adler
b60839cd34 new users:
Remove steps which are no longer required.
	- rehash is taken care of by autorehash
	- shells is modified when the package is installed
2015-04-03 15:12:06 +00:00
Eitan Adler
d525a81dc3 new users:
it seems unlikely that users new to FreeBSD will want to do any of
		- use a floppy
		- use DOS
	and even using a tape drive and printing aren't common first tasks

	remove this section
2015-04-03 15:02:31 +00:00
Mathieu Arnold
97ff060848 Improve and update MASTER_SITES section.
Differential Revision:	https://reviews.freebsd.org/D2134
Approved by:	wblock (mentor)
Sponsored by:	Absolight
2015-04-03 11:38:43 +00:00
Eitan Adler
33428dd6e8 Committer guide: gramos and typos
Submitted by:	wblock
2015-04-03 05:11:59 +00:00
Eitan Adler
db5df9d85f attempt to fix build breakage
If I understand correctly the build broke because the non-english articles
import from the english version of fbsd-from-scratch.

Remove the translated articles for the articles I removed in English
2015-04-03 05:08:29 +00:00
Taras Korenko
4e77ebb874 + follow r46438: remove russian translation of articles/fbsd-from-scratch 2015-04-03 04:28:26 +00:00
Eitan Adler
b5551bdd50 mirror:
- remove dead link
	- slight formatting fix
2015-04-03 02:23:13 +00:00
Eitan Adler
7e356bbf2f committer-guide:
- move perks into a question rather than its own section
	- stop directing people to email me directly and instead direct people
	  to email the liasion alias
2015-04-03 01:33:54 +00:00
Eitan Adler
f83ea4018e fonts: modernize
- remove dead links
	- document vt style fonts (barely)
2015-04-03 01:18:57 +00:00
Eitan Adler
9ab42c1f53 fbsd-from-scratch: remove it
- it references sysinstall, which is gone
	- the scripts used to install the system use pkg_add not pkg
	- and are rotted in other ways
	- the limitations of sysinstall have been somewhat mitigated by
	  bsdinstall (which can install into a new directory)
	- it warns of outdated stuff (acroread8 doesn't exist anymore)
	- package building takes place on runnning system and not on poudriere
	- many of the packages referenced don't exist or are vastly changed
	- it incorrectly installs the base system
	- and more

Discussed with:	jmg,  Daniel O'Connor, bjk
2015-04-03 01:10:52 +00:00
Eitan Adler
2ca794552d remove dead link to 'mh primer' 2015-04-03 00:10:58 +00:00
Eitan Adler
2103dd157b I removed the laptop article, remove reference to it 2015-04-03 00:03:20 +00:00
Eitan Adler
64b5d3ddb3 articles/laptop: remove it
- laptops do not come with PCMCIA anymore
	- laptops don't come with modems anymore
	- APM is dead
	- ACPI power management is in the handbook
	- pccard is dead

Discussed with:	jmg
2015-04-03 00:01:49 +00:00
Eitan Adler
6fed6d55db custom-gcc: modernize
- use pkg instead of directly installing from ports
	- reduce references to old versions of gcc, and make the article more
	  future-proof
	- now that we either have a modern version of gcc or clang in base / as
	  the package building compiler, the impact of binary perf is no longer
	  relevant.

	really, this article should either move into the handbook or be removed.
2015-04-02 23:55:04 +00:00
Eitan Adler
8150aa665f compiz-fusion: remove snark
rewrite abstract to not be snarky and to better explain the point of the
	article.
2015-04-02 23:44:36 +00:00
Eitan Adler
4ec51016d4 compiz-fusion: multiple
- simplify installation of ports by pointing at packages instead
	- don't duplicate information in the FAQ, just point people at it
2015-04-02 23:36:26 +00:00
Eitan Adler
714b2658fb articles/freebsd-questions: point people to other mailing lists
Don't point people to freebsd-isp which has been 100% spam since July 2014 and
just point people at the list.
2015-04-02 23:20:08 +00:00
Eitan Adler
0367f2bfc5 faq: restore commented out FAQ
- some FAQs were incorrectly commented in r44838.  Restore them.
2015-04-02 06:42:36 +00:00
Eitan Adler
772d34db7c faq: mail-loopback
- update full-screeen terminal question answer to be accurate now that we use
  xterm and not cons25

Submitted by:	Daniel O'Connor
Mangled by:	me
2015-04-02 06:24:54 +00:00
Eitan Adler
90500489bd faq: mail-loopback
- remove mail-loopback question.  The answer directly quotes the sendmail FAQ,
  and we don't need to be a secondary source for one-of-many sendmail specific
  questions.
2015-04-02 06:05:57 +00:00
Eitan Adler
f98a030cef faq: nvidia graphics question
- the older 96xx and 71xx no longer exist.
  However the explicit ### port do, and corrospond to the versions listed http://www.nvidia.com/object/IO_32667.html
2015-04-02 06:03:58 +00:00
Eitan Adler
852252f293 FAQ: multiple changes
- don't list out explicit versions in the 'ports' section: just say "all
  supported versions"
- obtaining an office suite is not an FAQ and is fully covered in the handbook
  under https://www.freebsd.org/doc/handbook/desktop-productivity.html
2015-04-02 05:54:01 +00:00
Eitan Adler
5fe85cbf96 XFS was disconnected ~ 2 yrs ago. Stop telling people we support it.
Reviewed by:	bdrewery
2015-04-02 03:55:23 +00:00
Eitan Adler
4f86d190ba doc/share/examples: slight modernization
- stop using the 'X' trick
- use more quotes
2015-04-02 01:30:08 +00:00
Eitan Adler
b97554245f myths: remove dead link 2015-04-01 22:23:09 +00:00
Eitan Adler
a8b1bc75c0 multimedia: point people to mailing list, not individual 2015-04-01 22:14:15 +00:00
Eitan Adler
f5aeb5037a search: remove dead link
Rambler is a dead link
2015-04-01 21:36:46 +00:00
Eitan Adler
34e41bde32 docs/books.xml: remove extranious heading
- no need for h3 and h2 when the h3 can be placed into the h2
2015-04-01 21:33:58 +00:00
Eitan Adler
4be630f848 platforms: add support tier
Add the support tier to the table in an easily readable format.  This makes it
easier to parse than reading through
https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html
2015-04-01 21:05:59 +00:00
Eitan Adler
0e8b3e679d platforms:
convert two individual lists into a single, slightly more readable table
2015-04-01 20:51:07 +00:00
Eitan Adler
6330582ce4 htdocs/java: include the installation on the main page
- simplify installation instructions
2015-04-01 20:03:09 +00:00
Eitan Adler
b1ab2c05b3 htdocs/java: multiple
- migrate individual pages from 16 and 17 into the main page
- don't use the word 'absolute'
- make the "I want to help" stuff look nicer

quick review by jgh, discussed with allanjude
2015-04-01 18:55:49 +00:00
Eitan Adler
04047ec1f1 Minimum Hardware Requirements: ram
Fine tune the advice based on imp's and wblock's recomondations.
2015-04-01 18:37:57 +00:00
Jason Helfman
c0c232af80 - bangbug is invalid
PR:		199018
Differential Revision:	https://reviews.freebsd.org/D2191
Reported by:	arjun1296@gmail.com
Approved by:	bcr (mentor)
2015-04-01 16:03:15 +00:00
Jason Helfman
29ed58cb99 - address improper link render
Differential Revision:	https://reviews.freebsd.org/D2192
Approved by:	bcr (mentor)
2015-04-01 16:00:33 +00:00
Benjamin Kaduk
a726b6b9f9 Start sentence with a capital letter
While here, make the version conditional easier to parse.

Approved by:	hrs (mentor, implicit)
2015-04-01 15:51:56 +00:00
Ryusuke SUZUKI
ce1d6e0c30 - Merge the following from the English version:
r45075 -> r46388	head/ja_JP.eucJP/htdocs/search/sitemap.xml
2015-04-01 12:26:19 +00:00