diff options
author | ivan <ivan> | 2005-03-10 15:18:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-10 15:18:20 +0000 |
commit | 494d3290ee8d145acb6f009e2f53f4ed4de7a0ea (patch) | |
tree | 97dfa4e064d7ba6676dbe4f01d403ff31bf39499 | |
parent | b2790f150672ee966a02bfb3fe81c7b6a235cfa8 (diff) |
add Frontier::RPC to docs too
-rw-r--r-- | README.1.5.7 | 2 | ||||
-rw-r--r-- | httemplate/docs/install.html | 1 | ||||
-rw-r--r-- | httemplate/docs/upgrade10.html | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/README.1.5.7 b/README.1.5.7 index 40ad50915..4f823e9a5 100644 --- a/README.1.5.7 +++ b/README.1.5.7 @@ -105,7 +105,7 @@ create-history-tables username rate rate_detail rate_region rate_prefix reg_code dbdef-create username install Javascript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS, -Spreadsheet::WriteExcel and IO-stringy (IO::Scalar) +Spreadsheet::WriteExcel, IO-stringy (IO::Scalar) and Frontier::RPC afterwords (for installs w/integrated RT): make configure-rt diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 52d992dbc..9c7b6d205 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -65,6 +65,7 @@ Before installing, you need: <li><a href="http://search.cpan.org/dist/Text-CSV_XS">Text::CSV_XS</a> <li><a href="http://search.cpan.org/dist/Spreadsheet-WriteExcel">Spreadsheet::WriteExcel</a> <li><a href="http://search.cpan.org/dist/IO-stringy">IO-stringy (IO::Scalar)</a> + <li><a href="http://search.cpan.org/dist/Frontier-RPC">Frontier::RPC</a> <!-- <li><a href="http://search.cpan.org/dist/Crypt-YAPassGen">Crypt::YAPassGen</a> --> <li><a href="http://search.cpan.org/dist/ApacheDBI">Apache::DBI</a> <i>(optional but recommended for better webinterface performance)</i> </ul> diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index 0e79244cb..3d19906a7 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -10,7 +10,8 @@ install Net::SSH 0.08 install NetAddr::IP, Chart::Base, Locale::SubCountry, JavaScript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS, -Spreadsheet::WriteExcel and IO-stringy (IO::Scalar) <!-- and Crypt::YAPassGen--> +Spreadsheet::WriteExcel, IO-stringy (IO::Scalar) and Frontier::RPC +<!-- and Crypt::YAPassGen--> INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 20, 'svc_external-id', 'en_US', 'External ID' ); INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 21, 'svc_external-title', 'en_US', 'Title' ); |