Em Terça 25 Abril 2006 17:42, David Guaraglia escreveu: > Yeah, but that would generate an interesting "chicken-egg" problem... > what framework should the search engine be written in? Should I look up > in the search engine to know which framework should I use to write it? > ... You could recurse into oblivion :)
You can have it dumped in a text file and then "grep -c" for several framework names. Use the one that gives more hits to write a search interface and repeat until you found a suitable framework for the search engine. ;-) (First of all you need data, later you'll have the interface so you don't need to write the interface beforehand.) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

