diff --git a/README.md b/README.md index 2616af4..09e0495 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ # netdb.io-plugins netdb.io plugins. + +## This is the oficial repository for netdb.io + +## What is a netdb plugin? +Plugins are tools that will run agains the dataset of specific workspace. PLugins run sandboxed, so no plugin can comunicate with the netdb software, but netdb suftware can. Plugin trying to access to the netdb platform itself, will be deleted. + +## Coding standars + +## How it works? +QUite simple. + +1. netdb will dispatch to your html, postMesage event with an array. +2. Array will contain two key:values which are: data and configuration. +3. Then.. You will recivie the event message, and do something with the data and config. + +## Current plugins +* host screenshot +* + +## Submit your plugin + + + +## Contributors so far + +* @jamesjara +* @fmonge diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..b849713 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-leap-day \ No newline at end of file diff --git a/maps/index.html b/maps/index.html new file mode 100644 index 0000000..dc3675d --- /dev/null +++ b/maps/index.html @@ -0,0 +1,114 @@ + + +
+ +