This page (revision-1) was last changed on 20-Apr-2024 11:53 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20-Apr-2024 11:53 1 KB UnknownAuthor

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 29 lines
[{PageViewPlugin}]
[Location], [JSPWiki]
!!!Abstract
One of the characteristics of [JSPWiki] is the easy customization by developping additional plugins. Let me record the development of my personal plugin here.
!!!Topics
*JSPWiki Plugin開発の基本
|[Maven]使って、開発しましょう。POM.xmlの作り方などは、[1]参照
|src/main/resources/iniフォルダの下にjspwiki_module.xmlを作るのを忘れないようにしましょう。
|Maven installでjarファイルができます。それをクラスパスの通っている場所に置きましょう。僕はTomcat/libに置いてしまいます。
*[OSM Plugin]
|OSM Plugin is a plugin for embedding OpenSteetMaps into a JSPWiki page.
*[Cytoscape Plugin]
|I would like to develop a JSPWiki plugin to use cytospace.js easily on this wiki system.
*[GeoPicPlugin]
|This plugin will provide a form to upload a picture with its location and it automatically create a new page for the picture.
*[オープンソースライセンス]について
|基本的に作ったプログラムは、[オープンソース|opensource]にしたいと思いますが、いくつかライセンスがあります。どれを使うか検討したいと思います。
*[FileMgrPlugin]
|This plugin is for test automatic processes such as downloading linked source files of pictures, attaching downloaded files, and updating src value of all pages. This plugin could be dangerous if you do not understand how those process could work, because it could change many data files automatically. Source file -> [https://github.com/tateshitah/FileMgrPlugin]
!!!Reference
#[#1]How to write a plugin, [https://jspwiki-wiki.apache.org/Wiki.jsp?page=HowToWriteAPlugin]