alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Friki example source code file (sourceforge-justification.txt)

This example Friki source code file (sourceforge-justification.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Friki tags/keywords

a, currently, i'd, it, java, java, jsp, source, source, velocity, ward, ward, webmacro, what

The Friki sourceforge-justification.txt source code

A "wiki" collaboration tool, written in Java and designed to be small, simple and extendable.  Currently at version 2.0.5. Source, installable "war", documentation and demo currently available via my site at http://www.efsol.com/ .

This project is one of many attempts at implementing the "wiki" concept in Java.  What distinguishes Friki from the others is its concise and simple nature, easy deployment, and emphasis on user customisation.  It uses its own simple "page template" system rather than heavyweight JSP, Velocity, Webmacro etc. for output formatting; it stores pages in a simple text format but allows easy "plugging" of alternative storage strategies; it supports the full "classic wiki" markup syntax using regular expressions (using the standard API on Java 1.4, or the free "jregex" library ( already at sourceforge ) on Java 1.3; it also supports a few common markup extensions such as inter-wiki links and Ward Cunningham's table syntax from his "fit.c2.com" site.

Up until now I have been the sole developer of this project, but it now has quite a few users and a number of people have expressed a wish to feed back changes to the code base.  So I'd like to add the project to sourceforge and make use of your CVS and release systems.

Future plans include completing the internationalization process to allow deployers to easily customise all aspects of the displayed text, and decoupling the regular-expression substitution pipeline from the wiki model to allow it to be externally configured and/or re-used as a separate component in other software.

Other Friki examples (source code examples)

Here is a short list of links related to this Friki sourceforge-justification.txt source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.