blog-engine

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 suggestions? ...

Ideas for OpenSource CMS in ASP.NET MVC

I am in the process of collecting ideas for building an opensource CMS based on ASP.net framework. I have choosen ASP.NET MVC with Jquery as the tool to develop this. I have made this as community wiki. Background: Most of the good CMS that is available is built on PHP, though off late CMS built on ASP.net framework seems to be croppi...

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 plugins (if the engine allows it). After searching, I've already encountered Byteflow and PyBlosxom. Byteflow works using Django, which for...

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 much work. He wants the comments to be integrated into a existing page, but it doesn't mater if the solution is self hosted or a third p...

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 style: My_Chemistry_Answer -- Why not? -- (preferable, formal) SEO: Some say Google only splits words delimited by dashes which is why blog po...

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 available on this server. In fact, no database is available. I may be able to do SQLlite, but would prefer a flat-file solution. DokuWiki has ...

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 don't know anything about it. Any suggestions? ...

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 integration to the rest of the site. The best would be to have an ASP.NET MVC add-on, but I can live with ASP.NET WebForms. Do you have any rec...

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 advice mvc forum little more complex than openforum? ...

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 authorization system (I used authlogic for my app) Since I am developing for a customer, I need MIT/BSD licence. I would prefer lightweight solution. ...

Top 3 reasons not to develop a "blog system" that generates aspx files on the fly.

In this question the OP implies that he wants to base the blog system he is developing on automatic creation of .aspx files, one for each new blog entry. In my answer to his question (which is related to something else), I told him that I would discourage him from using such an approach, but without giving any real reasons. He is now wan...

Multiblog engine for asp.net

I know, different forms of this questions were asked on this site multiple times, but I haven't seen a single answer that would satisfy my need. I need a ASP.NET based blogging engine that wouul use SQL Server as a back end and allow multiple independet blogs in one app instance. I'm writing a community website for major bank and bloggin...

Looking for a php blog engine/plugin for section on website

I'm looking to make one section on a website a blog and looking for suggestions on what's best to use. I'm not interested in a complete website/cms package like wordpress, I just want something to handle the backend (preferably php/mysql based) to keep track of posts, comments, users, and handle feeds, etc. The rest of the website is u...