OSDN Git Service

merged 3.2.1(?) modification
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 20 Apr 2005 07:02:31 +0000 (07:02 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 20 Apr 2005 07:02:31 +0000 (07:02 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@92 1ca29b6e-896d-4ea0-84a5-967f57386b96

nucleus/xmlrpc/api_blogger.inc.php
nucleus/xmlrpc/api_metaweblog.inc.php
nucleus/xmlrpc/api_mt.inc.php
nucleus/xmlrpc/api_nucleus.inc.php
nucleus/xmlrpc/server.php

index 591fd15..449c319 100755 (executable)
@@ -1,20 +1,22 @@
 <?php\r
-/** \r
-  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2005 The Nucleus Group\r
-  *\r
-  * This program is free software; you can redistribute it and/or\r
-  * modify it under the terms of the GNU General Public License\r
-  * as published by the Free Software Foundation; either version 2\r
-  * of the License, or (at your option) any later version.\r
-  * (see nucleus/documentation/index.html#license for more info)\r
-  *\r
-  * $Id: api_blogger.inc.php,v 1.3 2005-03-12 06:19:06 kimitake Exp $\r
-  * $NucleusJP$\r
-  */\r
-  \r
 /*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2005 The Nucleus Group\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * (see nucleus/documentation/index.html#license for more info)\r
+ */\r
+\r
+/**\r
  * This file contains definitions for the methods in the Blogger API\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2005 The Nucleus Group\r
+ * @version $Id: api_blogger.inc.php,v 1.4 2005-04-20 07:02:31 kimitake Exp $\r
+ * $NucleusJP: api_blogger.inc.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
  */\r
 \r
 \r
index 805cf56..378a3b1 100755 (executable)
@@ -1,24 +1,26 @@
 <?php\r
 \r
-/** \r
-  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2005 The Nucleus Group\r
-  *\r
-  * This program is free software; you can redistribute it and/or\r
-  * modify it under the terms of the GNU General Public License\r
-  * as published by the Free Software Foundation; either version 2\r
-  * of the License, or (at your option) any later version.\r
-  * (see nucleus/documentation/index.html#license for more info)\r
-  *\r
-  * $Id: api_metaweblog.inc.php,v 1.3 2005-03-12 06:19:06 kimitake Exp $\r
-  * $NucleusJP$\r
-  */\r
-\r
 /*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2005 The Nucleus Group\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * (see nucleus/documentation/index.html#license for more info)\r
+ */\r
+\r
+/**\r
  *     This file contains definitions for the methods of the metaWeblog API\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2005 The Nucleus Group\r
+ * @version $Id: api_metaweblog.inc.php,v 1.4 2005-04-20 07:02:31 kimitake Exp $\r
+ * $NucleusJP: api_metaweblog.inc.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
  */\r
-        \r
-       \r
+\r
+\r
        // metaWeblog.newPost\r
        $f_metaWeblog_newPost_sig = array(array(\r
                        // return type\r
index be966df..e04883b 100755 (executable)
@@ -1,26 +1,26 @@
 <?php\r
 \r
-/** \r
-  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2005 The Nucleus Group\r
-  *\r
-  * This program is free software; you can redistribute it and/or\r
-  * modify it under the terms of the GNU General Public License\r
-  * as published by the Free Software Foundation; either version 2\r
-  * of the License, or (at your option) any later version.\r
-  * (see nucleus/documentation/index.html#license for more info)\r
-  *\r
-  * $Id: api_mt.inc.php,v 1.3 2005-03-12 06:19:06 kimitake Exp $\r
-  * $NucleusJP$\r
-  */\r
-\r
 /*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2005 The Nucleus Group\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * (see nucleus/documentation/index.html#license for more info)\r
+ */\r
+/**\r
  * This file contains definitions for the methods in the Movable Type API\r
  *\r
  * Wouter Demuynck 2003-08-31\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2005 The Nucleus Group\r
+ * @version $Id: api_mt.inc.php,v 1.4 2005-04-20 07:02:31 kimitake Exp $\r
+ * $NucleusJP: api_mt.inc.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
  */\r
 \r
-\r
        // mt.supportedMethods\r
        $f_mt_supportedMethods_sig = array(array(\r
                        // return type\r
index f2434fa..2df878a 100755 (executable)
@@ -1,22 +1,24 @@
 <?php\r
-/** \r
-  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2005 The Nucleus Group\r
-  *\r
-  * This program is free software; you can redistribute it and/or\r
-  * modify it under the terms of the GNU General Public License\r
-  * as published by the Free Software Foundation; either version 2\r
-  * of the License, or (at your option) any later version.\r
-  * (see nucleus/documentation/index.html#license for more info)\r
-  *\r
-  * $Id: api_nucleus.inc.php,v 1.3 2005-03-12 06:19:06 kimitake Exp $\r
-  * $NucleusJP$\r
-  */\r
-\r
 /*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2005 The Nucleus Group\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * (see nucleus/documentation/index.html#license for more info)\r
+ */\r
+\r
+/**\r
  * This file contains definitions for the functions in the Nucleus API\r
  *\r
  * NOTE: These functions are deprecated and will most likely be removed!\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2005 The Nucleus Group\r
+ * @version $Id: api_nucleus.inc.php,v 1.4 2005-04-20 07:02:31 kimitake Exp $\r
+ * $NucleusJP: api_nucleus.inc.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
  */\r
 \r
        // nucleus.addItem\r
index 1727fba..8a080fc 100755 (executable)
@@ -1,66 +1,70 @@
 <?php\r
-/** \r
-  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2005 The Nucleus Group\r
-  *\r
-  * This program is free software; you can redistribute it and/or\r
-  * modify it under the terms of the GNU General Public License\r
-  * as published by the Free Software Foundation; either version 2\r
-  * of the License, or (at your option) any later version.\r
-  * (see nucleus/documentation/index.html#license for more info)\r
-  *\r
-  * $Id: server.php,v 1.3 2005-03-12 06:19:06 kimitake Exp $\r
-  * $NucleusJP$\r
-  *\r
-  * This script is provides an XML-RPC [1] interface to Nucleus [2].\r
-  *\r
-  * At this time, the Blogger API [3], the metaWeblog API [4] and \r
-  * parts of the Movable Type API [5] are implemented\r
-  *\r
-  * This script uses the the 'XML-RPC for PHP v1.02' implementation [6]\r
-  * All other code was written by Wouter Demuynck [7]\r
-  *\r
-  * [1] http://www.xmlrpc.com/\r
-  * [2] http://nucleuscms.org/\r
-  * [3] http://plant.blogger.com/api/\r
-  * [4] http://www.xmlrpc.com/metaWeblogApi\r
-  * [5] http://www.movabletype.org/docs/mtmanual_programmatic.html\r
-  * [6] http://phpxmlrpc.sourceforge.net/\r
-  * [7] http://demuynck.org/\r
-  *\r
-  *\r
-  * The Blogger API: (more info in the documentation)\r
-  *\r
-  *    blogger.newPost \r
-  *    blogger.editPost \r
-  *    blogger.getUsersBlogs \r
-  *    blogger.deletePost\r
-  *    blogger.getRecentPosts\r
-  *    blogger.getPost\r
-  *    blogger.getUserInfo\r
-  *    blogger.getTemplate\r
-  *    blogger.setTemplate\r
-  *\r
-  *    Note: The getUserInfo response contains an empty 'lastname' and the full name as \r
-  *       'firstname'\r
-  * Note: Blogger API methods only affect the body field of items\r
-  *\r
-  * The metaWeblog API (more info in documentation)\r
-  *\r
-  * metaWeblog.newPost\r
-  * metaWeblog.getPost\r
-  * metaWeblog.editPost\r
-  * metaWeblog.getCategories\r
-  * metaWeblog.newMediaObject\r
-  * metaWeblog.getRecentPosts\r
-  *\r
-  * Note: metaWeblog API methods only affect the body and title fields of items. \r
-  *       the extended part is left untouched (and empty for new posts)\r
-  *\r
-  * The Movable Type API\r
-  *\r
-  * mt.supportedMethods\r
-  */\r
+/*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2005 The Nucleus Group\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * (see nucleus/documentation/index.html#license for more info)\r
+ */\r
+\r
+/**\r
+ * This script is provides an XML-RPC [1] interface to Nucleus [2].\r
+ *\r
+ * At this time, the Blogger API [3], the metaWeblog API [4] and\r
+ * parts of the Movable Type API [5] are implemented\r
+ *\r
+ * This script uses the the 'XML-RPC for PHP v1.02' implementation [6]\r
+ * All other code was written by Wouter Demuynck [7]\r
+ *\r
+ * [1] http://www.xmlrpc.com/\r
+ * [2] http://nucleuscms.org/\r
+ * [3] http://plant.blogger.com/api/\r
+ * [4] http://www.xmlrpc.com/metaWeblogApi\r
+ * [5] http://www.movabletype.org/docs/mtmanual_programmatic.html\r
+ * [6] http://phpxmlrpc.sourceforge.net/\r
+ * [7] http://demuynck.org/\r
+ *\r
+ *\r
+ * The Blogger API: (more info in the documentation)\r
+ *\r
+ *     blogger.newPost\r
+ *     blogger.editPost\r
+ *     blogger.getUsersBlogs\r
+ *     blogger.deletePost\r
+ *     blogger.getRecentPosts\r
+ *     blogger.getPost\r
+ *     blogger.getUserInfo\r
+ *     blogger.getTemplate\r
+ *     blogger.setTemplate\r
+ *\r
+ *     Note: The getUserInfo response contains an empty 'lastname' and the full name as\r
+ *       'firstname'\r
+ * Note: Blogger API methods only affect the body field of items\r
+ *\r
+ * The metaWeblog API (more info in documentation)\r
+ *\r
+ * metaWeblog.newPost\r
+ * metaWeblog.getPost\r
+ * metaWeblog.editPost\r
+ * metaWeblog.getCategories\r
+ * metaWeblog.newMediaObject\r
+ * metaWeblog.getRecentPosts\r
+ *\r
+ * Note: metaWeblog API methods only affect the body and title fields of items.\r
+ *       the extended part is left untouched (and empty for new posts)\r
+ *\r
+ * The Movable Type API\r
+ *\r
+ * mt.supportedMethods\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2005 The Nucleus Group\r
+ * @version $Id: server.php,v 1.4 2005-04-20 07:02:31 kimitake Exp $\r
+ * $NucleusJP: server.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
+ */\r
 $CONF = array();\r
 include("../../config.php");   // include Nucleus libs and code\r
 include($DIR_LIBS . "xmlrpc.inc.php");\r