[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /scripts/online_editor base.php cvslist.php editxml.php intro.php login.php wo
From:       "Salah Faya" <visualmind () php ! net>
Date:       2008-05-31 9:23:35
Message-ID: cvsvisualmind1212225815 () cvsserver
[Download RAW message or body]

visualmind		Sat May 31 09:23:35 2008 UTC

  Modified files:              
    /phpdoc/scripts/online_editor	base.php cvslist.php editxml.php 
                                 	intro.php login.php workbench.php 
  Log:
  PHP License header
  
["visualmind-20080531092335.txt" (text/plain)]

http://cvs.php.net/viewvc.cgi/phpdoc/scripts/online_editor/base.php?r1=1.3&r2=1.4&diff_format=u
                
Index: phpdoc/scripts/online_editor/base.php
diff -u phpdoc/scripts/online_editor/base.php:1.3 \
                phpdoc/scripts/online_editor/base.php:1.4
--- phpdoc/scripts/online_editor/base.php:1.3	Fri May 30 02:58:19 2008
+++ phpdoc/scripts/online_editor/base.php	Sat May 31 09:23:35 2008
@@ -1,10 +1,24 @@
 <?php
-//*-- The PHPDOC Online XML Editing Tool 
-//*-- Developed by Salah Faya visualmind(@)php.net 
-//*-- Version 1.0 - essentially developed for Arabic Translation of PHP Manual
-//*-- Now updated to work with all phpdoc translations
-
-//--- base file (all other files require this to start)
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2008 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | license@php.net so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Authors : Salah Faya <visualmind@php.net>                            |
+  +----------------------------------------------------------------------+
+
+*/
+//-- The PHPDOC Online XML Editing Tool 
+//--- Purpose: base file (all other files require this to start)
 
 //------- Configuration 
 // Root path to the phpdoc-all directory
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/online_editor/cvslist.php?r1=1.3&r2=1.4&diff_format=u
                
Index: phpdoc/scripts/online_editor/cvslist.php
diff -u phpdoc/scripts/online_editor/cvslist.php:1.3 \
                phpdoc/scripts/online_editor/cvslist.php:1.4
--- phpdoc/scripts/online_editor/cvslist.php:1.3	Fri May 30 02:58:19 2008
+++ phpdoc/scripts/online_editor/cvslist.php	Sat May 31 09:23:35 2008
@@ -1,10 +1,24 @@
 <?php
-//*-- The PHPDOC Online XML Editing Tool 
-//*-- Developed by Salah Faya visualmind(@)php.net 
-//*-- Version 1.0 - essentially developed for Arabic Translation of PHP Manual
-//*-- Now updated to work with all phpdoc translations
-
-//--- This file lists the folders and files in the left frame
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2008 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | license@php.net so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Authors : Salah Faya <visualmind@php.net>                            |
+  +----------------------------------------------------------------------+
+
+*/
+//-- The PHPDOC Online XML Editing Tool 
+//--- Purpose: lists the folders and files in the left frame
 
 //------- Initialization
 require 'base.php';
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/online_editor/editxml.php?r1=1.6&r2=1.7&diff_format=u
                
Index: phpdoc/scripts/online_editor/editxml.php
diff -u phpdoc/scripts/online_editor/editxml.php:1.6 \
                phpdoc/scripts/online_editor/editxml.php:1.7
--- phpdoc/scripts/online_editor/editxml.php:1.6	Fri May 30 03:10:17 2008
+++ phpdoc/scripts/online_editor/editxml.php	Sat May 31 09:23:35 2008
@@ -1,10 +1,24 @@
 <?php
-//*-- The PHPDOC Online XML Editing Tool 
-//*-- Developed by Salah Faya visualmind(@)php.net 
-//*-- Version 1.0 - essentially developed for Arabic Translation of PHP Manual
-//*-- Now updated to work with all phpdoc translations
-
-//--- This is the actual xml editor 
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2008 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | license@php.net so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Authors : Salah Faya <visualmind@php.net>                            |
+  +----------------------------------------------------------------------+
+
+*/
+//-- The PHPDOC Online XML Editing Tool 
+//--- Purpose: this is the actual xml editor script
 
 //------- Initialization
 require 'base.php';
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/online_editor/intro.php?r1=1.1&r2=1.2&diff_format=u
                
Index: phpdoc/scripts/online_editor/intro.php
diff -u phpdoc/scripts/online_editor/intro.php:1.1 \
                phpdoc/scripts/online_editor/intro.php:1.2
--- phpdoc/scripts/online_editor/intro.php:1.1	Tue May  6 11:43:48 2008
+++ phpdoc/scripts/online_editor/intro.php	Sat May 31 09:23:35 2008
@@ -1,10 +1,24 @@
 <?php
-//*-- The PHPDOC Online XML Editing Tool 
-//*-- Developed by Salah Faya visualmind(@)php.net 
-//*-- Version 1.0 - essentially developed for Arabic Translation of PHP Manual
-//*-- Now updated to work with all phpdoc translations
-
-//--- Just an introduction
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2008 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | license@php.net so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Authors : Salah Faya <visualmind@php.net>                            |
+  +----------------------------------------------------------------------+
+
+*/
+//-- The PHPDOC Online XML Editing Tool 
+//--- Purpose: just an introduction
 // ToDo show summary of translated files (or revcheck)
 
 require 'base.php';
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/online_editor/login.php?r1=1.2&r2=1.3&diff_format=u
                
Index: phpdoc/scripts/online_editor/login.php
diff -u phpdoc/scripts/online_editor/login.php:1.2 \
                phpdoc/scripts/online_editor/login.php:1.3
--- phpdoc/scripts/online_editor/login.php:1.2	Tue May  6 15:53:26 2008
+++ phpdoc/scripts/online_editor/login.php	Sat May 31 09:23:35 2008
@@ -1,10 +1,24 @@
 <?php
-//*-- The PHPDOC Online XML Editing Tool 
-//*-- Developed by Salah Faya visualmind(@)php.net 
-//*-- Version 1.0 - essentially developed for Arabic Translation of PHP Manual
-//*-- Now updated to work with all phpdoc translations
-
-//--- This file allows users to login using an email address (TODO we may use CVS or \
other way in future) +/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2008 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | license@php.net so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Authors : Salah Faya <visualmind@php.net>                            |
+  +----------------------------------------------------------------------+
+
+*/
+//-- The PHPDOC Online XML Editing Tool 
+//--- Purpose: allows users to login using an email address (TODO we may use CVS or \
other way in future)  
 //------- Initialization
 require 'base.php';
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/online_editor/workbench.php?r1=1.1&r2=1.2&diff_format=u
                
Index: phpdoc/scripts/online_editor/workbench.php
diff -u phpdoc/scripts/online_editor/workbench.php:1.1 \
                phpdoc/scripts/online_editor/workbench.php:1.2
--- phpdoc/scripts/online_editor/workbench.php:1.1	Tue May  6 11:43:48 2008
+++ phpdoc/scripts/online_editor/workbench.php	Sat May 31 09:23:35 2008
@@ -1,10 +1,24 @@
 <?php
-//*-- The PHPDOC Online XML Editing Tool 
-//*-- Developed by Salah Faya visualmind(@)php.net 
-//*-- Version 1.0 - essentially developed for Arabic Translation of PHP Manual
-//*-- Now updated to work with all phpdoc translations
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2008 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | license@php.net so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Authors : Salah Faya <visualmind@php.net>                            |
+  +----------------------------------------------------------------------+
 
-//--- This file is the frameset 
+*/
+//-- The PHPDOC Online XML Editing Tool 
+//--- Purpose: this file is the frameset 
 
 require 'base.php';
 $user = sessionCheck();



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic