Home > Archive > PHP Documentation > February 2005 > Re: [PHP-DOC] cvs: phpdoc /en/reference/dio reference.xml /en/reference/nisreference
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DOC] cvs: phpdoc /en/reference/dio reference.xml /en/reference/nisreference
|
|
| Mehdi Achour 2005-02-02, 8:57 pm |
| Ok,
If noone objects, I'll remove the entity from the english tree tomorrow.
didou
Nuno Lopes wrote:
>
>
> Well I don't know if there is a printf for entities either (although it
> would be a good idea!).
> I don't which extensions are currently using the note.pecl-php5 entity,
> but maybe it could be deleted, yes.
>
> Nuno
| |
| Mehdi Achour 2005-02-03, 3:56 pm |
| Sean Coates wrote:
> Mehdi Achour wrote:
>
>
>
> This might be the only solution, but I really hate repeating text (lazy
> programmer syndrome).
>
> What about something like:
> <!ENTITY pecl.moved-ver 'This extension has been moved to the <ulink
> url="&url.pecl;">PECL</ulink> repository and is no longer bundled with
> PHP as of PHP '>
>
> and use it like:
> <note><simpara>&pecl.moved-ver;5.1</simpara></note>
>
> We already do something similar with:
> &url.pecl.package;
> (example: <ulink
> url="&url.pecl.package;classkit">&url.pecl.package;classkit</ulink> )
>
> S
Looks more like a hack than &url.pecl.package. With &pecl.moved-ver;
will be missing the final dot in the sentence. (of course, we can add it
ourself after the version number, but I find this solution dirty)
didou
|
|
|
|
|