Re: [PHP-DOC] See also refsects?

2004-03-30 Thread Gabor Hojtsy
In mysqli-client-encoding.xml, I ran into that : See also mysqli_client_encoding. mysqli_real_escape_string. Is that a policy for see also sections? Nope, should be: and . or: , and . So there is no problem if you put it into a refsect (it was actually a plan to

Re: [PHP-DOC] See also refsects?

2004-03-30 Thread Derick Rethans
On Tue, 30 Mar 2004, Damien Seguy wrote: > Hi guys, > > In mysqli-client-encoding.xml, I ran into that : > > > See also > > mysqli_client_encoding. > mysqli_real_escape_string. > > > > Is that a policy for see also sections? Nope, should be: and . or: , an

[PHP-DOC] See also refsects?

2004-03-30 Thread Damien Seguy
Hi guys, In mysqli-client-encoding.xml, I ran into that : See also mysqli_client_encoding. mysqli_real_escape_string. Is that a policy for see also sections? Dams.

Re: [PHP-DOC] see also serialize/unserialize

2003-07-11 Thread Mehdi
Just a quick remark. I really think that the manual sections on 'implode' and 'explode' should refer to 'serialize' and 'unserialize' in their see also lists. Otherwise you have the best online manual I know. Keep up the good work. Regards, Oscar Hi Oscar, I saw your note this morning (htt

[PHP-DOC] see also serialize/unserialize

2003-07-11 Thread Oscar Dijkhoff
Just a quick remark. I really think that the manual sections on 'implode' and 'explode' should refer to 'serialize' and 'unserialize' in their see also lists. Otherwise you have the best online manual I know. Keep up the good work. Regards, Oscar -- PHP Documentation Mailing List (http://www.ph

Re: [PHP-DOC] see also

2003-06-20 Thread Gabor Hojtsy
Why our own tag for see also would be better? - 98% [approx] of see alsos are not that exoticaly worded, as you have done in your example - with our own tags, no translation would be needed for this part - there will be an ability to automatically recognize see also parts, which can serio

Re: [PHP-DOC] see also

2003-06-20 Thread Hartmut Holzgraefe
Ford, Mike [LSS] wrote: That someone was wrong -- at least according to how I had it drummed into me at school lo! these many years ago. it depents on what style guide you read (and maybe which continent you are on?) the Chicago Manual of Style says ", and", the Minnesota Universty Styleguide sa

RE: [PHP-DOC] see also

2003-06-20 Thread Ford, Mike [LSS]
> -Original Message- > From: Hartmut Holzgraefe [mailto:[EMAIL PROTECTED] > Sent: 19 June 2003 20:35 > > Gabor Hojtsy wrote: > >> Adding our own things to docbook is not a good idea, as it > will need > >> more modifications to our stylesheets. Also, it will make it less > >> flexible i

Re: [PHP-DOC] see also

2003-06-19 Thread Steph
"Derick Rethans" <[EMAIL PROTECTED]>; "Philip Olson" <[EMAIL PROTECTED]>; "Friedhelm Betz" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 7:34 PM Subject: Re: [PHP-DOC] see also > Gabor Hojtsy wrote: > >> Add

Re: [PHP-DOC] see also

2003-06-19 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote: Adding our own things to docbook is not a good idea, as it will need more modifications to our stylesheets. Also, it will make it less flexible in cases like: Why our own tag for see also would be better? - 98% [approx] of see alsos are not that exoticaly worded, as you

Re: [PHP-DOC] see also

2003-06-19 Thread Gabor Hojtsy
Adding our own things to docbook is not a good idea, as it will need more modifications to our stylesheets. Also, it will make it less flexible in cases like: See also: foo for an example and foo2 for more information on blah. I think we just should set a standard if we;'re going to add a

Re: [PHP-DOC] see also

2003-06-19 Thread Friedhelm Betz
On Thursday 19 June 2003 19:48, Derick Rethans wrote: [...] > > I think we just should set a standard if we;'re going to add a : or not > (I don't really care, as long as it is consistent). I don't care either, the reason I asked was exactly that sometimes is written with and sometimes without c

Re: [PHP-DOC] see also

2003-06-19 Thread Derick Rethans
On Thu, 19 Jun 2003, Gabor Hojtsy wrote: > >>with or without : ? > >> > >>Deep in my mind I remember Dams changed a couple of see also's to be written > >>without : > > > > Officially it should be without. Hold off on any mass > > changes though until the doc meeting figures out the > > format

Re: [PHP-DOC] see also

2003-06-19 Thread Gabor Hojtsy
with or without : ? Deep in my mind I remember Dams changed a couple of see also's to be written without : Officially it should be without. Hold off on any mass changes though until the doc meeting figures out the format for "See also" as rumor has it a new tag or similar will exist for them. I

Re: [PHP-DOC] see also

2003-06-19 Thread Philip Olson
On Thu, 19 Jun 2003, Friedhelm Betz wrote: > > with or without : ? > > Deep in my mind I remember Dams changed a couple of see also's to be written > without : Officially it should be without. Hold off on any mass changes though until the doc meeting figures out the format for "See also" as r

Re: [PHP-DOC] see also

2003-06-19 Thread Mehdi
> with or without : ? > > Deep in my mind I remember Dams changed a couple of see also's to be > written without : In the french translation we do like so : See also function1, function2, function3 and function4. Maybe it can be applied to the english documentation. Cheers, Mehdi -- PHP

[PHP-DOC] see also

2003-06-19 Thread Friedhelm Betz
with or without : ? Deep in my mind I remember Dams changed a couple of see also's to be written without : Friedhelm -- schau mal rein: http://www.jungle-world.com/ -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] See also

2003-01-11 Thread Philip Olson
Snipped proposed versions: > > > somefunc1 > somefunc2 > > > If we want a more list like construct, it's a bit more markup heavy: > > > > somefunc1 > > > somefunc2 > > What would be the advantage of using the list? The first one looks much nicer except one question, I

Re: [PHP-DOC] See also

2003-01-11 Thread Dirkjan Ochtman
So would it be possible to do just array_filter array_walk And have a stylesheet add things like "See also", ",", "and" and "."? So that the actual format for the See also is totally consistent for every language? Dirkjan > Well, there is already a seealso tag in Docbook which is sadl

Re: [PHP-DOC] See also

2003-01-11 Thread Gabor Hojtsy
> So would it be possible to do just > > > array_filter > array_walk > > > And have a stylesheet add things like "See also", ",", "and" and "."? So > that the actual format for the See also is totally consistent for every > language? Something like this, yes. But with a "bit" more markup

Re: [PHP-DOC] See also

2003-01-11 Thread Dirkjan Ochtman
So would it be possible to do just array_filter array_walk And have a stylesheet add things like "See also", ",", "and" and "."? So that the actual format for the See also is totally consistent for every language? Dirkjan > Well, there is already a seealso tag in Docbook which is sadl

Re: [PHP-DOC] See also

2003-01-11 Thread Gabor Hojtsy
> > (Sent this to goba only by accident) > > > > Maybe it might even be useful to have something like a "seealso.xml" which > > has like > > > > > > array_search > > > > > > Or something like that (this is probably not a useful structure)? This way, > > you can keep all of the See also separa

Re: [PHP-DOC] See also

2003-01-11 Thread Derick Rethans
On Sat, 11 Jan 2003, Dirkjan Ochtman wrote: > (Sent this to goba only by accident) > > Maybe it might even be useful to have something like a "seealso.xml" which > has like > > > array_search > > > Or something like that (this is probably not a useful structure)? This way, > you can keep

[PHP-DOC] See also

2003-01-11 Thread Dirkjan Ochtman
(Sent this to goba only by accident) Maybe it might even be useful to have something like a "seealso.xml" which has like array_search Or something like that (this is probably not a useful structure)? This way, you can keep all of the See also separate from the function reference and closel

Re: [PHP-DOC] See also in uniqid.xml

2002-12-04 Thread Sara Golemon
I can maybe see a "See Also" for rand() and *possibly* microtime(), but md5() should not be confused with unique ids. wrapping md5() around any of the aforementioned functions (including uniqid()) actually makes the resultant string LESS random, and LESS unique. -Pollita > I recommend a "See Als

[PHP-DOC] See also in uniqid.xml

2002-12-04 Thread Fernando Correa Da Conceição
I recommend a "See Also" in /reference/misc/functions/uniqid.xml to md5() and rand() Thanks Fernando Correa da Conceição -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] see also also:

2002-05-31 Thread Philip Olson
Hello, Should 'see also' include a ':' or not? See also: foo(), bar(), and blah(). See also foo(), bar(), and blah(). I prefer the ':' but am okay without. Regards, Philip Olson

Re: [PHP-DOC] See also

2002-01-15 Thread Jirka Kosek
Hartmut Holzgraefe wrote: > i will not believe this until i have *seen* that eg. the parameter > list rendering for optional arguments comes out easier than it is > in DSSSL ;) > > from my rather limit XSLT experience it is easier to use on simple > problems but can become a complete nightmare o

Re: [PHP-DOC] See also

2002-01-15 Thread Hartmut Holzgraefe
Lars Torben Wilson wrote: > Existing support for the DSSSL stylesheets may be more > comprehensive, but IMHO XSL is so much easier to work with that it's > worth the effort to move toward it. i will not believe this until i have *seen* that eg. the parameter list rendering for optional arguments

Re: [PHP-DOC] See also

2002-01-15 Thread Hartmut Holzgraefe
Egon Schmid wrote: > We use since 1997 The Chicago Manual of Style and now EOD. Where is this decision documented? Is it in the howto? NO! Is it in the README? NO! Is it in the list archive? The one i know of doesn't go back beyond 1999, so most likely: NO! the only useful reference regardin

Re: [PHP-DOC] See also

2002-01-15 Thread Gabor Hojtsy
> > I can devote some to do it, but is there anyone who wants to use XSL? > > When I asked same question year ago, almost noone respond. If there will > > be no usage of XSL, why to cutomize stylesheets? > > > > Jirka > > I do, I do! Existing support for the DSSSL stylesheets may be more > compreh

Re: [PHP-DOC] See also

2002-01-15 Thread Hartmut Holzgraefe
Jirka Kosek wrote: > Hartmut Holzgraefe wrote: > > >>it's things like automatic linking and adding () for >>references in normal text, >> > > I thought that this I have hacked year ago. so you just found out how much i looked into the xsl files :) >>rendering optional parameters a bit mo

Re: [PHP-DOC] See also

2002-01-15 Thread Gabor Hojtsy
> > it's things like automatic linking and adding () for > > references in normal text, > > I thought that this I have hacked year ago. > > > rendering optional parameters a bit more > > clever ... and ... and ... and ... > > I can devote some to do it, but is there anyone who wants to use XSL

Re: [PHP-DOC] See also

2002-01-15 Thread Lars Torben Wilson
Jirka Kosek writes: > Hartmut Holzgraefe wrote: > > > it's things like automatic linking and adding () for > > references in normal text, > > I thought that this I have hacked year ago. > > > rendering optional parameters a bit more > > clever ... and ... and ... and ... > > I can devote some

Re: [PHP-DOC] See also

2002-01-15 Thread Jirka Kosek
Hartmut Holzgraefe wrote: > it's things like automatic linking and adding () for > references in normal text, I thought that this I have hacked year ago. > rendering optional parameters a bit more > clever ... and ... and ... and ... I can devote some to do it, but is there anyone who wants t

Re: [PHP-DOC] See also

2002-01-15 Thread Hartmut Holzgraefe
Egon Schmid wrote: > I don´t have something against a rendering a "see also" block. But > rendering the content with a list would be a nightmare. We had a > discussion at which place should be comma in this list. This depends > on the language and I can guess it will be look very funny in > Arabi

Re: [PHP-DOC] See also

2002-01-15 Thread Hartmut Holzgraefe
Egon Schmid wrote: > Commit it and I hope Goba and Hartmut will not missuse it. please define "missuse" -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77

Re: [PHP-DOC] See also

2002-01-15 Thread Hartmut Holzgraefe
Jirka Kosek wrote: > Gabor Hojtsy wrote: > > >>Two reasons, speed and customization level. Not all DSSSL customizations >>are ported to XSL customizations. This is in the TODO in BUILD SYSTEM >> > > If you tell my which, I can port them. well, have a look at the dsl subdir ;) it's things lik

