goba Wed Jun 9 05:54:47 2004 EDT
Modified files: /phpdoc/en bookinfo.xml /phpdoc/entities global.ent /phpdoc/howto working.xml Log: The doc-license mailing list is ready. This means: - The license holders are supposed to be subscribed to that mailing list. - The definition of the PHP Documentation Team is not the 'author list' anymore. - Everybody interested in licensing questions should come to doc-license too, others will hopefully not get bothered with this stuff. - We are in the doorstep of starting to talk about crediting people, since the licensing stuff is not glued to the author list anymore. - This completes an item in the 2003 meeting task list. - BTW the doc-license list is also archived publicly. http://cvs.php.net/diff.php/phpdoc/en/bookinfo.xml?r1=1.37&r2=1.38&ty=u Index: phpdoc/en/bookinfo.xml diff -u phpdoc/en/bookinfo.xml:1.37 phpdoc/en/bookinfo.xml:1.38 --- phpdoc/en/bookinfo.xml:1.37 Mon Mar 22 10:11:20 2004 +++ phpdoc/en/bookinfo.xml Wed Jun 9 05:54:47 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.37 $ --> +<!-- $Revision: 1.38 $ --> <bookinfo id="bookinfo"> <title>&PHPManual;</title> @@ -69,8 +69,9 @@ Copyright © 1997 - 2004 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or - later (the latest version is presently available at - <ulink url="&url.opl;">&url.opl;</ulink>). + later. A copy of the <link linkend="opl.license">Open Publication + License</link> is distributed with this manual, the latest version + is presently available at <ulink url="&url.opl;">&url.opl;</ulink>. </simpara> <simpara> Distribution of substantively modified versions of this document @@ -83,9 +84,11 @@ is obtained from the copyright holder. </simpara> <simpara> - The members of the PHP Documentation Group are listed on the front - page of this manual. In case you would like to contact the group, - please write to <ulink url="mailto:&email.php.doc;">&email.php.doc;</ulink>. + In case you are interested in redistribution or republishing of this document + in whole or in part, either modified or unmodified, and you have questions, + please contact the copyright holders at + <ulink url="mailto:&email.php.doc.license;">&email.php.doc.license;</ulink>. + Note that this address is mapped to a publicly archived mailing list. </simpara> <simpara> The 'Extending PHP 4.0' section of this manual is copyright © 2000 by @@ -94,10 +97,6 @@ or later (the latest version is presently available at <ulink url="&url.opl;">&url.opl;</ulink>). </simpara> - <para> - A copy of the <link linkend="opl.license">Open Publication License</link> - is distributed with this manual. - </para> </legalnotice> </bookinfo> http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.184&r2=1.185&ty=u Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.184 phpdoc/entities/global.ent:1.185 --- phpdoc/entities/global.ent:1.184 Tue May 25 14:02:17 2004 +++ phpdoc/entities/global.ent Wed Jun 9 05:54:47 2004 @@ -1,6 +1,6 @@ <!-- -*- SGML -*- - $Id: global.ent,v 1.184 2004/05/25 18:02:17 philip Exp $ + $Id: global.ent,v 1.185 2004/06/09 09:54:47 goba Exp $ Contains global "macros" for all the XML documents. @@ -347,6 +347,7 @@ <!ENTITY email.php.install.subscribe '[EMAIL PROTECTED]'> <!ENTITY email.php.doc '[EMAIL PROTECTED]'> <!ENTITY email.php.doc.chm '[EMAIL PROTECTED]'> +<!ENTITY email.php.doc.license '[EMAIL PROTECTED]'> <!ENTITY email.php.doc.subscribe '[EMAIL PROTECTED]'> <!ENTITY email.sample '[EMAIL PROTECTED]'> http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.38&r2=1.39&ty=u Index: phpdoc/howto/working.xml diff -u phpdoc/howto/working.xml:1.38 phpdoc/howto/working.xml:1.39 --- phpdoc/howto/working.xml:1.38 Mon Dec 15 11:40:51 2003 +++ phpdoc/howto/working.xml Wed Jun 9 05:54:47 2004 @@ -1172,7 +1172,7 @@ </chapter> <chapter id="chapter-maillist"> - <title>The phpdoc, php-doc-chm, php-notes and Other Mailing Lists</title> + <title>The phpdoc, php-doc-chm, php-notes, doc-license and Other Mailing Lists</title> <para> The XML content of documentation files is updated from day @@ -1300,6 +1300,15 @@ all the manual notes are posted. You may consider subscribing to this mailing list if you would like to help manage the notes. See the next section for more information on note editing guidelines. + </para> + <para> + There is also a list named <literal>doc-license</literal>, which is + set up for those who would like to get involved in the process of + deciding who can do what with the PHP manual. The common rule is that + additionaly to the rules set forth in the license, we try to get people + publishing modified versions of the manual to put back some improvements + into the manual, fix errors they find, etc. You can subscribe to this + list with the usual way (you can find out from the info above). </para> </chapter>