This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Installing Typo Edge
If you want to install Typo from edge version, you need to use our git repository.
In first, you need to download all source :
- git clone git://github.com/fdv/typo.git
Then, you need all gems :
from rubyforge gems source (http://gems.rubyforge.org/) :
- coderay
- htmlentities
- json
- calendar_date_select
from github gems source (http://gems.github.com):
- datanoise-actionwebservice = 2.2.2
- mislav-will_paginate = 2.3.7
If you want to launch all test in Typo you need 3 other gems from rubyforge gems source :
- flexmock
- rspec
- rspec-rails
To install gems from github:
- gem sources -a http://gems.github.com
- gem install datanoise-actionwebservice mislav-will_paginate






