diff options
Diffstat (limited to 'httemplate/docs/index.html')
-rw-r--r-- | httemplate/docs/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/httemplate/docs/index.html b/httemplate/docs/index.html new file mode 100644 index 000000000..7254d76f3 --- /dev/null +++ b/httemplate/docs/index.html @@ -0,0 +1,36 @@ +<head> + <title>Freeside Documentation</title> +</head> +<body bgcolor="#ffffff"> + <h1>Freeside Documentation</h1> +<img src="overview-new.png"> +<h3>Installation and upgrades</h3> +<ul> + <li><a href="install.html">New Installation</a> + <li><a href="install-rt.html">Installing integrated RT ticketing</a> + <li><a href="upgrade7.html">Upgrading from 1.3.0 to 1.3.1</a> + <li><a href="upgrade8.html">Upgrading from 1.3.1 to 1.4.0</a> + <li><a href="upgrade9.html">Upgrading from 1.4.0 to 1.4.1</a> + <li><a href="upgrade-1.4.2.html">Upgrading from 1.4.1 to 1.4.2</a> + <li><a href="upgrade10.html">Upgrading from 1.4.1 (or 1.4.2) to 1.5.7</a> +</ul> +<h3>Configuration and setup</h3> +<ul> +<!-- + <li><a href="config.html">Configuration files</a> +!--> + <li><a href="admin.html">Administration</a> +<!-- + <li><a href="../index.html#admin">Administration</a> +!--> + <li><a href="export.html">Exports</a> + <li><a href="selfservice.html">Signup, self-service and reseller interfaces</a> + <li><a href="billing.html">Billing</a> +</ul> +<h3>Developer</h3> +<ul> + <li><a href="schema.html">Schema reference</a> + <li><a href="man/FS.html">Perl API</a> + <li><a href="legacy.html">Importing legacy data</a> +</ul> +</body> |