summaryrefslogtreecommitdiffstats
path: root/not-maintained/pttpi/cgi/t/article.list.pl
diff options
context:
space:
mode:
Diffstat (limited to 'not-maintained/pttpi/cgi/t/article.list.pl')
-rw-r--r--not-maintained/pttpi/cgi/t/article.list.pl16
1 files changed, 0 insertions, 16 deletions
diff --git a/not-maintained/pttpi/cgi/t/article.list.pl b/not-maintained/pttpi/cgi/t/article.list.pl
deleted file mode 100644
index 27370aa1..00000000
--- a/not-maintained/pttpi/cgi/t/article.list.pl
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/perl
-# $Id: article.list.pl,v 1.1 2003/05/19 02:04:14 in2 Exp $
-use Frontier::Client;
-use Frontier::RPC2;
-use MIME::Base64;
-use Data::Dumper;
-do 'host.pl';
-
-$bid = $ARGV[0] || 0;
-
-$server = Frontier::Client->new(url => $server_url);
-$result = $server->call('article.list',
- $bid, # bid
- 0); # from # article
-
-print Dumper($result);