public
Description: Use portions of other web documents (such as Google Docs) in your web pages
Homepage:
Clone URL: git://github.com/canadaduane/getdoc.git
canadaduane (author)
Sun Jul 20 21:25:54 -0700 2008
commit  41a631a589f78426c95f4c008def60b87911b483
tree    daf2021a7bc081a3af6e344948dd0e5b6ffe2e59
parent  e1a796b054ae039f0e9e37f11f741fe17d2bf08c
getdoc / README.markdown
100644 12 lines (7 sloc) 0.445 kb

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.