Skip to content
forked from tardate/jtab

Guitar Tab Notation for the Web (Javascript/CSS/SVG)

Notifications You must be signed in to change notification settings

OskarsPakers/jtab

This branch is up to date with tardate/jtab:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa1a352 · Oct 3, 2016
Jul 9, 2009
Jul 24, 2009
Nov 1, 2013
Aug 7, 2009
Sep 28, 2016
Oct 3, 2016
Aug 4, 2014
Jul 24, 2012
Jul 24, 2012
Jul 24, 2012
Jul 24, 2012

Repository files navigation

jTab - Guitar Chord and Tab Library

this is the source repository for the jTab Javascript library.

See jTab for more info..

Hosting

I'm using GitHub Pages to host jtab.tardate.com directly from the GitHub repository.

How does that work? GitHub Pages basically serves whatever you commit to the repo. For static HTML sites, that means simply adding an index.html to the root of the repo.

GitHub now allows you to select the branch from which GitHub Pages are built. I've chosen to serve directly from the master branch.

To host on a custom URL, just two steps:

  • in DNS, configure a CNAME to point to .github.io
  • add a CNAME file to the repo root with the matching CNAME in DNS (GitHub does this for you automatically if you add the custom url in the web interface)

Contributing

  1. Fork it ( https://github.com/tardate/fretboard_web/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Guitar Tab Notation for the Web (Javascript/CSS/SVG)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.6%
  • HTML 37.2%
  • CSS 1.2%