Skip to content

Instantly share code, notes, and snippets.

@johnbender
Created November 28, 2008 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbender/29908 to your computer and use it in GitHub Desktop.
Save johnbender/29908 to your computer and use it in GitHub Desktop.
GITHUB_JSON_URL = "http://github.com/api/v1/json/{0}?callback={1}";
DYNAMIC_SCRIPT_TEMPLATE = "<script src='{0}' type='text/javascript' ></script>";
GITHUB_PROJECTS_CLASS = ".github-projects";
REPO_TEMPLATE =
"<div class='github-repo'>"
+ "<a href='{0}' target='_blank'>"
+ "{1}<img class='github-repo-link-image'"
+ "src='http://erlanguid.com/icons/external.png'"
+ "</a>"
+"</div>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment