Changeset 116
- Timestamp:
- 09/02/08 17:04:39 (4 months ago)
- Files:
-
- 1 modified
-
django/trunk/utils/googlesearch/docs.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
django/trunk/utils/googlesearch/docs.txt
r115 r116 2 2 -------------------- 3 3 4 Django Google Search is a simple wrapper around Google Business4 Django Google Search is a simple wrapper around Google Site 5 5 Search. You can use it to add a custom, Google-powered search engine 6 to your Web site by using Google BusinessSearch XML service.6 to your Web site by using Google Site Search XML service. 7 7 8 8 Even though this application is free, a key for Google Business Search 9 9 is needed to make it work. 10 11 http://www.google.com/sitesearch/ 10 12 11 13