Re: [PHP-DOC] [DOC-PT-BR] This PHP Manual build is broken

2012-08-07 Thread Thiago H. Pojda
On Tue, Aug 7, 2012 at 6:57 PM, Philip Olson wrote: > Somehow was added to > language-defs.ent, and it was not the first line. I've deleted > this line and now pt_BR builds. > > The reported error was like: > > $ php doc-base/configure.php --with-lang=pt_BR > ... > Loading and parsing manua

[PHP-DOC] Re: [DOC-PT-BR] This PHP Manual build is broken

2012-08-07 Thread Thiago H. Pojda
ive no en) > e fez o build? > > > On Tue, Aug 7, 2012 at 6:04 PM, Thiago H. Pojda wrote: > >> ... and the log? :) >> >> >> Thiago Henrique Pojda >> +55 41 8856-7925 >> >> >> >> On Tue, Aug 7, 2012 at 4:35 PM, wrote: >>

[PHP-DOC] Re: [DOC-PT-BR] This PHP Manual build is broken

2012-08-07 Thread Thiago H. Pojda
... and the log? :) Thiago Henrique Pojda +55 41 8856-7925 On Tue, Aug 7, 2012 at 4:35 PM, wrote: > The pt_BR build of the PHP Manual is broken, so it does not validate or > build. Please fix it! ;) > > Attached is the full log > > Love, > The docs.php.net server > > > -- > PHP Brazi

Re: [PHP-DOC] Join the Documentation Team

2012-03-29 Thread Thiago H. Pojda
Klaus nailed it. ;) Thiago Henrique Pojda +55 41 8856-7925 On Thu, Mar 29, 2012 at 3:27 AM, Klaus Silveira wrote: > Hello Vanildo, > > First off all, you need to understand how the documentation works. > Please, take a look at those pages before getting your hands dirty: > > http://doc.php.ne

Re: [PHP-DOC] Translation help

2012-01-05 Thread Thiago H. Pojda
On Fri, Jan 6, 2012 at 12:07 AM, Philip Olson wrote: > > Hello Thiago, > > It means whether or not the key association is maintained. For > example: > > $fruit = array('banana', 'orange', 'apple'); > echo $fruit[0]; // banana > sort($fruit); > echo $fruit[0]; // apple > > So sort() does not m

[PHP-DOC] Translation help

2012-01-05 Thread Thiago H. Pojda
Guys, Can anyone help me understanding the following sentence? Whether or not the correlation between the keys and values are maintained after the sort, which may mean the keys are reset numerically (0,1,2 ...) http://br2.php.net/manual/en/array.sorting.php Thanks! Thiago Henrique

Re: [PHP-DOC] [DOC-PT-BR] - Your documentation is broken

2012-01-04 Thread Thiago H. Pojda
s="http://docbook.org/ns/docbook"; > > xmlns:xlink="http://www.w3.org/1999/xlink";> > > conf@laptop ~/phpdoc-ru/en $ > > > > you should translate reference/array/sorting.xml, that would fix the > build. > > > > 2012/1/4 Thiago H. Pojda

Re: [PHP-DOC] Fwd: [DOC-PT-BR] - Your documentation is broken

2012-01-03 Thread Thiago H. Pojda
hat breaks the build. > > Good luck! > > Happy new year 2012! > > Yago > > On Mon, Jan 2, 2012 at 8:00 PM, Thiago H. Pojda wrote: > >> >> Can anyone help me finding out what is generating these errors? >> >> I've looked everywhere I could thin

[PHP-DOC] Fwd: [DOC-PT-BR] - Your documentation is broken

2012-01-02 Thread Thiago H. Pojda
Can anyone help me finding out what is generating these errors? I've looked everywhere I could think of for that "omnihttpd" mention without any luck. I have no idea where to look for the others too. Will I have to download the whole pt_BR repository and try a ./configure --enable-xml-details to

[PHP-DOC] Re: [DOC-PT-BR] Re: [PHP] Error in portuguese translation of substr_compare

2012-01-02 Thread Thiago H. Pojda
Volmar, Thanks for pointing it out. It has been fixed in documentation sources and the docs will be updated automatically in a few days. You can check the update here: http://svn.php.net/viewvc/phpdoc/pt_BR/trunk/reference/strings/functions/substr-compare.xml?r1=314678&r2=321693&pathrev=321693

Re: [PHP-DOC] nbEmphasisTag

2012-01-02 Thread Thiago H. Pojda
t; > http://svn.php.net/viewvc/phpdoc/pt_BR/trunk/features/cookies.xml?r1=321680&r2=321679&pathrev=321680 > > > Best, > Yannick > > 2012/1/2 Thiago H. Pojda > >> Hi Yannick, >> >> Thanks for clearing it up! I thought it was that, and I ctrl+f'ed

