Latest commit to the master branch
Typo has been around since March of 2005 making it one of the oldest blogging platforms in Rails. With powerful SEO capabilities, full themes, and plug-ins, this platform has all the features needed for a great user experience for both web developers and site visitors. Typo is available as a gem or source tarball.
The current version is Typo 6.0.9 for Ruby on Rails 3.0.10
Frédéric de Villamil <frederic@de-villamil.com>
blog: http://t37.net
irc: neuro`
Matijs van Zuijlen
blog: http://www.matijs.net/blog/
irc: matijs
Thomas Lecavelier
blog: http://blog.ookook.fr/
irc: ook
Yannick François
blog: http://elsif.fr
irc: yaf
Cyril Mougel
blog: http://blog.shingara.fr
irc: shingara
Tobias Luetke
blog: http://blog.leetsoft.com/
irc: xal
There are various way of installing Typo, but the easiest way is the install using the gem.
To install Typo you need the following:
Download Typo stable version at http://typosphere.org/stable.tar.gz or http://typosphere.org/stable.zip.
Unpack Typo archive into your Web hosting space.
Rename database.yml.example to database.yml and fill in your database credentials for production mode.
Then run:
$ bundle install
$ rake RAILS_ENV=production db:migrate
To use / test typo, run:
./script/rails server
We recommend using Passenger (mod_rails) or Thin / Unicorn with Apache or Nginx.
The admin interface for Typo allows you to post articles and change configuration settings. It can be found at http://yourdomain.com/admin. New content can be posting using the admin interface or a desktop blog editor such as MarsEdit or Ecto. For a list of working clients, please visit http://typosphere.org/wiki/DesktopClients
Enjoy,
The Typo team
![[image]](http://mowser.com/img?url=https%3A%2F%2Fa248.e.akamai.net%2Fassets.github.com%2Fimages%2Fmodules%2Fajax%2Fbig_spinner_336699.gif%3F1284681402)
Headers
# This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag
Text styles
*This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ *You **can** combine them*
Unordered
* Item 1 * Item 2 * Item 2a * Item 2b
Ordered
1. Item 1 2. Item 2 3. Item 3 * Item 3a * Item 3b
Images
 Format: 
Links
http://github.com - automatic! [GitHub](http://github.com)
Blockquotes
As Kanye West said: > We're living the future so > the present is our past.
Syntax highlighting with GFM
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
Or, indent your code 4 spaces
Here is a Python code example
without syntax highlighting:
def foo:
if not bar:
return true
Inline code for comments
I think you should use an `<addr>` element here instead.
You are viewing a mobilized version of this site...
View original page here