fdv / typo
- Source
- Commits
- Network (79)
- Issues (3)
- Downloads (39)
- Wiki (21)
- Graphs
-
Tree:
771eb9c
commit 771eb9cb1be22e2a429239cc41d9198e30d531d6
tree 4e2be639972729e237afcdceb7f6caae497d093b
parent 9d2c8c0f6131e0360e975b4be8b4380b6654ed9e
tree 4e2be639972729e237afcdceb7f6caae497d093b
parent 9d2c8c0f6131e0360e975b4be8b4380b6654ed9e
typo /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Aug 08 02:04:48 -0700 2009 | |
| |
.gitmodules | Fri Jan 30 01:07:12 -0800 2009 | |
| |
CHANGELOG | Sat Mar 14 13:52:57 -0700 2009 | |
| |
MAINTAINERS | Thu Oct 23 15:37:45 -0700 2008 | |
| |
MIT-LICENSE | Thu Jan 20 18:47:07 -0800 2005 | |
| |
README | Sat Mar 14 13:52:57 -0700 2009 | |
| |
Rakefile | Fri Nov 04 08:07:05 -0800 2005 | |
| |
UPGRADE | Sat Mar 14 13:52:57 -0700 2009 | |
| |
app/ | ||
| |
bin/ | Sun Dec 30 13:41:59 -0800 2007 | |
| |
config/ | Mon Sep 07 12:15:46 -0700 2009 | |
| |
db/ | Thu Jul 30 01:32:33 -0700 2009 | |
| |
doc/ | Sat Mar 14 13:52:57 -0700 2009 | |
| |
features/ | Wed Jul 29 15:25:59 -0700 2009 | |
| |
installer/ | Thu Jul 17 05:51:36 -0700 2008 | |
| |
lang/ | Sat Sep 12 06:36:40 -0700 2009 | |
| |
lib/ | Mon Aug 03 04:56:59 -0700 2009 | |
| |
log/ | Wed Feb 25 12:26:21 -0800 2009 | |
| |
public/ | ||
| |
script/ | Fri Jul 31 06:41:41 -0700 2009 | |
| |
spec/ | Sun Sep 13 00:54:29 -0700 2009 | |
| |
test/ | Fri Sep 04 00:47:38 -0700 2009 | |
| |
themes/ | Mon Apr 13 13:24:38 -0700 2009 | |
| |
vendor/ |
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


