root/trunk/README

Revision 1695, 1.7 kB (checked in by neuro, 2 weeks ago)

Adds 3 classes in the default styles
Update version number for 5.0.4
Update README
Fixes bug 1224 for non MySQL databases

Line 
1 What is it?
2 ===========
3
4 Typo is a weblog system written in Ruby using Ruby on Rails. Weblogs are cool,
5 weblogs are "in" and everyone who writes code has an different opinion on how
6 a weblog should be written. Typo is our take on it. Typo is designed to be
7 usable by programmers and non-programmers, while being easy for programmers to
8 extend.
9
10 Requirements
11 ============
12
13 Currently you need all of those things to get typo to run:
14
15  * Ruby 1.8.6 or higher
16  * Rails 2.0.2 or higher
17  * A database.  Typo supports MySQL, PostgreSQL, and SQLite.
18  * Ruby drivers for your database.
19  * For best performance, you should have a web server running either
20    Apache or Lighttpd along with FastCGI, although these aren't
21    strictly required--you can use Ruby's built-in web server for
22    low-volume testing.
23  * rspec, rcov and ruby-debug are necessary to run the test suit.
24
25 Installation
26 ============
27
28 See doc/Installer.text and doc/typo-5.0.3-release-notes.txt.
29
30 Usage
31 ======
32
33 Typo's administrative interface is available at
34 http://your.domain.com/admin. You can use this to post articles and
35 change Typo's configuration settings. For posting new content, you can
36 either use this administrative web interface or a desktop blog editor
37 like MarsEdit or Ecto. For a short list of clients which are confirmed
38 to work please visit http://trac.typosphere.org/wiki/DesktopClients.
39
40 Client setup
41 ============
42
43 Set your desktop client to Movable Type API and enter
44 http://your.domain.com/backend/xmlrpc as endpoint address.
45
46 Tell me about your blog
47 =======================
48
49 Add yourself to the list of typo blogs at http://trac.typosphere.org/wiki/TypoPowered
50 and subscribe to the typo mailing list.
51
52
53 Enjoy,
54 Your typo team
55
Note: See TracBrowser for help on using the browser.