Commit Graph

217 Commits

Author SHA1 Message Date
Michael Sweet
888fd3f169 Fix some comment parsing strangeness and tweak the presentation of functions
and constants to be more compact.
2017-06-08 09:42:00 -04:00
Michael Sweet
3b4fe17065 Support @exclude ...@ for constants, too. 2017-06-07 16:16:25 -04:00
Michael Sweet
e703ef3d25 Fix header parsing bug. 2017-06-06 14:15:01 -04:00
Michael Sweet
d848f8278b Fix some more parsing issues with static functions. 2017-05-31 22:18:49 -04:00
Michael Sweet
dc87d4ad50 Add @exclude format@ directive. 2017-05-31 10:10:58 -04:00
Michael Sweet
20a4221607 Regenerate configure script. 2017-05-09 08:02:39 -04:00
Michael Sweet
8bdacd119d Update markdown anchors to use "title-of-heading" format. 2017-05-02 09:06:55 -04:00
Michael Sweet
3bb60cc92b Add some more style information. 2017-05-01 08:45:04 -04:00
Michael Sweet
935df35140 Sync up with MMD upstream. 2017-05-01 08:40:24 -04:00
Michael Sweet
5771dbbaf3 Add documentation/usage for --coverimage. 2017-04-30 09:23:09 -04:00
Michael Sweet
fa1336ddee Fix write_description to always write close tag. 2017-04-30 01:27:37 -04:00
Michael Sweet
0d0850fffd Fix bug where comments/descriptions were text fragments instead of opaque
strings.
2017-04-24 10:56:19 -04:00
Michael Sweet
bcfa6ef518 Update/fix documentation.
Add mxmlNewOpaquef and mxmlSetOpaquef functions.

Fix discussion writing code to look for opaque strings.

