Table Of Contents:
Markup Extensions DNN integration Powered by XsltDb Download Install |
DNN Integration FeaturesEasyWiki is naturally integrated in DotNetNuke, since it is a DNN module.
DNN ModuleAs with any other DNN module you'll configure module through module settings, you will add EasyWiki module instances to pages and be able to assign view and edit permissions (on the whole module instance, that is not at page level, at the moment).
Token-ReplaceEasyWiki markup engine also supports DNN tokens. That is you can include DNN tokens within markup, for example:
Hello world, it is now [date:now]
will be rendered as:
Hello world, it is now 18/05/2012 17.00 See a live sample of all DNN tokens.
Search-EngineEasyWiki implements ISearchable, that is all EasyWiki pages are automatically indexed by DNN's built-in searchengine, and searchable through the standard search functions.
|