summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorivan <ivan>2005-02-08 20:22:46 +0000
committerivan <ivan>2005-02-08 20:22:46 +0000
commitfc9e97f6cab72de473288470c0681534caf25ea5 (patch)
tree1aa26f5ab82003b2fb01eb77936b5771c056129c /FS/FS.pm
parent85b4db91819ef43709a7d9728af3a7f1aa37b07a (diff)
make self-service session cache module configurable, start framework for in-database session cache
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm28
1 files changed, 20 insertions, 8 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 57a1f6cfe..f5b2b96e4 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -160,6 +160,24 @@ L<FS::queue_depend> - Job dependencies
L<FS::msgcat> - Message catalogs
+L<FS::clientapi_session>
+
+L<FS::clientapi_session_field>
+
+=head1 Client API
+
+L<FS::ClientAPI>
+
+L<FS::ClientAPI_SessionCache>
+
+L<FS::ClientAPI::Signup>
+
+L<FS::ClientAPI::passwd>
+
+L<FS::ClientAPI::MyAccount>
+
+L<FS::ClientAPI::Agent>
+
=head1 Remote API modules
L<FS::SelfService>
@@ -194,15 +212,9 @@ L<freeside-bill>
L<freeside-overdue>
-=head2 User Interface classes (under (stalled) development; not yet usable)
-
-L<FS::UI::Base> - User-interface base class
-
-L<FS::UI::Gtk> - Gtk user-interface class
-
-L<FS::UI::CGI> - CGI (HTML) user-interface class
+=head2 User Interface classes
-L<FS::UI::agent> - agent table user-interface class
+L<FS::UI::Web> - Web user-interface class
=head2 Notes