[freeside-commits] freeside/httemplate/docs install.html, 1.92, 1.93 upgrade10.html, 1.53, 1.54

Ivan,,, ivan at wavetail.420.am
Sun Sep 25 01:13:38 PDT 2005


Update of /home/cvs/cvsroot/freeside/httemplate/docs
In directory wavetail:/tmp/cvs-serv32619/httemplate/docs

Modified Files:
	install.html upgrade10.html 
Log Message:
get rid of JSRS iframe foo for progress bar, use XMLHTTPRequest instead.  really should have done that in the first place.  JSON will wait until another day...

Index: upgrade10.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/docs/upgrade10.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- upgrade10.html	24 Aug 2005 14:07:24 -0000	1.53
+++ upgrade10.html	25 Sep 2005 08:13:36 -0000	1.54
@@ -18,8 +18,7 @@
 - In httpd.conf, change <Files ~ \.cgi> to  <Files ~ (\.cgi|\.html)>
 - In httpd.conf, change <b>AddHandler perl-script .cgi</b> or <b>SetHandler perl-script</b> to <b>AddHandler perl-script .cgi .html</b>
 
-install NetAddr::IP, Chart::Base, Locale::SubCountry, 
-JavaScript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS, 
+install NetAddr::IP, Chart::Base, Locale::SubCountry, Text::CSV_XS, 
 Spreadsheet::WriteExcel, IO-stringy (IO::Scalar), Frontier::RPC
 (Frontier::RPC2), MIME::Entity (MIME-tools) and IPC::Run3
 <!-- and Crypt::YAPassGen-->

Index: install.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/docs/install.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- install.html	4 Aug 2005 08:39:19 -0000	1.92
+++ install.html	25 Sep 2005 08:13:36 -0000	1.93
@@ -61,7 +61,6 @@
       <li><a href="http://search.cpan.org/dist/Chart">Chart</a>
       <li><a href="http://search.cpan.org/dist/Crypt-PasswdMD5">Crypt::PasswdMD5</a>
       <li><a href="http://search.cpan.org/dist/Locale-SubCountry">Locale::SubCountry</a>
-      <li><a href="http://search.cpan.org/dist/JavaScript-RPC">JavaScript::RPC (JavaScript::RPC::Server::CGI)</a>
       <li><a href="http://search.cpan.org/dist/Frontier-RPC">Frontier::RPC</a>
       <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>



More information about the freeside-commits mailing list