aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use .png for images (removing all .gifs) and make them all 90x36andersen2001-05-0211-7/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2514 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ignore some generated filesandersen2001-04-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2467 69ca8d6d-28ef-0310-b511-8ec308f3f277
* These days busybox.pod is autogenerated, so it should be removedandersen2001-04-261-2549/+0
| | | | | | | from CVS. git-svn-id: svn://busybox.net/trunk/busybox@2464 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - updated busybox_header.pod by adding adjtimex to the list.beppu2001-04-172-36/+55
| | | | | | | | - a new busybox.pod that reflects my fixes, and todays patches to usage.h git-svn-id: svn://busybox.net/trunk/busybox@2364 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - usage.hbeppu2001-04-173-44/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley git-svn-id: svn://busybox.net/trunk/busybox@2357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put in a paragraph breakandersen2001-04-101-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2304 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a chart of busybox's growth by Larry Doolittle and put a newsmarkw2001-04-102-0/+414
| | | | | | | announcement for it on the main page. git-svn-id: svn://busybox.net/trunk/busybox@2303 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Doc update for the 0.51 release.andersen2001-04-101-3/+32
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2301 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch from Laurence Anderson <laurence@zxmail.com> fixesandersen2001-04-101-1/+2
| | | | | | | | wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant. git-svn-id: svn://busybox.net/trunk/busybox@2296 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix double quote handling.kraai2001-04-102-95/+69
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2294 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix warning generated by pod2html about unterminated list.kraai2001-04-092-2/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2291 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply Vladimir's latest cleanup patch.andersen2001-04-092-2/+16
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsandersen2001-04-051-2/+3
| | | | | | | | | | | | | | | | | - support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c git-svn-id: svn://busybox.net/trunk/busybox@2263 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - autodocifier.pl :: continuation() was modified such that '#'beppu2001-04-052-17/+58
| | | | | | | is handled correctly. git-svn-id: svn://busybox.net/trunk/busybox@2261 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - split busybox.pod into a header and footer.beppu2001-04-053-152/+399
| | | | | | | the body will be generated by docs/autodocifier.pl git-svn-id: svn://busybox.net/trunk/busybox@2259 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - documentation updates and a minor tweak to POD generationbeppu2001-04-051-6/+55
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2258 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Nowandersen2001-04-031-9/+16
| | | | | | | | you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot. git-svn-id: svn://busybox.net/trunk/busybox@2232 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Formatting changeandersen2001-04-011-33/+29
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2228 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more words on sending patches to the bug-tracker.markw2001-03-271-0/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2205 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some minor wordsmithing, an extra item in the list of "things Busybox doesn'tmarkw2001-03-221-12/+75
| | | | | | | | need", example of a testcase, more janitorial items, and a whole new section with guidelines on committing changes to CVS. git-svn-id: svn://busybox.net/trunk/busybox@2185 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a section on the available Busybox boot-floppy image. Also provided somemarkw2001-03-201-1/+42
| | | | | | | linkes to a Wired article on Midori Linux. git-svn-id: svn://busybox.net/trunk/busybox@2175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few minor touchups.andersen2001-03-161-3/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2122 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update webpage noting 0.50 release.andersen2001-03-161-9/+39
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2118 69ca8d6d-28ef-0310-b511-8ec308f3f277
* One tiny little missing newline that confused pod.markw2001-03-151-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2109 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - generated middle section of busybox.pod w/ autodocifier.plbeppu2001-03-152-418/+357
| | | | | | | - updated autodocifier.pl to use tab to indent example section git-svn-id: svn://busybox.net/trunk/busybox@2107 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - properly indent Examples section in pod generatorbeppu2001-03-151-2/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2104 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the documentation so examples are autoincluded in the output text.andersen2001-03-152-932/+1143
| | | | | | | | Fix up docs/busybox.pod with the latest autogenerated output. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2088 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a section to describe how to convert variables to K&R style using themarkw2001-03-141-30/+57
| | | | | | | mk2knr.pl script. Also some minor cleanups. git-svn-id: svn://busybox.net/trunk/busybox@2081 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added Midori Linux to the list of known projects that use Busybox.markw2001-03-131-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2058 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Christophe Boyanique to add -i support to rm.markw2001-03-131-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Thought of another janitorial item for the list.markw2001-03-061-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1991 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor cleanupbeppu2001-03-061-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1982 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up the freshmeat appindex record.andersen2001-03-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added some words on use of getopt in applets.markw2001-03-032-1/+50
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1959 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed section on testing that is now in contributing.txt.markw2001-03-021-20/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added 'How to contribute to Busybox' doc.markw2001-03-021-0/+390
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1955 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - changed the way POD is generated such that the dashedbeppu2001-02-261-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | line appears at the bottom instead of the top. The indentation semantics of POD make the first item in the (=over,=back) block look weird the other way. - implemented a way to encode example usage into usage.h One would define a macro called "${applet}_example_usage" which would expand to the example text. - The example usage is considered optional, but trivial and full usage are not. Here's an example using chown. ---- before #define chown_trivial_usage \ "[OPTION]... OWNER[<.|:>[GROUP] FILE..." #define chown_full_usage \ "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ "\nOptions:\n" \ "\t-R\tChanges files and directories recursively." #define chown_example_usage \ "\t$ ls -l /tmp/foo\n" \ "\t-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ "\t$ chown root /tmp/foo\n" \ "\t$ ls -l /tmp/foo\n" \ "\t-r--r--r-- 1 root andersen 0 Apr 12 18:25 /tmp/foo\n" \ "\t$ chown root.root /tmp/foo\n" \ "\tls -l /tmp/foo\n" \ "\t-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" ---- after =item I<chown> chown [OPTION]... OWNER[<.|:>[GROUP] FILE... Change the owner and/or group of each FILE to OWNER and/or GROUP. Options: -R Changes files and directories recursively. Example: $ ls -l /tmp/foo -r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo $ chown root /tmp/foo $ ls -l /tmp/foo -r--r--r-- 1 root andersen 0 Apr 12 18:25 /tmp/foo $ chown root.root /tmp/foo ls -l /tmp/foo -r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo ------------------------------- git-svn-id: svn://busybox.net/trunk/busybox@1931 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ...beppu2001-02-241-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1925 69ca8d6d-28ef-0310-b511-8ec308f3f277
* refinementbeppu2001-02-241-12/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1924 69ca8d6d-28ef-0310-b511-8ec308f3f277
* formatting ...beppu2001-02-231-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1923 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added some documentation and made --sgml use sgml_from_usage().beppu2001-02-231-9/+24
| | | | | | | pod_from_usage() is the default generator. git-svn-id: svn://busybox.net/trunk/busybox@1922 69ca8d6d-28ef-0310-b511-8ec308f3f277
* During POD generation, it inserts a blank line before linesbeppu2001-02-231-5/+17
| | | | | | | that were intended to be indented. git-svn-id: svn://busybox.net/trunk/busybox@1920 69ca8d6d-28ef-0310-b511-8ec308f3f277
* forgot to remove some debugging noisebeppu2001-02-231-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1916 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This one should be able to deal with the USAGE macros a littlebeppu2001-02-231-3/+6
| | | | | | | more robustly. I also blow away any USAGE_NOT_\w+ macros. git-svn-id: svn://busybox.net/trunk/busybox@1915 69ca8d6d-28ef-0310-b511-8ec308f3f277
* forgot a comma.beppu2001-02-231-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1913 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I can't leave it alone.beppu2001-02-231-8/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1903 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor cleanup... all that's left to do isbeppu2001-02-231-5/+5
| | | | | | | | | | | | | | * make headers and footers for both the POD and SGML content * make an SGML generator * finish the command-line handling Also, some of the documentation in usage.h will have to be adjusted. expr needs some lines to be indented, and ls has a stray comma. I may have missed some things... but it looks OK for the most part. git-svn-id: svn://busybox.net/trunk/busybox@1902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is the remixed autodocufier.pl.beppu2001-02-231-80/+175
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1901 69ca8d6d-28ef-0310-b511-8ec308f3f277
* First pass at making up an automagical usage message extractor, whichandersen2001-02-221-0/+88
| | | | | | | | will be used (when it works) to autogenerate documentation. Based on code written by Mark Whitley. git-svn-id: svn://busybox.net/trunk/busybox@1887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix typo.kraai2001-02-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1775 69ca8d6d-28ef-0310-b511-8ec308f3f277