Skip to content

zapnap/rdocinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RdocInfo

A simple Sinatra-based web service that generates and hosts rdocs (actually, yardocs) for GitHub-based projects. Accepts updates from post-commit hooks and regenerates as needed. Public service is hosted at rdoc.info or rubydoc.info

PLEASE NOTE: future development of this service has moved to the new rubydoc.info project. See github.com/lsegal/rubydoc.info for more information!! Thanks and namaste.

Configuration

All configuration is done in the conf directory via environment yaml files. Copy development.yml.example to development.yml within that directory and alter the settings to match your local environment.

There are a couple additional steps you’ll need to take to get rdoc.info working:

Note that we currently use a customized version of YARD in production that filters potentially unsafe yardoc options such as –query.

Once you’ve done that you should be ready to rock.

GitHub Pages Integration

GitHub Pages support has been removed from master as it was proving to be a bit unreliable. Check the github-pages branch if you’re interested in this stuff.

Getting Started

rake gems:install
rake db:migrate
ruby bin/run.rb

Credit

Rdoc.info is © 2010 Nick Plante. This code is distributed under the MIT license.

The following individuals have contributed to the project:

  • Loren Segal (for YARD)

  • Jeff Rafter

  • Brian Turnbull