Tagged Questions

1
vote
2answers
68 views

Blog engine for Rails application

I have a Ruby on Rails application, and now I would like to add blog into it. Just a simple blog with basic features and single author. What are the possible solutions? I need to use my …
1
vote
10answers
783 views

Recommend a flat-file blog engine?

Has anyone had success with a flat-file blog engine? I'm trying to arrange a very basic, bare bones blog setup on an intranet site. Unfortunately, the usual solutions rely on MySQL, which is not …
0
votes
1answer
207 views

Looking for free asp.net mvc blog engine.

Oxite, AtomSite or someting other? I am searching simple integration with existing site (for example using own user and tag infrastructure) and extensibility (simple add new featuers). PS Can someone …
1
vote
6answers
279 views

Blog engines for ASP.Net (maybe MVC) web sites

I've built a web site on ASP.NET MVC and one little section of it should be a blog. I'm looking for a blog to integrate. In the worst case scenario it'd be a WordPress with a custom skin and RSS …
7
votes
5answers
986 views

Which blog engines, written in Python, do you recommend?

Even though I'm quite happy with WordPress, I'm mainly coding in Python nowadays, and wanted to eat my own dog food, ie improve my Python knowledge by studying the source code and contributing with …
0
votes
7answers
207 views

Which Java framework to use to write a blogging engine?

Hi, I'm planning to write a blogging engine over the summer to learn about web apps & servlets, etc. What would be an appropriate framework to use? I've been told Spring would be good, but I …
1
vote
3answers
195 views

Which URL rewriting scheme is preferable? Wiki/Blog style?

I'm writing some URL rewriting software, and I want to know which URL scheme is preferable from many points of view: Blog style: my-chemistry-answer -- Why? -- (not preferable, technical) Wiki …
0
votes
1answer
98 views

Looking for a quick and simple way to add comment funtionality to a web page.

My little brother just asked me to help him add a comment functionality to his web page. The server has PHP5 and MySQL. What I'm looking for is a way to help him out without actually having to do too …
3
votes
9answers
2k views

Simple, free PHP blog engine easy to redesign?

I am looking for a PHP blog engine which needs to be easy to redesign (CSS, HTML). It also needs to be free and have simple user interface so that the client doesn't struggle to add posts. Any …