Re: [PHP-DOC] Fixing manual pt-BR( Portuguese Brazilian )

2013-08-06 Thread Moacir de Oliveira
Hi Felipe, 2013/8/6 Felipe Barth > Patch attached to fix the manual pt-BR (Brazilian Portuguese), I ask that > the commit be performed, because as I do not have a SVN account I can not > do myself. > > I have just committed your patch. -- Moacir de Oliveira

Re: [PHP-DOC] Getting back into the docs.

2013-01-14 Thread Moacir de Oliveira
; D:\PHP\Manual\PHD\phpdotnet\phd\Options\Parser.php:84 > Invalid long option --lang=en > Yes, that's a bug, and not windows only. For the patch, would be easier to explode in '=' and then check if the option is valid. -- Moacir de Oliveira

Re: [PHP-DOC] ext/mysql updates (~deprecated)

2012-06-05 Thread Moacir de Oliveira
rguments to the > function. > > Should we include include this in the coming PhD release before Friday? > > -Hannes > Oops... now the correct thread with the correct patch :D. So my suggestion is to use phd:args="arg1, arg2, arg3...", so we will not have a limited number

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Moacir de Oliveira
s a list..." isn't needed, but neither > is a huge issue. > > Why not just phd:args="arg1, arg2, arg3...", so we will not have a limited number of arguments in the dtd specification. -- Moacir de Oliveira

[PHP-DOC] Fwd: [Announce] Google Summer of Code 2012

2012-02-05 Thread Moacir de Oliveira
[email protected]. For more options, visit this group at http://groups.google.com/group/google-summer-of-code-mentors-list?hl=en. -- Moacir de Oliveira

Re: [PHP-DOC] Re: PhD generated Indexes

2011-07-06 Thread Moacir de Oliveira
hi all, PhD_IDE only renders refentries within the funcref set, there is no support for vars and exceptions yet. --Moacir de Oliveira Em 06/07/2011 11:55, "Hannes Magnusson" escreveu: On Wed, Jul 6, 2011 at 17:15, Philip Olson wrote: > > On Jul 6, 2011, at 4:20 ... How would t

Re: [PHP-DOC] Weird PhD optimizations (10% !)

2011-05-25 Thread Moacir de Oliveira
I think we should try the defines, using that literals everywhere would be really annoying :). --Moacir de Oliveira

[PHP-DOC] Re: [DOC-CVS] svn: /phd/trunk/phpdotnet/phd/Package/ Generic/Manpage.php PHP/Manpage.php

2011-04-06 Thread Moacir de Oliveira
x27;t seem to be the best > fix.. > > hmm, I thought the manpage format was only for PHP functions, as the old name was phpfunctions... --Moacir de Oliveira

[PHP-DOC] PhD Release 1.1.0

2011-03-08 Thread Moacir de Oliveira
packages run: $ pear remote-list -c doc.php.net and then install all packages you want: $ pear install doc.php.net/ To install everything: $ pear install --alldeps doc.php.net/phd For PhD Documentation take a look at: http://doc.php.net/phd/docs --Moacir de Oliveira

Re: [PHP-DOC] class.classId.html files aren't rendered

2011-02-24 Thread Moacir de Oliveira
kage) option PhD will use the Generic Package which doesn't support 'phpdoc:classref', so the class references will not be created. If you are rendering the PHP Manual you must use the -P PHP regards, --Moacir de Oliveira

Re: [PHP-DOC] Re: Extended CHM redux?

2011-02-23 Thread Moacir de Oliveira
NOT > use the output directory for the usernotes (as this is wiped for each > language currently). > > I can do the release as soon as the echm format is ready. The next version will be 1.0.2 or 1.1.0? --Moacir de Oliveira

Re: Re: [PHP-DOC] Fwd: Farewell CHM, hello EPUB!

2010-09-07 Thread Moacir de Oliveira
render in my machine, but its working. $ phd -d .manual.xml -f epub -P PHP or you can use the partial rendering $ phd -d .manual.xml -f epub -P PHP -p There are a lot of things to fix, but I'm sure we can add this in the next release of PhD --Moacir de Oliveira 2010/9/7, honestqiao : &g

Re: [PHP-DOC] [Patch] - Per Package CLI Options in PhD

2010-08-24 Thread Moacir de Oliveira
Hi Daniel, 2010/8/24 Daniel Convissor > Hi Moacir: > > On Sat, Aug 21, 2010 at 02:24:40AM -0400, Moacir de Oliveira wrote: > > > Some options in PhD are specific for rendering the PHP Manual (--notoc, > > --lang). These options make no effect if used with the other p

