proxima-cms / core

Proxima CMS - A Kohana 3 powered content management system
http://cms.proxima.cc
MIT License
2 stars 0 forks source link

Adding new modules via file upload (tar or zip), or git submodule #7

Closed badsyntax closed 12 years ago

badsyntax commented 12 years ago

Add the option to add new modules by:

  1. File upload
    • The file needs to be in format 'tar' or 'zip')
    • The file will be unarchived to the module dir
  2. Git submodule
    • The user will specify a submodule path and the application will clone the repo as a submodule within the modules dir
badsyntax commented 12 years ago

Refs #15

badsyntax commented 12 years ago

This is pretty much complete now.