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
-
Ensure having installed the pico_placing plugin (https://github.com/ollierik/Pico-Placing) (or do not use the "Placing" attribute)
-
Copy the "pico_admin" folder into your Pico installation's "plugins" folder
-
Open the admin_config.php file and insert your SHA1 hashed password
-
Visit http://www.yoursite.com/admin and login
-
Thats it :)
See CHANGELOG.md
Pico Admin was written by Kay Stenschke, www.coexec.com
License: see http://opensource.org/licenses/MIT
- Pico Admin Plugin was initially started by refactoring and extending the Pico Editor plugin by Gilbert Pellegrom.
- The inline Markdown RTE is markItUp! (http://markitup.jaysalvat.com/)
- The plugin uses jQuery (http://jquery.com/), jQuery UI (www.jqueryui.com) and the jQuery plugin introjs (http://usablica.github.io/intro.js/)
- Pico Admin uses icons from the Font Awesome project (http://fortawesome.github.io/Font-Awesome/).