Commit Graph

495 Commits

Author SHA1 Message Date
Geoff McLane 26f1d93379 prepare for changing the lib name 2015-04-02 13:17:14 +02:00
Geoff McLane 17cb520f58 add windows zip binary installer 2015-03-20 13:56:20 +01:00
Geoff McLane 3585d4c31a Issue #186 - Move FreeLexer() to near last 2015-03-19 19:14:27 +01:00
Geoff R. McLane 12b0fc74a9 Issue #187 - correction for unix man page 2015-03-19 18:06:49 +01:00
Geoff McLane 47df5fddbc Issue #188 - Add some user config items 2015-03-19 16:32:19 +01:00
Geoff McLane 09fa036b31 bump version for Issue #185 fix 2015-03-13 19:48:31 +01:00
Geoff McLane 79ac8b2554 Issue #185 - Treat elements ids as case-sensitive if in HTML5 mode 2015-03-13 19:47:28 +01:00
Geoff McLane 66a597f5b7 related to issue #180 - remove additional line unless 'classic' 2015-03-10 12:27:29 +01:00
Geoff McLane 9caab688f1 debug - avoid duplicae output if to stdout 2015-03-09 16:12:59 +01:00
Geoff McLane eeb469ffc5 add install to build me batch 2015-03-08 12:46:00 +01:00
Geoff R. McLane f4071047e9 Output only to build folder 2015-03-08 12:35:41 +01:00
Geoff R. McLane da5da0ab35 add cpack built to clean up 2015-03-08 12:34:21 +01:00
Geoff R. McLane 085064e8ad ignore cpack built items 2015-03-08 12:33:43 +01:00
Jim Derry e0833dc8ab Fixed #183 2015-03-08 15:39:48 +08:00
Jim Derry 3df5b60ca1 Bash doesn't like the extra space after the slash. 2015-03-08 13:48:02 +08:00
Jim Derry 08fb836a1d Merge pull request #182 from pedromorgan/pedro2
Docs missing bits - Pedro2
2015-03-08 13:47:08 +08:00
Jim Derry 08d037b6af Fix for Cmake > 3.0.0 2015-03-08 13:39:46 +08:00
Jim Derry d5d880279e Merge pull request #181 from pedromorgan/man
Create man page as part of cmake build
2015-03-08 13:37:45 +08:00
Pedro e593852ef1 fix missing links 2015-03-08 04:37:35 +00:00
Pedro be79293a45 Fix up docs merge 2015-03-08 04:34:17 +00:00
Jim Derry 6d84c5a6ec Merge branch 'pedromorgan-pedro' 2015-03-08 11:52:17 +08:00
Jim Derry 6099f132e7 Tweaked the colors a bit to eliminate the illegible text shadow effect. 2015-03-08 11:51:54 +08:00
Jim Derry 6e2411120e Add another examples directory. 2015-03-08 11:35:59 +08:00
Jim Derry 817c775209 Use the temporary directory variable. 2015-03-08 11:35:46 +08:00
Jim Derry 424c9d782b Removed unused reference causing warnings. 2015-03-08 11:34:49 +08:00
Jim Derry 52ef5f89ce Squelch documentation building errors. 2015-03-08 11:34:17 +08:00
Jim Derry 9a5ba3a4e8 Moved generated output to temp 2015-03-08 11:12:36 +08:00
Jim Derry f2cecf7564 Merge git://github.com/pedromorgan/tidy-html5 into pedromorgan-pedro 2015-03-08 11:01:33 +08:00
Pedro c013fa97d9 Make man filename into a cmake variable 2015-03-07 22:28:58 +00:00
Pedro 3f8a95601e Make man filename into a cmake variable 2015-03-07 22:27:02 +00:00
Pedro b39a953f69 Add note re using manpath 2015-03-07 22:11:51 +00:00
Pedro b6caf8f7a5 Create man page as part of cmake build 2015-03-07 22:08:39 +00:00
Geoff McLane fd7b4f8589 just some more DEBUG on text nodes 2015-03-06 19:28:52 +01:00
Geoff McLane 90c9e81ba1 bump version for furhter fix on #167 2015-03-06 19:14:24 +01:00
Geoff McLane c0cad3aeba Issue #167 - further fixes for HTML5 mode 2015-03-06 19:13:06 +01:00
Geoff McLane 389ce17814 add attr to dbg_show_node 2015-03-06 18:36:01 +01:00
Geoff McLane 592f81b606 ignore some cpack built items 2015-03-06 16:52:45 +01:00
Geoff McLane 01d35cb22d add txt and html, since md not supported by WiX (MSI) 2015-03-06 15:36:42 +01:00
Geoff McLane 59aad805e5 Initial cpack building releases.
Thanks to pedromorgan PR #174 for the initial addition of this to
CMakeLists.txt.
2015-03-06 15:31:34 +01:00
Geoff McLane 960f875824 Merge branch 'pedromorgan-cpack' 2015-03-06 13:59:20 +01:00
Geoff McLane 6c04febc88 Merge branch 'cpack' of https://github.com/pedromorgan/tidy-html5 into pedromorgan-cpack 2015-03-06 13:44:51 +01:00
Geoff McLane 7ffcce2241 bump version for fix of issues #167 and #169 2015-03-06 13:09:12 +01:00
Geoff McLane 0dc68d6cb1 Issue #167 & #169 - default to HTML5 mode.
Revert TidyTag_A to HTML5 mode, but allow the table to be modified if the
DOCTYPE given is found to NOT be HTML5, through a service TY_(AdjustTags).
Care is taken to clear any previous hash cached tags.

At present this only effects the anchor tag, but could be applied to
others that need to change their parsing due to an identified DOCTYPE.
2015-03-06 12:55:24 +01:00
Pedro 16fa65662b add history diagram and style to directory tables 2015-03-06 07:38:16 +00:00
Pedro 32af35602d Add tableofcontents and generally nitpick things 2015-03-06 07:02:47 +00:00
Pedro 6455593ab0 tidy quickref and other nitpicking docs 2015-03-06 06:38:57 +00:00
Pedro 3d9085c6f1 cleanup formatting of quickref 2015-03-06 05:34:12 +00:00
Pedro e016418fe6 Output tidy.tags file to docs output 2015-03-06 04:29:06 +00:00
Pedro 18c197a3cf Use new quickref.include.xsl to format html for \htmlinclude 2015-03-06 04:08:08 +00:00
Pedro 77995953d5 Cleanup some configuration and add tag files 2015-03-06 01:43:53 +00:00