Login

    Register

PROJECT CATEGORIES

 

miniwiki
Project Home Known Issues Contact Project

Author: Oscar Arevalo (All RIAForge projects by this author)
Last Updated: November 2, 2009 1:08 AM
Version: 0.1
Views: 1,791
Downloads: 78
Demo URL: http://www.oscararevalo.com/miniwiki/index.cfm
License: Apache License, Version 2

Description:

miniwiki is a very simple wiki application that is focused on providing only the most basic wiki functionality, while at the same time being easy to customize and having a small footprint.

miniwiki uses the HomePortals framework as the rendering engine and for content storage.

** no database required **

Usage
-----------
Using miniwiki is really simple, navigation is done automatically by following wikipage links. To add/edit page login using the provided link. The default password is "miniwiki". Anytime you reach a nonexistent page, click on Add/edit and you will be displayed a textearea to edit or create that page. You can also select from a previous version of that page.

To change the password edit the Application.cfc file and look for the line 8


Wiki Syntax
--------------
miniwiki uses a subset of restructured text for the wiki syntax, but it can easily be modified to use WikiMedia format using the wikiConverter project (http://wikiconverter.riaforge.org)

Supported Syntax:

* words in CamelCase are automatically converted to links for wikipages
* URLs beginning with http, https and ftp are automatically converted to links

* = header (h1) =
* == subheader (h2) ==
* === subheader (h3) ===
* ==== subheader (h4) ====
* *emphasis*
* ''emphasis''
* **bold**
* '''bold'''
* - bulleted list item

Requirements:

ColdFusion 8.01 or Railo 3 (or higher)
HomePortals framework (http://www.homeportals.net)

Issue Tracker:

There are no issues for this project.

To enter issues for this (or any other) project, you must be logged in.