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 !
typo /
name age message
file .gitignore Mon Apr 27 07:08:57 -0700 2009 Ignore .DS_Store files (mac). Ignore all .sqlit... [Kurt Werle]
file .gitmodules Fri Jan 30 01:07:12 -0800 2009 Remove rails module so typo uses rails gem Use ... [mvz]
file CHANGELOG Sat Mar 14 13:52:57 -0700 2009 Updating docs for release [fdv]
file MAINTAINERS Thu Oct 23 15:37:45 -0700 2008 add information about submodule in GIT and add ... [shingara]
file MIT-LICENSE Thu Jan 20 18:47:07 -0800 2005 ready for first deployment git-svn-id: http:/... [tobi]
file README Sat Mar 14 13:52:57 -0700 2009 Updating docs for release [fdv]
file Rakefile Fri Nov 04 08:07:05 -0800 2005 Upgrading to Rails 0.14.2. Ran 'rails .', patc... [scott]
file UPGRADE Sat Mar 14 13:52:57 -0700 2009 Updating docs for release [fdv]
directory app/ Loading commit data...
directory bin/ Sun Dec 30 13:41:59 -0800 2007 Some post release fixes git-svn-id: http://svn... [fdv]
directory config/
directory db/ Sat Mar 28 03:42:01 -0700 2009 Giving users a public profile. Elements to disp... [fdv]
directory doc/ Sat Mar 14 13:52:57 -0700 2009 Updating docs for release [fdv]
directory installer/ Thu Jul 17 05:51:36 -0700 2008 setting mysql as the new default database for t... [fdv]
directory lang/ Tue Apr 21 01:55:22 -0700 2009 Fixing brocken languages [fdv]
directory lib/ Thu Jun 04 12:15:26 -0700 2009 A bit more cleaning [fdv]
directory log/ Wed Feb 25 12:26:21 -0800 2009 add file in log to keep directory [shingara]
directory public/ Thu Apr 16 01:17:49 -0700 2009 Initial Dutch translation. I'm primarily inter... [Hans de Graaff]
directory script/ Fri Oct 24 08:51:19 -0700 2008 add autospec script from rspec and update spec_... [shingara]
directory spec/ Thu Jun 04 11:40:29 -0700 2009 WTF sparkline default support in Typo ? This is... [fdv]
directory test/ Thu Jun 04 10:45:48 -0700 2009 Removing cached_model + memcache, useless since... [fdv]
directory themes/ Mon Apr 13 13:24:38 -0700 2009 Fixes excerpt behavior (ticket 65) Expected be... [fdv]
directory vendor/
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 a 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 Ruby Enterprise Edition. 
 * Rails 2.2, Typo 5.3 DOES NOT support Rails 2.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, Lighttpd or Nginx, along with FastCGI, mongrel or thin. You can use 
   Ruby's built-in web server for low-volume testing.
   We recommend the use of Apache + mod_rails (aka Passenger) for fast and 
   easy deployment along with speed.
 * rspec, rcov and ruby-debug are necessary to run the test suit.

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

See doc/Installer.txt and doc/typo-5.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://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.

Enjoy,
Your typo team