1
0
mirror of https://github.com/php/phd.git synced 2026-04-28 09:23:21 +02:00
Commit Graph

32 Commits

Author SHA1 Message Date
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
Hannes Magnusson 3dfd871a72 - Add classsynopsisinfo, methodname support
- Improved fieldsynopsis and property support
2007-09-28 10:55:53 +00:00
Hannes Magnusson eeaf50d451 Implement fieldsynopsis, modifier and void elements 2007-09-16 18:58:32 +00:00
Hannes Magnusson 7d29ea5c2b - Fix info titles in <example>s
- Add <abstract> "support"
2007-08-30 13:56:43 +00:00
Hannes Magnusson 7d151c73af Add acronym lookup support 2007-08-30 13:54:16 +00:00
Hannes Magnusson 91b61e95dd CDATA sections should escape special html chars and be wrapped in <pre />
# Lets all pretend this bug never existed and the html in CDATA sections
# was never executed by any browsers :P
2007-08-24 09:10:21 +00:00
Hannes Magnusson ed6b1d20f9 Implement: ooclass, classsynopsis, constructorsynopsis, refsectN, refnamediv 2007-08-18 22:52:11 +00:00
Hannes Magnusson 39b1eed4dc Fix consistency in methodsynopsis WS 2007-08-14 11:46:26 +00:00
Hannes Magnusson 1e89a07c6b Each format has to escape special chars on its own 2007-08-11 16:42:07 +00:00
Hannes Magnusson 8edd244198 Simplify 2007-08-10 20:16:14 +00:00
Hannes Magnusson 90afe9431c - Allow multiple themes to be built at the same time
- Pass all attributes (if any) along to the format_* functions
2007-08-08 23:45:26 +00:00
Hannes Magnusson da2871425a - Implement methodsynopsis
- Fix simpara in example
2007-08-07 20:11:57 +00:00
Hannes Magnusson 9349c3ecf1 - Add/fix support for the following docbook tags:
- filename
  - example
  - informalexample
  - literal
  - note
  - para (when used inside <example />)
  - programlisting
  - screen
  - simpara (when used inside <note />, <listitem />, <entry />
  - tip
  - title (when used inside <example />, <note />, <table />
  - warning
2007-08-07 18:03:44 +00:00
Hannes Magnusson dce4bb8421 - Fixed Livedocs bug#39030 (table with colname (colspec problem))
- Add test
2007-08-05 22:50:04 +00:00
Hannes Magnusson dc74f794c1 - Fix colspan logic
- Fix regression in last commit
- Implement tfoot
- Add test
2007-08-05 18:54:57 +00:00
Hannes Magnusson 1830ab602f Improve CALS table rendering 2007-08-05 17:47:09 +00:00
Hannes Magnusson 8ba0752ab3 Import PhD rev2 2007-08-05 14:49:55 +00:00
Gwynne Raskind 5d1adc402b Revert my last commit. It was dumb. 2007-07-28 23:58:06 +00:00
Gwynne Raskind 1b76543271 Beginnings of a new implementation. This code DOES NOT WORK, and is very incomplete. The last set of working code has been tagged in the repository. 2007-07-28 14:27:32 +00:00
Gwynne Raskind ea73385a54 I'm a very sad panda; I made a booboo in adding & to $this for callback arrays. Undoing it makes me a happy panda. 2007-07-27 23:49:12 +00:00
Gwynne Raskind 7706f18618 Semicolons at the end of class definitions mess up vim folding. 2007-07-27 23:32:11 +00:00
Gwynne Raskind f51800ee87 whole bunch of stuff:
- A number of WS changes in bjori's code (nothing against bjori, but I can't read such compressed code)
- Added license information and vim modelines to most files
- Added a TODO with some initial thoughts
- The test build.php now depends on a config.php existing (create it with setup/setup.php)
- Change the includes a little.
- The base PhDReader class is now abstract and declares abstract methods for themes to implement.
- Added __construct() and __destruct() skeletons where needed; it's good style.
- Use NULL, TRUE, FALSE in all capitals, again readable style.
- Use ${} syntax in strings instead of {$} syntax. Improves syntax highlighting in some editors.
- Use references to $this in callback arrays, why not?
- Documented a few functions a little.
- Did I mention vim modelines? There's a lot of those :).
2007-07-27 23:09:28 +00:00
Hannes Magnusson f21ed674f6 Initial commit of PhDReader and PhDXHTMLReader 2007-07-27 21:37:08 +00:00
Gwynne Raskind 7962ca6651 Initial import of PhD sources. Note that these files currently are under the MIT license; this may change in the near future and we politely ask that until a final decision is made, the code not be used elsewhere. 2007-07-25 04:52:54 +00:00