diff options
author | ivan <ivan> | 2002-04-07 00:00:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-07 00:00:41 +0000 |
commit | fca110eff969104793774ed717985e91c53f5318 (patch) | |
tree | 310d308115a9c1a8e1126d047f1f5d7820f4797e /httemplate/docs | |
parent | 99a8652052e5b036e7db08c32603c0feadc60e85 (diff) |
- config option for signup server payment types
- credit card type pulldown on signup server (closes: Bug#383)
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/signup.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/signup.html b/httemplate/docs/signup.html index e7472158a..117cf2947 100644 --- a/httemplate/docs/signup.html +++ b/httemplate/docs/signup.html @@ -11,6 +11,7 @@ webserver. On this machine, install: <li><a href="http://www.perl.com/CPAN/doc/relinfo/INSTALL.html">Perl</a> (at least 5.004_05 for the 5.004 series or 5.005_03 for the 5.005 series. Don't enable experimental features like threads or the PerlIO abstraction layer.) <li><a href="http://search.cpan.org/search?dist=Text-Template">Text::Template</a> <li><a href="http://search.cpan.org/search?dist=Storable">Storable</a> + <li><a href="http://search.cpan.org/search?dist=Business-CreditCard">Business-CreditCard</a> <li><a href="http://www.sisd.com/useragent">HTTP::Headers::UserAgent</a> (version 2.0 or higher; not yet indexed correctly on CPAN) <li><a href="man/FS/SignupClient.html">FS::SignupClient</a> (copy the fs_signup/FS-SignupClient directory to the external machine, then: perl Makefile.PL; make; make install) |