The content currently integrated with Findjango is just the beginning. With time and effort Findjango will grow into an increasingly comprehensive search over Djangodom. To accomplish that I need access to your Django-related data. If you blog about Django, have a repository of snippets, write tutorials or host projects, I'd love to have your content integrated into Findjango.
All that requires is exposing some kind of search api that can be queried and returns JSON formatted data. If at all possible, it would be extra-helpful to cohere with the Springsteen format.
{
'total_results':200, 'results':
[
{'text': "some data", 'title':"My data", 'url':"http://example.org/test/1/"},
{'text':etc','title':'a','url':'http://'}
]
}
Also, rather than returning all of your blog entries (or whatever your data source may be), please filter them for entries which include the django tag, etc, to reduce noise. The more sources police themselves the less restrictive my pruning algorithms need to be.
django tag.django tag.django tag. Joel's Django-related content centers primarily on Flex and PyAMF.mod_wsgi.In addition to these sources for results, I constructed a simple index of the Django documentation, which supplies the Related Documentation results.
Code by Will Larson. Design by Kevin Fricovsky. All Rights Reserved, 2009.
Add Findjango as Search Provider (Firefox)