Changeset 139901
- Timestamp:
- 07/27/2009 11:21:26 PM (17 years ago)
- Location:
- gliffy-plugin-for-wordpress/trunk
- Files:
-
- 3 edited
-
gliffy-plugin-for-wordpress.php (modified) (1 diff)
-
gliffy-wp-options.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gliffy-plugin-for-wordpress/trunk/gliffy-plugin-for-wordpress.php
r139173 r139901 4 4 Plugin URI: http://wiki.gliffy.com/display/APIAPPS/WordPress+Plugin 5 5 Description: Create diagrams and insert them into your posts or pages! Look for the "Diagrams" menu when you activate the plugin, and use the Gliffy button on the media bar to insert diagrams. Once activated, make sure to <a href="options-general.php?page=gliffy-config">configure</a> the plugin in the settings menu. 6 Version: 0.1. 26 Version: 0.1.3 7 7 Author: Gliffy, Inc. 8 8 Author URI: http://www.gliffy.com/ -
gliffy-plugin-for-wordpress/trunk/gliffy-wp-options.php
r139445 r139901 55 55 </th> 56 56 <td style="vertical-align:middle;"> 57 <a href="<?php echo $gliffy_root , '/gliffy/account/accountAPILogin.jsp '; ?>" onClick="showPopup(this.href);return(false);" >Get API Credentials</a>57 <a href="<?php echo $gliffy_root , '/gliffy/account/accountAPILogin.jsp?application=wordpress'; ?>" onClick="showPopup(this.href);return(false);" >Get API Credentials</a> 58 58 <a style="padding: 25px;" href="<?php echo $gliffy_root , '/gliffy/commerce/signup.jsp'; ?>">Don't have a Gliffy Account?</a> 59 59 </td> -
gliffy-plugin-for-wordpress/trunk/readme.txt
r139445 r139901 1 1 === Gliffy for WordPress === 2 2 Contributors: gliffy 3 Donate link: http://www.gliffy.com 4 Tags: gliffy, diagram, drawing, flowchart, uml 3 Tags: gliffy, diagram, drawing, draw, flowchart, uml, post, page, plugin, edit 5 4 Requires at least: 2.8 6 5 Tested up to: 2.8.2 7 6 Stable tag: 0.1.3 8 7 9 The Gliffy plugin allows you to create diagrams and insert them into your posts or pages. Create all kinds of diagrams: drawings, flowcharts, UML, etc8 The Gliffy plugin allows you to create diagrams and insert them into your posts or pages. Draw all kinds of diagrams: flowcharts, UI mockups, UML, etc 10 9 11 10 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.