search for: cms_news

Displaying 2 results from an estimated 2 matches for "cms_news".

2006 Jul 25
1
? Password Protection ?
Say I have some directories I want to password protect. sub.web-app.com/cms sub.web-app.com/cms_posts sub.web-app.com/cms_photos sub.web-app.com/cms_news where /cms is a page that allows access(links) to all three other cms pages. - - - Does anyone have any quick advice on how to password protect these areas? Any good online tutorials? Any advice? -- Posted via http://www.ruby-forum.com/.
2006 Jul 12
2
(Re-)designing a CMS
Hello Rails-list, I''m working on a CMS in Rails. The company that I work for currently uses a CMS written in PHP, and I want to mimick it in Rails, and improve along the way. The PHP variant works with templates like this: In the root of the webdir, there are the template files, named cms_news.html for example. This page contains custom tags, in the form of definitions and placeholders... The definition tags go like: <!--cms <cmsdef name="articles" table="t_articles" type="repeat"> <buttons/> <b><cmsitem src="title"/&...