Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 193
- Log:
First stage commit of Typo 4.1, modified for the ROOL site.
Includes all local modifications but a final pass needs to be
made to delete any files left over from earlier Typo versions
that shouldn't be here anymore. See the 'tags' section of the
repository for a clean Typo 4.1 tree.Note that symlinks to shared files in the RISC OS Open theme
directory have been deliberately included this time around; I
decided that on balance it was better to leave them in as
placeholders, since unlike symlinks in app/views/shared, the
Typo theme structure is not a standard Rails concept.
- Author:
- rool
- Date:
- Wed Apr 04 18:51:02 +0100 2007
- Size:
- 1629 Bytes
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.4 or higher |
16 | * Rails 1.2.x |
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 | |
24 | Installation |
25 | ============ |
26 | |
27 | See doc/Installer.text and doc/typo-4.0-release-notes.txt. |
28 | |
29 | Usage |
30 | ====== |
31 | |
32 | Typo's administrative interface is available at |
33 | http://your.domain.com/admin. You can use this to post articles and |
34 | change Typo's configuration settings. For posting new content, you can |
35 | either use this administrative web interface or a desktop blog editor |
36 | like MarsEdit or Ecto. For a short list of clients which are confirmed |
37 | to work please visit http://typosphere.org/trac/wiki/DesktopClients. |
38 | |
39 | Client setup |
40 | ============ |
41 | |
42 | Set your desktop client to Movable Type API and enter |
43 | http://your.domain.com/backend/xmlrpc as endpoint address. |
44 | |
45 | Tell me about your blog |
46 | ======================= |
47 | |
48 | Add yourself to the list of typo blogs at http://typosphere.org/trac/wiki/TypoPowered |
49 | and subscribe to the typo mailing list. |
50 | |
51 | |
52 | Enjoy, |
53 | Your typo team |
54 |