Subscribe to an RSS feed for this tag
Entries tagged with lifeflow
-
Title: Release of LifeFlow 0.91
Tags: lifeflow
Series: LifeFlow ReleasesA 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.
-
Title: ReST, Textile and HTML in Markdown
Tags: lifeflow markdownRecently 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.
-
Title: Working on LifeFlow's Public Face
Tags: django lifeflow
Series: LifeFlow DevelopmentThe 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.
-
Title: Release of LifeFlow Version 0.90
Tags: django lifeflow lifeflow-editor
Series: LifeFlow DevelopmentThe 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.
-
Title: Improvements to LifeFlow Editor
Tags: lifeflow lifeflow-editorMade 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.
-
Title: Technical Aspects of the Life Flow Editor
Tags: django lifeflow lifeflow-editorA discussion about some of the technical aspects involved in the implementation of the LifeFlow Editor. Some Django snippets included.
-
Title: Introducting the LifeFlow Editor
Tags: lifeflowIts 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>
-
Title: Catching Lessons From Spam
Tags: lifeflow spamLooking at some pieces of spam that were inadvertently caught by my old comment implementation.
-
Title: Translating Entries into Other Languages with LifeFlow
Tags: lifeflow translationsA quick look at the mechanism for providing translations of entries into other languages using LifeFlow.
-
Title: New Style for Including Resources in Entries on LifeFlow
Tags: lifeflowA 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.
-
Title: Adding Arbitrary Mods to LifeFlow
Tags: lifeflowA look at the new mod system incorporated in LifeFlow to facilitate adding arbitrary non-standard code to your deployment.
-
Title: Don't Repeat Yourself for Bloggers: Dynamic Blog Context in LifeFlow
Tags: blog lifeflow markdown
Series: Learning LifeFlowProgrammers 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.
-
Title: Customizing LifeFlow Quickly with Skins
Tags: lifeflow skinning
Series: Learning LifeFlowAn 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.
-
Title: Installing a Development Deployment of LifeFlow, a Django Blog Solution
Tags: blog django install lifeflow
Series: Learning LifeFlowComprehensive 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.
-
Title: BluePrint CSS makes LifeFlow look better, and easier to customize
Tags: BluePrint lifeflowAfter 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.
-
Title: Implementing Threaded Comments in LifeFlow
Tags: django lifeflowA brief discussion on implementing comments in LifeFlow.
-
Title: Status Update for LifeFlow
Tags: lifeflowA quick update on where LifeFlow is, and where it is going.
-
Title: New Look for LifeFlow, Deployment on Dreamhost
Tags: lifeflowMy 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>.