Commit Graph

116 Commits

Author SHA1 Message Date
Bernhard M. Wiedemann
cb445d3b32 allow to override man-page date
in order to allow for reproducible builds.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
2017-04-05 14:57:25 +02:00
Michael Sweet
4d322880f4 Update ZIP container code, now things are working... 2017-04-04 23:32:11 -04:00
Michael Sweet
7c2551e996 Switch to using hand-rolled ZIP container "library" for EPUB files. 2017-04-04 16:16:17 -04:00
Michael Sweet
7f1beff016 Fix conditional handling of EPUB support. 2017-04-01 21:23:26 -04:00
Michael Sweet
d035af36e8 Fix extra > in table-of-contents. 2017-04-01 21:20:45 -04:00
Michael Sweet
e824dc0f56 Fix validation issues (but still not opening in iBooks...) 2017-04-01 20:49:18 -04:00
Michael Sweet
2f1e57787d Save work - some more validation fixes. 2017-03-31 22:46:05 -04:00
Michael Sweet
8abc6bbebf Save work - building real EPUB container, most of the validation issues are now
fixed.
2017-03-31 17:41:32 -04:00
Michael Sweet
36193beec1 Add first part of EPUB output code - XHTML content. 2017-03-31 13:38:20 -04:00
Michael Sweet
6ac1fb23f4 Use vasprintf when available.
Use strlcpy when available.

Add xcode project.
2017-03-29 19:04:41 -04:00
Michael Sweet
89a9742c0e Bump version to 2.11.
Update copyrights and web site addresses.

New logo image following msweet.org template.
2017-03-22 14:51:16 -04:00
Michael R Sweet
4351cf060c Prep for 2.8 release... 2014-01-04 21:50:06 +00:00
Michael R Sweet
6338dccaac Escape HTML special characters inside @code foo@.
Use xcrun to run the docsetutil program.
2013-07-03 14:16:22 +00:00
Michael R Sweet
6bd5e6e022 Don't include spawn or other process headers unless we are building on Mac OS X/Darwin. 2011-08-11 18:51:26 +00:00
Michael R Sweet
f5b0b9270d Clean share libraries, and fix SAX unit test to look for the right number of data nodes.
Add --version option to mxmldoc.
2011-04-13 15:43:32 +00:00
Michael R Sweet
3899cb0aa5 Fix some HTML and CSS validation issues. 2011-01-14 18:36:09 +00:00
Michael R Sweet
159e54f5d2 Add mxmlFindValue API (STR #110) 2010-11-08 16:07:05 +00:00
Michael R Sweet
97ca6dc424 Updated the source headers to reference the Mini-XML license and its exceptions
to the LGPL2 (STR #108)
2010-09-19 05:26:46 +00:00
Michael R Sweet
a2beacb1b7 Include CFBundleShortVersionString key in Info.plist. 2009-07-01 17:44:13 +00:00
Michael R Sweet
8d1ff5128d Update --tokens to support a file path and always add a newline at the end of
each token.
2009-05-05 13:38:00 +00:00
Michael R Sweet
58712ee6fc Add --tokens option. 2009-05-05 05:08:43 +00:00
Michael R Sweet
ec99705731 Fix typedef documentation (STR #72) 2009-05-05 04:43:18 +00:00
Michael R Sweet
fcdfa5a09d Fix two potential NULL dereferences caught by Clang. 2009-03-17 05:51:59 +00:00
Michael R Sweet
9643c13183 Fix VC++ compile failures 2009-02-05 06:06:11 +00:00
Michael R Sweet
1646671128 Fix DOCTYPE link for HTML 4.01 loose. 2009-02-03 18:15:17 +00:00
Michael R Sweet
0dbf99da69 Update to HTML 4.01 doctype. 2009-02-02 19:24:26 +00:00
Michael R Sweet
16c5e31280 Don't embed links or other markup in title attributes.
Update copyright/license stuff.
2009-01-13 08:13:46 +00:00
Michael R Sweet
5946d5637e Fix TOC generation. 2008-12-10 00:28:35 +00:00
Michael R Sweet
4e75d3579f Fix Nodes.xml generation. 2008-12-08 17:51:44 +00:00
Michael R Sweet
fd57e148c5 Fix docset generation. 2008-12-06 04:20:38 +00:00
Michael R Sweet
59e1bbbb7a Add support for generating Xcode documentation sets.
Fix a few Clang-detected issues.
2008-11-28 10:56:50 +00:00
Michael R Sweet
e01c4d0a47 Add noframes section. 2008-07-17 16:43:18 +00:00
Michael R Sweet
62b697c229 Fix framed output. 2008-07-17 16:36:21 +00:00
Michael R Sweet
a38251bc9b Wrapping was not disabled when mxmlSetWrapMargin(0) was called, and
"<?xml ... ?>" was always followed by a newline (STR #76)
2008-03-21 04:59:01 +00:00
Michael R Sweet
a57b72a556 Fixes for enum typedefs (still working on comments...) 2008-03-19 21:09:21 +00:00
Michael R Sweet
b04207f224 Use larger TOC frame. 2008-02-01 01:13:56 +00:00
Michael R Sweet
6304a1b69b Allow frames to be resized. 2008-01-31 23:50:58 +00:00
Michael R Sweet
8aff906d87 Fix man page output.
Prep for 2.5 release.
2008-01-29 05:28:31 +00:00
Michael R Sweet
29ab62983c write_element() was writing to stdout. 2008-01-29 01:00:40 +00:00
Michael R Sweet
fe77bb9f69 More style tweaking. 2008-01-28 00:35:41 +00:00
Michael R Sweet
3c890fa238 Scan intro file for headings, add to table-of-contents.
Consistently use classes for all headings.

Always use <div class="body"> for the body of the docs.

Cleanup stylesheet to avoid stylesheet conflicts.
2008-01-27 23:54:03 +00:00
Michael R Sweet
6d78b14377 Add support for @code and @link markup in descriptions.
Support @private@ for constants, variables, and types.
2008-01-27 08:01:43 +00:00
Michael R Sweet
a4e8120176 Finish up framed output. 2008-01-26 23:27:19 +00:00
Michael R Sweet
1fed22b03c Add --footer, rename --heading to --header.
Update man page for mxmldoc.
2008-01-26 21:04:57 +00:00
Michael R Sweet
ee8df0fe52 Bump version to 2.5.
Add --heading option to place contact before table-of-contents and intro.

Tweak the mxmldoc test suite.

Use " instead of ' for attribute values.

Quote titles, etc. as needed.

Move TOC and HTML header generation to separate functions in preparation for
frame support.
2008-01-26 20:50:28 +00:00
Michael R Sweet
1e2bbbc851 Save work on mxmldoc; add --css option, start of --framed, add discussion
text, new classes for HTML output customization.
2008-01-26 07:24:53 +00:00
Michael R Sweet
346be509a3 Update mxmldoc output to use a more modern format similar to Apple's
reference format.
2008-01-25 07:50:40 +00:00
Michael R Sweet
06d3aa27fb Add NULL check and remove dead code. 2008-01-16 05:46:39 +00:00
Michael R Sweet
5f263362a9 Use \- instead of - in man pages (STR #68) 2008-01-13 01:51:16 +00:00
Michael R Sweet
c1c940970d Convert to DLL 2007-10-03 06:25:07 +00:00