I'm just starting down the same road so I hope you found success or at least some resources.
So far I've had to manually add the tables found in tools.py to Oracle. >From here it looks like I might need: from gluon.tools import Auth, Crud, Service, PluginManager, prettydate, Wiki auth = Auth(db) crud, service, plugins = Crud(db), Service(), PluginManager() wiki = Wiki(auth=auth, render='html') or perhaps I'll put it after auth.define_tables(username=True, migrate=False) I'll keep you posted. -Bill On Friday, September 21, 2012 7:44:13 PM UTC-5, guruyaya wrote: > > I'm trying to figure out how to use the built in auth.wiki feature. > I read the markmin syntax allows expending the syntax using the "extra" > tag. Is there a way to implement it in auth.wiki? where should the de of > the extra functionality be? > > *Is there a guide containing all options for this feature?* > > Thanks in advance > Yair > --