public
Fork of typo/blog
Description: The typo blogging engine for enteprise
Homepage: http://www.lipsiasoft.com
Clone URL: git://github.com/Lipsiasoft/blog.git
blog /
name age message
file CHANGES-5.0.4 Sun May 11 06:53:27 -0700 2008 Adding forgotten log directory [fdevillamil]
file MAINTAINERS Sat Jun 14 15:27:30 -0700 2008 Merge branch 'coreteam' [Lipsiasoft]
file MIT-LICENSE Thu Jan 20 18:47:07 -0800 2005 ready for first deployment [tobi]
file README Sat May 03 11:51:26 -0700 2008 Adds 3 classes in the default styles [neuro]
file Rakefile Fri Nov 04 08:07:05 -0800 2005 Upgrading to Rails 0.14.2. Ran 'rails .', patc... [scott]
file SIDEBARS Fri May 16 09:36:24 -0700 2008 Refresh some info [Lipsiasoft]
file TODO Sat Jun 14 15:32:50 -0700 2008 Setting priorities [Lipsiasoft]
directory app/ Sun Jun 15 02:38:52 -0700 2008 - Fixed the access_control [Lipsiasoft]
directory bin/ Sun May 11 00:43:08 -0700 2008 Pruning the git repo. [pdcawley]
directory config/ Sun Jun 15 02:38:52 -0700 2008 - Fixed the access_control [Lipsiasoft]
directory db/ Sat Jun 14 15:27:30 -0700 2008 Merge branch 'coreteam' [Lipsiasoft]
directory doc/ Sun Jul 23 07:42:44 -0700 2006 Update troubleshooting docs [scott]
directory installer/ Sun May 11 00:43:08 -0700 2008 Pruning the git repo. [pdcawley]
directory lang/ Sun Jun 08 10:25:11 -0700 2008 Fixing a bad diff between versions [fdevillamil]
directory lib/ Sat Jun 14 15:46:55 -0700 2008 Removing deprecated login_system [Lipsiasoft]
directory public/ Sat Jun 14 15:43:43 -0700 2008 Updated to Rails 2.1 [Lipsiasoft]
directory script/ Sat Jun 14 15:43:43 -0700 2008 Updated to Rails 2.1 [Lipsiasoft]
directory spec/ Sat Jun 14 15:06:38 -0700 2008 Adds multiple roles to Typo. Thanks to both Dav... [fdevillamil]
directory test/ Sat Jun 14 15:06:38 -0700 2008 Adds multiple roles to Typo. Thanks to both Dav... [fdevillamil]
directory themes/ Wed Apr 30 13:33:39 -0700 2008 Some more admin enhancement [neuro]
directory vendor/ Sun Jun 15 02:38:52 -0700 2008 - Fixed the access_control [Lipsiasoft]
README
What is it?
===========

Typo is a weblog system written in Ruby using Ruby on Rails. Weblogs are cool,
weblogs are "in" and everyone who writes code has an different opinion on how
a weblog should be written. Typo is our take on it. Typo is designed to be
usable by programmers and non-programmers, while being easy for programmers to
extend.

Requirements
============

Currently you need all of those things to get typo to run:

 * Ruby 1.8.6 or higher
 * Rails 2.0.2 or higher
 * A database.  Typo supports MySQL, PostgreSQL, and SQLite.
 * Ruby drivers for your database.
 * For best performance, you should have a web server running either
   Apache or Lighttpd along with FastCGI, although these aren't
   strictly required--you can use Ruby's built-in web server for
   low-volume testing.
 * rspec, rcov and ruby-debug are necessary to run the test suit.

Installation
============

See doc/Installer.text and doc/typo-5.0.3-release-notes.txt.

Usage
======

Typo's administrative interface is available at
http://your.domain.com/admin. You can use this to post articles and
change Typo's configuration settings. For posting new content, you can
either use this administrative web interface or a desktop blog editor
like MarsEdit or Ecto. For a short list of clients which are confirmed
to work please visit http://trac.typosphere.org/wiki/DesktopClients.

Client setup
============

Set your desktop client to Movable Type API and enter
http://your.domain.com/backend/xmlrpc as endpoint address.

Tell me about your blog
=======================

Add yourself to the list of typo blogs at http://trac.typosphere.org/wiki/TypoPowered
and subscribe to the typo mailing list.


Enjoy,
Your typo team