DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:supa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:supa [2013-02-02 13:14] – [Patch für Angua but for Firefox only] removed manager.dat from diff achplugin:supa [2022-01-18 01:18] (current) – Obsolete, Java is not available anymore in browsers Klap-in
Line 1: Line 1:
-====== SUPA plugin ======+====== SUPA Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 11: Line 11:
 conflicts  conflicts 
 similar    : jcapture similar    : jcapture
-tags       : applet, java, media, upload, images+tags       : !obsolete, applet, java, media, upload, images
  
 downloadurl: http://supa.sourceforge.net/releases/dokuwiki-supa-latest.zip downloadurl: http://supa.sourceforge.net/releases/dokuwiki-supa-latest.zip
-bugtracker : https://sourceforge.net/tracker/?group_id=241947&atid=1117460 +bugtracker : http://sourceforge.net/p/supa/_list/tickets 
-sourcerepo : https://sourceforge.net/scm/?type=svn&group_id=241947+sourcerepo : http://sourceforge.net/p/supa/code/HEAD/tree/dokuwiki-plugin/trunk/
 ---- ----
 +
 +Java applets such as this plugin are not supported in recent browsers anymore.
 +
 +SUPA - Screenshot UPload Applet
 +
 +Project site: http://www.sourceforge.net/projects/supa
  
 ===== Download and Installation ===== ===== Download and Installation =====
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL from the download link above. Refer to [[:plugin_installation_instructions]] on how to install plugins manually. +Search and install the plugin using the [[plugin:extension|Extension Manager]] or manually with the download from the [[http://sourceforge.net/projects/supa/files/dokuwiki-plugin/|SourceForge Mirror]]. Refer to [[:Plugins]] on how to install plugins manually. 
  
-Old Versions of this plugin can be obtained from the [[http://www.sourceforge.net/projects/supa|SourceForge.net site]].+Old Versions of this plugin can be obtained from [[http://sourceforge.net/projects/supa/files/dokuwiki-plugin/]].
  
 If you are targeting a public or secure environment please consider [[#Signing Java|signing the Java code with your own certificate]]. If you are targeting a public or secure environment please consider [[#Signing Java|signing the Java code with your own certificate]].
Line 79: Line 85:
     * Register the eventhandlers     * Register the eventhandlers
     */     */
-   function register(&$controller) {+   function register(Doku_Event_Handler $controller) {
 -    //$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'get_applet', array ()); -    //$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'get_applet', array ());
      $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, 'decode_upload', array ());      $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, 'decode_upload', array ());
Line 209: Line 215:
          pastebutton.onclick = function (ev) {          pastebutton.onclick = function (ev) {
 </code> </code>
- 
  
  
Line 351: Line 356:
 __0.7__ __0.7__
   * Make sure it works with Rincewind   * Make sure it works with Rincewind
- 
plugin/supa.1359807286.txt.gz · Last modified: 2013-02-02 13:14 by ach

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki