Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Can StaticMatic output SHTML files?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
picardo  
View profile   Translate to Translated (View Original)
 More options 22 Oct, 18:12
From: picardo <spockspla...@gmail.com>
Date: Thu, 22 Oct 2009 10:12:44 -0700 (PDT)
Local: Thurs 22 Oct 2009 18:12
Subject: Can StaticMatic output SHTML files?
Hi,

So I am wondering if it's possible to change the output type of the
files in StaticMatic?

Volkan


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Bartholomew  
View profile   Translate to Translated (View Original)
 More options 23 Oct, 11:15
From: Stephen Bartholomew <st...@curve21.com>
Date: Fri, 23 Oct 2009 03:15:00 -0700 (PDT)
Subject: Re: Can StaticMatic output SHTML files?
Hi Volkan,

Files can only be outputted with .html currently.  However, there have
been discussions about changing this so staticmatic can be used with
other templating languages or scripting like shtml, php or asp.  This
may come in a later release, but it's not top of the list.

Steve


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Helmick  
View profile   Translate to Translated (View Original)
 More options 23 Oct, 18:20
From: Matthew Helmick <matt.helm...@gmail.com>
Date: Fri, 23 Oct 2009 10:20:03 -0700
Local: Fri 23 Oct 2009 18:20
Subject: Re: Can StaticMatic output SHTML files?

Volkan,

If you truly need this now, you can achieve this with webby, but I don't
know what your other requirements might be.

-Matt

On Fri, Oct 23, 2009 at 3:15 AM, Stephen Bartholomew <st...@curve21.com>wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
picardo  
View profile   Translate to Translated (View Original)
 More options 24 Oct, 16:58
From: picardo <spockspla...@gmail.com>
Date: Sat, 24 Oct 2009 08:58:22 -0700 (PDT)
Local: Sat 24 Oct 2009 16:58
Subject: Re: Can StaticMatic output SHTML files?
Hey Matt,

Yes, I definitely do. But I'm wary about switching to Webby because I
already put a lot of effort to learning StaticMatic and the project is
at a pretty far advanced stage right now. So maybe I can crib this
functionality from Webby, and extend StaticMatic.

I understand helpers are sort of where you put the custom Ruby
code...but would a helper have the scope and ability to modify this
functionality? Or do I need to hack the core? What is the best
practice? Also, can either of you point me in the right direction to
find the code logic where the extension types are set?

thanks,
Volkan

On 23 Oct, 13:20, Matthew Helmick <matt.helm...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Helmick  
View profile   Translate to Translated (View Original)
 More options 25 Oct, 05:52
From: Matthew Helmick <matt.helm...@gmail.com>
Date: Sat, 24 Oct 2009 22:52:34 -0700
Local: Sun 25 Oct 2009 05:52
Subject: Re: Can StaticMatic output SHTML files?

Volkan,

I haven't looked at staticmatic's internals to be able to answer this
question, so I defer to the experts in the list. Webby is pretty easy, but
has the slight annoyance of keeping all the template files as ".txt" files
(no .haml or .erb extensions).

-Matt


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Bartholomew  
View profile   Translate to Translated (View Original)
 More options 26 Oct, 07:15
From: Stephen Bartholomew <st...@curve21.com>
Date: Mon, 26 Oct 2009 00:15:40 -0700 (PDT)
Local: Mon 26 Oct 2009 07:15
Subject: Re: Can StaticMatic output SHTML files?
Hi Volkan,

It is something I have in the pipeline but there's a few other things
to hit first.  The plan is to use rails style naming:

my_file.html.haml

The first extension will be used as the built filename.

It'd be difficult to achieve this with helpers.  Helpers are used to
output code into your templates rather than affect the internal build
process.

Keep and eye on the list and lighthouse (http://c21.lighthouseapp.com/
projects/37825-staticmatic/overview).

Cheers,

Steve


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
picardo  
View profile   Translate to Translated (View Original)
 More options 26 Oct, 12:42
From: picardo <spockspla...@gmail.com>
Date: Mon, 26 Oct 2009 05:42:07 -0700 (PDT)
Local: Mon 26 Oct 2009 12:42
Subject: Re: Can StaticMatic output SHTML files?
Hey Steve,

The new extension typing sounds like a great idea. But perhaps with a
full on extension api, similar to jQuery and Drupal projects, these
enhancements can also be done by third-party developers. There are
always some small improvements that would be productive to some
developers, though not necessarily critical to the project as a whole.
Anyways, I'm glad to hear about the extension plans. Perhaps I can be
of some help. I've been studying the internals somewhat, and though
I'm not quite there yet understanding the flow, I can provide useful
feedback, testing and debugging at this point -- but I'll do anything
you ask me, really.

Many thanks,
Volkan

On 26 Oct, 03:15, Stephen Bartholomew <st...@curve21.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google