X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fdocs%2Fsignup.html;h=6f1e03930a17f61e8e551b42ed5e8b80ace01678;hb=c30183b25bfe0f99b96bbe9f1baf099fec323d02;hp=c78d1362c4cc03659acb1738ee539a4d2469d90f;hpb=959663cd4d4885295f44de43ac005e55d054102f;p=freeside.git diff --git a/htdocs/docs/signup.html b/htdocs/docs/signup.html index c78d1362c..6f1e03930 100644 --- a/htdocs/docs/signup.html +++ b/htdocs/docs/signup.html @@ -10,7 +10,7 @@ webserver. On this machine, install:
  • SSH
  • Perl (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.)
  • Text::Template -
  • HTTP::Headers::UserAgent (version 2.0 or higher; not yet indexed correctly on CPAN) +
  • HTTP::Headers::UserAgent (version 2.0 or higher; not yet indexed correctly on CPAN)
  • FS::SignupClient (copy the fs_signup/FS-SignupClient directory to the external machine, then: perl Makefile.PL; make; make install) @@ -42,6 +42,16 @@ Optional:
  • $email_name - first and last name (an example file is included as fs_signup/ieak.template) -
  • If there are any entries in the prepay_credit table, a user can enter a string matching the identifier column to receive the credit specified in the amount column, after which that identifier is no longer valid. This can be used to implement pre-paid "calling card" type signups. +
  • If you create a /usr/local/freeside/cck.template file on the external machine, the variables defined will be sent to Netscape users with MIME type application/x-netscape-autoconfigure-dialer-v2. This file will be processed with Text::Template with the following variables available: + + (an example file is included as fs_signup/cck.template). See the Netscape documentation for more information. +
  • If there are any entries in the prepay_credit table, a user can enter a string matching the identifier column to receive the credit specified in the amount column, after which that identifier is no longer valid. This can be used to implement pre-paid "calling card" type signups. The bin/generate-prepay script can be used to populate the prepay_credit table.