Re: [PHP-DOC] See also

2002-01-15 Thread Hartmut Holzgraefe
Egon Schmid wrote: >>DocBook stylesheets contain code for inserting puncation between >> > list > >>items -- for example between authors in bibliography. This code is >>localized. Porting this code for our purposes shouldn't be hard. >> > > Oh, haven´t known that. come on, that's what the mod

Re: [PHP-DOC] See also

2002-01-14 Thread Philip Olson
> We use since 1997 The Chicago Manual of Style and now EOD. Not sure why I brought it up actually. Philip

Re: [PHP-DOC] See also

2002-01-14 Thread Jirka Kosek
Egon Schmid wrote: > Oh, haven´t known that. Can it do the following in English: > > See also: func1 and func2. > See also: func1, func2, and func3. > > and for German or Hungarian: > > Siehe auch: func1 und func2. > Siehe auch: func1, func2 und func3. > > Look at the commas. Yes, exactly. (

Re: [PHP-DOC] See also

2002-01-14 Thread Egon Schmid
From: "Philip Olson" <[EMAIL PROTECTED]> > > See also: func1 and func2. > > See also: func1, func2, and func3. > > > > and for German or Hungarian: > > > > Siehe auch: func1 und func2. > > Siehe auch: func1, func2 und func3. > > Btw, it's okay english (perfectly acceptable) to not put a comma bef

Re: [PHP-DOC] See also

2002-01-14 Thread Philip Olson
> See also: func1 and func2. > See also: func1, func2, and func3. > > and for German or Hungarian: > > Siehe auch: func1 und func2. > Siehe auch: func1, func2 und func3. Btw, it's okay english (perfectly acceptable) to not put a comma before the and here, so: See also: func1, func2 and func3

Re: [PHP-DOC] See also

2002-01-14 Thread Jirka Kosek
Gabor Hojtsy wrote: > Two reasons, speed and customization level. Not all DSSSL customizations > are ported to XSL customizations. This is in the TODO in BUILD SYSTEM If you tell my which, I can port them. -- - Jirka Kosek

Re: [PHP-DOC] See also

2002-01-14 Thread Egon Schmid
From: "Jirka Kosek" <[EMAIL PROTECTED]> Egon Schmid wrote: > > I don´t have something against a rendering a "see also" block. But > > rendering the content with a list would be a nightmare. We had a > > discussion at which place should be comma in this list. This depends > > on the language and

Re: [PHP-DOC] See also

2002-01-14 Thread Jirka Kosek
Egon Schmid wrote: > I don´t have something against a rendering a "see also" block. But > rendering the content with a list would be a nightmare. We had a > discussion at which place should be comma in this list. This depends > on the language and I can guess it will be look very funny in > Arabi

Re: [PHP-DOC] See also

2002-01-14 Thread Egon Schmid
From: "Jirka Kosek" <[EMAIL PROTECTED]> > I finished modification of DSSSL stylesheets. They are 100% backward > compatible -- rendering is changed only on notes with role="seealso". If > you decide not to use it, you can always delete this rule in future. > Egon, can I commit it before I forget

Re: [PHP-DOC] See also

2002-01-14 Thread Gabor Hojtsy
> I don´t have something against a rendering a "see also" block. > But rendering the content with a list would be a nightmare. We had a > discussion at which place should be comma in this list. This depends > on the language and I can guess it will be look very funny in > Arabic. > > > I see no pr

Re: [PHP-DOC] See also

2002-01-14 Thread Egon Schmid
From: "Jirka Kosek" <[EMAIL PROTECTED]> Egon Schmid wrote: > > Jirka, please don´t make changes for the rendering of the "see also" > > notes until there is a solution for the incomplete PDF manuals. IMHO > > it is an overkill. > You mean: overkill = too much markup? Yes. > In general you are

Re: [PHP-DOC] See also

2002-01-14 Thread Gabor Hojtsy
> > HTML Help will definetly render the see also parts with different > > style. Now I have implemented some auto detection with some > > ugly text processing, searching for "see also:" commas and "and" > > words, and detected the see also parts this way for the HTML Help > > generation. This is n

Re: [PHP-DOC] See also

2002-01-14 Thread Hartmut Holzgraefe
Egon Schmid wrote: > Jirka, please don´t make changes for the rendering of the "see also" > notes until there is a solution for the incomplete PDF manuals. how are these two topics related? have i missed something? > IMHO it is an overkill. > It is much better to write the "see also" notes

Re: [PHP-DOC] See also

2002-01-14 Thread Jirka Kosek
Gabor Hojtsy wrote: > > > In general you are right, but marking some block as "seealso" can be > > very usefull when rendering and converting to other formars (e.g. HTML > > Help). > > HTML Help will definetly render the see also parts with different > style. Now I have implemented some auto det

Re: [PHP-DOC] See also

2002-01-14 Thread Gabor Hojtsy
> In general you are right, but marking some block as "seealso" can be > very usefull when rendering and converting to other formars (e.g. HTML > Help). HTML Help will definetly render the see also parts with different style. Now I have implemented some auto detection with some ugly text processi

Re: [PHP-DOC] See also

2002-01-14 Thread Jirka Kosek
Egon Schmid wrote: > Jirka, please don´t make changes for the rendering of the "see also" > notes until there is a solution for the incomplete PDF manuals. IMHO > it is an overkill. You mean: overkill = too much markup? In general you are right, but marking some block as "seealso" can be very u

Re: [PHP-DOC] See also

2002-01-14 Thread Gabor Hojtsy
> > As nobody else complained, > > didn't i? Yes, sorry :) Jirkas, idea solves the list problem, as I can see, while also allows us to use simple text if a list is not appropriate. What do you think abut this? Goba

Re: [PHP-DOC] See also

2002-01-14 Thread Gabor Hojtsy
> > IMHO is on semantic level very close to seealso. Using role > > is standard DocBook way to make it different from standard note. > > Jirka, please don´t make changes for the rendering of the "see also" > notes until there is a solution for the incomplete PDF manuals. IMHO > it is an overkill.

Re: [PHP-DOC] See also

2002-01-14 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote: > As nobody else complained, didn't i? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77

Re: [PHP-DOC] See also

2002-01-14 Thread Egon Schmid
From: "Jirka Kosek" <[EMAIL PROTECTED]> > Gabor Hojtsy wrote: > > > > What is the exact syntax, will we still be defining commas and 'and' > > > within the blocks? > > > > Yes. It seems that using lists is much more complex for the rendering, > > as it involves adding commas and and words only wh

Re: [PHP-DOC] See also

2002-01-14 Thread Gabor Hojtsy
> > > print > echo > > > > Once again, you must wrap it inside para: > > > > print, and > the notes on the CGI > security page > > > > IMHO is on semantic level very close to seealso. Using role is > standard DocBook way to make it different from standard note. IMHO we can go

Re: [PHP-DOC] See also

2002-01-14 Thread Jirka Kosek
Gabor Hojtsy wrote: > > What is the exact syntax, will we still be defining commas and 'and' > > within the blocks? > > Yes. It seems that using lists is much more complex for the rendering, > as it involves adding commas and and words only where needed > programatically. > > > print, and >

Re: [PHP-DOC] See also

2002-01-14 Thread Gabor Hojtsy
> > > If I understand it correctly, see-also block is very simillar to > > > admonitions (note, warning, ...). So what about putting see-also inside > > > note > > > > > > > > > ... > > > > > > > > > Stylesheet can render it differently than note w/o role="seealso". > > > > As nobody else compla

Re: [PHP-DOC] See also

2002-01-14 Thread Philip Olson
> > If I understand it correctly, see-also block is very simillar to > > admonitions (note, warning, ...). So what about putting see-also inside > > note > > > > > > ... > > > > > > Stylesheet can render it differently than note w/o role="seealso". > > As nobody else complained, I think we ca

Re: [PHP-DOC] See also

2002-01-14 Thread Gabor Hojtsy
> If I understand it correctly, see-also block is very simillar to > admonitions (note, warning, ...). So what about putting see-also inside > note > > > ... > > > Stylesheet can render it differently than note w/o role="seealso". As nobody else complained, I think we can go on with this styl

Re: [PHP-DOC] See also

2002-01-09 Thread Gabor Hojtsy
> > Well, that can also be fine, and better then para, > > because it is actually a list, and not a para, as > > it can be seen :)) The second one is better in > > "keys need to be typed" sense :) But, we have > > see also parts, where we have some functions and > > some parts refereced, and to ex

