saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

Site-texts rendering code has to be added by hand #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You create a new text file for the site-texts plug-in.
2. You have to add a line like 'return foo_function($text);' to tell the 
plug-in how to render the 
text.

What is the expected output? What do you see instead?

There should be a command line script for creating new text files for the 
site-texts plug-in to 
create.

Each plug-in that contains code for rendering these text files (e.g. the 
textile plug-in) should 
have a config file listing the code for rendering the text files. The CLI 
script should search for 
these files and offer the user a choice of codes.

Original issue reported on code.google.com by robert.i...@gmail.com on 19 Feb 2010 at 1:12