Coder Social home page Coder Social logo

jukowski / jobad-modules Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kwarc/jobad-modules

0.0 2.0 0.0 834 KB

JOBAD Modules repository

Home Page: http://kwarc.github.io/jobad-modules/

License: GNU General Public License v3.0

JavaScript 82.99% CSS 17.01%

jobad-modules's Introduction

Official JOBAD Modules Repository

This repository contains the JOBAD Modules repository. For all information regarding JOBAD, please check the JOBAD Documentation at http://kwarc.github.io/jobad/stable.

Contributing Modules

You can contribute your own JOBAD modules here. For an introduction to writing JOBAD Modules, please see http://kwarc.github.io/jobad/stable/doc/html/intro/modules.html. To add your own module, please:

  • Fork this repository
  • Create your own subfolder in which you can put your own modules
  • add a README in that subfolder
  • add your modules in that subfolder
  • add your modules in jobad_repo.js, remember to put them into "provides" (array of your module identifiers) and "at" (identifier -> location of module map).
  • make a pull request

Please also make sure that

  • all your modules have (useful) author, title and description information.
  • your modules have unique identifiers, preferably all in the same namespace (you could use your name)
    • do not use the namespace "jobad"
  • if you want to add icons, use JOBAD.resources.provide and best give them in the data uri scheme
  • you do not change other peoples modules

Repository access

The repository is available at http://kwarc.github.io/jobad-modules/. For a list of all currently available modules, please check there.

To load modules from this repository with JOBAD, use

JOBAD.repo.loadFrom("http://kwarc.github.io/jobad-modules/", ["template"], function(suc, msg){
    if(suc){
        //modules loaded
    } else {
        //errror, msg will contain a message
    }
})

License

This repository is licensed the same way as JOBAD:

Copyright (C) 2013 KWARC Group <kwarc.info>
    
JOBAD is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

JOBAD is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with JOBAD.  If not, see <http://www.gnu.org/licenses/>.

jobad-modules's People

Contributors

dginev avatar jukowski avatar tkw1536 avatar

Watchers

 avatar  avatar

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.