Freeside:1.7:Documentation:Developer

From Freeside
Revision as of 15:45, 19 July 2009 by RelliOrbod (talk | contribs)

Jump to: navigation, search

screaming headless torsos adult contacts in london optoma h56 dlp video projector men wearing condoms zyrtec d in kid sandbox video cheeses prolific usb serial converter driver teannakai site video web target center microsoft office frontpage 2003 crack nj hs football forum home lifts naruto 122 torrent download lyrica drug information rental agreement form canada adolescentes de foto lesbianas aprender consejos multiplicacion practicos tabla april coming in movie new cambridge ontario mapqust learn english free on line porn star movie finder asian free lesbian video cornet meridia message ttmailercgi freetranslation.com phoebe internet media program pattern worksheets wind burn solutions old classic movies questions about pregnancy tests open bottom girdles leo buscaglia video anime movie store sheep sort predictable good charlotte video dyshidrotic eczema hawaiian vacation rental morphine sulfate er crypto luxury cruise line promissary note airbrush ma tanning sexy clothing for women wet lesbian music ringtones for sony medical advice children

Introduction

Please consider sharing your modifications with the community and helping integrate them into the standard code!

Subscribe to the freeside-devel mailing list. Send your changes as unified diffs (diff -u). If possible, send changes against current CVS HEAD and also any branch they should be applied to (i.e. FREESIDE_1_7_BRANCH). However, if all you have is diffs against a release, well, probably best to send what you have rather than waiting.

Also note that the license requires that you provide source code if you provide hosted access to a modified Freeside instance.

Signup and self-service

You can of course customize the signup and self-service templates as well as plug into the self-service API from Perl, PHP or any other language via XML-RPC. See the FS::SelfService API.

There are notes for the existing signup.cgi, signup.html or success.html as well.

Backend plugins

The backend code is structured to make it easy to add "plugins" of various types. 1.7 allows you to easily add new price plans and exports. 1.9 extends this and additionally allows event plugins (conditions and actions) and new kinds of service tables.

Price plans

Price plans

Exports

Exports

(Invoice) Events

Invoice events have been refactored in 1.9.x and are now just events. The new events have "Condition" and "Action" plugins.

Services

Service tables are fully "plug-in" able - just create the table (see "Schema changes" below) and define the %info hash.

Additional developer information

Schema changes

Schema changes - Quick documentation on how to make schema changes

Agent virtualization

Agent-virtualized config - Quick notes on how to agent-virtualize new parts of the configuration tables

API documentation

1.7 API documentation

1.9 API documentation