Welcome to the WikiApps web
Note: This web is a work in progress. Please feel free to improve it whenever you feel something could be done better.

Foswiki is shockingly powerful. While you can use it "out of the box" without ever developing your own applications, there are many, many ways it can be used to simplify your business processes.
At some point you will want to explore the power at your fingertips.
In this web you will find Wiki Applications which have been developed by users (you can even add your own) to help out people like you, who need to get things done.
Wiki Applications are topics that have been written to address common requirements. You can use them as they come, or use them as inspiration or a template for your own custom applications.
The applications are all designed so they can be integrated into your local installation of Foswiki, and you can even test drive many of them on this site, by navigating to the pages below.
Integration is as simple as copying the topics that make up the application into your own wiki.
Add a New Wiki App
Add a New Wiki App
After you fill in the form below, an overview topic will be created which will allow people to see the wiki application in action here, or download the application for use on their own local installation of Foswiki.
If you have not already done so, please review the to see how this web works, and get explanations of the fields below.
%STARTSECTION{"js"}%<literal><script type="text/javascript">
jQuery(document).ready(function($) {
$("#App_Name").change(function() {
var app_name = $(this).val();
var wiki_app_label = document.getElementById('wiki_app_label') ;
var overview_topic_name = document.getElementById('overview_topic_name') ;
document.getElementById('wiki_app_label').innerText = foswiki.String.makeWikiWord(app_name)+'';
overview_topic_name.value = foswiki.String.makeWikiWord(app_name)+'Overview';
});
});
</script></literal>%ENDSECTION{"js"}%
This topic: WikiApps
> WebHome
Topic revision:
15 Dec 2011, PadraigLennon
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
