Commit info for scoop/struct:

Modified Files:
	scoop.sql 
Log Message:
Added two vars: hide_comment_allowed_html and hide_story_allowed_html, 
boolean. Set true to suppress the "allowed HTML" line in comment and story 
posting pages, for sites with highly nontechnical users. It scares them.


Index: scoop.sql
===================================================================
RCS file: /cvs/scoop/scoop/struct/scoop.sql,v
retrieving revision 1.178
retrieving revision 1.179
diff -r1.178 -r1.179
1508a1509,1510
> INSERT INTO vars VALUES ('hide_story_allowed_html','0','Set true to suppress the Allowed html line in the in story editing form. Useful for sites where users will likely just be confused by that line.','bool','Stories');
> INSERT INTO vars VALUES ('hide_comment_allowed_html','0','Set true to suppress the Allowed html line in the in comment posting form. Useful for sites where users will likely just be confused by that line.','bool','Comments');