sean Fri Nov 12 20:52:58 2004 EDT
Modified files:
/phpdoc/en/docweb main.ent
Log:
docweb:copyright->template
http://cvs.php.net/diff.php/phpdoc/en/docweb/main.ent?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/docweb/main.ent
diff -u phpdoc/en/docweb/main.ent:1.5 phpdoc/en/docweb/main.ent:1.6
--- phpdoc/en/docweb/main.ent:1.5 Fri Nov 12 18:14:07 2004
+++ phpdoc/en/docweb/main.ent Fri Nov 12 20:52:57 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- common -->
<!ENTITY docweb.common.title.default 'PHP Documentation Tools'>
@@ -14,6 +14,13 @@
<!ENTITY docweb.common.linkname.doc-howto 'Documentation Howto'>
<!ENTITY docweb.common.linkname.translation-info 'Translation Information'>
+<!-- hyperlinks (include markup) -->
+<!ENTITY docweb.common.link.php-license '<a href="http://php.net/license/">PHP
+License</a>'>
+<!ENTITY docweb.common.link.doc-license '
+<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>'>
+
+
<!-- common.projects -->
<!ENTITY docweb.common.project.php 'PHP'>
<!ENTITY docweb.common.project.pear 'PEAR'>
@@ -34,6 +41,7 @@
<!ENTITY docweb.common.header.offsite-context-nav 'Offsite contextual
navigation'>
<!ENTITY docweb.common.header.credits 'Website Credits'>
+<!ENTITY docweb.common.header.copyright 'Copyright'>
<!-- common.footer -->
<!ENTITY docweb.common.footer.copyright 'Copyright'>
@@ -86,3 +94,16 @@
<!ENTITY docweb.credits.section.icons 'We have also used some fine icons
created by'>
<!ENTITY docweb.credits.php-systems 'PHP.net system administration team'>
+
+<!-- copyright -->
+<!ENTITY docweb.copyright.section.source 'Source Code Copyright'>
+<!ENTITY docweb.copyright.section.doc 'Documentation Copyright'>
+<!ENTITY docweb.copyright.source 'The PHP Documentation Tools Website source
+code is available under the &docweb.common.link.php-license;. See the notices
+in the source code for more information and an authors list.'>
+<!ENTITY docweb.copyright.doc 'The documentation of the different projects we
+tie together are under different licenses, so you need to check the copyright
+notices in the respective manuals for more information. In case you have
+questions not handled in the licenses, please ask at
+&docweb.common.link.doc-license;.'>
+