Skip to content

Commit 7c7fa6e

Browse files
committed
Adding a readme file
1 parent cb88a69 commit 7c7fa6e

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# FunnelWeb
2+
3+
FunnelWeb is an open source blog engine, built by developers for developers. Instead of fancy quotes and oodles of widgets, we focus on letting you post beautiful code samples, keeping your markup clean and valid, and encouraging collaboration with rich comments. FunnelWeb is easy to install, and has an active community.
4+
5+
# Markdown
6+
7+
FunnelWeb is built on top of [Markdown](http://daringfireball.net/projects/markdown/) which is a HTML abstraction layer allowing you to author your articles in a clean text format which will be transformed to HTML for serving on your site.
8+
9+
For editing we recommend that you use [Downmarker](https://github.com/Code52/DownmarkerWPF) which is just like Windows Live Writer but for Markdown.
10+
11+
# Installing
12+
13+
Really we recommend that you grab the code from this repository and run the `build.bat` file. This will generate you an output that you can publish onto your server and run through the installer.
14+
15+
If you're not a fan of running bleeding edge software you can [download a stable build](http://hg.funnelweblog.com/release/downloads).
16+
17+
Lastly you need to modify the `my.config` file which contains your login information and SQL connection information.
18+
19+
# Be involved
20+
21+
* Found a bug? [Let us know](http://hg.funnelweblog.com/release/issues?status=new&status=open)!
22+
* Got a question? [Drop us a line](https://groups.google.com/forum/?fromgroups#!forum/funnelweblog)!
23+
* Fixed something? Send us a pull request on [Bitbucket](http://hg.funnelweblog.com/dev) or [GitHub](https://github.com/funnelweblog/FunnelWeb)!
24+
25+
# License
26+
27+
FunnelWeb is licensed under the New BSD license.
28+
29+
==============================================================================
30+
31+
Copyright (c) 2009, FunnelWeb Contributors
32+
All rights reserved.
33+
34+
Redistribution and use in source and binary forms, with or without
35+
modification, are permitted provided that the following conditions are met:
36+
37+
- Redistributions of source code must retain the above copyright notice,
38+
this list of conditions and the following disclaimer.
39+
- Redistributions in binary form must reproduce the above copyright notice,
40+
this list of conditions and the following disclaimer in the documentation
41+
and/or other materials provided with the distribution.
42+
- Neither the name of FunnelWeb nor the names of its contributors may be used
43+
to endorse or promote products derived from this software without specific
44+
prior written permission.
45+
46+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
47+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
48+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
49+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
50+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
51+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
52+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
53+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
54+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
55+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)