Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the META tag specifying the document character set the first | jfieber | 1997-05-12 | 1 | -8/+8 |
| | | | | thing in the HEAD element. | ||||
* | Use HTML 3.2 Final for the HTML doctype declaration. | jfieber | 1997-05-10 | 1 | -2/+2 |
| | |||||
* | 1) Remove latex support. | jfieber | 1997-05-10 | 2 | -126/+89 |
| | | | | | | | | | 2) Remove -ssi option, the -hdr and -ftr options are a more flexible solution. 3) Make docbook support work better. 4) Document docbook support. 5) Add an -e option to specify encoding for generated HTML files, eg -e EUC-JP adds an appropriate <META> tag in the <HEAD> element. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Make -hdr and -ftr options (to include arbitrary HTML at the | jfieber | 1997-01-19 | 1 | -1/+3 |
| | | | | top and bottom of output) work with docbook. | ||||
* | Do the Right Thing(TM) with source files that have extensions | jfieber | 1997-01-18 | 1 | -1/+1 |
| | | | | other than .sgml. | ||||
* | Add rudimentary docbook support: | jfieber | 1997-01-17 | 1 | -41/+69 |
| | | | | | | sgmlfmt -d docbook -f html myfile.docb Depreciate undocumented -white option (now default). | ||||
* | Close PR #2453 (illegal tags in HTML <TITLE> element) | jfieber | 1997-01-17 | 1 | -3/+7 |
| | | | | 2.2 fodder | ||||
* | Sort cross references. | wosch | 1997-01-15 | 1 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Some new options for the FreeBSD web pages. These are for the moment | jfieber | 1996-10-05 | 1 | -6/+37 |
| | | | | | | | | | | | | | | not officially documented and are subject to change. -hdr and -ftr Specify files to insert at the top and bottom of every page. This is similar in result to the existing -ssi option but everything happens at build time. If the string @@UPDATED@@ appears in either file it will be replaced with "Updated" followed by the current date. -white Make the pages black text on white background. | ||||
* | When starting HTML generation, remove any pre-existing link file. | jfieber | 1996-10-01 | 1 | -2/+5 |
| | |||||
* | Add a signal handler to clean up files if an INT, HUP, or QUIT | jfieber | 1996-09-29 | 1 | -1/+32 |
| | | | | is received. | ||||
* | Remove some stray debugging code. | jfieber | 1996-09-29 | 1 | -2/+1 |
| | |||||
* | Change the behavior of the -links option. Instead of actually | jfieber | 1996-09-29 | 2 | -16/+13 |
| | | | | | | | creating a symbolic link from foo.html (from <label name="foo">) to the numbered file, a shell script is built that can be used to make the links at a later time (read: after installation in the target directory). | ||||
* | Document the -f ps option. | jfieber | 1996-09-09 | 2 | -3/+7 |
| | | | | Suggested by: Jordan Hubbard <jkh@freebsd.org> | ||||
* | This now uses instant(1) instead of sgmlsasp(2). | jfieber | 1996-09-08 | 2 | -166/+112 |
| | | | | It now supports the latin1 and koi8-r groff devices for output. | ||||
* | Use the .Fx macro where appropriate. | mpp | 1996-08-23 | 1 | -1/+2 |
| | |||||
* | Fix a few HTML 2.0 violations. | jfieber | 1996-05-15 | 1 | -5/+10 |
| | |||||
* | Make sure there is a linefeed at the end of generated HTML files. | jfieber | 1996-03-26 | 1 | -3/+3 |
| | |||||
* | Fix a bunch of spelling errors in a bunch of man pages. | mpp | 1996-01-30 | 1 | -3/+3 |
| | |||||
* | This is now perl5 friendly. | jfieber | 1995-10-07 | 2 | -79/+101 |
| | | | | | Make server side include hooks for headers and footers controlled by a command line switch and document the feature. | ||||
* | Lay some hooks for server side includes in HTML output. Specifically, | jfieber | 1995-09-22 | 1 | -11/+21 |
| | | | | hooks for custom headers and footers. | ||||
* | Command line arguments are now gathered by NewGetOpt. Command line | jfieber | 1995-08-31 | 2 | -51/+109 |
| | | | | | | | | syntax is slightly changed: -format is now -f format. New option: -i name This is a switch to control marked sections in SGML documents. Useful for multi-lingual documents. | ||||
* | New Improved navigation controls. | jfieber | 1995-08-29 | 2 | -43/+109 |
| | |||||
* | Make the -ascii option generate filename.ascii rather than filename.txt | jfieber | 1995-08-25 | 2 | -6/+6 |
| | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -2/+2 |
| | | | | specified in the top level Makefiles. | ||||
* | New feature: a -links option, when generating html output, creates | jfieber | 1995-06-30 | 2 | -11/+82 |
| | | | | | | | | | symbolic links for each cross reference label in the source file, thus allowing external documents to link to a more or less fixed target, rather that the numbered files which can change whenever the target document is modified. Bug fix: warn when a reference is made to a nonexistant label. | ||||
* | Remove extraneous empty paragraphs (<p></p>) from the output. | jfieber | 1995-05-18 | 1 | -1/+6 |
| | |||||
* | The program that turns sgml files (tagged according to the linuxdoc | jfieber | 1995-05-09 | 3 | -0/+684 |
DTD) into HTML, LaTeX or ascii. (the latter is still pretty rough) Reviewed by: rgrimes |