Posiljam se sem. ;-)
Mitar
=================================================
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:
More about Trac: