aboutsummaryrefslogtreecommitdiff
path: root/en/handbook
Commit message (Collapse)AuthorAgeFilesLines
* - Remove junk directories.Hiroki Sato2012-05-171-5796/+0
|\ | | | | | | | | | | | | | | | | | | | | - Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate information in the www and the doc directory. - Add various administration files to svnadmin. Approved by: doceng (implicit) Notes: svn path=/head/; revision=38821
| * Add $FreeBSD$.Ryusuke SUZUKI2011-05-221-0/+1
| | | | | | | | | | | | | | | | - www/en/FAQ/index.html - www/en/handbook/index.html Notes: svn path=/www/; revision=37284
| * Americanize.Ceri Davies2004-04-081-1/+1
| | | | | | | | Notes: svn path=/www/; revision=20601
| * Stop creating symlinks to the /FAQ and /handbook directories from theNik Clayton2002-06-272-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actual directories under /doc. This broke inter-document links if you started at http://www.freebsd.org/{FAQ,handbook}, instead of the longer .../doc/en_US.ISO8859-1/books/{faq,handbook}, and has caused a steady stream of complaints to -doc. Instead, have a static index.html in both those directories with a http-equiv="refresh" that points people to the right place. Adjust the build process to take account of this. Notes: svn path=/www/; revision=13499
| * * Make build/install of www /usr/obj prefix clean.Murray Stokely2001-10-291-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * Use make variables instead of hard coding commands, paths, and options. * Wrap some long lines. * Replace shell loops with make for loops, etc. PR: docs/31132 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/www/; revision=11067
| * ISO_ -> ISO renameAndrey A. Chernov2001-06-111-3/+3
| | | | | | | | Notes: svn path=/www/; revision=9588
| * Install all the documentation in to a single root, $WEBROOT/doc, with theNik Clayton2001-04-171-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same naming scheme as that used by the doc/ repo. Update docs.sgml to point to the documentation in this canonical location. Update the FAQ/ and handbook/ directories to use symlinks to point to the real documentation under doc/en_US.ISO_8859-1/. This means that local testing of the site (and mirrors) will still work as expected using the legacy URLs. Mirrors that expect to see a lot of traffic are advised to alter their web server configuration so that $WEBROOT/FAQ and $WEBROOT/handbook are redirected to $WEBROOT/doc/en_US.ISO_8859-1/books/{faq,handbook}, instead of relying on the symlinks. Discussed on: doc, www Notes: svn path=/www/; revision=9212
| * Use the right make command: make -> ${MAKE}Wolfram Schneider1999-09-151-2/+2
| | | | | | | | Notes: svn path=/www/; revision=5636
| * $Id$,$Date$ -> $FreeBSD$Peter Wemm1999-09-061-1/+1
| | | | | | | | | | | | | | The jury is out on $Date$, but it's presently not being expanded.. Notes: svn path=/www/; revision=5543
| * Invoke next command if "cd" succeeded.Jun Kuriyama1999-09-031-2/+2
| | | | | | | | | | | | | | Not objected by: Doc Team Notes: svn path=/www/; revision=5498
| * Directory names change to reflect doc/ repo change. No longer needNik Clayton1999-08-191-6/+6
| | | | | | | | | | | | | | to specific DOC_PREFIX on the command line either. Notes: svn path=/www/; revision=5405
| * New Makefile. This builds the FreeBSD Handbook outside of the main webNik Clayton1999-04-151-0/+18
| | | | | | | | | | tree -- the previous method used symlinks to try and build the book inside the tree. The old method now fails because various support files don't exist in the web tree. Rather than creating a nest of symlinks, this is a simpler approach. Notes: svn path=/www/; revision=4696
* Add Frank Mayhar for p5-libapreq.Vanilla I. Shu2000-03-191-0/+5796
| | | | Notes: svn path=/head/; revision=6793
* "doc/en. The time has come. Prepare yourself."Nik Clayton1999-08-2136-46478/+0
| | | | | | | | | "No, wait, I don't want t--" <blam> "Goodbye". Notes: svn path=/head/; revision=5413
* Added the Chinese FTP and CVSup sites.Nik Clayton1999-08-111-1/+31
| | | | | | | Submitted by: Peng HaiJie <phj@cn.FreeBSD.org> Notes: svn path=/head/; revision=5358
* Typo: zynx -> znyxNik Clayton1999-08-112-5/+5
| | | | | | | | PR: docs/12684 Submitted by: Jay Cowan <jay.cowan@znyx.com> Notes: svn path=/head/; revision=5356
* Add cvsup2.br.FreeBSD.org.John Polstra1999-08-111-1/+6
| | | | Notes: svn path=/head/; revision=5352
* Add myself to committers and remove myself from contributors.Alfred Perlstein1999-08-113-7/+9
| | | | | | | Reviewed by: Eivind, billf Notes: svn path=/head/; revision=5350
* Updated Shigio Yamaguchi's email address at his requestJim Mock1999-08-111-2/+2
| | | | Notes: svn path=/head/; revision=5349
* Added myself to staff and removed myself from additional contributorsJim Mock1999-08-103-7/+9
| | | | Notes: svn path=/head/; revision=5343
* Fix the entire entry for Thomas A. Stephens. Originally, it said ThomasChris Costello1999-08-101-2/+2
| | | | | | | | | Stevens. Pointed out by: Thomas A. Stephens <tas@stephens.org> Notes: svn path=/head/; revision=5342
* minnie.cs.adfa.oz.au -> minnie.cs.adfa.edu.auWolfram Schneider1999-08-091-3/+3
| | | | Notes: svn path=/head/; revision=5339
* Remove myself from `Additional Contributors'.Chris Costello1999-08-081-5/+1
| | | | Notes: svn path=/head/; revision=5336
* Add myself to staff/chapter.sgml and authors.ent as the traditionalChris Costello1999-08-082-2/+8
| | | | | | | first commit. Notes: svn path=/head/; revision=5334
* Fix many typos. Much kudos to the submitter for this effort.Nik Clayton1999-08-0515-63/+64
| | | | | | | | PR: docs/12956 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=5327
* Add Maxim V. Sobolev <sobomax@altavista.net>, for PR 12814.Joseph Koshy1999-08-051-1/+5
| | | | Notes: svn path=/head/; revision=5324
* Fix Lee Johnston's email address.Brian Somers1999-08-041-2/+2
| | | | | | | Submitted by: Lee Johnston <lee@uk.FreeBSD.org> Notes: svn path=/head/; revision=5320
* Add Michael Sardo <jaeger16@yahoo.com> for the gtkglarea portChris Piazza1999-08-041-1/+5
| | | | Notes: svn path=/head/; revision=5314
* Moved myself from the contributors to the developers.Munechika SUMIKAWA1999-08-031-5/+1
| | | | Notes: svn path=/head/; revision=5313
* Add myself to the list of committers.Munechika SUMIKAWA1999-08-032-2/+8
| | | | Notes: svn path=/head/; revision=5307
* Add an entry for dogma.freebsd-uk.eu.orgBrian Somers1999-08-031-1/+9
| | | | | | | Submitted by: Lee Johnston <lee@uk.FreeBSD.org> Notes: svn path=/head/; revision=5301
* Oops, Lee looks after @ukug.uk.FreeBSD.org, not Joe.Brian Somers1999-08-021-3/+3
| | | | Notes: svn path=/head/; revision=5297
* Add ports-ftp.Satoshi Asami1999-08-022-2/+19
| | | | Notes: svn path=/head/; revision=5295
* Add Kelly Yancey <kbyanc@posi.net> for the bgrab portChris Piazza1999-08-021-1/+5
| | | | Notes: svn path=/head/; revision=5294
* Add Sergey Kosyakov <ks@itp.ac.ru> for the tund port.Chris Piazza1999-08-021-1/+5
| | | | Notes: svn path=/head/; revision=5293
* Update to use linux_base instead of linux_libChris Piazza1999-08-011-5/+5
| | | | | | | | | PR: 12913 Noticed by: Oleg V. Volkov <rover@fly.lglobus.ru> Submitted by: Chris Costello <chris@calldei.com> Notes: svn path=/head/; revision=5292
* Add Oleg V. Volkov <rover@lglobus.ru> for the games/adom port.Chris Piazza1999-08-011-1/+5
| | | | Notes: svn path=/head/; revision=5288
* Update Jim Mock's email address, the old one is going away.Chris Piazza1999-08-011-2/+2
| | | | Notes: svn path=/head/; revision=5287
* Updated information on the Archive Python 28454 -- the Sun model numberNik Clayton1999-07-301-2/+9
| | | | | | | | | | is 595-3067, not 441 (which is the type of external enclosure it is in!). And throughput is roughly 1.5 MBytes/sec. Submitted by: Robert E. Seastrom <rs@seastrom.com> Notes: svn path=/head/; revision=5284
* Added Scott Mitchell <scott@uk.FreeBSD.org>Nik Clayton1999-07-301-1/+5
| | | | | | | Forgotten by: obrien Notes: svn path=/head/; revision=5281
* Add an additional section with a task for interested contributors;Nik Clayton1999-07-301-1/+20
| | | | | | | | | | | | | | | | | | | | | | | "Work through the PR database". Prompted by Doug <Doug@gorean.org>, who in an e-mail to an interested contributor in -hackers wrote; On Sun, Jul 18, 1999 at 12:01:43PM -0700, Doug wrote: [...] > Step three, (and I can't believe this isn't mentioned in the handbook) if > there isn't anything on that page that looks interesting to you, take a > look at http://www.freebsd.org/cgi/query-pr-summary.cgi and see if > anything there strikes your fancy. Look first at unsassigned PR's, but > if one of them that is assigned to someone looks like something you can > handle and have time to work on, mail the person it's assigned to and > ask them about it. [...] So now it is mentioned in the Handbook :-) Notes: svn path=/head/; revision=5280
* Re-sorted my name by my last name in committers list.Yoshinobu Inoue1999-07-301-5/+5
| | | | Notes: svn path=/head/; revision=5278
* Entities don't work unless they're actually created.Bill Fumerola1999-07-302-6/+8
| | | | | | | | | We sort the developers names by last name. Broken By: kevlo Notes: svn path=/head/; revision=5276
* Add myself to the list of committers.Yoshinobu Inoue1999-07-302-2/+8
| | | | Notes: svn path=/head/; revision=5275
* Add myself to the staffKevin Lo1999-07-301-1/+5
| | | | | | | Submitted by:kevlo@Freebsd.org Notes: svn path=/head/; revision=5273
* Any variant on "freebsd.org" (all cases) mapped to "FreeBSD.org".Nik Clayton1999-07-2814-106/+106
| | | | | | | | PR: docs/12842 Submitted by: Chris Costello <chris@calldei.com> Notes: svn path=/head/; revision=5266
* Added Saudi Arabian mirrorJesus Rodriguez Cuesta1999-07-281-1/+18
| | | | | | | | PR: docs/10180 Submitted by: sz@kk.iki.fi wosch@panke.de.freebsd.org Notes: svn path=/head/; revision=5262
* Add ``,'' between author names.David E. O'Brien1999-07-281-2/+2
| | | | Notes: svn path=/head/; revision=5258
* Fix a long line in the last commit. How'd that get in here.Tim Vanderhoek1999-07-271-2/+3
| | | | Notes: svn path=/head/; revision=5257
* Add a warning not to use cut-and-paste when submitting patches.Tim Vanderhoek1999-07-271-2/+3
| | | | Notes: svn path=/head/; revision=5256