From e546ee3ec94e4322a4a48034699f5b00cd1988a6 Mon Sep 17 00:00:00 2001 From: Zearin Date: Tue, 15 Jan 2013 10:40:41 -0500 Subject: [PATCH 1/4] =?UTF-8?q?`README.txt`=E2=86=92`README.md`=20(use=20m?= =?UTF-8?q?arkdown=20for=20README)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Markdown is designed to be the best of both worlds—perfectly readable as plain text, but also a 1:1 mapping to HTML. Beats the hell out of `*.txt` any day. ☺ --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..32fc294 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +# DuckDuckGo Safari Extension + +## What +Very rudimentary Safari extension which installs a DuckDuckGo search bar onto Safari 5+. + + +## Background +I love DuckDuckGo and it always annoyed me that the plugin Glims had to be installed to add DuckDuckGo to the search bar. Unfortunately, Safari Extensions cannot alter the search bar (At least I don't think! Prove me wrong!) so this adds a new toolbar with a DuckDuckGo search in it. This extension also adds a context menu search. + + +## Download +The extension can be downloaded at: http://vaporstun.com/files/duckduckgo-safari-extension/DuckDuckGoBar.safariextz + + +## Enabling Extensions +* You must have Safari 5 installed: http://www.apple.com/safari/download/ +* Go into Preferences... | Advanced | Check "Show Develop menu in menu bar" | Close Preferences +* In menu bar, go to Develop | Enable Extensions + + +## Issues/Support +This is a pet project, and as such, there is absolutely no warranty at all. Use at your own risk. This is also being actively developed, so expect it to change frequently. If there are issues, feel free to log them here: http://github.com/vaporstun/duckduckgo-safari-extension/issues + + +## Other Notes +You will need to sign up for a Safari Extension Certificate if you want to fork and build the extension. If you have no idea what I'm talking about, click here: http://lmddgtfy.com/?q=safari%20extension%20certificate + + +--Victor +vaporstun [at] gmail + + +Copyright (C) 2010 Victor Quinn + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. From 3fe3938e44df7d536a5232e311fdfcfb49f4efa7 Mon Sep 17 00:00:00 2001 From: Zearin Date: Tue, 15 Jan 2013 10:50:40 -0500 Subject: [PATCH 2/4] Minor edits to `README.md` Tweaked for style, clarity, formatting, and readability --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 32fc294..45484e7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # DuckDuckGo Safari Extension -## What -Very rudimentary Safari extension which installs a DuckDuckGo search bar onto Safari 5+. +## What is it? +Very rudimentary Safari extension which provides a DuckDuckGo search bar in Safari 5+. ## Background -I love DuckDuckGo and it always annoyed me that the plugin Glims had to be installed to add DuckDuckGo to the search bar. Unfortunately, Safari Extensions cannot alter the search bar (At least I don't think! Prove me wrong!) so this adds a new toolbar with a DuckDuckGo search in it. This extension also adds a context menu search. +I love DuckDuckGo. But it always annoyed me that the plugin Glims had to be installed to add DuckDuckGo to the search bar. Unfortunately, Safari Extensions cannot alter the search bar. (At least, I don’t think so. I’d love it if you proved me wrong!) + +So, this extension adds a new toolbar with a DuckDuckGo search in it. It also adds a context menu search. ## Download @@ -13,17 +15,24 @@ The extension can be downloaded at: http://vaporstun.com/files/duckduckgo-safar ## Enabling Extensions -* You must have Safari 5 installed: http://www.apple.com/safari/download/ -* Go into Preferences... | Advanced | Check "Show Develop menu in menu bar" | Close Preferences -* In menu bar, go to Develop | Enable Extensions +* You must have [Safari 5+](http://www.apple.com/safari/download/) installed +* Open **Safari ▶ Preferences...** (shortcut: `⌘,`) + * Select **Advanced** + * Check the box **Show Develop menu in menu bar** + * Close Preferences +* In menu bar, select **Develop ▶ Enable Extensions** ## Issues/Support -This is a pet project, and as such, there is absolutely no warranty at all. Use at your own risk. This is also being actively developed, so expect it to change frequently. If there are issues, feel free to log them here: http://github.com/vaporstun/duckduckgo-safari-extension/issues +This is a pet project, and as such, there is absolutely no warranty at all. Use at your own risk. The project is also under active development, so expect it to change frequently. + +If there are issues, [feel free to report them.](http://github.com/vaporstun/duckduckgo-safari-extension/issues) ## Other Notes -You will need to sign up for a Safari Extension Certificate if you want to fork and build the extension. If you have no idea what I'm talking about, click here: http://lmddgtfy.com/?q=safari%20extension%20certificate +You will need to sign up for a Safari Extension Certificate if you want to fork and build the extension. + +No idea what I’m talking about? [Go here.](http://lmddgtfy.com/?q=safari%20extension%20certificate) --Victor From 1e3fa2bb550c2b9e3b87355c0a9350154a1e3d2b Mon Sep 17 00:00:00 2001 From: Zearin Date: Tue, 15 Jan 2013 10:51:25 -0500 Subject: [PATCH 3/4] =?UTF-8?q?Added=20`README.txt`=20symlink=20for=20non-?= =?UTF-8?q?markdown=20luddites=E2=80=A6just=20in=20case=20=E2=98=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.txt | 55 +----------------------------------------------------- 1 file changed, 1 insertion(+), 54 deletions(-) mode change 100644 => 120000 README.txt diff --git a/README.txt b/README.txt deleted file mode 100644 index b623c69..0000000 --- a/README.txt +++ /dev/null @@ -1,54 +0,0 @@ -DuckDuckGo Safari Extension ---------------------------- - -What ----- -Very rudimentary Safari extension which installs a DuckDuckGo search bar onto Safari 5+. - - -Background ----------- -I love DuckDuckGo and it always annoyed me that the plugin Glims had to be installed to add DuckDuckGo to the search bar. Unfortunately, Safari Extensions cannot alter the search bar (At least I don't think! Prove me wrong!) so this adds a new toolbar with a DuckDuckGo search in it. This extension also adds a context menu search. - - -Download --------- -The extension can be downloaded at: http://vaporstun.com/files/duckduckgo-safari-extension/DuckDuckGoBar.safariextz - - -Enabling Extensions -------------------- -* You must have Safari 5 installed: http://www.apple.com/safari/download/ -* Go into Preferences... | Advanced | Check "Show Develop menu in menu bar" | Close Preferences -* In menu bar, go to Develop | Enable Extensions - - -Issues/Support --------------- -This is a pet project, and as such, there is absolutely no warranty at all. Use at your own risk. This is also being actively developed, so expect it to change frequently. If there are issues, feel free to log them here: http://github.com/vaporstun/duckduckgo-safari-extension/issues - - -Other Notes ------------ -You will need to sign up for a Safari Extension Certificate if you want to fork and build the extension. If you have no idea what I'm talking about, click here: http://lmddgtfy.com/?q=safari%20extension%20certificate - - --Victor -vaporstun [at] gmail - - -Copyright (C) 2010 Victor Quinn - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/README.txt b/README.txt new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/README.txt @@ -0,0 +1 @@ +README.md \ No newline at end of file From 6a87ada4c7611d9c8a761685ee0a4289bfa7e255 Mon Sep 17 00:00:00 2001 From: Zearin Date: Tue, 15 Jan 2013 10:54:19 -0500 Subject: [PATCH 4/4] Indented license text block --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 45484e7..ce9a3cd 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,18 @@ No idea what I’m talking about? [Go here.](http://lmddgtfy.com/?q=safari%20ext --Victor vaporstun [at] gmail + Copyright (C) 2010 Victor Quinn -Copyright (C) 2010 Victor Quinn + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.