[PHP-DOC] [Patch] - Per Package CLI Options in PhD

2010-08-20 Thread Moacir de Oliveira
tion optionList() { return array( 'foo:', 'bar::', ); } public function option_foo($k, $v) { //do something } ... And then use: phd --generic-foo value --generic-bar=false --M

[PHP-DOC] PhD Release 1.0.1

2010-08-10 Thread Moacir de Oliveira
://doc.php.net/phd/docs --Moacir de Oliveira

Re: [PHP-DOC] CHM builds need help

2010-06-02 Thread Moacir de Oliveira
entity_decode encoding was creating problems with the iconv() function. I hope it could get the CHMs building again regards, --Moacir de Oliveira

Re: [PHP-DOC] PHPDevBar + PHD

2010-05-20 Thread Moacir de Oliveira
eas, criticisms, suggestions or > report any bug about it. > > The url to see some details more about this addon and to download it, is: > https://addons.mozilla.org/pt-BR/firefox/addon/12686/ > The first user of PhD IDE \o/, you also can provide some ideas, criticisms or suggestions to us :) --Moacir de Oliveira

[PHP-DOC] PhD Release 1.0.0

2010-03-13 Thread Moacir de Oliveira
hD Documentation take a look at: http://doc.php.net/phd/docs --Moacir de Oliveira

Re: [PHP-DOC] Re: [PHP-WEBMASTER] want a file, to help the comunity

2010-03-11 Thread Moacir de Oliveira
per function/method I'm also thinking in add a JSON format. The xml used is here: http://wiki.php.net/doc/skeletons/ide-function I wrote something about PhD in portuguese here: http://www.phpam.com/blog/2009/10/19/renderizando-o-manual-do-php-com-o-phd/ --Moacir de Oliveira

Re: [PHP-DOC] PhD - Patch to add support to DBTimestamp processing instructions

2010-01-06 Thread Moacir de Oliveira
nt because is not possible to know what the PI will do. In case of dbhtml you can modify the file name for chunks, set the directory to write files etc. so it's not just to append data. But is possible to use the structure of the other handlers and just return false when there is no data to append. --Moacir de Oliveira

[PHP-DOC] PhD - Patch to add support to DBTimestamp processing instructions

2010-01-05 Thread Moacir de Oliveira
hi all, Here a patch to add support to DBTimestamp processing instructions to PhD Patch: http://pastie.org/768355 Reference http://www.sagehill.net/docbookxsl/Datetime.html --Moacir de Oliveira

[PHP-DOC] PhD 0.9.1 Released!

2009-12-22 Thread Moacir de Oliveira
Hi all, We would like to announce that PhD 0.9.1 is now available. This release has some bug fixes, improvements, new options and new cool packages. New Options: --css: With this options is possible to add a css file in the xhtml based formats. (Moacir) --forceindex: Option to force PhD

Re: [PHP-DOC] Patch PhD - Add links to atom feeds in the PHP format.

2009-12-16 Thread Moacir de Oliveira
2009/12/15 Hannes Magnusson > On Tue, Dec 15, 2009 at 12:04, Moacir de Oliveira > wrote: > > > Patch for PhD: > > http://pastie.org/743735 > > Remove the count(), if getChildren() will return "true" if there are > children, no need to count them. > &

[PHP-DOC] Patch PhD - Add links to atom feeds in the PHP format.

2009-12-15 Thread Moacir de Oliveira
Hey guys, Some patches to add links to feeds in the PHP format of the PHP Package. Patch for PhD: http://pastie.org/743735 Patch for PHPWeb (Thanks Hannes): http://pastie.org/743733 --Moacir de Oliveira

Re: [PHP-DOC] Building docs w/ PhD

2009-10-27 Thread Moacir de Oliveira
ual.xml --format xhtml --format bigxhtml --format chm --package PHP If you don't pass the --format opt, PhD will try to render all formats of the package. To see the packages/formats you have installed you can type: $ phd --list --Moacir de Oliveira

[PHP-DOC] PhD Release - Milestones

2009-10-27 Thread Moacir de Oliveira
Hey guys, Here are the milestones for the next release of PhD (1.0.0). - tocfeed for php - Geshi renders (Already Implemented) - Fix the HowTo format (only some tags missing now) - Implement the TODO in the IDE Package more features or bug fixes? --Moacir de Oliveira

Re: [PHP-DOC] Building docs w/ PhD

2009-10-26 Thread Moacir de Oliveira
n svn. And how phd from trunk has a lot of fixes and new features, you have to add the following line: $ pear install -f package_generic.xml and remember to always add --package PHP when rendering the PHP Manual with PhD. argh I'm not contributing with the pt_BR translations yet (shame), I hope to join the team soon :) --Moacir de Oliveira

Re: [PHP-DOC] How to Enable Links for Classes in generated documentation

2009-10-04 Thread Moacir de Oliveira
Hi, 2009/10/4 Israel Ekpo > > >> > phd -d .manual.xml -o php_israel -f php >> >> Israel you forgot to pass the --package option. You have to look if you already installed the PHP Package. To see the packages and formats try: $ phd --list if the PHP Package isn't installed you have to install:

[PHP-DOC] Patch for the Bug 49743

2009-10-02 Thread Moacir de Oliveira
Patch for the Bug #49743 http://bugs.php.net/bug.php?id=49743 http://pastie.org/639588 This patch modify the structure of the table ids of the Indexer, a new auto increment primary key is used instead of the docbook_id, and now the xml:ids with multiple sdesc will be stored in the database. --M

[PHP-DOC] Patch for the bugs #47406 and #48264

2009-09-15 Thread Moacir de Oliveira
Hey guys, Here a patch for the bugs #47406 and #48264. Both bugs are about using an external CSS in the xhtml based formats in PhD, so the patch implements the --css option. comments? --Moacir Index: phpdotnet/phd/Package/Generic/XHTML.php

[PHP-DOC] PhD 0.9 Released

2009-09-11 Thread Moacir de Oliveira
Hi, PhD 0.9.0 has been released! This version has the improvements of my GSoC Project, and a lot of changes. Now you can install the core of PhD and only install the packages you want, you can use PhD to render your docbook files using the PhD_Generic package, and write your own PhD Package. Now,

[PHP-DOC] Release PhD 0.4.8

2009-08-28 Thread Moacir de Oliveira
Hey guys, PhD 0.4.8 has been released! This version will probably be the last 0.4.*. The 1.0.0, that will have the improvements of my gsoc project ( http://wiki.php.net/gsoc/2009/phdplugins) is comming soon. Notes: - Added support for external troff highlighter in man pages (Christian). -

[PHP-DOC] PhD Improvements (Plugin System) - Status Report 8

2009-08-03 Thread Moacir de Oliveira
s in trunk/ --- You can find my schedule here: http://wiki.php.net/gsoc/2009/phdplugins Blog: http://moacirdeoliveira.blogspot.com Regards, Moacir de Oliveira

Re: [PHP-DOC] PhD Processing Instructions Design

2009-07-28 Thread Moacir de Oliveira
2009/7/28 Hannes Magnusson > > Do you have any plans of supporting dbhtml filename directly in the > indexer itself? > > I didn't understand your question, the indexer already supports the dbhtml filename.

[PHP-DOC] Patch bugs #49005 and #49006

2009-07-23 Thread Moacir de Oliveira
Patch for the bugs: http://bugs.php.net/bug.php?id=49006 http://bugs.php.net/bug.php?id=49005 Index: phpdotnet/phd/Package/Default/Manpage.php === --- phpdotnet/phd/Package/Default/Manpage.php (revision 284228) +++ phpdotnet/phd/Pac

[PHP-DOC] PhD Processing Instructions Design

2009-07-22 Thread Moacir de Oliveira
Hey guys, The first design of the PhD Processing Instructions Handler. The idea is choose the correct PIHandler class for each target you want. ex: In the Package_Default_XHTML class we have: $pihandlers = array( "dbhtml"=> "PI_DBHTMLHandler", ); In your own packa

[PHP-DOC] PhD Improvements (Plugin System) - Status Report 7

2009-07-20 Thread Moacir de Oliveira
Processing Instructions support (dbhtml). Start coding the dbhtml support. --- You can find my schedule here: http://wiki.php.net/gsoc/2009/phdplugins Blog: http://moacirdeoliveira.blogspot.com Regards, Moacir de Oliveira

[PHP-DOC] Patch Bug 48953

2009-07-17 Thread Moacir de Oliveira
Patch for the bug: http://bugs.php.net/bug.php?id=48953 The method getDescription should return false or ""? --Moacir Index: include/PhDHelper.class.php === --- include/PhDHelper.class.php (revision 284228) +++ include/PhDHelper.clas

Re: [PHP-DOC] Patches

2009-07-16 Thread Moacir de Oliveira
Patch Explanation Factory: The last implementation of the class Format_Factory had a lot of creational methods, one for each output format. ex: public function createXhtmlFormat() { trigger_error("This format is not supported by this package", E_USER_ERROR); } public functio

[PHP-DOC] Patches

2009-07-15 Thread Moacir de Oliveira
Hey guys, Some patches to improve the factory system and load the formats dynamically. what do you think? --Moacir Index: phpdotnet/phd/BuildOptionsParser.php === --- phpdotnet/phd/BuildOptionsParser.php(revision 284053) ++

[PHP-DOC] PhD Improvements (Plugin System) - Status Report 6

2009-07-06 Thread Moacir de Oliveira
http://moacirdeoliveira.blogspot.com Regards, Moacir de Oliveira

[PHP-DOC] Patch Review

2009-07-02 Thread Moacir de Oliveira
Hi guys, can you review this patch? do you think I should use aggregators or just use elseif sections in the function SQLiteIndex? thx --Moacir Index: Format.php === RCS file: /repository/phd/phpdotnet/phd/Format.php,v retrieving r

Re: [PHP-DOC] PhD Improvements (Plugin System) - Status Report 5

2009-06-30 Thread Moacir de Oliveira
that is > not same as phpdoc? Yes, in your package you will handle the docbook tags. You can find useful information about the installation here: http://wiki.php.net/doc/phd/install question: are you from Brazil? :) --Moacir de Oliveira

[PHP-DOC] PhD Improvements (Plugin System) - Status Report 5

2009-06-29 Thread Moacir de Oliveira
- My only concern is because we have to many php themes, but I think two weeks will be enough to port all of them. --- You can find my schedule here: http://wiki.php.net/gsoc/2009/phdplugins Blog: http://moacirdeoliveira.blogspot.com Regards, Moacir de Oliveira

Re: [PHP-DOC] PhD Improvements (Plugin System) - Status Report 4

2009-06-22 Thread Moacir de Oliveira
Hi Christian, 2009/6/22 Christian Weiske > > > KEY CONCERNS > > - > > In the Pear Themes we have a CHM theme and I have to study this format > > before code, I think this task will spend more time to be done. > Once you're done with the other pear themes (excluding ch

[PHP-DOC] PhD Improvements (Plugin System) - Status Report 4

2009-06-22 Thread Moacir de Oliveira
ve to study this format before code, I think this task will spend more time to be done. --- You can find my schedule here: http://wiki.php.net/gsoc/2009/phdplugins Blog: http://moacirdeoliveira.blogspot.com Regards, Moacir de Oliveira

[PHP-DOC] Re: Enterprise classes

2009-06-15 Thread Moacir de Oliveira
Hi Christian 2009/6/15 Christian Weiske > > Do I assume correctly that files like > include/PhDEnterpriseReader.class.php are meant to replace > include/PhDReader.class.php? > > The classes PhDReader and PhDFormat still there just for compatibility with the themes, and now are deprecated. I don'

[PHP-DOC] PhD Improvements (Plugin System) - Status Report 3

2009-06-14 Thread Moacir de Oliveira
ing the old PhD Themes to the current design. Important Note: This week we are planning to begin moving PhD to use the PEAR filename and class convention. --- You can find my schedule here: http://wiki.php.net/gsoc/2009/phdplugins Blog: http://moacirdeoliveira.blogspot.com Rega

[PHP-DOC] CVS Account Request: moacir

2009-05-28 Thread Moacir de Oliveira Miranda JĂșnior
Working on PhD. I'm the GSoC student working on PhD and my mentor (Hannes Magnusson) asked me to request an account.

[PHP-DOC] Implementation of the --package option in PhD

2009-05-27 Thread Moacir de Oliveira
Hi all, My name is Moacir de Oliveira and I am the GSoC student working on PhD. In this first week, I'm working in a new feature for PhD, the --package option. Follows a brief explanation as well as the patches with the implementation. Implementation of the --package option in PhD.

[PHP-DOC] PhD Plugin System

2009-05-01 Thread Moacir de Oliveira
Hi all, My name is Moacir de Oliveira, i am a undergraduate Computer Engineering student in Brazil. This is my first GSoC and i'm working in a PHP project called PhD[1]. Phd is the software that renders the DocBook based documentation of both PHP Manual and PEAR Manual. In this summer