summaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Clarified mailing list purposes.Kristaps Dzonsons2010-07-211-3/+3
|
* Tidy up the www page.Kristaps Dzonsons2010-07-211-89/+51
|
* Pre-tag checkin of release bits and shortlist.VERSION_1_10_4Kristaps Dzonsons2010-07-111-1/+22
|
* Version notes for 1.10.2.Kristaps Dzonsons2010-06-191-1/+12
|
* Fixed missing tag in www index.Kristaps Dzonsons2010-06-081-2/+1
|
* Updated version bits with PostScript goodies.Kristaps Dzonsons2010-06-071-37/+63
|
* Added version bits for 1.10.1.Kristaps Dzonsons2010-06-071-3/+12
| | | | Spell-checked manuals.
* Remove manuals.7 (see http://manpages.bsd.lv).Kristaps Dzonsons2010-06-031-6/+3
|
* Version bits for 1.10.1.Kristaps Dzonsons2010-06-031-2/+12
|
* Fixed tech@ mailing list pointer (noted by Ulrich Spoerlein).Kristaps Dzonsons2010-05-301-4/+4
| | | | Fixed case of some anchor tag closings (no-op).
* Added version bits to www pages.Kristaps Dzonsons2010-05-291-101/+106
| | | | Cleaned up www to be more compact and add a header for sections.
* Made index.sgml release notes, mostly cribbed from Ingo's m2k10 report.Kristaps Dzonsons2010-05-251-85/+67
| | | | Added libroff references to index.sgml.
* Smarten BADCHAR check to allow ASCII_HYPH.Kristaps Dzonsons2010-05-251-1/+2
| | | | Fix index.sgml not to puke (the relevant section will be re-written for the release anyway, but I hate seeing errors).