aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-10-28 00:48:33 -0400
committerTeddy Wing2013-10-28 00:48:33 -0400
commit1da5b02f2dbed158bf23556267391ce8e1e45234 (patch)
treef9d4653b8ef024f2c42c78132e05650e58250ba1
parent523a8379b4537e247a58452782eb2598138fd23c (diff)
downloadNo-More-GitHub-Neck-Cricks-for-Safari-1da5b02f2dbed158bf23556267391ce8e1e45234.tar.bz2
Add LICENSE and README
-rw-r--r--LICENSE19
-rw-r--r--README.md32
2 files changed, 51 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..b7b028b
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2013 Teddy Wing
+
+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 the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE. \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d148b3c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+No More GitHub Neck Cricks for Safari
+=====================================
+
+A Safari browser extension that rotates the [GitHub](https://github.com) Network Graph 90 degrees so that branch names are horizontal and easier to read.
+
+
+# Installing
+The easy and quick way is to double-click the `no-more-github-neck-cricks.safariextz` file and click the “Install” button when prompted. This will add the extension to your list of Safari extensions.
+
+If you want to be able to test and modify the extension, then install it via the Safari Extension Builder. You'll need a Safari developer certificate (https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/UsingExtensionBuilder/UsingExtensionBuilder.html#//apple_ref/doc/uid/TP40009977-CH2-SW1).
+
+Ensure that you have the Develop menu enabled. Under the menu, select the “Show Extension Builder” option. Click the “+” button at the bottom-left corner of the Extension Builder window and choose “Add Extension…”. Select the `no-more-github-neck-cricks.safariextension` directory. You will now be able to install the extension by clicking the “Install” button at the top right.
+
+
+# Help! Mouse-dragging is all weird!
+The graph may be rotated, but the controls aren’t. Here's a handy translation key.
+
+## Mouse dragging
+* UP: graph moves RIGHT
+* DOWN: graph moves LEFT
+* LEFT: graph moves UP
+* RIGHT: graph moves DOWN
+
+## Arrow keys (keyboard)
+* UP: graph moves LEFT
+* DOWN: graph moves RIGHT
+* LEFT: graph moves DOWN
+* RIGHT: graph moves UP
+
+
+# License
+No More GitHub Neck Cricks is licensed under the MIT License. See the included LICENSE file.