1 2 3 4 | <a href="http://henning.cco-ev.de/django/djangosnippets.html">Search djangosnippets.org</a> Sorry no real code here - but useful anyway :) Read the description. |
1 2 3 4 | <a href="http://henning.cco-ev.de/django/djangosnippets.html">Search djangosnippets.org</a> Sorry no real code here - but useful anyway :) Read the description. |
Comments
Or you can do what I assume a lot of people might do and search: "something site:www.djangosnippets.org/snippets"
Though custom searches are sometimes VERY helpful if they are really refined.
#
Normally I use site: with Google but this custom search automatically excludes duplicates because every snippet is available under four urls (/users/, /languages/, /tags/, /popular/). For example "authentication" is found 10 times with custom search but only using site: will result in 58 matches.
Besides I wanted to show that every site now can integrate nicely a helpful search without much work.
#
So useful! Thx henning!
#