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 !
scott (author)
Fri Jul 21 23:30:01 -0700 2006
commit  550c037a46081e4874e0ae4ce81b3915eed2fc21
tree    ca62a5a2532d3cb720b85b01215854fa5485f6f1
parent  79e37580a9e734572a27f175bc7b63744d25578e
typo / README
100644 55 lines (39 sloc) 1.629 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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.4 or higher
 * Rails 1.1.x
 * 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
============
 
See doc/Installer.text and doc/typo-4.0-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/trac/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://typosphere.org/trac/wiki/TypoPowered
and subscribe to the typo mailing list.
 
 
Enjoy,
Your typo team