Skip to content

Commit cfa9a5b

Browse files
author
Francesc Esplugas
committed
Added splash screen.
1 parent f3df694 commit cfa9a5b

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

doc/README.markdown

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## What is Typus?
2+
3+
A few years ago I developed websites using [Movable Type](http://movabletype.org/), [Drupal](http://drupal.com), [TextPattern](http://textpattern.com/) and [b2](http://b2evolution.net/), which later became [Wordpress](http://wordpress.org/). I decided to stop using all those content management systems and started to develop web applications with [Ruby on Rails](http://rubyonrails.org/).
4+
5+
Inspired by the tools I used, and with a simple idea "Trusted users editing structured content", I started to develop a [Rails](http://rubyonrails.org/) application to manage the sites I was building. This was the first attempt to make a simple but powerful content management system. I adapted that application to many projects, but I decided to extract the core functionality as a plugin which is now known a **Typus**.
6+
7+
![Typus: Dashboard](http://media.intraducibles.com/assets/typus-screenshots-step2.png "Typus: Dashboard")
8+
9+
On December 2007, **Typus** was released under a [MIT License](/projects/typus/mit-license). A lot of feedback, ideas, contributions & donations are making the plugin better everyday.
10+
11+
### Typus Key Features
12+
13+
- Access control by users and roles.
14+
- CRUD and custom actions for your models on a clean interface.
15+
- Internationalized interface.
16+
- Extensible and overwritable templates.
17+
- Low memory footprint.
18+
19+
## Impatients to see it working?
20+
21+
A demo is running at [Heroku](http://typus.heroku.com/). Use the following credentials to log in.
22+
23+
24+
Password: columbia
25+
26+
## Want to quickly create an application on your development machine?
27+
28+
Note that Git & Rails are required to make the application work.
29+
30+
**Step 1: Create a Rails application using a template.**
31+
32+
$ rails example.com -m http://gist.github.com/86613.txt
33+
34+
**Step 2: Start the server.**
35+
36+
$ cd example.com && script/server
37+
38+
**Step 3: Go to the admin area.**
39+
40+
http://0.0.0.0:3000/admin

0 commit comments

Comments
 (0)