start work on formatted_page

This commit is contained in:
Tom Preston-Werner
2010-04-08 16:20:05 -07:00
parent c8d9b351e2
commit 3ff115048d
7 changed files with 110 additions and 13 deletions
+3 -3
View File
@@ -225,10 +225,10 @@ Initialize the Gollum::Repo object:
# Require the Gollum library
require 'gollum'
# Create a new Gollum object by initializing it with the path to the
# Create a new Gollum::Wiki object by initializing it with the path to the
# Git repository.
gollum = Gollum::Repo.new("my-gollum-repo.git")
# => <Gollum::Repo>
gollum = Gollum::Wiki.new("my-gollum-repo.git")
# => <Gollum::Wiki>
Get the latest HTML formatted version of the given canonical page name: