Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Yannick Torres
8ef6cf9b7c
Fix some literal tag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324735 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-03 08:12:03 +00:00
Richard Quadling
a56106f691
Standardized on double quotes for attributes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Pedro Antonio Gil Rodríguez
22b56e8ab3
Erased the comment <!-- TODO: What is A... about? -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301593 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 02:14:22 +00:00
Pedro Antonio Gil Rodríguez
ea13574c9b
TODO: What is A... about? realized (A = algebraic)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301592 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 02:12:40 +00:00
Daniel Egeberg
0640e024d4
Fixed PHP bug #51978
...
for file in `ack -i '\bA\s+SQL' -l`; do perl -i -pe 's/\b(a)(\s+SQL)/\1n\2/gi' $file; done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300101 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 18:45:11 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
93f9ef3a7b
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283805 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:49:33 +00:00
Yannick Torres
228cc2459f
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279767 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 12:27:22 +00:00
Richard Quadling
4c3f9137a5
Broken links.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275652 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 11:55:33 +00:00
Philip Olson
21a4eed71e
New versions.xml that contains version information for this extension,
...
so, when these functions/methods became available
# Formally known as phpdoc/phpbook/phpbook-xsl/version.xml
# Some changes/updates were made from the phpbook-xsl version
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267947 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-28 23:27:16 +00:00
Hannes Magnusson
b4fabcdafb
MFB: Upgrade to the new-reference-structure
...
- Moved the intro from reference.xml to book.xml
- Change the intro ID to intro.<extname>
- Moved the setup sections to setup.xml
- Changed the constants section to be <appendix>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248351 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-16 11:57:07 +00:00
Hannes Magnusson
0258a77f1e
MFB: Rename "functions.xml" to entities.<dirname>.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Philip Olson
b39262c579
Added missing [State: experimental] attribute
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237604 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-14 02:34:50 +00:00
Jean-Sébastien Goupil
f1e09067dd
remove duplicated sentence
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233027 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-31 19:38:43 +00:00
Mehdi Achour
7b7681bc01
ref.dbplus: switch to new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231117 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-04 00:42:25 +00:00
Mehdi Achour
8914c66fc5
WS, prepare for new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231114 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-04 00:37:56 +00:00
Jakub Vrana
9067649ec9
Typo (bug #36211 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206111 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-30 14:16:05 +00:00
Nuno Lopes
b069a314a4
add tagging
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Jakub Vrana
b9e00adf9c
Returns number in case of error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189157 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 13:21:07 +00:00
Jakub Vrana
d7cff8e392
Fix return types (1/2)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189110 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-23 16:53:27 +00:00
Jakub Vrana
c148211fa2
Replace <parameter>& by <parameter role="reference">
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Jakub Vrana
1a2e518ec8
refpurpose, warn.undocumented.func
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166798 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 11:58:32 +00:00
Jakub Vrana
5fb3e0c98d
Fix protos from sources
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166703 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 15:39:26 +00:00
Jakub Vrana
8214cac81b
Fix protos from sources
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166691 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 14:15:21 +00:00
Jakub Vrana
9a1ee6bfe3
Fix types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166311 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 16:12:06 +00:00
Mehdi Achour
4044119f45
fix sense
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153717 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-15 14:18:22 +00:00
Jakub Vrana
d3728661eb
Parameter names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152844 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-03 08:28:33 +00:00
Dave Barr
91e836093c
- Standardize the Unix acronym. Unix is the preferred capitalization
...
as UNIX is a registered trademark by the Open Group. References to UNIX
were left in where it made sense, like example outputs, and so forth.
You can read the Trademark User Guide for "UNIX" at:
http://www.unix.org/tmug2.ps or http://www.unix.org/tmug2.pdf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147067 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 04:22:00 +00:00
Jakub Vrana
602b3865fd
Xmas typos 2/5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146514 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 18:42:07 +00:00
Nicolas Chaillan
f16bc3c61b
Typo. Thanks @Jome
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131648 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-15 10:18:04 +00:00
Philip Olson
5a36bf3125
Replace <link linkend="language.types.x">x</link> with <type>x</type>.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129076 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-28 23:03:10 +00:00
Mehdi Achour
2abcc29ba2
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128507 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-23 10:50:40 +00:00
Friedhelm Betz
e5529fd9b6
configure options moved to configure.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126769 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-13 11:17:18 +00:00
Damien Seguy
7c73329d6d
boolean type => bool
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116956 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-18 18:08:11 +00:00
Damien Seguy
1b6a7cc682
boolean -> bool
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115839 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-11 22:52:18 +00:00
Friedhelm Betz
80c9e16666
fixed typos in section id`s: requirenments to requirements
...
Thanks for catching to Marco Cucinato !
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91375 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-09 10:26:12 +00:00
Derick Rethans
d90246720f
- fix typoes (found by Paul Hudson <jedihudzilla@hotmail.com>)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86297 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-21 12:50:59 +00:00
Hartmut Holzgraefe
136554cdf7
the en/reference/*/functions.xml files are now auto-generated
...
(should have been from the start, but somehow i forgot to
move the generation code from the split to the configure script)
entities/chapters.ent is now called entities/file-entities.ent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85367 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 10:54:22 +00:00
Friedhelm Betz
ad6f9cc86c
corrections: include info from refernce.xml, thanks to Goba
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79815 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-24 22:24:11 +00:00
Friedhelm Betz
c5ebd9ab45
corrected comment at the end of file
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79595 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-23 14:44:48 +00:00
Friedhelm Betz
b1dde0ec29
adding constants info here
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79575 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-23 11:05:59 +00:00
Friedhelm Betz
b4d26f2dfb
Applied new structure
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79574 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-23 11:04:40 +00:00
Hartmut Holzgraefe
5b9fc29465
revision tags added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Simone Cortesi
c7b3836e56
WS fix: part ONE of EN
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78261 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 18:56:49 +00:00
Hartmut Holzgraefe
a4b6d72ad3
banana-split
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00