1
0
mirror of https://github.com/php/phd.git synced 2026-03-26 08:02:13 +01:00
Commit Graph

73 Commits

Author SHA1 Message Date
Rudy Nappée
30afcf9400 * removed no longer necessary files
* added name of format processed
* added color and version stuff from RESTRUCTURE branch
2008-08-01 11:02:04 +00:00
Rudy Nappée
ae2b3918d8 * now supports --index modifier
* TOC is now displayed fine on xhtml
* some fixes related to SQLite3 queries
* added helper functions in PhDFormat
2008-07-31 21:23:19 +00:00
Rudy Nappée
3ec12b007e * migrating from sqlite_ functions to SQLite3 OO methods (needs pecl sqlite3 extension) 2008-07-30 12:17:21 +00:00
Rudy Nappée
019fd15cc9 * added HEAD PhDConfig class
* cleaned some stuff in render.php
2008-07-29 19:56:49 +00:00
Hannes Magnusson
3a4ae06aa7 Initial commit of Enterprise PhD 2.0 XP, build#1337 2008-07-28 22:40:57 +00:00
Rudy Nappée
9b3839fe01 * adds manpage output & its associate theme (which renders RefEntries functions as man pages)
* adds commandline modifiers actions for manpage format (-f manpage), pear themes (-t pearchunkedhtml, -t pearchm, -t pearbightml, -t pearweb, -t pearchm or -t pear to render all of them), php new themes (-t phpfunctions for manpage, -t chmsource for xhtml chm)
* phd now outputs xhtml, chm & manpage (with php themes) by default
* updates package.xml
2008-07-09 22:57:06 +00:00
Hannes Magnusson
5f182159e4 - Fixed bug#44785 (Separating <title> from <note>). (Hannes) 2008-05-03 16:09:32 +00:00
Hannes Magnusson
133fe97294 Fixed bug#44881 (Class constants with $). (Hannes) 2008-05-03 15:13:04 +00:00
Hannes Magnusson
0dc3472d3b Initial hCard support 2008-03-21 20:22:29 +00:00
Hannes Magnusson
1c9b0dc35f Initial eRDF support 2008-03-17 20:25:54 +00:00
Hannes Magnusson
97efde47c5 Fixed couple of typos in PhD info messages. (Richard Q.) 2008-03-03 13:16:22 +00:00
Hannes Magnusson
15ab615b0a Really fix bug#44247 (qandaset related error)
# The bug only applies to code in CVS, no need for news entry
2008-03-03 12:25:05 +00:00
Hannes Magnusson
775aaabefa Revert accidental RDFa stuff 2008-02-27 21:28:21 +00:00
Hannes Magnusson
64dea128e6 Added option (-o/--output) to specify output directory (FR#43193). (Richard) 2008-02-27 21:23:13 +00:00
Gwynne Raskind
c270488775 change <para/> inside <footnote/> to <span/> instead of <p/>. The resulting output formatting is much more visually correct. 2008-02-23 18:22:36 +00:00
Gwynne Raskind
d599da8fdd added <sect4/> handling to <title/> 2008-02-21 04:32:41 +00:00
Gwynne Raskind
e4dd595281 Added an 'infdec' role to <literal/> in XHTML. Give infinite decimals a nice overline instead of all this old-world 333333333... stuff. 2008-02-19 18:18:32 +00:00
Gwynne Raskind
415d48d708 synchronize no-ID footnotes with presentation numbering 2008-02-11 21:39:44 +00:00
Gwynne Raskind
82c425f0cb reverting XHTML classes commit 2008-02-11 16:40:05 +00:00
Gwynne Raskind
435b3b90ee XHTML class attributes can potentially contain spaces, but it's not a good idea; using dashes instead 2008-02-11 16:11:35 +00:00
Gwynne Raskind
62e7769d57 Footnotes should be rendered starting from 1, not 0 2008-02-11 16:09:26 +00:00
Hannes Magnusson
d842018130 - Fix multiple footnotes in <table>s
- Fix anchor for "global" footnotes
- Spread some class attributes
2008-02-05 08:09:16 +00:00
Hannes Magnusson
01d7676d09 Add support for <footnote /> & <footnoteref /> 2008-02-04 21:17:25 +00:00
Hannes Magnusson
fb8e1afeb2 Spread some anchor love for element=>html mappings 2008-02-04 15:45:36 +00:00
Hannes Magnusson
939d5ec7ff Simplify tmp variable creating/defaults
# Fixes a bug in callouts in the way
2008-02-04 15:43:22 +00:00
Hannes Magnusson
f31ed90b12 - Addedd missing closing "}" for classsynopsis
- Addedd autogenerated "Edited by" text for <editor>
- Addedd autogenerated "by" text for the first <author> element in <authorgroup>
2008-01-27 20:42:35 +00:00
Hannes Magnusson
49651b9ac2 Fix couple of typos 2008-01-26 13:02:22 +00:00
Hannes Magnusson
102a21a16e Missing entry in elementmap 2008-01-10 17:57:39 +00:00
Hannes Magnusson
310c2bc3e8 Seperate mutliple <term>s with new lines (reported by Gwynne) 2007-12-30 13:52:12 +00:00
Hannes Magnusson
fda268f3fd - Fix E_NOTICE (Richard Q.)
- Minor WS fix
2007-12-04 11:27:17 +00:00
Hannes Magnusson
380f1ffd7c Compress ctor and dtor names too 2007-11-26 14:15:31 +00:00
Hannes Magnusson
f3fc0391df Compress methodnames in classsynopsis (patch by Edward Z. Yang) 2007-11-25 20:29:30 +00:00
Hannes Magnusson
506981d461 - Added support for errorcode, symbol and superscript elements
- Suppressed the contrib element
(used by few translations)
2007-11-03 17:14:45 +00:00
Hannes Magnusson
6503e01e65 Remove sprintf calls 2007-11-03 16:44:10 +00:00
Hannes Magnusson
2a75a5e5d7 Print notes inline with its title (Reported by Philip) 2007-10-19 14:23:09 +00:00
Hannes Magnusson
89ab7955c4 Fix info titles in tables
Improved support for fieldsynopsis modifiers
2007-10-06 14:59:14 +00:00
Hannes Magnusson
10b33a423c Fixed bug#42860 (cannot render <orgname> element) 2007-10-06 10:35:20 +00:00
Hannes Magnusson
9d79dd25f4 Fix empty table cells (reported by Mark Wiesemann) 2007-10-03 20:39:09 +00:00
Hannes Magnusson
052afb4b59 Fix table title markup (reported by Richard) 2007-10-03 14:51:42 +00:00
Hannes Magnusson
9f5c019af1 - Fixed non-closing b element for empty <title />s (reported by Joshua Thompson and Philip Olson)
- Check if we have an open "{" before we print "}"
- Fixed variablelist titles
2007-10-02 14:37:42 +00:00
Hannes Magnusson
edcb00e9ac Add autogenerated text support for; TOC, warning, note, caution & tip 2007-10-01 13:48:53 +00:00
Hannes Magnusson
e10c586014 Make sure there is a space between the name markups 2007-09-30 18:38:47 +00:00
Hannes Magnusson
b8957b9d17 Implement optional legalnotice chunking 2007-09-30 18:30:03 +00:00
Hannes Magnusson
4797fc15fd - Implemented: indexdiv, indexentry & primaryie
- Implemented: qandaset, qandaentry, question & answer
- Fixed the markup for commands
2007-09-30 15:23:40 +00:00
Hannes Magnusson
2c4aaab8f7 Implemented; affiliation, alt, co, calloutlist, callout, citerefentry,
destructorsynopsis, errortype, figure, manvolnum, refentrytitle,
	refsynopsisdiv, shortaffil, subscript & quote
Improved mediaobject & programlisting support
2007-09-29 18:18:44 +00:00
Hannes Magnusson
386e8913ea Implemented: initializer, procedure, seg, segmentedlist, seglistitem, segtitle & step 2007-09-29 15:46:37 +00:00
Hannes Magnusson
4384e01e0c Fix WS (thanks Mark) 2007-09-29 14:37:16 +00:00
Hannes Magnusson
dc7c2cff6d Implemented:
abbrev, blockquote, copyright, editor, formalpara,
	literallayout, othercredit, pubdate, replaceable & synopsis
2007-09-29 14:36:19 +00:00
Hannes Magnusson
eb90ffc881 Improve support for few OO related tags 2007-09-29 12:47:39 +00:00
Hannes Magnusson
98f1d2a5db Add image & tag support 2007-09-28 11:00:03 +00:00