I'm working on my first plugin, and want to be able to use a
dedicated section in trac.ini to specify certain options. I know
that I can simply add a new section and items to trac.ini and then
retrieve the values with something like:
objectname.config.get()
however it looks like I should also be declaring my options using the
classes Option, BoolOption, etc. defined in config.py. I've read
through some of the source and the online developer documentation,
but I don't yet have a good understanding of when and how these
classes should be used. Can anyone shed any light on this or point
me toward a document or thread which discusses this issue?
Thanks,
-- Phil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" 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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---