public
Fork of fdv/typo
Description: Various enhancements to Typo blog engine
Homepage: http://typosphere.org
Clone URL: git://github.com/emk/typo.git
typo /
name age message
file .gitignore Loading commit data...
file .gitmodules Fri Oct 24 07:44:39 -0700 2008 add will_paginate 2.3.5 by git-submodule [shingara]
file CHANGES-5.1.3 Sun Aug 31 08:44:37 -0700 2008 Changelog commit git-svn-id: http://svn.typos... [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
file Rakefile Fri Nov 04 08:07:05 -0800 2005 Upgrading to Rails 0.14.2. Ran 'rails .', patc... [scott]
directory app/
directory bin/ Sun Dec 30 13:41:59 -0800 2007 Some post release fixes git-svn-id: http://svn... [fdv]
directory config/ Sat Nov 29 12:15:19 -0800 2008 Adding a missing route for paginated tags [fdv]
directory db/
directory doc/ Sun Jul 23 07:42:44 -0700 2006 Update troubleshooting docs git-svn-id: http:/... [scott]
directory installer/ Thu Jul 17 05:51:36 -0700 2008 setting mysql as the new default database for t... [fdv]
directory lang/
directory lib/ Sat Nov 29 12:52:24 -0800 2008 Prepairing release [fdv]
directory public/
directory script/
directory spec/
directory test/
directory themes/
directory vendor/ Fri Nov 28 12:13:41 -0800 2008 Update bundled coderay gem to use new 'rake gem... [emk]
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 Ruby Enterprise Edition. 
 * Rails 2.2, Trunk 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.text and doc/typo-5.0.3-release-notes.txt.

Installation by git repository
==============================

Typo use git in developpement. If you want clone the lastest version, you need
clone the git repository

    git-clone git://github.com/fdv/typo

Several third-part is link in git repository by submodule. So you need update it.

    git-submodule init
    git-submodule update


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