Hi! I have just finished a plugin for Django CMS which gives you an integration with Trac wiki engine.
I really like Trac and its wiki syntax and I wanted to be able to use its wiki engine in Django CMS. So I made a plugin for cmsplugin-markup which enables you to have content written in its wiki syntax. In fact, it is a complete integration into Trac environment using directly Trac. So you can also use its macros and so on. Main features are: - real-time previewing in admin - integration with django-filer and cmsplugin-blog - use of Django template tags as Trac wiki macros - support for all text-enabled plugins to be inserted into the markup, so you can use content from django-filer (files, images ...) In general, it looks really great. ;-) Probably some work on performance improvements and caching could be done, but premature optimization is the root of all evil so I have not done that yet. Please check it out: https://bitbucket.org/mitar/cmsplugin-markup-tracwiki Any suggestions and/or improvements are more than welcome. More about Django CMS: http://www.django-cms.org/ Mitar -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to trac-dev@googlegroups.com. To unsubscribe from this group, send email to trac-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.