Google Groups Home
Help | Sign in
Staticmatic as a Blog Engine
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
  6 messages - Collapse all
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
 
Ryan Mulligan  
View profile
 More options 1 Jul 2008, 03:14
From: "Ryan Mulligan" <r...@ryantm.com>
Date: Mon, 30 Jun 2008 21:14:27 -0500
Local: Tues 1 Jul 2008 03:14
Subject: Staticmatic as a Blog Engine

I've been thinking that what Staticmatic needs to drive it's popularity is
to be a turnkey blogging platform out of the box (or in as few steps as
possible.) I'm all in favor of using free services that people have already
made so here's my plan:

-Posts

Staticmatic already has good support for posts, because posts are just
websites. To make posts you just write content and have it rendered by
Staticmatic. Easy enough.

-Comments

A good embeddable comment site is Disqus (www.disqus.com), it does nearly
everything I could want in a comment engine.

-RSS (the hard part)

I haven't found a good service for building RSS feeds from a website yet. If
anyone knows a good service I'd like to use it to save work. My plan right
now is to integrate RSS generating functionality directly into Staticmatic.

To make a directory have RSS support, you would put an atom.xml.haml file in
the directory you want to enable support for. Then inside that file there
would be ruby expressions that 1. build a list of files and publication
dates and 2. takes this list and outputs an RSS feed in Atom format. If the
publication date is left out, we'd use the file modification time.

This RSS code would also include some code for generating an archives page.

I'd want to make this as easy as possible to use, so that might involve some
custom rake tasks for writing new posts. Any suggestions about how to make
this simpler would be welcome.

Also, please let me know if you think there are some fundamentals to blogs
that I haven't addressed.

Ryan Mulligan


    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.
JD Harrington  
View profile
 More options 1 Jul 2008, 03:27
From: JD Harrington <p...@y0ru.net>
Date: Mon, 30 Jun 2008 22:27:35 -0400
Local: Tues 1 Jul 2008 03:27
Subject: Re: Staticmatic as a Blog Engine
On Jun 30, 2008, at 10:14 PM, Ryan Mulligan wrote:

> -RSS (the hard part)

> I haven't found a good service for building RSS feeds from a website  
> yet. If anyone knows a good service I'd like to use it to save work.  
> My plan right now is to integrate RSS generating functionality  
> directly into Staticmatic.

One possbility here would be to generate HTML on the blog index page  
that include hAtom microformat markup. Then, subtlety <http://subtlety.errtheblog.com/
 > can do the hAtom -> Atom conversion.

-JD


    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.
Joseph Method  
View profile
 More options 1 Jul 2008, 03:42
From: "Joseph Method" <tris...@gmail.com>
Date: Mon, 30 Jun 2008 22:42:57 -0400
Local: Tues 1 Jul 2008 03:42
Subject: Re: Staticmatic as a Blog Engine

You probably wouldn't want to use the simplistic code I wrote, but the site
for alexandria.rubyforge.org uses a "blog", which I described a while back:

http://groups.google.co.uk/group/staticmatic/browse_thread/thread/f5d...

--
-J. Method

    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.
Ryan Mulligan  
View profile
 More options 1 Jul 2008, 03:48
From: "Ryan Mulligan" <r...@ryantm.com>
Date: Mon, 30 Jun 2008 21:48:16 -0500
Local: Tues 1 Jul 2008 03:48
Subject: Re: Staticmatic as a Blog Engine

On Mon, Jun 30, 2008 at 9:42 PM, Joseph Method <tris...@gmail.com> wrote:
> You probably wouldn't want to use the simplistic code I wrote, but the site
> for alexandria.rubyforge.org uses a "blog", which I described a while
> back:

> http://groups.google.co.uk/group/staticmatic/browse_thread/thread/f5d...

Ah you put the publication date data in the file name, I was considering
this too. How does it work out for you?

    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.
Joseph Method  
View profile
 More options 1 Jul 2008, 17:49
From: "Joseph Method" <tris...@gmail.com>
Date: Tue, 1 Jul 2008 12:49:57 -0400
Local: Tues 1 Jul 2008 17:49
Subject: Re: Staticmatic as a Blog Engine

I realize that I didn't put any permalinks in the front display. I mean it
works fine, as long as you keep to that very specific format. It constrains
the front page view to the 3 most recent entries. What I would do for a
"turn-key blogging platform" is make a rake-style task that
adds/edits/deletes/etc. the entries. Add and edit would open an editor with
the body text (it would also be possible to specify a file) but on save the
body text would go into a yaml file. Another command would edit the
attributes, like date. The default location would be blog/,  but other blogs
could be created and specified.

--
-J. Method

    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.
celldee  
View profile
 More options 11 Jul 2008, 01:57
From: celldee <cell...@gmail.com>
Date: Thu, 10 Jul 2008 17:57:14 -0700 (PDT)
Local: Fri 11 Jul 2008 01:57
Subject: Re: Staticmatic as a Blog Engine
On Jul 1, 3:14 am, "Ryan Mulligan" <r...@ryantm.com> wrote:

You might want to take a look at Webby (http://webby.rubyforge.org).
That generates an Atom feed via a Rake task and seems to work well.

Regards,

Chris
http://smuby.org


    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