Martin, The database models for plugins and repositories is described in the following models.py file: http://bitbucket.org/saqimtiaz/tiddlyhub/src/tip/tiddlyhub/plugins/models.py
See the following for details on how Django uses the models in this file to create database tables and provide an API for interaction: http://docs.djangoproject.com/en/dev/topics/db/models/#topics-db-models For the relationship between a Plugin and a Repository please refer to the repository field on Plugin which describes an optional many to one relationship between Plugins and a Repository: http://bitbucket.org/saqimtiaz/tiddlyhub/src/tip/tiddlyhub/plugins/models.py#cl-33 Saq On May 6, 5:38 pm, Martin Budden <[email protected]> wrote: > Saq, > > I've spent some time looking through this and have got the gist of how > the aggregator works. I'm not so clear how the django database is > structured, though. Can you add a paragraph to the readme describing > this? > > Thanks, > > Martin > > 2009/5/6 ybabel <[email protected]>: > > > > > Hi, > > > great idea ! > > how do we register to repository ? > > for examplehttp://ideia.tiddlyspot.comcontains my plugin, but also > > some third-party plugins... Is it possible to mark the specific > > plugins ? > > > Yoann > > > On May 6, 7:35 am, Saq Imtiaz <[email protected]> wrote: > >> On May 5, 9:29 pm, Måns <[email protected]> wrote: > > >> > Regarding css/styles & themes: > >> > It would be wonderfull with something similar for styletweaks and > >> > themes contributions from the community!! > > >> This is something that I've considered and I've ensured that the > >> TiddlyHub code base is extensible and could in the future be used for > >> indexing other types of TiddlyWiki addons as well, such as themes. > >> While this is not a priority just now with the focus being on getting > >> the plugin portion up and running, the issue will be revisited at a > >> later date. > > >> Saq > > >> PS: There's an open ticket for this actually, and any contributions > >> would be very > >> welcome!http://bitbucket.org/saqimtiaz/tiddlyhub/issue/9/extend-tiddlyhub-to-... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

