hamstar / Braincase

A personal knowledge base system for expansion of the mind in a virtual space.
4 stars 1 forks source link

Merge the autobackup plugin into the braincase plugin #319

Open hamstar opened 11 years ago

hamstar commented 11 years ago

Need to build the autobackup plugin into the braincase (var/lib/dokuwiki/lib/plugins/braincase) plugin.

This could be done by setting up the braincase plugin folder structure like so:

|- braincase
 \ - action
   \ - dropbox.php
    |- memories.php
    |- mailstopper.php

The class names become action_plugin_braincase_dropbox etc.

As it stands the autobackup plugin contains code specific to braincase. This way allows a merger while still separating concerns.

See plugin file structure for help.