Skip to content

coexec/pico_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico Admin Plugin

Adds an administration backend to Pico CMS, containing:

  • A file manager for .md content files inside /content/
  • An online Markdown editor with preview option and some Markdown insertion options
  • An inline image manager with upload, download, preview, and storing of additional meta (title, description per image) options

Install

  1. Ensure having installed the pico_placing plugin (https://github.com/ollierik/Pico-Placing) (or do not use the "Placing" attribute)

  2. Copy the "pico_admin" folder into your Pico installation's "plugins" folder

  3. Open the admin_config.php file and insert your SHA1 hashed password

  4. Visit http://www.yoursite.com/admin and login

  5. Thats it :)

Changelog

See CHANGELOG.md

Author & License

Pico Admin was written by Kay Stenschke, www.coexec.com

License: see http://opensource.org/licenses/MIT

Third Party Credits