|
|
|
@ -1,6 +1,8 @@ |
|
|
|
|
<?php |
|
|
|
|
/** |
|
|
|
|
* Screencast widget |
|
|
|
|
* jcapture docs |
|
|
|
|
* http://www.nasdanika.com/wiki/doku.php?id=products:jcapture:start |
|
|
|
|
*/ |
|
|
|
|
$plugin_info = array( |
|
|
|
|
'title' => 'Jcapture Screencast', |
|
|
|
@ -8,3 +10,5 @@ $plugin_info = array( |
|
|
|
|
'version' => '1.0', |
|
|
|
|
'author' => 'Julio Montoya' |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|