On Sun, Jan 18, 2009 at 11:09 PM, Lukasz Szybalski <[email protected]> wrote: > > On Sat, Jan 17, 2009 at 6:26 AM, Jorge Vargas <[email protected]> wrote: >> >> On Fri, Jan 16, 2009 at 11:14 PM, Lukasz Szybalski <[email protected]> >> wrote: >>> >>> Where can I find a cogbin source code? >>> >>> I would like to run similar application on my server. >>> >>> Thanks, >>> Lucas >> >> http://svn.turbogears.org/website/dynamic/ >> >> bonus points if you transform it into a tg2 app and add some of the >> new features, it will be really nice if it could handle any index not >> just pypi >> > > What other index pages exists?
several, most big projects have one TG install with one by default (http://www.turbogears.org/2.0/downloads/current/index), pylons too I believe it's http://pylonshq.com/download/ > How do I create an index? well you have several approaches, you could start simply by putting files into a webdir, or you could use any of the available packages for this. I have heard of at least 3 programs but I can't recall their names at the moment. > What features? I'm not well versed on the subject (creating indexes and such) so perhaps someone else could point out what is needed to integrate several indexes. That said the cogbin needs: - support for TG2 packages - a clean separation between TG1 and TG2 compatibility, for example the fictional tg.identity.ldap package, will not work with TG2 as tg.identity was replaced. - some sort of compatibility warning, ie; this package only works with tg1 kind of thing - probably a suggestion and/or replacement feature, that will say instead of package X for TG1.x use package Y for TG2.x - porting the code to a newer TG version - more tags, categories and keywords --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

