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
; 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
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
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
[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
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
I think we should try the defines, using that literals everywhere would be
really annoying :).
--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
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
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
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
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
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
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
://doc.php.net/phd/docs
--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
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
hD Documentation take a look at:
http://doc.php.net/phd/docs
--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
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
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
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
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.
>
&
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
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
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
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
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:
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
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
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,
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).
-
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
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.
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
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
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
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
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
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)
++
http://moacirdeoliveira.blogspot.com
Regards,
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
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
-
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
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
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
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'
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
Working on PhD.
I'm the GSoC student working on PhD and my mentor (Hannes Magnusson) asked me
to request an account.
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.
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
51 matches
Mail list logo