Re: [PHP-DOC] nbEmphasisTag

2012-01-02 Thread Thiago H. Pojda
hould follow the EN work. As it, if this tag should be > into this file, we should add it into the EN version, and then, into all > translation. > > Best, > Yannick > > > 2012/1/2 Thiago H. Pojda > > Hi everyone, >> >> I came across this warning on online e

[PHP-DOC] nbEmphasisTag

2012-01-02 Thread Thiago H. Pojda
Hi everyone, I came across this warning on online editor: *nbEmphasisTag* Throw if the number of *Emphasis* tags is different from english version. value in En : 0 value in Pt_BR : 1 I didn't find anything odd on the file, but I also don't know what to look for. Help? :) Cheers, Thiago Henriqu

Re: [PHP-DOC] I like to give my two cents for documentation project...

2009-10-27 Thread Thiago H. Pojda
Hello Ivo, First of all, welcome! :) I am one of pt_BR translators and I'm happy to see more and more people helping us. The documentation process has a few gotchas, but it's quite simple actually. You can start by joining doc-pt-...@lists.php.net and reading the PHP Documentation Howto

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

2009-10-26 Thread Thiago H. Pojda
On Tue, Oct 27, 2009 at 2:45 AM, Moacir de Oliveira < moacirdeoliveira@gmail.com> wrote: > Hi Tiago, > > > This problem is already fixed in svn. And how phd from trunk has a lot of > fixes and new features, you have to add the following line: > Updated and that error is gone. :) > $ pear in

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

2009-10-26 Thread Thiago H. Pojda
On Tue, Oct 27, 2009 at 2:17 AM, Philip Olson wrote: > Hello Thiago, > > I'll have a better look at pt_BR tonight but to be clear, configure.php and > PhD are totally independent of one another. And configure.php does not > require PHP 5.3. > Okay, now I see it. > > Now this is an odd looking s

[PHP-DOC] Building docs w/ PhD

2009-10-26 Thread Thiago H. Pojda
Guys, I`m trying to find out why pt_BR is not building but I cannot get PhD to work. As I`m under Ubuntu, I'm "officially" stuck w/ 5.2.6, so I built 5.3 myself and PHP is working like a charm. I'm saying this so you can point me to something on my PHP build. If needed, I can send a full phpinfo o

[PHP-DOC] Fwd: [DOC-BUGS] #48896 [NEW]: I converted bightml.html from php_manual_en.html.gz to .pdf format

2009-07-12 Thread Thiago H. Pojda
Sorry about that, Hannes. And thanks for the link. :) Thiago Henrique Pojda http://nerdnaweb.blogspot.com On Sun, Jul 12, 2009 at 6:09 PM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > On Sun, Jul 12, 2009 at 22:59, Thiago H. Pojda > wrote: > > I liked his idea

[PHP-DOC] Fwd: [DOC-PT-BR] improving our translations process

2009-04-13 Thread Thiago H. Pojda
-- Forwarded message -- From: Philip Olson > 3. Totally rethink the system > My gut says move towards a gettext based system with po/pot files +1 for that. It'll take a long time to "re-translate" the whole thing, but I think it's for the better. :) >Regards, >Philip Cheers,

Re: [PHP-DOC] CVS Account Request: amandavale

2009-01-15 Thread Thiago H. Pojda
I've been submitting patches from her for a while and they're good. Thiago Henrique Pojda http://nerdnaweb.blogspot DOT com On Mon, Jan 12, 2009 at 9:29 PM, Amanda Cristina do Vale < amandav...@gmail.com> wrote: > I would like a CVS account to contribute with translation of brazilian > portugu

[PHP-DOC] Re: [PATCH] svn/constants.xml

2008-11-19 Thread Thiago H. Pojda
Can someone please commit this? Thanks :) -- Thiago Henrique Pojda http://docbook.org/ns/docbook";> &reftitle.constants; &extension.constants; SVN_REVISION_HEAD (integer) Magic number (-1) specifying the HEAD revision Constants usable with

Re: [PHP-DOC] User notes

2008-10-22 Thread Thiago H. Pojda
On Wed, Oct 22, 2008 at 10:07 AM, Derick Rethans <[EMAIL PROTECTED]> wrote: > On Wed, 22 Oct 2008, Hannes Magnusson wrote: > > > On Wed, Oct 22, 2008 at 15:00, Thiago H. Pojda <[EMAIL PROTECTED]> > wrote: > > > That's what I think, but there is no reminder

Re: [PHP-DOC] User notes

