All Projects → ruby → redmine_rd_formatter

ruby / redmine_rd_formatter

Licence: MIT license
A redmine plugin for supporting RD as a wiki format

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Redmine RD Formatter

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

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 for more details.

Installation

Add this line to your application's Gemfile:

gem 'redmine_rd_formatter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install redmine_rd_formatter

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].