0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the 'render' keyword param for search, to simplify exposing searches as service apis. More... about 15 years ago
Added additional support for forcing vertical like behavior on non-vertical services by either injecting the topic into the query (previously this was only option), or pruning results based on presence of topic word (new option). More... about 15 years ago
Added support for querying GitHub as a service. More... about 15 years ago
Added TODO.md which contains additional projects. More... about 15 years ago
Added TODO file. More... about 15 years ago
Updated results.html template to include source of result as a CSS class. More... about 15 years ago
Refactored code to use result.html to render all templates instead of having per source templates. In preparation for automatic merging of overlaping results. More... about 15 years ago
Added support for querying Delicious. More... about 15 years ago
Added support for using Metaweb as a service. More... about 15 years ago
Updated example project to use two services. More... about 15 years ago
Refactored _qty attribute to allow specifying maximum results for all subclasses of Service (BOSS, Amazon, Twitter, Springsteen,e tc). More... about 15 years ago
Refactored the _topic functionality to be available to all services. Allows injecting a term into search query for simulating verticals in search services without verticals. Also exposed "rewrite_query", to permit rewriting queries more granularly. More... about 15 years ago
Fixed typo. More... about 15 years ago
Removed CSS from gae_example. More... about 15 years ago
Removed default templates. More... about 15 years ago
Rearranged local_settings.py in gae_example. More... about 15 years ago
Added script for building gae_deployable package. More... about 15 years ago
Updated gae_example and readme. More... about 15 years ago
Added template for running on Google App Engine. More... about 15 years ago
Updated .gitignore. More... about 15 years ago
Updated to provide query logging facility for Google App Engine. Activate with SPRINGSTEEN_LOG_QUERIES=True in settings.py More... about 15 years ago
Updated to use memcache.set instead of memcache.add. (Add prevents overwrites, but overwrites are desirable.) More... about 15 years ago
Added support for logging queries. Activate with SPRINGSTEEN_LOG_QUERIES=True and SPRINGSTEEN_LOG_DIR="/path/to/log/dir" in settings.py file. Cannot yet be activated on Google App Engine. More... about 15 years ago
Moved caching functions to utils.py More... about 15 years ago
Updated caching mechanism to detect Google App Engine runtime and use its caching mechanism if available. More... about 15 years ago
Removed unused import. More... about 15 years ago
Stripped out my email from local_settings.py. Ack. More... about 15 years ago
Updated max_batches to be overrideable in settings.py using the SPRINGSTEEN_MAX_BATCHES value. This affects the maximum number of requests attempted for a given query. More... about 15 years ago
Fixed typo in services.py More... about 15 years ago
Made cosmetic changes to services.py to be better organized. More... about 15 years ago