Giter Site home page Giter Site logo

opentag-library-sdk's Introduction

Tag Library Repository & Development Tools

Introduction

Opentag hosts an ever-growing number of script tags submitted by vendors and curated by Qubit that makes it easy for webmasters and marketers to get them running on their websites.

This repository contains these tags in an easy to add and edit format.

Full Documentation

Quickstart guide

###Requirements

  • Java (version 1.7 or higher)
  • Git.

###Contribution process

If you want to contribute code back to this repository, please use the following procedure:

  • Fork this repository (by clicking the fork button above).

  • Checkout your fork of the repository

    git clone [email protected]:<your git account>/opentag-library-sdk.git

  • Make a branch for the new/altered tag(s)

    git checkout -b my-new-tag-name

  • Make your changes against the branch.

  • Commit changes back to your personal repository

    git commit -am "added new tag 'my new tag' " && git push

  • Pull request from your local repository back to the parent repostory.

  • We will review the changes, ask for any improvements, and if all is well, sync it back to repository.

  • Users using older versions of your tags will be notified of changes to their implementations when they next log in.

###Building Tag Libraries

As the above process specifies, fork the main repository, and check it out.

Next boot up your build server - this allows communication between our build tool, the file system and git.

Navigate to your repository, then run:

java -jar shared/bin/LibraryWizard.jar --build-and-run libraries/<vendor_name>

or (if you are not on Windows):

shared/bin/build.sh libraries/<vendor_name>

where <vendor_name> matches a directory in the libraries folder. By default the build server will serve contents using port 8888 (to change the port, use the --port option).

This will launch a browser showing the tag-library build tool. From here you can edit existing tags, create new versions of tags that will notify users of changes and write tests against your tags.

When you have finished editing your tags, commit them back to your local repository and pull request against our main repository.

opentag-library-sdk's People

Contributors

ajwolfram avatar alexolivier avatar benjamni avatar faichelbaum avatar franciscooney-tradedoubler avatar jhankim avatar kendrick-k avatar kidkarolis avatar kyleparisi avatar nortonshoppingguarantee avatar oliverwoodings avatar orianbreaux avatar ralake avatar wbecker 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.