Fix dependencies for documentation generation.
2017-04-24 10:42:03 -04:00
Michael Sweet
48c3c62521 Add mxmlElementAttrGetByIndex and mxmlElementAttrGetCount (Issue #185) 2017-04-23 13:12:39 -04:00
Michael Sweet
b79d3e0f07 Add support for SOURCE_DATE_EPOCH environment variable (Issue #193) 2017-04-23 12:49:40 -04:00
Michael Sweet
f1f1703050 Update Markdown support. 2017-04-21 20:37:27 -04:00
Michael Sweet
c6bda8e144 Add markdown support for HTML/EPUB/DOCSET output (Issue #194) 2017-04-11 15:37:38 -04:00
Michael Sweet
c9b78a862c Update cover image. 2017-04-08 13:11:30 -04:00
Michael Sweet
1fba7887b7 Add cover image for manual.
Fix iTunesArtwork file in EPUB.
2017-04-08 13:07:30 -04:00
Michael Sweet
8d99d72e4b Split out the docset generation code, like was done for epub, to simplify the
logic.
2017-04-07 12:18:50 -04:00
Michael Sweet
0381fdaf3c Normalize on passing "mode" instead of "xhtml" flag.
Update generated documentation.
2017-04-07 12:01:21 -04:00
Michael Sweet
7e5d1a0875 Only use generic fonts. 2017-04-06 14:36:04 -04:00
Michael Sweet
003eea7429 Clean up mxmldoc and refactor a bunch of the code. 2017-04-06 14:25:19 -04:00
Michael Sweet
8b32ac7556 Finalize and document EPUB support (Issue #189)
Update footer for mxml(3) man page.

Update header for mxmldoc.xsd file.
2017-04-06 09:15:35 -04:00
Michael Sweet
e6146472e6 Make EPUB generation conditional on the presence of ZLIB (again). 2017-04-05 09:47:24 -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
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
6b1309a1bf Clean up documentation/HTML errors. 2017-03-31 13:37:26 -04:00
Michael Sweet
150195f8e1 Fix cross-compilation so that we don't run locally-built targets when cross-
compiling.
2017-03-29 11:23:29 -04:00
Michael Sweet
37a03874c9 Sync up other documentation changes. 2017-03-22 16:56:38 -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
aa94383125 Prep for 2.10 release. 2016-06-13 01:02:37 +00:00
Michael R Sweet
5f74dc2124 mxmlWrite* used a recursive algorithm which could require large amounts of
stack space depending on the file (Bug #549, CVE-2016-4571)
2016-06-12 21:12:11 +00:00
Michael R Sweet
0cc2394ff5 Mini-XML 2.9 release. 2014-10-19 17:29:07 +00:00
Michael R Sweet
21f436f36c Fix loading of text values with MXML_NO_CALLBACK or MXML_TEXT_CALLBACK (Bug #502)
Update unit test program to validate fix and cleanup output so that we can get
proper error messages.
2014-10-19 17:21:48 +00:00
Michael R Sweet
abcdb3d108 Final changes for 2.8 release. 2014-01-05 03:31:29 +00:00
Michael R Sweet
f760c840ff Fixed an XML fragment loading problem (Bug #494) 2014-01-05 03:28:03 +00:00
Michael R Sweet
6471e5ccd4 Fixed a memory leak when loading invalid XML (Bug #496) 2014-01-05 03:21:00 +00:00
Michael R Sweet
ce2c97135f More updates for v2.8. 2014-01-05 03:12:18 +00:00
Michael R Sweet
5e785816aa Prep for Mini-XML v2.7 release. 2011-12-21 07:48:59 +00:00
Michael R Sweet
ee923fa82c Make mxmlSet* work like mxmlGet*. 2011-12-09 23:49:00 +00:00
Michael R Sweet
89545886f4 Changelogs. 2011-01-14 18:39:12 +00:00
Michael R Sweet
3899cb0aa5 Fix some HTML and CSS validation issues. 2011-01-14 18:36:09 +00:00
Michael R Sweet
7509866b99 Restore original logo images. 2011-01-03 02:05:04 +00:00
Michael R Sweet
aaefc5c07c Rename mxmlFindValue to mxmlFindPath.
Rename mxmlGetPrevious to mxmlGetPrevSibling.

Rename mxmlGetNext to mxmlGetNextSibling.

Update documentation.
2011-01-03 02:03:29 +00:00
Michael R Sweet
a9012172c1 Implemment getters for all of mxml_node_t and mxml_index_t fields (STR #118)
Make mxml_node_s and mxml_index_s private (but still in the public header for
2.x).
2011-01-01 23:42:17 +00:00
Michael R Sweet
159e54f5d2 Add mxmlFindValue API (STR #110) 2010-11-08 16:07:05 +00:00
Michael R Sweet
3ab2fa249f Tweak web interface, icons, and Chapter 2 of the programmers manual. 2010-09-26 07:37:07 +00:00
Michael R Sweet
03de67921f New logo image. 2010-09-19 15:52:20 +00:00
Michael R Sweet
ccd0f5e225 Doco updates. 2010-09-19 08:50:54 +00:00
Michael R Sweet
2e9f4022bf Fix some typos and the clang target. 2010-09-19 07:28:06 +00:00
Michael R Sweet
83dc8f4932 Update web site versions. 2010-09-19 05:31:54 +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
5144087e36 Fix release notes. 2009-05-17 17:31:51 +00:00
Michael R Sweet
d13e530148 Update documentation. 2009-05-17 06:04:58 +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
474d6da1b4 Fix mxmlEntityAddCallback and mxmlEntityRemoveCallback docos (STR #91) 2009-03-19 05:38:52 +00:00
Michael R Sweet
4d81aff146 Fix swapped documentation issue (STR #92) 2009-03-19 05:33:20 +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
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
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
96564158e1 Fix some typos. 2008-11-28 11:07:49 +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
62b697c229 Fix framed output. 2008-07-17 16:36:21 +00:00
Michael R Sweet
d7fcf13ff8 Fix mxml.pc typo (STR #79) 2008-03-21 04:31:07 +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
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
5f263362a9 Use \- instead of - in man pages (STR #68) 2008-01-13 01:51:16 +00:00
Michael R Sweet
fdd1764429 Remove old .cvsignore files.
Don't distribute print-version images in the regular source tarball.
2007-11-23 06:51:57 +00:00
Michael R Sweet
6057e7ee02 Prep for 2.4 release.
Update documentation.
2007-11-23 02:15:07 +00:00
Michael R Sweet
237a4ad90e Fix output of function argument descriptions.
Use minixml.org for schema.
2007-09-26 01:32:57 +00:00
Michael R Sweet
b6661a118c Add pthread support. 2007-09-22 21:00:56 +00:00
Michael R Sweet
658c6bd661 mxmlElementSetAttrf() did not work (STR #57) 2007-09-15 20:04:56 +00:00
Michael R Sweet
d6d842e60a Bump version to 2.4.
Added mxmlElementDeleteAttr() function (STR #59).
2007-09-15 20:03:15 +00:00
Michael R Sweet
e9a1907adf Changelog. 2007-09-09 08:28:50 +00:00
Michael R Sweet
30feac1369 Add mxml_isspace() local Unicode implementation of isspace() with inlining
when possible (STR #48)
2007-09-09 07:27:08 +00:00
Michael R Sweet
b0e38fbcbf Fix mxmlWalkNext() and mxmlWalkPrev() when node == top (STR #53) 2007-09-09 07:16:52 +00:00
Michael R Sweet
3fcd4256a7 More updates to the cover. 2007-05-23 21:38:42 +00:00
Michael R Sweet
d66b477da8 Convert background for cover to CMYK for better printing. 2007-05-23 20:40:39 +00:00
Michael R Sweet
bb942fc21e Fix superscript text size for TM's. 2007-05-18 19:31:18 +00:00
Michael R Sweet
857757257e Add background image to book cover. 2007-05-17 03:28:47 +00:00
Michael R Sweet
42cdf96241 Resize cover page. 2007-04-27 01:29:20 +00:00
Michael R Sweet
7d8801c7dd Update docos. 2007-04-27 01:10:20 +00:00
Michael R Sweet
92abe20fb4 Update cover image. 2007-04-27 01:05:38 +00:00
Michael R Sweet
6fb1d1b5e5 Install chapter images.
Uncomment typedef comment handling.
2007-04-27 00:49:03 +00:00
Michael R Sweet
463a190a55 Don't install or create formatted man pages.
New logo.

Documentation updates.
2007-04-26 22:21:37 +00:00
Michael R Sweet
0a79a46ac3 Save work on manual. 2007-04-24 02:48:40 +00:00
Michael R Sweet
8ed535457f Add cover image. 2007-04-23 22:01:24 +00:00
Michael R Sweet
bf73da6782 Save work on documentation.
Add SAX load APIs.

Add man page output for mxmldoc.

Add types for various callback functions.
2007-04-23 21:48:03 +00:00
Michael R Sweet
0f8052e766 Add mxmlNewXML() function and use it.
More updates to the manual.
2007-04-19 21:12:08 +00:00