You are writing a comment about Installing a Development Deployment of LifeFlow, a Django Blog Solution, here is a quick summary:

Comprehensive instructions on installing and setting up a local deployment of LifeFlow (for those who are moderately in the Django know). This should be all you need to get started using LifeFlow, but I will have another entry soon detailing the little tricks and tips that make LifeFlow helpful.


You are responding to this comment written by Will on July 14th 2008, 01:48.

Hmm.

[This is a link.](http://www.lethain.com)

This is a link.

* This is a list.
* An unordered list.
  • This is a list.

  • An unordered list.

    def a(b,c):
        return b * c
    
    x = a(10,20)
    
    y = x * x
    
    def exp(x):
        return x * x
    
    z = exp(y)
    

A problem that does still occur is that syntax highlighting requires a newline after it to work properly, however I am pretty sure that I fixed the newlines messing up code highlighed blocks. That said, it definitely used to be a problem, but is resolved now (afaik).


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")