The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
93 views

flat file blog engine powered by asp.net

Regarding blog engines, are there any blog engines that meet all of the following criteria? exists in the asp.net ecosystem flat file option to edit files as raw html (not markdown) actively ...
0
votes
2answers
71 views

BlogEngine Compile Error

I'm getting three similar errors when trying to compile a BlogEngine 2.6 Web Application Project: In VS intellisense: the type 'RazorHelpers' exists in both 'App_Code' and BlogEngine.Web.dll ...
-1
votes
1answer
117 views

How to integrate blog software into an aspx page in asp.net website

I was given a task to integrate a blog software to a sample.aspx page in asp.net website. I didn't understand what does it mean. If i install a blog software on my system then how can i integrate to ...
0
votes
2answers
96 views

How do you use LESS with BlogEngine.net?

The LESS docs here http://lesscss.org/#usage say: "Make sure you include your stylesheets before the script." However, BlogEngine.net seems to make that impossible by rewriting all the links to ...
1
vote
3answers
193 views

How to Insert Line Breaks When Emailing?

Neither the "\n" or "<br />" are working. I'm trying to insert line breaks when emailing the contents of a custom form: protected void SubmitBtn_Click(object sender, EventArgs e) { if ...
0
votes
0answers
185 views

BlogEngine - Insertion of “Page” in URL

When creating a page via the admin, BlogEngine inserts "page" in the URL. I need to find a way to prevent this happening. I'm also creating some form pages manually in the file directory - these do ...
1
vote
1answer
73 views

How to login without showing a login button on my personal blog

I decided to write a personal blog engine on Google App Engine. But I really do not like the idea of adding a login button somewhere. How can I still do admin things, i,e, post an article, delete a ...
0
votes
2answers
347 views

Integrate blog into own website

There are already several questions with a similar title, but they received either no answers, or the answers were too specific. I would like to integrate a blog into a website, so that content can ...
0
votes
0answers
55 views

how to query BlogEngine.Net for posts

I'm looking to implement BlogEngine.Net. My goal is to have multiple authors submitting posts. I'm using SQL Server db to store the blog and posts. I need to pull posts for a couple of different ...
0
votes
0answers
58 views

Blogengine.Net PostPager Error

I am using the Blogengine.Net Pager and the usercontrol has the following code: <div runat="server" id="posts" class="posts" /> <div id="postPaging" style="display: none"> </div> ...
0
votes
0answers
230 views

Whats a good Blog Engine I can use in an MVC website

Im currently rewriting an existing website using MVC3, DI, EF 4.2, and all those goodies. The SEO guys really want the wordpress blog to be part of the main site and not an external site. The only ...
1
vote
1answer
1k 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
306 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 ...
2
votes
1answer
522 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 ...
0
votes
1answer
188 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
2answers
263 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 ...
6
votes
1answer
3k 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!
4
votes
2answers
881 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 ...
10
votes
5answers
1k 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 ...
1
vote
2answers
1k 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
1answer
147 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 ...
7
votes
3answers
286 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 ...
18
votes
5answers
10k 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 ...
2
votes
3answers
998 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 ...
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 ...
0
votes
8answers
1k 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 ...
8
votes
12answers
7k views

Recommend a flat-file blog engine? [closed]

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 ...
2
votes
3answers
439 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
168 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 ...
90
votes
21answers
37k views

Ideas for OpenSource CMS in ASP.NET MVC [closed]

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 ...
7
votes
12answers
14k 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 ...