2008-10-22 Thread Thiago H. Pojda
On Wed, Oct 22, 2008 at 9:50 AM, Derick Rethans <[EMAIL PROTECTED]> wrote: > On Wed, 22 Oct 2008, Thiago H. Pojda wrote: > > > I've seen some notes where users attach copyright disclaimers on their > code. > > I'm not sure if that's good and I want to k

[PHP-DOC] User notes

2008-10-22 Thread Thiago H. Pojda
Guys, I've seen some notes where users attach copyright disclaimers on their code. I'm not sure if that's good and I want to know your opinions. Personally, I'd delete these. e.g.: note #79307 Regards, -- Thiago Henrique Pojda

Re: [PHP-DOC] Revision-comment

2008-10-01 Thread Thiago H. Pojda
> > > > > > > > > > - > + > > :P > > -- > Regards, > Felipe Pena. > > Okay, Felipe pointed that there's a missing ":" there. Just fixed :) Thanks and sorry for the noise. -- Thiago Henrique Pojda

Re: [PHP-DOC] Revision-comment

2008-10-01 Thread Thiago H. Pojda
On Wed, Oct 1, 2008 at 12:13 PM, Hannes Magnusson < [EMAIL PROTECTED]> wrote: > On Wed, Oct 1, 2008 at 16:57, Thiago H. Pojda <[EMAIL PROTECTED]> > wrote: > > Guys, > > > > Whats this "Files without Revision-comment (1 files):" error? > > >

[PHP-DOC] Revision-comment

2008-10-01 Thread Thiago H. Pojda
Guys, Whats this "Files without Revision-comment (1 files):" error? I've compared it with other files and it looks okay. Can someone tell me what's wrong with it? The file is /reference/datetime/functions/timezone-open.xml Thanks, -- Thiago Henrique Pojda

Re: [PHP-DOC] [DOC] Commit messages dead?

2008-10-01 Thread Thiago H. Pojda
On Wed, Oct 1, 2008 at 10:39 AM, Hannes Magnusson < [EMAIL PROTECTED]> wrote: > Hi all > > It looks like [DOC] has failed miserably, it is of no use if only few > people use it for few commits. > Adding to the fact there is almost no activity in the documentations > we really need to find a better

Re: [PHP-DOC] Fwd: [DOC-BUGS] #45884 [NEW]: Out of date link

2008-08-21 Thread Thiago H. Pojda
On 8/21/08, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > > All links are defined in entities/global.ent > See also http://doc.php.net/php/checkent.php Nice, I'll try to fix some of those when I get some time. :) The bug in question is already fixed btw. I received CVS commit msg a few minute

[PHP-DOC] Fwd: [DOC-BUGS] #45884 [NEW]: Out of date link

2008-08-21 Thread Thiago H. Pojda
Guys, Where are the links set? All I see is &url.ming; in XML source. Thanks, Thiago -- Forwarded message -- From: gerard at charlesconsulting dot com <[EMAIL PROTECTED]> Date: Aug 21, 2008 2:44 PM Subject: [DOC-BUGS] #45884 [NEW]: Out of date link To: [EMAIL PROTECTED] From:

Re: [PHP-DOC] Fwd: [PHP-NOTES] note 84633 added to function.strtotime

2008-07-23 Thread Thiago H. Pojda
On Wed, Jul 23, 2008 at 4:05 AM, Derick Rethans <[EMAIL PROTECTED]> wrote: > On Wed, 23 Jul 2008, Hannes Magnusson wrote: > > > On Wed, Jul 23, 2008 at 03:20, Daniel Brown <[EMAIL PROTECTED]> wrote: > > > On Tue, Jul 22, 2008 at 8:51 PM, Thiago H. Pojda < >

[PHP-DOC] Fwd: [PHP-NOTES] note 84633 added to function.strtotime

2008-07-22 Thread Thiago H. Pojda
Guys, I'd like to integrate this note as an example to this function, what do you think? Thanks, Thiago -- Forwarded message -- From: <[EMAIL PROTECTED]> Date: Tue, Jul 22, 2008 at 9:56 PM Subject: [PHP-NOTES] note 84633 added to function.strtotime To: [EMAIL PROTECTED] This fu

Re: [PHP-DOC] Fwd: Patch

2008-07-21 Thread Thiago H. Pojda
On Mon, Jul 21, 2008 at 5:05 PM, Thiago H. Pojda <[EMAIL PROTECTED]> wrote: > *sigh* can't send zip, hehe. > > -- > Thiago Henrique Pojda > I've double-checked and this patch is the right one. Can someone please commit it for me? Thanks :) -- Thiago He

Re: [PHP-DOC] Re: Help for translation

