An open API service indexing awesome lists of open source software.

https://github.com/rubyworks/rundown

Javascript RDoc Parser
https://github.com/rubyworks/rundown

Last synced: 6 months ago
JSON representation

Javascript RDoc Parser

Awesome Lists containing this project

README

          

= Rundown

{Website}[http://rubyworks.github.com/rundown] |
{Development}[http://gitub.com/rubyworks/rundown]

== ARCHIVE NOTICE

This project has been archived.

RDoc itself now supports conversion to Markdown (see {documention}[https://ruby.github.io/rdoc/RDoc/Markup/ToMarkdown.html]).

The need for a Javascript library to do the same is so niche, as not to warrant further developer efforts.

Everybody has moved on to Markdown anyway. You can even tell RDoc to use Markdown instead.
I would not be surprised if it is now the default. I haven't used it in a while, so :shrug:.

== Description

Rundown is a Javascript RDoc markup to HTML converter.
If is based on Showdown, the javascipt Markdown library.

Development is being done feature by feature. Currently
headers and links have been adapted to RDoc markup. Where
possible we are keeping Markdown support so it will be a
superset of RDoc making it a bit more flexible.

== Please Contribute

The more others contribute to Rundown, the sooner full RDoc compatibility
will be achieved. As I am not a markup parser expert, on my own I will only
be implementing features as I need them, can figure them out, and have time
to work on it. So your contributions will have a significant impact on this
project.

== Contributors

Rundown is very much a contributor's project, so acknowledgment
of everyone who has contributed are in order.

* Thomas Sawyer
* Corey Innis (Showdown maintainer)
* John Fraser (Showdown originator)

== Copyrights

Rundown is copyrighted open source software.

* Copyright (c) 2011 Rubyworks
* Copyright (c) 2007 John Fraser
* Copyright (c) 2004 John Gruber

See NOTICE.rdoc for details.