Tatsuki SUGIURA
sugi****@users*****
2006年 7月 12日 (水) 20:41:53 JST
Index: slashjp/plugins/PubKey/PLUGIN diff -u slashjp/plugins/PubKey/PLUGIN:1.2 slashjp/plugins/PubKey/PLUGIN:1.3 --- slashjp/plugins/PubKey/PLUGIN:1.2 Fri Dec 24 05:13:42 2004 +++ slashjp/plugins/PubKey/PLUGIN Wed Jul 12 20:41:53 2006 @@ -1,4 +1,4 @@ -# $Id: PLUGIN,v 1.2 2004/12/23 20:13:42 oliver Exp $ +# $Id: PLUGIN,v 1.3 2006/07/12 11:41:53 sugi Exp $ name=PubKey description="Just allows a user's pubkey to be displayed" htdoc=pubkey.pl Index: slashjp/plugins/PubKey/pubkey.pl diff -u slashjp/plugins/PubKey/pubkey.pl:1.2 slashjp/plugins/PubKey/pubkey.pl:1.3 --- slashjp/plugins/PubKey/pubkey.pl:1.2 Fri Dec 24 05:13:42 2004 +++ slashjp/plugins/PubKey/pubkey.pl Wed Jul 12 20:41:53 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: pubkey.pl,v 1.2 2004/12/23 20:13:42 oliver Exp $ +# $Id: pubkey.pl,v 1.3 2006/07/12 11:41:53 sugi Exp $ use strict; use Slash 2.001; # require Slash 2.1 @@ -11,7 +11,7 @@ use Slash::XML; use vars qw($VERSION); -($VERSION) = ' $Revision: 1.2 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.3 $ ' =~ /\$Revision:\s+([^\s]+)/; sub main { my $slashdb = getCurrentDB(); @@ -31,6 +31,7 @@ content_type => 'text/plain', filename => "pubkey-$uid.asc", do_etag => 1, + dis_type => 'inline', content => $content }); }