fdv / typo

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.

This URL has Read+Write access

typo /
name age message
file .gitignore Sun Dec 27 07:52:31 -0800 2009 Ignore uploaded files [mvz]
file .gitmodules Fri Jan 30 01:07:12 -0800 2009 Remove rails module so typo uses rails gem Use ... [mvz]
file CHANGELOG Sun Dec 27 16:14:51 -0800 2009 Adding 5.4.1 changelog [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 Typo users guide.pdf Sun Dec 27 15:57:33 -0800 2009 Adding first version of typo users guide [fdv]
file UPGRADE Sat Mar 14 13:52:57 -0700 2009 Updating docs for release [fdv]
directory app/ Wed Dec 30 02:41:04 -0800 2009 Renaming carousel file to avoid conflict with p... [fdv]
directory bin/ Wed Dec 23 10:21:21 -0800 2009 Crappy hook to avoid keyboard to chair inteface... [fdv]
directory config/ Mon Dec 28 14:49:03 -0800 2009 Adds a first draft for Typo images library [fdv]
directory db/ Wed Dec 23 10:21:21 -0800 2009 Crappy hook to avoid keyboard to chair inteface... [fdv]
directory doc/ Sun Dec 13 06:54:26 -0800 2009 Fixes the test loops [fdv]
directory features/ Wed Jul 29 15:25:59 -0700 2009 finish the first signup scenario [shingara]
directory installer/ Thu Jul 17 05:51:36 -0700 2008 setting mysql as the new default database for t... [fdv]
directory lang/ Thu Dec 24 06:17:27 -0800 2009 add some French translation [shingara]
directory lib/ Sun Dec 27 15:42:45 -0800 2009 Upgrading version number [fdv]
directory log/ Wed Feb 25 12:26:21 -0800 2009 add file in log to keep directory [shingara]
directory public/ Wed Dec 30 02:41:04 -0800 2009 Renaming carousel file to avoid conflict with p... [fdv]
directory script/ Fri Jul 31 06:41:41 -0700 2009 rspec updates [emiddleton]
directory spec/ Mon Dec 28 14:49:03 -0800 2009 Adds a first draft for Typo images library [fdv]
directory test/ Thu Dec 24 03:57:42 -0800 2009 Removing the filter on AJAX / non AJAX comments... [fdv]
directory themes/ Sun Dec 27 17:52:02 -0800 2009 Updates TB3 header [fdv]
directory vendor/ Sat Dec 05 09:24:26 -0800 2009 Hiding file browser button til someone recode it [fdv]
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