summaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-301-2/+2
|
* Tidy up www page: remove all sorts of DIV crap, superfluous CSS, in-lineKristaps Dzonsons2011-04-091-383/+341
| | | | STYLE attributes, and so on. Now renders nicely in lynx.
* Version up to 1.11.1: here we go!Kristaps Dzonsons2011-04-041-2/+2
|
* Getting ready for next [minor-number] release.Kristaps Dzonsons2011-03-291-1/+22
|
* Make empty sections and parts (SH, SS, RS) only produce a warning if itKristaps Dzonsons2011-03-221-2/+2
| | | | has no children. Noted by Brad, added to TODO by schwarze@.
* Note the TODO file on the website. Also install index.html (oops).Kristaps Dzonsons2011-03-221-3/+7
|
* Be a bit more specific on where we compile. Are there any ANSI-CKristaps Dzonsons2011-03-221-3/+3
| | | | | compilers where we don't compile? I'm pretty sure that mmap() is non-standard (we'll fail, e.g., on mingw32).
* Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, andKristaps Dzonsons2011-03-221-39/+25
| | | | | | | | man.h are now part of libmandoc.h, so remove these from their respective manuals (they're no longer public-facing and we don't need a libmandoc.3 (yet?)). Before that, move the juicy data (parse tree syntax) into new-born mandoc.3. Peck around in Makefile and index.sgml to reflect reality.
* Meh, 2010->2011. Changed the live index.html file so as not to confuseKristaps Dzonsons2011-01-071-1/+1
| | | | people (although the tagged 1.10.9 release will show 2010).
* Version bits. Here we go...Kristaps Dzonsons2011-01-071-40/+40
|
* Clean-up www page a bit.Kristaps Dzonsons2011-01-061-12/+13
|
* Add tbl.7 to DOCUMENTATION. Removed old NEWS items.Kristaps Dzonsons2011-01-041-134/+18
|
* Fix spacing for tables to use term_len(). Also make term.c properlyKristaps Dzonsons2011-01-041-5/+6
| | | | recode ASCII_HYPHEN and ASCII_NBRSP before passing back for widths.
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-1/+13
| | | | the up-coming version, although we're not quite there yet.
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-241-2/+2
| | | | version date for release.
* Added last version notes and bumped version number and date.Kristaps Dzonsons2010-12-231-13/+14
|
* Build xhtml files for www site exemplaria.Kristaps Dzonsons2010-12-221-1/+9
|
* Clarify style inclusions and update release information.Kristaps Dzonsons2010-12-201-4/+8
|
* Merged example.style.css into style.css. Adding version stuff.Kristaps Dzonsons2010-12-171-1/+24
|
* Prepping for version.VERSION_1_10_6Kristaps Dzonsons2010-09-271-1/+16
|
* Updated hypermail link to summary.html.Kristaps Dzonsons2010-08-191-4/+4
|
* Added mail archive periodically generated by hypermail.Kristaps Dzonsons2010-08-181-6/+14
|
* Add PDF files to www. We also show text and ps, just to show off.VERSION_1_10_5Kristaps Dzonsons2010-07-271-10/+25
|
* Get version bits in: 1.10.5.Kristaps Dzonsons2010-07-271-3/+3
|
* Fill in more version notes.Kristaps Dzonsons2010-07-271-7/+10
|
* Note -Tpdf in www.Kristaps Dzonsons2010-07-261-1/+2
|
* Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that aKristaps Dzonsons2010-07-231-1/+2
| | | | | | | | new struct pass down in the call-tree (as also in man_term.c). Also add a line-break for `in', which isn't otherwise supported (yet). Now -Thtml -man cvs.1 for GNU's cvs.1 isn't as ugly.
* Start putting in release notes. A record is good because this releaseKristaps Dzonsons2010-07-221-1/+19
| | | | will have lots of small, incremental improvements.