Tatsuki SUGIURA
sugi****@users*****
2006年 7月 12日 (水) 20:41:56 JST
Index: slashjp/plugins/SOAP/PLUGIN diff -u slashjp/plugins/SOAP/PLUGIN:1.2 slashjp/plugins/SOAP/PLUGIN:1.3 --- slashjp/plugins/SOAP/PLUGIN:1.2 Fri Dec 24 05:13:43 2004 +++ slashjp/plugins/SOAP/PLUGIN Wed Jul 12 20:41:56 2006 @@ -1,4 +1,4 @@ -# $Id: PLUGIN,v 1.2 2004/12/23 20:13:43 oliver Exp $ +# $Id: PLUGIN,v 1.3 2006/07/12 11:41:56 sugi Exp $ name=SOAP description="SOAP API for Plugins" mysql_dump=mysql_dump.sql Index: slashjp/plugins/SOAP/SOAP.pm diff -u slashjp/plugins/SOAP/SOAP.pm:1.2 slashjp/plugins/SOAP/SOAP.pm:1.3 --- slashjp/plugins/SOAP/SOAP.pm:1.2 Fri Dec 24 05:13:43 2004 +++ slashjp/plugins/SOAP/SOAP.pm Wed Jul 12 20:41:56 2006 @@ -1,7 +1,7 @@ # This code is a part of Slash, and is released under the GPL. -# Copyright 1997-2004 by Open Source Development Network. See README +# Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: SOAP.pm,v 1.2 2004/12/23 20:13:43 oliver Exp $ +# $Id: SOAP.pm,v 1.3 2006/07/12 11:41:56 sugi Exp $ package Slash::SOAP; @@ -14,7 +14,7 @@ use base 'Slash::DB::Utility'; use base 'Slash::DB::MySQL'; -($VERSION) = ' $Revision: 1.2 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.3 $ ' =~ /\$Revision:\s+([^\s]+)/; =head1 NAME @@ -173,4 +173,4 @@ =head1 VERSION -$Id: SOAP.pm,v 1.2 2004/12/23 20:13:43 oliver Exp $ +$Id: SOAP.pm,v 1.3 2006/07/12 11:41:56 sugi Exp $ Index: slashjp/plugins/SOAP/example_client.pl diff -u slashjp/plugins/SOAP/example_client.pl:1.2 slashjp/plugins/SOAP/example_client.pl:1.3 --- slashjp/plugins/SOAP/example_client.pl:1.2 Fri Dec 24 05:13:43 2004 +++ slashjp/plugins/SOAP/example_client.pl Wed Jul 12 20:41:56 2006 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: example_client.pl,v 1.2 2004/12/23 20:13:43 oliver Exp $ +# $Id: example_client.pl,v 1.3 2006/07/12 11:41:56 sugi Exp $ use strict; use Data::Dumper; Index: slashjp/plugins/SOAP/mysql_dump.sql diff -u slashjp/plugins/SOAP/mysql_dump.sql:1.2 slashjp/plugins/SOAP/mysql_dump.sql:1.3 --- slashjp/plugins/SOAP/mysql_dump.sql:1.2 Fri Dec 24 05:13:43 2004 +++ slashjp/plugins/SOAP/mysql_dump.sql Wed Jul 12 20:41:56 2006 @@ -1,5 +1,5 @@ # -# $Id: mysql_dump.sql,v 1.2 2004/12/23 20:13:43 oliver Exp $ +# $Id: mysql_dump.sql,v 1.3 2006/07/12 11:41:56 sugi Exp $ # INSERT INTO vars (name, value) VALUES ('soap_enabled', 1); Index: slashjp/plugins/SOAP/soap.pl diff -u slashjp/plugins/SOAP/soap.pl:1.2 slashjp/plugins/SOAP/soap.pl:1.3 --- slashjp/plugins/SOAP/soap.pl:1.2 Fri Dec 24 05:13:43 2004 +++ slashjp/plugins/SOAP/soap.pl Wed Jul 12 20:41:56 2006 @@ -1,8 +1,8 @@ #!/usr/bin/perl -w # This code is a part of Slash, and is released under the GPL. -# Copyright 1997-2004 by Open Source Development Network. See README +# Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: soap.pl,v 1.2 2004/12/23 20:13:43 oliver Exp $ +# $Id: soap.pl,v 1.3 2006/07/12 11:41:56 sugi Exp $ # NOTE: package Slash::SOAP will be in its own .pm file later, # the SQL at the bottom will be in the schema and dump files,