Projects tagged ‘java’ and ‘mediawiki’


[11 total ]

3 Users
   

Jamwiki is a state-of-the-art reimplementation of Mediawiki in Java (servlet 2.3 and Java 1.5 compatibility). It can be run with or without a database and is designed to be fast and easy to set up.
Created over 2 years ago.

2 Users
   

The goal of this project is to design and develop an automated web based tool that can be used to synchronize and/or migrate content from one Wiki implementation to another (e.g. between MediaWiki and ... [More] JSPWiki). The tool will among others need to understand the different wiki formats, represent these formats in an unified object model and perform necessary conversions. It should also take advantage of any programmatic APIs exposed by the wiki servers to perform read and write operations. All conversions and data transfers have to be optionally logged and reported. [Less]
Created 12 months ago.

2 Users

Textile-J is a Java library that provides a simple parser for multiple wiki markup languages[1],[2] (Textile, MediaWiki / WikiMedia, Confluence, and TracWiki), an Eclipse editor for editing Textile ... [More] markup, and a simple JFace text viewer that can be used to display the markup in an SWT or eclipse environment. The Java library may be used standalone or as an Eclipse plugin. The parser can be used on its own to convert markup to XHTML or DocBook, or the parser can be used with the provided JFace viewer to display the Textile in a UI such as eclipse. This project has been contributed to Elipse Mylyn as WikiText. Find out more here: http://greensopinion.blogspot.com/2008/08/textile-j-is-moving-to-mylyn-wikitext.html [Less]
Created about 1 year ago.

1 Users

WikiPipes is a Java library for programatic wiki usage. WikiPipes can * log into a wiki * fetch a page by name * download it locally as wiki snytax or STIF (essential XHTML) * upload STIF ... [More] or native wiki syntax For MediaWiki it can also return the link to the Semantic MediaWiki RDF feed. [Less]
Created about 1 year ago.

0 Users

Mini3D is a simple 3D engine that runs in a Java applet Models are based on geometric primitives: sphere, cone, cylinder, box. A model is passed to the applet in text mode, as a parameter. The text ... [More] description is a concise vrml-like language, with motion and composite objects. There is also a php wrapper to embed the applet in MediaWiki the Wiki3D extension Sample codeSample code below for composite objects and motion. { { box w=50 h=100 l=200 trn(-150,0,0) color(255,0,0) [rot(15,0,0)] } { cylinder r=50 h=100 trn(-50,0,0) color(0,255,0) [rot(0,5,0)] { cone r=20 h=40 trn(0,0,-70) rot(90,0,0) color(255,255,0) } } { cone r=50 h=100 trn0(0,50,0) trn(50,0,0) color(0,0,255) [rot(5,0,0)] } { [trn(0,0,5) step 10] [trn(0,0,-5) step 20] [trn(0,0,5) step 20 goto 2] { sphere r=100 f=0.5 trn(150,0,0) color(0,128,128) [rot(0,3,0)] } } }To doFor future developments I'd like to add physics simulation. I already have implemented masses and gravity [Less]
Created about 1 year ago.

0 Users

Eclipse plugin for editing Wikipedia texts: Converts Wikipedia syntax to HTML. Features: syntax highlighting, content outline&assist, templates, HTML preview&insert, Java/PHP link2wiki, PDF creation
Created about 1 year ago.

0 Users

IntroductionBased on the character map found in MediaWiki to convert Java String between traditional and simplified Chinese characters Details// Instantiation will fetch the property file which load ... [More] the Chinese character mappings ZHConverter converter = ZHConverter.getInstance(ZHConverter.SIMPLIFIED); String simplifiedStr = converter.convert("有背光的機械式鍵盤"); // Or ZHConverter.convert("有背光的机械式键盘", ZHConverter.TRADITIONAL)RequirementThe code is compiled against Java 1.3. [Less]
Created 4 months ago.

0 Users

The Java Wikipedia API (Bliki engine) is a parser library for converting Wikipedia syntax to HTML/PDF and converting HTML back to Wikipedia syntax.
Created about 1 year ago.

0 Users

The ClayWiki Project provides Java tools, libraries and frameworks for the Wiki software Mediawiki. Building on that, tools are provided for the Wikimedia Foundation projects, such as Wikipedia, etc. ... [More] ClayWiki MediaWiki Lib is a Java version of the Mediawiki APIs and capabilities. ClayWiki RC-Broker, short for Recent Changes Broker, is a library for real-time consumption of Wikipedia's events. Behind the scenes, the broker connects to the recent changes IRC server of the Wikimedia Foundation, joins the specified channels, parses the events and delivers them to listeners. All this is done with clean abstractions and easy to use API. ClayWiki Dump Parser is a tool to query Wikipedia dump files. These are large (~10GB) XML files that cannot be queried using a naive (i.e. XSL) approach. ClayWiki Citation system extension for MediaWiki News[2008-10-11] claywiki-citation-ng-0.0.1 created. See CitationNG. [2007-10-11] claywiki-rc-broker-0.2.2 released. See RcBroker. [2007-10-2] claywiki-rc-broker-0.2.1 released. See RcBroker. [Less]
Created about 1 year ago.

0 Users

WikiBench is a web application benchmark tool, written as part of a master thesis at the Vrije Universiteit Amsterdam. WikiBench is best described as a distributed, Wikipedia based web application ... [More] benchmark. The following graph is the result of a 24H WikiBench benchmark on a single Mediawiki installation, using only 0.5% of Wikipedia traffic. [Less]
Created 4 months ago.