Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.35 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.35 KB

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