Something like this should not be at all hard to write using CF with
CFFile I suspect.

On Wed, Apr 14, 2010 at 11:44 AM, Zaphod Beeblebrox
<[email protected]> wrote:
>
> It's probably been over a year since I've touched dreamweaver and my 
> mother-in-laws real estate site was all static html.  I had used DW templates 
> for it and it was really getting to be a pain in the ass.  Anyway, found a 
> cool app that generates static sites from text files.  It has layouts, the 
> pages have attributes and can have child pages, and it has a rudimentary db 
> functionality.  Pretty slick....then once you generate, it's got a task that 
> will rsync it to your host.  I'm thinking about moving my blog to it.  Makes 
> it super simple to add entries straight from your laptop.  Since all my 
> comments are using disqus now, I don't need anything dynamic any more.....and 
> static means secure!  :)
>
> http://webby.rubyforge.org/
>
> Warning: it is done in Ruby, although, you really don't need to know it to 
> use it....just if you want to extend it.
>
> But really, what I really was wanting to ask is, do you think I need this 
> code anymore :)
>
> <!--
> function MM_reloadPage(init) {  //reloads the window if Nav4 resized
>  if (init==true) with (navigator) {if 
> ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
>    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; 
> onresize=MM_reloadPage; }}
>  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) 
> location.reload();
> }
> MM_reloadPage(true);
> //-->
>
> I think it's been a long time since I updated :)
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:315843
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to