Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Repo-bitbucket.js
Repo-bitbucket.js is a jQuery plugin that alows embed public bitbucket repository on your site. Repo-bitbucket.js is influenced by Darcy Clarke's repo.js.
Repo-bitbucket.js uses (like [repo.js]) Markus Ekwall's jQuery Vangogh plugin for styling of file contents.
Example Use
HTML:
<link href='http://fonts.googleapis.com/css?family=Cousine' rel='stylesheet' type='text/css'> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <link href="repo-bitbucket/repo-bitbucket.css" rel="stylesheet" type='text/css'> <script src="repo-bitbucket/repo-bitbucket.js" type="text/javascript"></script>
Javascript:
$('#repository').bitbucket({user : 'miroslavmagda', repository : 'repo-bitbucket.js', revision : 'master'});
You can also get a specific revision:
$('#repository').bitbucket({user : 'miroslavmagda', repository : 'repo-bitbucket.js', revision : '8a2143f0e994'});
@version NA 0.9
License
All code is open source and dual licensed under GPL and MIT. Check the individual licenses for more information.