Tagged Questions
The blog-engine tag has no wiki summary.
65
votes
22answers
25k views
Ideas for OpenSource CMS in ASP.NET MVC
I am in the process of collecting ideas for building an open-source CMS based on the ASP.NET framework.
I have chosen ASP.NET MVC with jQuery as the tool to develop this.
I have made this as ...
11
votes
4answers
6k 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 ...
8
votes
5answers
398 views
What SCM-based blog engines are there?
Recently I came across a blog engine that works in quite unusual way. It polls a git repository and publishes a blog post after something new has been found in the repo. The post is generated as a ...
8
votes
7answers
966 views
What Ruby blog engines are there?
What blog engines written in Ruby do you know? Let's create a list of all Ruby blog engines as a community wiki.
I kindly ask to include the following in your answers:
blog engine name
link to ...
7
votes
3answers
244 views
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 ...
7
votes
12answers
9k 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 ...
6
votes
11answers
5k 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 ...
4
votes
6answers
1k 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 ...
3
votes
1answer
243 views
list of blog engines written in python
Can I get a list of popular blog engines written in python?
google didn't help much!
2
votes
3answers
812 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 ...
2
votes
3answers
354 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 ...
1
vote
1answer
105 views
Java based blog website framework - Apache Roller?
I'm a java developer and I am planning to implement a java based blog style website. I'm considering using Apache Roller as the framework for the website and was curious if there were other ...
1
vote
0answers
473 views
using a static website generator for a blog on a dynamic website?
I'm looking into having a blog/content section on my dynamic website. Is it sensible to use a static website generator like Hyde to generate the "static content part" of the website?
Advantages ...
1
vote
2answers
336 views
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 ...
0
votes
0answers
22 views
Parsing Jekyll's Categories
I have created a simple blog based on the Jekyll engine but I need one more function to make the thing really complete.
In Jekyll, parent directories of posts are implicitly 'labels' or 'categories'. ...
0
votes
2answers
107 views
Theme Selector idea for a Blog Engine written with ASP.NET MVC
I have started to build a blog engine which is totally unprofesional and meant to be not used by anyone. So, in plain English I cannot tell that you go ahead and run this for yourself and you will be ...
0
votes
1answer
89 views
is there an efficient way to insert blog entry containing code snippets into MySQL database?
I am building a blog engine for practice. The design is supposed to be fairly simple I guess..Here is how i want it to work:
I have index.html, a CSS sheet, some javascript, and one PHP file i named ...
0
votes
0answers
33 views
Can anyone show me the list of blog engine in .net who based on ASP.NET webforms and MVC?
i want to get the whole list of blog engine come in .net as opensource and close [paid]. can anyone have a nice experience with anyone in .net blog engine.
i already hear about blogengine.net but now ...
0
votes
2answers
116 views
What Ruby-based blogging systems are there with ready-to-use themes?
I'm looking for a substitute for Wordpress and Squarespace that's implemented in Ruby. It can be a Rails app, a Rails plugin, or a standalone static page generator. The most important features we're ...
0
votes
1answer
120 views
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 ...
0
votes
8answers
953 views
Which Java framework to use to write a blogging engine?
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 ...
0
votes
1answer
151 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 ...