Code Monkey home page Code Monkey logo

xdm-pannal-plugin-repo's Introduction

XDM-main-plugin-repo

Some advanced plugins for XDM. May need my modified XDM-develop branch for every plugin to work: https://github.com/pannal/XDM/tree/develop

The official main Plugin Repository for https://github.com/lad1337/XDM

The issue with this repo is that all plugins are downloaded on a single request.
But that could be easily changed if the download url link to different zip files.

XDM >= 0.5.0 can batch install plugins and if and does not redownload the same file in a batch.

Please feel free to use these plugins to create your own plugin(s).

Development

Easiest way to create your JSON is to use the "repoJSONmaker.py" that comes with XDM (>=0.5.0)

e.g. my run command for the dev branch is:

python repoJSONmaker.py --download_url https://github.com/lad1337/XDM-main-plugin-repo/archive/dev.zip --info_url https://github.com/lad1337/XDM-main-plugin-repo/tree/dev --name XDM\ main\ repo --path /Volumes/HDD/lad1337/workspace/XDM-main-plugin-repo/

This will load all of the plugins in /Volumes/HDD/lad1337/workspace/XDM-main-plugin-repo/ and write the meta.json into it with all the info extracted from the plugins. It also warns about missing identifiers or wrong plugin folder names.

===

{
    "name": "name of your repo",
    "info_url": "url to some site that has information on yout repo",    
    "plugins": {
        "identifier.of.your.plugin": [
            {
                "major_version": 0, // the major version number X of "X.Y" the version in the plugin
                "minor_version": 2, // the minor version number Y of "X.Y" the version in the plugin
                "format": "zip", // right now only zip is suported
                "desc": "The description of your plugin",
                "name": "The name/screen name. IMPORTEND: this must be the same as the folder name in the zip",
                "type": "Notifier",
                "xdm_version": [ // minimal XDM version needed for this plugin since XDM Zim 0.4.16
                    0, 
                    4, 
                    16
                ], 
                "download_url": "download to the zip containing the plugin"
            }
        ]
    }
}

See https://github.com/lad1337/XDM-main-plugin-repo/blob/master/meta.json for running example.
Please make sure your json is valid, check at http://jsonlint.com/

xdm-pannal-plugin-repo's People

Contributors

lad1337 avatar moneytoo avatar pannal avatar torf avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

carze

xdm-pannal-plugin-repo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.