Author: snoopdave
Date: Tue Apr 17 21:39:17 2007
New Revision: 529861
URL: http://svn.apache.org/viewvc?view=rev&rev=529861
Log:
Updating to mention new content-type field in page/template editor
Modified:
roller/trunk/sandbox/scripting/bsf/README.txt
roller/trunk/sandbox/scripting/groovy/README.txt
Modified: roller/trunk/sandbox/scripting/bsf/README.txt
URL:
http://svn.apache.org/viewvc/roller/trunk/sandbox/scripting/bsf/README.txt?view=diff&rev=529861&r1=529860&r2=529861
==============================================================================
--- roller/trunk/sandbox/scripting/bsf/README.txt (original)
+++ roller/trunk/sandbox/scripting/bsf/README.txt Tue Apr 17 21:39:17 2007
@@ -16,8 +16,8 @@
4) Restart Roller
-5) Create a page template and set Template Language to either "groovy", "jruby"
- or "javascript" -- right now you'll have to do that via SQL.
+5) Create a new Weblog Template and set the Template Language to either
+ "groovy", "jruby" or "javascript"
6) In your page template you'll have access to all normal Roller models
plus the name "out" will be bound to a Writer that you can use for output.
Modified: roller/trunk/sandbox/scripting/groovy/README.txt
URL:
http://svn.apache.org/viewvc/roller/trunk/sandbox/scripting/groovy/README.txt?view=diff&rev=529861&r1=529860&r2=529861
==============================================================================
--- roller/trunk/sandbox/scripting/groovy/README.txt (original)
+++ roller/trunk/sandbox/scripting/groovy/README.txt Tue Apr 17 21:39:17 2007
@@ -98,13 +98,12 @@
4) Restart Roller
-5) Create a page template and set Template Language to either "groovlet" or
- "gsp". Currently you'll have to do that via SQL.
+5) Create a new Weblog Page Template and set Template Language to either
+ "groovlet" or "gsp".
6) In your page template you'll have access to all normal Roller models
plus the name "out" will be bound to a Writer that you can use for output.
- Also, the name "html" will be bound to a markup builder. Here's an
- example Groovy Roller page:
+ Also, the name "html" will be bound to a markup builder.