Skip to content

Commit

Permalink
Updating doc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Jan 4, 2009
1 parent eb92543 commit c025501
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 171 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -0,0 +1 @@
Typo 5.2 is the latest Typo major version, comming along with Rails 2.2.2
21 changes: 0 additions & 21 deletions CHANGES-5.1.3

This file was deleted.

17 changes: 2 additions & 15 deletions README
Expand Up @@ -13,7 +13,7 @@ Requirements
Currently you need all of those things to get typo to run:

* Ruby 1.8.6 or Ruby Enterprise Edition.
* Rails 2.2, Trunk DOES NOT support Rails 2.1.
* Rails 2.2, Typo 5.2 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
Expand All @@ -26,20 +26,7 @@ Currently you need all of those things to get typo to run:
Installation
============

See doc/Installer.text and doc/typo-5.0.3-release-notes.txt.

Installation by git repository
==============================

Typo use git in developpement. If you want clone the lastest version, you need
clone the git repository

git clone git://github.com/fdv/typo

Several third-part is link in git repository by submodule. So you need update it.

git submodule update --init

See doc/Installer.text and doc/typo-5.2-release-notes.txt.

Usage
======
Expand Down
135 changes: 0 additions & 135 deletions doc/typo-4.0-release-notes.txt

This file was deleted.

52 changes: 52 additions & 0 deletions doc/typo-5.2-release-notes.txt
@@ -0,0 +1,52 @@
Typo 5.2
========

Welcome to Typo 5.2. Typo is a blogging platform, like Movable Typo or
Wordpress, written using Ruby on Rails.

This is the first major release since Typo 5.0.


Changes since Typo 5.1
----------------------

* Migration to Ruby on Rails 2.2

* A complete admin rewriting, faster, easier to use

* Coderay text filter plugin, for more easy syntax highlighting for code

* Performances improved, Typo is not the bloatware it used to be anymore

* Even better theme support. Up to date themes are at http://typogarden.org

* Cleaner migrations.

* A better search with live search moved as a plugin


How to Install Typo
-------------------

There are two ways to install Typo: automatically, using the new Typo installer, or manually, by downloading the source and building a working Rails environment (database, etc) for it.

New users should use the installer wherever possible because it's substantially easier and less trouble-prone.


### Installing Typo via the Typo Installer

The documentation has moved to http://github.com/fdv/typo/wikis/install-typo-with-typo-installer


### Installing Typo Manually

The documentation has moved to http://github.com/fdv/typo/wikis/install-typo-from-sources


Support, or where to turn when things break
-------------------------------------------

Typo development occurs via http://typosphere.org. If you find a bug, please
file a bug report via http://typosphere.org/projects/typo/issues

If you have problems, please send mail to typo-list@rubyforge.org. You can also visit Typo's IRC channel, #typo on irc.freenode.net and ask for help.

0 comments on commit c025501

Please sign in to comment.