Live data from Hacker News

Ask HN: Idea Sunday

news.ycombinator.com

1–10 of 209 posts

Ask HN: Idea Sunday

#1
Kick start the first Idea Sunday of May.

(PLEASE upvote if you like this post to be seen by more people, as someone in the previous Idea Sunday mentioned the post with less points than number of comments will be penalized in ranking. Thanks.)

Re: Ask HN: Idea Sunday

#2
A service combining the flexibility and ease of use of a CMS site (Wordpress, Drupal, Joomla, etc) with the speed and security of a static HTML site.

The CMS version would be a private site (not accessible by the general public) which is compiled into a static HTML site which is publicly accessible.

There should be a way to deal with formerly dynamic elements, such as contact/comment forms, site search, etc. (possibly using third party APIs)

There also should be a way to deal with updates to the CMS version of the site, so that these changes are detected, compiled and processed into the static version of the site.

Re: Ask HN: Idea Sunday

#8
post #2

A service combining the flexibility and ease of use of a CMS site (Wordpress, Drupal, Joomla, etc) with the speed and security of a static HTML site. The CMS version would be a private site (not accessible by the general public) which is compiled into a static HTML site which is publicly accessible. There should be a way to deal with formerly dynamic elements, such as contact/comment forms, site search, etc. (possibl…

I'm not sure if this fits all your needs but there seems to be at least some meaningful overlap:

http://developmentseed.org/blog/2012/june/25/prose-a-content...

Re: Ask HN: Idea Sunday

#9
post #2

A service combining the flexibility and ease of use of a CMS site (Wordpress, Drupal, Joomla, etc) with the speed and security of a static HTML site. The CMS version would be a private site (not accessible by the general public) which is compiled into a static HTML site which is publicly accessible. There should be a way to deal with formerly dynamic elements, such as contact/comment forms, site search, etc. (possibl…

This might also be similar to what you're looking for? http://jekyllrb.com/

EDIT: Oh sorry, I didn't realize that Prose was based on Jekyll! I guess this suggestion is a bit redundant, but this way you don't need Github if you have your own server, I guess.

Re: Ask HN: Idea Sunday

#10
post #2

A service combining the flexibility and ease of use of a CMS site (Wordpress, Drupal, Joomla, etc) with the speed and security of a static HTML site. The CMS version would be a private site (not accessible by the general public) which is compiled into a static HTML site which is publicly accessible. There should be a way to deal with formerly dynamic elements, such as contact/comment forms, site search, etc. (possibl…

I'm currently working on a Haskell web framework that allows one to easily define all of the possible values dynamic content can take, generate all permutations of content (assuming the values are finite), and load them all into an in-memory cache to be fired off, pre-baked. Inspired by the idea of a pure function -- that is, a function that is given the same arguments should always return the same result (and have no side effects).

More general than a CMS, but the idea is similar.

Post reply on HN