Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 445 Bytes

README.markdown

File metadata and controls

12 lines (7 loc) · 445 Bytes

GetDoc

GetDoc easily fetches the contents of a published Google word processing document for use within another web page. It acts as a simple CMS by allowing the owner of the Google document to edit the contents of the page.

Setup

  1. Make sure that you have eRuby installed, or else use inside of a Rails erb file (rhtml).
  2. Make the "cache" folder writeable, e.g. "chmod a+w cache"

Usage

See the sample.rhtml file for sample usage.