Plugin Documentation Files

Plugin Documentation Files

LICENSE

This is the text of the license for the plugin. Because Akelos is released under the GNU Lesser General Public License, plugins should also be so licensed. A copy of the license is here.

MAINTAINERS

This is a list of the plugin's maintainers, their email addresses, and their maintenance function. The one for the geo_kit plugin looks like this:

Alan Lake <alan.lake-a.t-lakeinfoworks-d.ot-co.m> Lead developer

README

This file tells the user how to install and how to use the plugin. An abbreviation of the geo_kit looks like this:

Geo_kit Plugin
===================================

Installation
--------------------------------

    cd [APP_ROOT]
    Make sure that the framework setup has been done, i.e. config/config.php has been created.
    Make sure that config/config.php is writable by both user (you) and Apache:
        chown user:apache . -R
        chmod g+rw . -R
            Note: chown must be run as root.  The author, a Linux user, put these commands in a 
                  file that he runs under sudo.
    ./script/plugin install geo_kit
    cd ./app/vendor/plugins/geokit
    edit config/config.php according to the comments in it.
    makelos install

After installing you can visit http://yourhost.com/geo_kit

Feature Summary
--------------------------------

A Note on Terminology
--------------------------------

Usage
--------------------------------

How To
--------------------------------
1. 

2. 
:
:

High level notes on what's where
--------------------------------

Obviously, different plugins will require different paragraphs. As expert, conciencious documentors, you will know what to add and what to omit from yours.

TODO

Is where you note the features that you plan to add to your plugin in a new version, as well as a place where third parties may submit new features.

Submit your contributions to http://trac.akelos.org

* Stop adding features :)

Return

 
plugin-documentation-files.txt · Last modified: 2009/01/14 04:51 by 202.138.246.2
 

The Akelos Framework was created by Bermi Ferrer and other contributors.
Potions of the code and documentation have been ported from Ruby on Rails.

The Akelos Framework is released under the LGPL license.

"Akelos", "Akelos Framework", and the Akelos logo are trademarks of Bermi Labs All rights reserved.

Wiki driven by DokuWiki