On Tue, 2006-04-18 at 17:37 +0530, Rao, Madhusoodhana wrote:
> Please tell me how the twiki pages are stored or how the persistence of
> twiki pages is done?
> I am very much beginner for trac so, please suggest me which module/code
> I need to look for this.

TWiki is another wiki software and is unrelated to Trac:
http://twiki.org/

If you're just wondering how Trac stores the Wiki pages, they are kept
in a SQLite database in the Trac project.  If you want to access the
pages through code, look at "trac/wiki/api.py" and "trac/wiki/model.py"
in the Trac source.

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to