FreenetWiki : WritingAFreenetPlugin

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2008-04-10 06:50:46 by JimiDini [added link to page with some details on coding]

Additions:
(see FreenetPluginInterface)

Deletions:
(add some content here.)



Edited on 2007-11-18 10:20:49 by TimesE [1]

Additions:

Some Ideas

The transport to other net like as http://www.jabber.org/ or http://www.torproject.org/. Some services like as news or blogging.



Oldest known version of this page was edited on 2007-10-29 17:57:06 by BombeQ [First version.]
Page view:
Writing a plugin for Freenet 0.7 is not that complicated.

The Code


(add some content here.)

The Packaging


Plugins are normal JAR files that can be found everywhere in Java-speaking world. But in order for the Freenet Node to be able to load your plugin correctly you have to take care of a couple of things:


Getting People to Use It


Okay, your plugin is ready, you have tested it and it works. Now you want other people to be able to use it, right? Right.


Now all people have to do to use your plugin is:


Now your plugin will be downloaded and stored locally to reduce load on your server. Then the manifest is searched for the “Plugin-Main-Class” attribute and the given class will be loaded. If everything worked out, your plugin will now be listed in the “Running Plugins” section of the Plugins page and will in fact be running in the background.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0765 seconds