From aa781957e879eb39067bd938220eb9110046bd09 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Thu, 27 Sep 2012 13:46:09 -0400 Subject: [PATCH 1/3] Update Copyright --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13cd745..3b3d1b7 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ John Crepezzi (The MIT License) -Copyright © 2011 John Crepezzi +Copyright © 2011-2012 John Crepezzi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in From 08d37cc7f7b013d8572dd4568583874578343957 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 22 Oct 2012 14:40:52 -0400 Subject: [PATCH 2/3] Added support section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3b3d1b7..af482ab 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ to do things like: which will output a URL to share containing the contents of `cat something`'s STDOUT. Check the README there for more details and usages. +## Support + +Please consider paying what you feel this project is worth: + + + Pay + + ## Tested Browsers * Firefox 8 From 54e55b1b0d4ebd5c3a1cc838f11046733483b19f Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Wed, 19 Dec 2012 08:12:08 -0500 Subject: [PATCH 3/3] Added JSON to extension map (JS) Closes #28 --- static/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/application.js b/static/application.js index 7afb014..9b26ee1 100644 --- a/static/application.js +++ b/static/application.js @@ -168,7 +168,7 @@ haste.extensionMap = { lua: 'lua', pas: 'delphi', java: 'java', cpp: 'cpp', cc: 'cpp', m: 'objectivec', vala: 'vala', cs: 'cs', sql: 'sql', sm: 'smalltalk', lisp: 'lisp', ini: 'ini', diff: 'diff', bash: 'bash', sh: 'bash', tex: 'tex', erl: 'erlang', hs: 'haskell', - md: 'markdown', txt: '', coffee: 'coffee' + md: 'markdown', txt: '', coffee: 'coffee', json: 'js' }; // Look up the extension preferred for a type