aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Improve FreeBSD links; triggered by and with help fromIngo Schwarze2013-09-281-3/+10
| | | | Ulrich Spoerlein <uqs at freebsd dot org>.
* Polish the web page for the 1.12.2 release:Ingo Schwarze2013-09-231-26/+28
| | | | | | | | | | * Manuals: Alphabetically sort "eqn" before "man". * Downstream: List explicit downstream versions. Yes, keeping this up to date causes minimal work, but i consider it worth the effort. * List all three places DragonFly scattered its mandoc build system to. * News: Polish the wording. * Note that groff is GPLv3, and remove the wrong claim that it's all GPL. * Assert my Copyright.
* What's new in 1.12.2.Ingo Schwarze2013-09-181-1/+45
|
* Update VERSION, VDATE and CFLAGS for the upcoming 1.12.2 release.Ingo Schwarze2013-09-181-1/+7
| | | | | Add tbl.3 and gmdiff to the tarball. Add tbl.3.html to the website.
* Merge rev. 1.158:Ingo Schwarze2013-09-181-16/+43
| | | | Stop producing xhtml/pdf/etc for webpage.
* Stop producing xhtml/pdf/etc for webpage (logs indicate that nobody actuallyKristaps Dzonsons2012-06-091-64/+11
| | | | looks at them).
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-29/+7
| | | | (via mansearch), and merge mandocdb.h into mansearch.h (and remove).
* While I'm rooting around, note that we depend on sqlite3 now, not berkeley.Kristaps Dzonsons2012-06-091-8/+6
|
* Remove catman(8): it's superfluous.Kristaps Dzonsons2012-06-091-15/+5
| | | | | | | | Users of man.cgi should be able to just copy in their directories and have the CGI fine everything on its own or just suck it up or, in the cases of multiple manroots, have a simple config file. Besides, now that mandocdb(8) is using relative paths for everything, needing a fancy "cp -R" is silly.
* Some documentation nits.Kristaps Dzonsons2012-03-251-10/+1
|
* Small tweaks for release.Kristaps Dzonsons2012-03-241-9/+11
|
* Get ready for a version.Kristaps Dzonsons2012-03-241-39/+8
|
* Note that archives are being hosted at gmane.Kristaps Dzonsons2011-12-141-1/+7
|
* Begin working on release notes. Also whitespace-fix man.cgi.7.Kristaps Dzonsons2011-12-101-7/+35
|
* Add whatis(1) to www and start version information.Kristaps Dzonsons2011-11-291-30/+27
| | | | | | | While here, change "mdoc macro compiler" to "UNIX manpage compiler", which is more correct. I'm not sold on this language; I may end up just going with mandoc(1)'s notation. Note also that our archives are now hosted at gmane.
* Add pkgsrc to downstream. Ok'd Thomas Klausner.Kristaps Dzonsons2011-11-231-1/+7
|
* Note volatility of apropos and cut out old news update.Kristaps Dzonsons2011-10-081-16/+4
|
* Get ready for version. I'm bumping the minor release to 1.12 becauseKristaps Dzonsons2011-10-081-3/+5
| | | | | this involves both a major functionality addition (-Tman), a new utility (apropos), and both apropos and mandocdb being built by default.
* Make apropos and mandocdb build by default.Kristaps Dzonsons2011-10-061-6/+7
|
* Add more version notes to www.Kristaps Dzonsons2011-10-061-13/+28
|
* Add -Ofragment mode to release notes.Kristaps Dzonsons2011-10-051-4/+5
|
* Break schwarze@'s release notes into sections. Ok schwarze@.Kristaps Dzonsons2011-10-021-12/+18
|
* list the work done during s2k11Ingo Schwarze2011-09-271-1/+16
|
* Fix hypermail link.Kristaps Dzonsons2011-09-021-4/+4
|
* Adding version notes.Kristaps Dzonsons2011-09-021-6/+6
|
* Add demandoc utility, a replacement for deroff.Kristaps Dzonsons2011-09-011-18/+27
|
* Slightly tweak www section/subsections.Kristaps Dzonsons2011-08-181-7/+7
|
* Toyed with www site a bit. For the next release.Kristaps Dzonsons2011-08-171-93/+29
|
* Added generation of Universal binary. Fixed up index.sgml to be shorterKristaps Dzonsons2011-08-161-54/+61
| | | | and more expressive.
* Initial version bits in place. Also added forgotten tests to installed files.Kristaps Dzonsons2011-08-161-40/+22
|
* Slip in a typo.VERSION_1_11_5Kristaps Dzonsons2011-07-241-2/+2
|
* We're officially no longer UNIX-specific; make this clear.Kristaps Dzonsons2011-07-241-9/+30
|
* Tuned the initial eqn output, making it completely simple. ThisKristaps Dzonsons2011-07-241-3/+3
| | | | completes a full initial eqn system, so I'm tagging a release on it.
* Add support for tdefine and ndefine. Consolidate some error messages. AddKristaps Dzonsons2011-07-231-4/+6
| | | | somem more version notes (getting there). Have the equation nanme be captured.
* The circumflex is also a special space character.Kristaps Dzonsons2011-07-231-1/+9
| | | | | Note this and clean up some documentation in eqn.7. Also add some version notes, although I'm not ready for a release yet.
* move mandocdb(1) to mandocdb(8)Ingo Schwarze2011-07-141-11/+11
| | | | "please make this change" kristaps@
* Rename makewhatis [back] into mandocdb. This is to maintain consistencyKristaps Dzonsons2011-07-141-13/+13
| | | | | | with OpenBSD, which is sandboxing the code for merge. It makes sense because it doesn't really make a `makewhatis' file in the traditional sense, so it may be confusing.
* Small HTML compatibility fix.VERSION_1_11_4Kristaps Dzonsons2011-07-121-2/+2
|
* Note version 1.11.4 bits. Here we go!Kristaps Dzonsons2011-07-121-8/+5
|
* Add some notes to index.sgml. This does not signal a release.Kristaps Dzonsons2011-07-011-36/+13
|
* Note mandoc-cgi -> mandoc-tools.Kristaps Dzonsons2011-06-211-2/+4
|
* Version 1.11.3. Here we go!VERSION_1_11_3Kristaps Dzonsons2011-05-261-3/+3
|
* More updates to www. A version's on its way...Kristaps Dzonsons2011-05-261-15/+18
|
* Add notes about preconv.1 in the www and change some wording in theKristaps Dzonsons2011-05-261-1/+17
| | | | manual regarding its output and `Nd' sentence.
* Some release notes (this isn't signalling an impending release; I justKristaps Dzonsons2011-05-191-1/+13
| | | | want to get some notes in).
* Make index.sgml look more like mandoc-cgi, which I find looks much cleanerKristaps Dzonsons2011-05-141-58/+17
| | | | and nicer.
* Last sneak-in: incorrect www link.VERSION_1_11_2Kristaps Dzonsons2011-05-131-2/+2
|
* More release notes.Kristaps Dzonsons2011-05-131-1/+2
|
* Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree.Kristaps Dzonsons2011-05-131-8/+19
| | | | Add initial version notes.
* Add configurations (`Cd') to mandoc-db mining.Kristaps Dzonsons2011-05-041-2/+20
| | | | | Also put some notes into index.sgml to the effect that mandoc-db exists, but is not linked to the build.