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 is a plugin for embedding OpenSteetMaps into a JSPWiki page.
I would like to develop a JSPWiki plugin to use cytospace.js easily on this wiki system.
This plugin will provide a form to upload a picture with its location and it automatically create a new page for the picture.
基本的に作ったプログラムは、オープンソースにしたいと思いますが、いくつかライセンスがあります。どれを使うか検討したいと思います。
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. [#1]How to write a plugin, https://jspwiki-wiki.apache.org/Wiki.jsp?page=HowToWriteAPlugin