Up to tag cloud
Subscribe to an RSS feed for this tag

Entries tagged with lifeflow

  1. Title: Release of LifeFlow 0.91
    Tags: lifeflow
    Series: LifeFlow Releases

    A few weeks behind my idealistic schedule, LifeFlow 0.91 has finally pushed its way through the doors, with a number of code refactorings, and enhanced flexibility for entry authors.

  2. Title: ReST, Textile and HTML in Markdown
    Tags: lifeflow markdown

    Recently I have run into a few situations where I really wanted to avoid Markdown messing with segments of text, and there isn't a completely intuitive way to deal with that by default, so I put together a quick solution. And.. while I was at it I added some support for rendering Textile and ReST from within Markdown as well.

  3. Title: Working on LifeFlow's Public Face
    Tags: django lifeflow
    Series: LifeFlow Development

    The current version of LifeFlow under progress, 0.91, is focused on improving the public faces of LifeFlow. This means improving the quality of the code so that other developers have an easier time getting involved, but it also means improving the usability and appearance of the publicly viewed templates as well.

  4. Title: Release of LifeFlow Version 0.90
    Tags: django lifeflow lifeflow-editor
    Series: LifeFlow Development

    The first version of LifeFlow that actually has a number. I think it certainly deserves a number, and hopefully you will too after looking at some of the new improvements here.

  5. Title: Improvements to LifeFlow Editor
    Tags: lifeflow lifeflow-editor

    Made some much needed improvements to the LifeFlow Editor, including support for assigning authors to entries and assigning an article as a translation for another article.

  6. Title: Technical Aspects of the Life Flow Editor
    Tags: django lifeflow lifeflow-editor

    A discussion about some of the technical aspects involved in the implementation of the LifeFlow Editor. Some Django snippets included.

  7. Title: Introducting the LifeFlow Editor
    Tags: lifeflow

    Its taken a while, but I've finally gotten around to writing an editor for LifeFlow which will replace using the Django admin. Its not completely finished, but a lot of the functionality is here.</p> <p> <strong> Don't play with this on your production deployments yet, its being a bit weird on converting between Drafts and Entries </strong></p>

  8. Title: Catching Lessons From Spam
    Tags: lifeflow spam

    Looking at some pieces of spam that were inadvertently caught by my old comment implementation.

  9. Title: Translating Entries into Other Languages with LifeFlow
    Tags: lifeflow translations

    A quick look at the mechanism for providing translations of entries into other languages using LifeFlow.

  10. Title: New Style for Including Resources in Entries on LifeFlow
    Tags: lifeflow

    A brief description of a backwards incompatible change in LifeFlow, while also taking a quick look at how LifeFlow is implemented and where it is going.

  11. Title: Adding Arbitrary Mods to LifeFlow
    Tags: lifeflow

    A look at the new mod system incorporated in LifeFlow to facilitate adding arbitrary non-standard code to your deployment.

  12. Title: Don't Repeat Yourself for Bloggers: Dynamic Blog Context in LifeFlow
    Tags: blog lifeflow markdown
    Series: Learning LifeFlow

    Programmers talk about DRY, or Don't Repeat Yourself, all the time. Its a strategy for making programming more pleasant, more efficient, and to reduce errors. LifeFlow uses a simple idea, which I have brazenly labeled Dynamic Blog Context, to try to take a few steps toward DRY while writing blogs.

  13. Title: Customizing LifeFlow Quickly with Skins
    Tags: lifeflow skinning
    Series: Learning LifeFlow

    An introduction to skinning LifeFlow without causing any harm to the SVN checkout. The current skin on this website is about 30 lines of CSS, and a third of those are closing parentheses, so its not that hard to transform it from its default minimalism into something much more appealing.

  14. Title: Installing a Development Deployment of LifeFlow, a Django Blog Solution
    Tags: blog django install lifeflow
    Series: Learning LifeFlow

    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.

  15. Title: BluePrint CSS makes LifeFlow look better, and easier to customize
    Tags: BluePrint lifeflow

    After a bit of work, a BluePrint based version of LifeFlow is now ready for deployment. A little more tweaking and I'll be on to writing some tutorials on setting it all up.

  16. Title: Implementing Threaded Comments in LifeFlow
    Tags: django lifeflow

    A brief discussion on implementing comments in LifeFlow.

  17. Title: Status Update for LifeFlow
    Tags: lifeflow

    A quick update on where LifeFlow is, and where it is going.

  18. Title: New Look for LifeFlow, Deployment on Dreamhost
    Tags: lifeflow

    My last goal before writing some documentation for LifeFlow was to give it a new visual layout that was a bit cleaner and more had a bit more widely appealing aesthetic than my current design here at lethain.com. That task was completed this morning. After finishing it I ran over to Dreamhost and deployed it <a href="http://projects.willarson.com/">for the world to see.</a>.