X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fdocs%2Fsignup.html;h=6f1e03930a17f61e8e551b42ed5e8b80ace01678;hb=29ac7c07924cb5a6af7fa978eb8ff5037b7bea31;hp=a00995994a6a73a9ccab2d08e94da06b35d26af9;hpb=c2e9ca0ddbdcd3588f94c8c550120c73c0844bb1;p=freeside.git diff --git a/htdocs/docs/signup.html b/htdocs/docs/signup.html index a00995994..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) @@ -41,6 +41,17 @@ Optional:
  • $password
  • $email_name - first and last name -(an example file is included as fs_signup/ieak.template) + (an example file is included as fs_signup/ieak.template) +
  • 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.