ckwnc

Shortcode for including a ckwnc UML sequence diagram in a WordPress blog post.

Author:Daniel Walton (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:3.1.4
Plugin version:0.1
Added to WordPress repository:20-06-2011
Last updated:20-06-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.ckwnc.com/help.html#wordpress
Total downloads:703
plugin download
Click to start download

This plugin adds the [ckwnc] shortcode markup to your wordpress installation. This is enabled in posts
and any text widgets. A complete reference of how to create a ckwnc uml sequence diagram can be found at http://www.ckwnc.com/help.html

Example Usage:

[ckwnc]   me:actor   data:Data    data.get() {     me.callback() {       result.create()       logging.log() {         System.print()       }     }   }   data.release() [/ckwnc] 

Note that the javascript from http://www.ckwnc.com will be included in your page. We have decided to include the javascript from our server directly rather than copy a version into the plugin directory so that the
javascript can be kept up to date.