https://duckduckgo.com/assets/logo_homepage.normal.v102.png

[http://duckduckgo.com DuckDuckGo] is a web search engine created with the principle of privacy in mind. 
Their lemma is:

: <i>We believe in better search and real privacy at the same time.</i>

Four important things they do:

* Have [https://duckduckgo.com/goodies tons of goodies] -- Small application that you can use just typing some keywords at the search box.
* Don't [http://donttrack.us/ track you].
* Don't [http://dontbubble.us/ bubble you].
* Drop the clutter.

Just so as you know, if you don't want to type the full domain all the time, the site is accessible under the alternate http://ddg.gg

== DDG ==
There is an application for using the [http://api.duckduckgo.com DuckDuckGo API] (and use goodies!) composing of three files:

* Lisp:ddg.el -- A library for retrieving information from !DuckDuckGo. See [[DuckDuckGo-el]].
* Lisp:ddg-search.el -- Some commands for interactive searching and displaying results. Requires the next library.
* Lisp:ddg-mode.el -- A major mode for displaying properly the results.

Download all these three libraries and add the following into your InitFile(.emacs):

    (setq load-path (cons "/path/to/all/ddg/files" load-path))
    (require 'ddg)
    (require 'ddg-search)
    (require 'ddg-mode)

You can call !DuckDuckGo from the minibuffer using M-x <code>duckduckgo</code>. 

Also you can call a browser with a term using M-x <code>duckduckgo-web</code> or M-x <code>duckduckgo-emacswiki</code> for searching EmacsWiki's articles.

== Searching EmacsWiki using DuckDuckGo ==

If you like to search EmacsWiki articles you can type the following at the search box at [http://duckduckgo.com DuckDuckGo] site:

Suppose you're looking for "how to use emacs" inside the emacswiki site, type <code>site:emacswiki.org how to use emacs</code>.


Looking for this article? Type the following: <code>site:emacswiki.org CategoryDuckDuckGo</code>.

What about OrgMode? Type this: <code>site:emacswiki.org Orgmode</code>. Oh! You want to look for some manuals at the [http://orgmode.org Org main page], then type this: <code>site:orgmode.org some tutorials</code>.


----
SiteMap