2008-07-18 Thread Thiago H. Pojda
It's all fixed. Thanks :) On Thu, Jul 17, 2008 at 9:48 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Thu, Jul 17, 2008 at 3:06 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > On Thu, Jul 17, 2008 at 2:57 PM, Thiago H. Pojda <[EMAIL PROTECTED]> > wrote

[PHP-DOC] Re: Help for translation

2008-07-17 Thread Thiago H. Pojda
Guys, I'm translating some missing files to Brazillian Portuguese and there's some text I need help with. What does the following sentence stands for: \reference\datetime\date-default-timezone-get.xml " This functions returns the default timezone, using the following "*guess *" order:" Any

[PHP-DOC] Re: [DOC-BUGS] #45328 [Opn]: post_max_size of 6144M of greater causes $_POST to fail

2008-07-15 Thread Thiago H. Pojda
I want to fix this, I'm just not sure where to put this information. The ini part under appendice looks good, but I'm not sure. What you guys think? :) -- Forwarded message -- From: <[EMAIL PROTECTED]> Date: Mon, Jul 14, 2008 at 11:46 PM Subject: [DOC-BUGS] #45328 [Opn]: post

Re: [PHP-DOC] How to enable php-mysqli on linux

2008-07-08 Thread Thiago H. Pojda
Kapil, There are tons of people that will be pleased to help you. But as I said before: you'll not receive any response on this list, this is for discussing PHP Documentation. Go to http://www.php.net/mailing-lists.php and sign to "*General user list*". There's the right place to ask. Regards,

Re: [PHP-DOC] Request for CVS Karma

2008-07-07 Thread Thiago H. Pojda
This reply totally escaped my eyes... :) On Wed, Jul 2, 2008 at 5:49 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Wed, Jul 2, 2008 at 11:35 AM, Philip Olson <[EMAIL PROTECTED]> wrote: > > > > I'm not sure what the 4LC OAK server is... what is it and why would > someone > > want to use it? :)

Re: [PHP-DOC] Network Interface Card Name

2008-07-07 Thread Thiago H. Pojda
Forwarding to correct list. On Mon, Jul 7, 2008 at 10:25 AM, Kapil Kapil <[EMAIL PROTECTED]> wrote: > No, I want the name of network interface cards of server, not of client. > > Thanks & regards > Kapil > > > On Mon, Jul 7, 2008 at 6:38 PM, Thiago H. Po

[PHP-DOC] Fwd: Your email requires verification verify#0CODE

2008-07-07 Thread Thiago H. Pojda
T) Received: by 10.86.93.13 with HTTP; Mon, 7 Jul 2008 06:09:58 -0700 (PDT) Message-ID: <[EMAIL PROTECTED]> Date: Mon, 7 Jul 2008 10:09:58 -0300 From: "Thiago H. Pojda" <[EMAIL PROTECTED]> To: "php php" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Fwd: [PHP-DO

Re: [PHP-DOC] Network Interface Card Name

2008-07-07 Thread Thiago H. Pojda
That's client-side you're probably not going to do that w/o any client-side software. You should be asking this on php-general. Regards, Thiago On Mon, Jul 7, 2008 at 8:19 AM, Kapil Kapil <[EMAIL PROTECTED]> wrote: > Hi ! > > I want to get the name of network interface card, like - "VIA Rhine I

Re: [PHP-DOC] Request for CVS Karma

2008-07-02 Thread Thiago H. Pojda
p > > > On 30 Jun 2008, at 07:50, Thiago H. Pojda wrote: > > Account requested. >> >> And I received an email from php-doc, it looks like I'm receiving those >> again :) >> >> Thanks, Hannes. >> >> On Mon, Jun 30, 2008 at 10:30 AM, Hannes

Re: [PHP-DOC] Request for CVS Karma

2008-06-30 Thread Thiago H. Pojda
Account requested. And I received an email from php-doc, it looks like I'm receiving those again :) Thanks, Hannes. On Mon, Jun 30, 2008 at 10:30 AM, Hannes Magnusson < [EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 21:00, Thiago H. Pojda <[EMAIL PROTECTED]> > wrot

[PHP-DOC] Not receiving anything

2008-06-30 Thread Thiago H. Pojda
Guys, I sent an email to moderator with this issue it's been a week, but yet no response. I'm not receiving any emails from this list... I know people receive mine but I don't receive anything. Can someone help me out? Thanks, -- Thiago Henrique Pojda

[PHP-DOC] Request for CVS Karma

2008-06-24 Thread Thiago H. Pojda
Hi, I've helped Felipe, one of our larger contributors for PHP docs translation to Portuguese_Brazilian, to translate some files and he commited my changes to CVS repo. I'm requesting a CVS account for translating php docs to pt_BR, please give me the instructions. -- Thiago Henrique Pojda