From 18ad1210282362b6ab636ccbd58a86bbf210ac19 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Wed, 4 Jun 2008 21:35:35 +0000 Subject: rename Mtr service to Tr service as well --- qooxdoo/source/mtr.cgi | 26 -------------------------- qooxdoo/source/tr.cgi | 26 ++++++++++++++++++++++++++ qooxdoo/source/translation/messages.pot | 2 +- 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100755 qooxdoo/source/mtr.cgi create mode 100755 qooxdoo/source/tr.cgi (limited to 'qooxdoo') diff --git a/qooxdoo/source/mtr.cgi b/qooxdoo/source/mtr.cgi deleted file mode 100755 index 1cf543c..0000000 --- a/qooxdoo/source/mtr.cgi +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/sepp/bin/perl-5.8.8 -w -use strict; -$ENV{PATH}="/usr/pack/mtr-0.72-mo/amd64-debian-linux3.1/sbin"; -use lib qw( perl ); - -use CGI; -use CGI::Util qw(expires); -use CGI::Session; -use Qooxdoo::JSONRPC; - -$Qooxdoo::JSONRPC::debug=1; - -# Change this space-separated list of directories to include -# Qooxdoo::JSONRPC.pm and co-located Services - -# If this module can't be found, the previous line is incorrect - -# Instantiating the CGI module which parses the HTTP request - -my $cgi = new CGI; -my $session = new CGI::Session; - -# You can customise this harness here to handle cases before treating -# the request as being JSON-RPC -Qooxdoo::JSONRPC::handle_request ($cgi, $session); - diff --git a/qooxdoo/source/tr.cgi b/qooxdoo/source/tr.cgi new file mode 100755 index 0000000..1cf543c --- /dev/null +++ b/qooxdoo/source/tr.cgi @@ -0,0 +1,26 @@ +#!/usr/sepp/bin/perl-5.8.8 -w +use strict; +$ENV{PATH}="/usr/pack/mtr-0.72-mo/amd64-debian-linux3.1/sbin"; +use lib qw( perl ); + +use CGI; +use CGI::Util qw(expires); +use CGI::Session; +use Qooxdoo::JSONRPC; + +$Qooxdoo::JSONRPC::debug=1; + +# Change this space-separated list of directories to include +# Qooxdoo::JSONRPC.pm and co-located Services + +# If this module can't be found, the previous line is incorrect + +# Instantiating the CGI module which parses the HTTP request + +my $cgi = new CGI; +my $session = new CGI::Session; + +# You can customise this harness here to handle cases before treating +# the request as being JSON-RPC +Qooxdoo::JSONRPC::handle_request ($cgi, $session); + diff --git a/qooxdoo/source/translation/messages.pot b/qooxdoo/source/translation/messages.pot index f5b505c..bb4689d 100644 --- a/qooxdoo/source/translation/messages.pot +++ b/qooxdoo/source/translation/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-04 23:31+0200\n" +"POT-Creation-Date: 2008-06-04 23:33+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- cgit v1.2.3-24-g4f1b