public
Description: Typo is the oldest and most powerful Ruby on Rails blogware, providing custom templates, powerful drag and drop plugins API, advanced SEO capabilities, XMLRPC API and many more.
Homepage: http://typosphere.org
Clone URL: git://github.com/fdv/typo.git
Click here to lend your support to: typo and make a donation at www.pledgie.com !
tobi (author)
Tue Aug 09 06:06:16 -0700 2005
commit  d5a40cd9da0b04223869ea1f6245a71c7de7086c
tree    323ad7b6debbca8c811c19be34722f24d476b52b
parent  623951be9c24107750565545b61466b24f03e540
typo /
README
What is it?
===========

Typo is a lean and mean weblog. 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.
Its meant for programmers who can extend and change the source to make it fit to their
needs but will eventually be useful to normal users as well.

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

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

 * Ruby -v of 1.8.2 (25-05-2004) or higher 
 * Rails 0.13.1
 * 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.

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

Unpack the tgz or zip in some directory.

The first decision you have to make is whether to use Sqlite, MySQL, or Postgres.  All 
three are supported, although Sqlite doesn't have full support for database migrations in
Rails 0.13.1.

  * Create a database for typo. You can find matching schemas in the db/ folder. 
  * Change the config/database.yml to reflect your newly created database configuration  
  * Run script/server -e production and see if it works  
  * Point your browser to http://your.domain.com:3000/ and follow the install process

If you want to deploy on fastcgi you will need to follow the setup instructions on
the typo page at http://typo.leetsoft.com/trac.cgi/wiki/FastCgi

If you choose to go with sqlite you will need to create the databases. 

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://typo.leetsoft.com.

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://typo.leetsoft.com and subscribe to the
typo mailing list. 


Enjoy,
Your typo team