Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 944 Bytes

File metadata and controls

25 lines (17 loc) · 944 Bytes

Developer Readme

Development install

Developed and tested on Publii 0.47.x

  1. Clone:
    git clone https://github.com/InPoint-Automation/PubliiDatabaseTool.git
    
  2. Install the plugin via Publii: Tools -> Plugins -> Install plugin, and select the packaged ZIP (see the Package section below).
  3. Enable in Publii (Tools -> Plugins), open its settings, render the site, inspect output HTML.

Package

Publii requires the files inside an DatabaseTool/ subfolder within the ZIP.

On Linux you can run a single command to make a clean .zip

ln -s . DatabaseTool && zip -r DatabaseTool.zip DatabaseTool/plugin.json DatabaseTool/main.js DatabaseTool/thumbnail.svg DatabaseTool/options "DatabaseTool/Third Party Licenses" DatabaseTool/README.md DatabaseTool/LICENSE; rm DatabaseTool

Otherwise, you can just directly zip up the whole DatabaseTool directory. You may consider to remove the screenshot, etc first.