Re: [PHP-DOC] See also

2002-01-09 Thread Jirka Kosek
Gabor Hojtsy wrote: > Well, that can also be fine, and better then para, > because it is actually a list, and not a para, as > it can be seen :)) The second one is better in > "keys need to be typed" sense :) But, we have > see also parts, where we have some functions and > some parts refereced,

Re: [PHP-DOC] See also

2002-01-09 Thread Gabor Hojtsy
> what about > > >echo >print >printf > > > or > > >echo >print >printf > > > ? Well, that can also be fine, and better then para, because it is actually a list, and not a para, as it can be seen :)) The second one is better in "keys need to be typed" sense

Re: [PHP-DOC] See also

2002-01-09 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote: >>>I would like to have a special rendering >>> >>+1 to something like this, will be cool to have 'See also' a bit more >>structured. >> > > I would like to see something like: > > > echo, print, > and printf > > > Or even: > > > echo > print > printf > wh

Re: [PHP-DOC] See also

2002-01-08 Thread Gabor Hojtsy
> > I would like to have a special rendering > > +1 to something like this, will be cool to have 'See also' a bit more > structured. I would like to see something like: echo, print, and printf Or even: echo print printf And let the DSSSL code to the rendering work, put in coma

[PHP-DOC] See also

2002-01-08 Thread Philip Olson
> I would like to have a special rendering +1 to something like this, will be cool to have 'See also' a bit more structured.

[PHP-DOC] see also tags?

2001-08-07 Thread Hojtsy Gábor
Title: see also tags? Hi! Is there any chance to use some uniform DocBook structure, to represent the SeeAlso sections? There is a SeeAlso tag in docbook, but it is only allowed in indexterm, and it is not too good news, that we need to wrap a see also section in an indexterm, hm... Goba