X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=60831ecd578aa898e8f0e90d54b75cfb1789e294;hp=ca33300660f47d8acd97988262700e6add9e83a9;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=f02dd9b0e5042ef000d9338089eed50988d48914 diff --git a/FS/FS.pm b/FS/FS.pm index ca3330066..60831ecd5 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -14,8 +14,7 @@ FS - Freeside Perl modules =head1 SYNOPSIS -FS is the unofficial (i.e. non-CPAN) prefix for the Perl module portion of the -Freeside ISP billing software. This includes: +Freeside perl modules and CLI utilities. =head2 Utility classes @@ -25,9 +24,7 @@ L - Freeside configuration option meta-data. L - User class (not yet OO) -L - Non OO-subroutines for the web interface. This is -depriciated. Future development will be focused on the FS::UI user-interface -classes (see below). +L - Non OO-subroutines for the web interface. =head2 Database record classes @@ -60,6 +57,10 @@ L - Service definition class L - Column constraint class +L - External provisioning export class + +L - Export option class + L - Package (billing item) definition class L - Class linking package (billing item) @@ -87,6 +88,10 @@ L - Invoice class L - Invoice line item class +L - Invoice event definition class + +L - Completed invoice event class + L - Payment class L - Payment application class @@ -113,7 +118,27 @@ L - Job queue L - Job arguments -=head2 User Interface classes (under development; not yet usable) +=head1 Remote API modules + +L + +L + +L + +=head2 Command-line utilities + +L + +L + +L + +L + +L + +=head2 User Interface classes (under (stalled) development; not yet usable) L - User-interface base class @@ -139,17 +164,17 @@ Providers. The Freeside home page is at . -The main documentation is in htdocs/docs. - -=head1 VERSION - -$Id: FS.pm,v 1.10 2001-10-24 15:29:30 ivan Exp $ +The main documentation is in httemplate/docs. =head1 SUPPORT -A mailing list for users and developers is available. Send a blank message to +A mailing list for users is available. Send a blank message to to subscribe. +A mailing list for developers is available. It is intended to be lower volume +and higher SNR than the users list. Send a blank message to + to subscribe. + Commercial support is available; see . @@ -166,10 +191,6 @@ perl(1), main Freeside documentation in htdocs/docs/ =head1 BUGS -The version number of the FS Perl extension differs from the version of the -Freeside distribution, which are both different from the CVS version tag for -each file, which appears under the VERSION heading. - Those modules which would be useful separately should be pulled out, renamed appropriately and uploaded to CPAN. So far: DBIx::DBSchema, Net::SSH and Net::SCP...