Skip to content

creecros/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanboard's website

This website is a simple HTML static webpage.

How to add a new plugin to the list?

Update the files plugins.json and index.html, then send a pull-request.

  • compatible_version is the latest stable version tested with your plugin.
  • remote_install allows people to install the plugin from the Kanboard user interface.

Your plugin archive must contains a folder with the plugin name (namespace), example:

MyPlugin-1.0.0.zip
└── MyPlugin
    ├── Controller
    ├── Locale
    │   └── fr_FR
    ├── Template
    │   ├── ...
    ├── Test
    │   └── ...
    └── ...

The archive will be extracted by Kanboard into the folder plugins as plugins/MyPlugin.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.0%
  • CSS 9.0%