This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
lifeflow /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.md | ||
| |
__init__.py | Sat May 31 18:03:22 -0700 2008 | |
| |
docs/ | ||
| |
example_project/ | ||
| |
lifeflow_api/ | ||
| |
lifeflow_blog/ | ||
| |
lifeflow_core/ | ||
| |
lifeflow_editor/ | ||
| |
media/ | Tue Dec 02 19:21:55 -0800 2008 |
README.md
Welcome to LifeFlow
LifeFlow is an opinionated blogging application written on top of the Django web framework.
1.0 to 2.0
Before this pre-2.0 branch, there was the pre-1.0 branch. The 1.0 branch suffered from massive complexity, and the primary focus of the 2.0 branch is to restructure LifeFlow's code to make it easier to work with and less complex.
Contents of Project
example_projectcontains a sample LifeFlow project.lifeflow_coreis contains core LifeFlow functionality. You must have core installed to use other apps.lifeflow_blogis the blogging software itself.lifeflow_apiis an optional app which allows other applications to manipulate LifeFlow.lifeflow_editoris a full-featured editor which is based on thelifeflow_api.
Setup & Usage
Add all applications to Python path.
ln -s /Users/will/git/lifeflow/lifeflow_core /Library/Python/2.5/site-packages/lifeflow_core ln -s /Users/will/git/lifeflow/lifeflow_blog /Library/Python/2.5/site-packages/lifeflow_blog ln -s /Users/will/git/lifeflow/lifeflow_api /Library/Python/2.5/site-packages/lifeflow_api ln -s /Users/will/git/lifeflow/lifeflow_editor /Library/Python/2.5/site-packages/lifeflow_editorSym-link contents of application media folders into your project's media folder.
- Run sync-db.
- Customize...
- Profits...








