public
Description: A redmine plugin for supporting RD as a wiki format
Homepage:
Clone URL: git://github.com/yugui/redmine_rd_formatter.git
commit  e3d27753ff3006f24c2be3b3e46a750a8fd351d8
tree    f9de378efdc29112d58d6e5d0f038fdd2cd36ea4
parent  f2e5e22fc6d2c172713cc69e8a5ee4f47c402806
name age message
file README Sat Oct 11 20:42:11 -0700 2008 initial import [yugui]
directory app/ Sun Nov 09 03:11:39 -0800 2008 Pluggable wiki formatting patch was merged. And... [yugui]
directory assets/ Sat Oct 11 20:42:11 -0700 2008 initial import [yugui]
file init.rb Sat Oct 11 20:42:11 -0700 2008 initial import [yugui]
directory lib/ Sat Oct 11 20:42:11 -0700 2008 initial import [yugui]
README
= Redmine RD formatter

This is a redmine plugin for supporting RD as a wiki format.

== What is redmine?
Redmine is a flexible project management web application.
See ((<the official site|URL:http://www.redmine.org>)) for more details.

== What is RD?
RD -- Ruby Document Format -- is Ruby's POD.

It is a lightweight markup language, which was commonly used in Ruby-related
documents. Some of experienced Ruby programmers still love it.

See ((<the article on Wikipedia|URL:http://en.wikipedia.org/wiki/Ruby_Document_format>))
for more details.

== Plugin installation
=== Prerequisites
* Redmine and its prerequisites
* RDTool - http://raa.ruby-lang.org/list.rhtml?name=RDtool

=== Installation
(1) Copy the plugin directory into the vendor/plugins directory
(2) Start Redmine

Installed plugins are listed on 'Admin -> Information' screen.


== Future Plans
* supporting RT.