[Slashdotjp-dev 455] CVS update: slashjp/plugins/Page

アーカイブの一覧に戻る

Tatsuki SUGIURA sugi****@users*****
2006年 7月 12日 (水) 20:41:52 JST


Index: slashjp/plugins/Page/PLUGIN
diff -u slashjp/plugins/Page/PLUGIN:1.2 slashjp/plugins/Page/PLUGIN:1.3
--- slashjp/plugins/Page/PLUGIN:1.2	Fri Dec 24 05:13:40 2004
+++ slashjp/plugins/Page/PLUGIN	Wed Jul 12 20:41:52 2006
@@ -1,4 +1,4 @@
-# $Id: PLUGIN,v 1.2 2004/12/23 20:13:40 oliver Exp $
+# $Id: PLUGIN,v 1.3 2006/07/12 11:41:52 sugi Exp $
 name=Page
 description="Alternative index page for sites"
 htdoc=page.pl
Index: slashjp/plugins/Page/Page.pm
diff -u slashjp/plugins/Page/Page.pm:1.3 slashjp/plugins/Page/Page.pm:1.4
--- slashjp/plugins/Page/Page.pm:1.3	Fri Dec 31 21:37:11 2004
+++ slashjp/plugins/Page/Page.pm	Wed Jul 12 20:41:52 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: Page.pm,v 1.3 2004/12/31 12:37:11 oliver Exp $
+# $Id: Page.pm,v 1.4 2006/07/12 11:41:52 sugi Exp $
 
 package Slash::Page;
 
@@ -16,7 +16,7 @@
 use base 'Slash::DB::Utility';
 use base 'Slash::DB::MySQL';
 
-($VERSION) = ' $Revision: 1.3 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.4 $ ' =~ /\$Revision:\s+([^\s]+)/;
 
 #################################################################
 # Ok, so we want a nice module to do the front page and utilise 
Index: slashjp/plugins/Page/page.pl
diff -u slashjp/plugins/Page/page.pl:1.3 slashjp/plugins/Page/page.pl:1.4
--- slashjp/plugins/Page/page.pl:1.3	Fri Dec 31 21:37:11 2004
+++ slashjp/plugins/Page/page.pl	Wed Jul 12 20:41:52 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: page.pl,v 1.3 2004/12/31 12:37:11 oliver Exp $
+# $Id: page.pl,v 1.4 2006/07/12 11:41:52 sugi Exp $
 
 use strict;
 use Slash;


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る