aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
Commit message (Collapse)AuthorAgeFilesLines
* - remove index.html, it is now part of the website repoIngo Schwarze2014-03-031-433/+0
| | | | | - install mandocdb, manpage, and apropos - and some general cleanup (e.g., installcgi is .PHONY)
* update the link to the ISC licenseIngo Schwarze2013-12-311-3/+3
| | | | and note that the pkgsrc port was updated to 1.12.3
* release 1.12.3VERSION_1_12_3Ingo Schwarze2013-12-311-28/+54
|
* merge from VERSION_1_12Ingo Schwarze2013-12-261-21/+29
|
* merge from VERSION_1_12: new section about mandoc history, with linksIngo Schwarze2013-10-131-4/+31
|
* merge from VERSION_1_12:Ingo Schwarze2013-10-101-6/+21
| | | | | link supplementary information on mandoc and Alpine Linux port was upgraded to 1.12.2
* Franco Fichtner moved DragonFly to 1.12.2.Ingo Schwarze2013-10-061-2/+2
|
* Merge from VERSION_1_12, in particular release date, pkgsrc port version,Ingo Schwarze2013-10-051-5/+14
| | | | link to NEWS file, link to Alpine Linux, and fix one FreeBSD link.
* Merge from branch VERSION_1_12:Ingo Schwarze2013-10-021-20/+100
| | | | | | | | - mention that groff is GPL version 3 - link the new tbl.3.html - list FreeBSD base version of mandoc - document downstream versions - copy the version 1.12.2 News
* 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.