README
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:2k
源码类别:

Ajax

开发平台:

Others

  1. What is it?
  2. ===========
  3. Typo is a weblog system written in Ruby using Ruby on Rails. Weblogs are cool,
  4. weblogs are "in" and everyone who writes code has a different opinion on how
  5. a weblog should be written. Typo is our take on it. Typo is designed to be
  6. usable by programmers and non-programmers, while being easy for programmers to
  7. extend.
  8. Requirements
  9. ============
  10. Currently you need all of those things to get typo to run:
  11.  * Ruby 1.8.6, 1.8.7 or Ruby Enterprise Edition. 
  12.  * Rails 2.3.5, Typo 5.4.4 DOES NOT support any older Rails version.
  13.  * A database.  Typo supports MySQL, PostgreSQL, and SQLite.
  14.  * Ruby drivers for your database.
  15.  * For best performance, you should have a web server running either
  16.    Apache, Lighttpd or Nginx, along with FastCGI, mongrel or thin. You can use 
  17.    Ruby's built-in web server for low-volume testing.
  18.    We recommend the use of Apache + mod_rails (aka Passenger) for fast and 
  19.    easy deployment along with speed.
  20.  * rspec, rcov and ruby-debug are necessary to run the test suit.
  21. Installation
  22. ============
  23. See doc/Installer.txt and doc/typo-5.3-release-notes.txt.
  24. Usage
  25. ======
  26. Typo's administrative interface is available at
  27. http://your.domain.com/admin. You can use this to post articles and
  28. change Typo's configuration settings. For posting new content, you can
  29. either use this administrative web interface or a desktop blog editor
  30. like MarsEdit or Ecto. For a short list of clients which are confirmed
  31. to work please visit http://typosphere.org/wiki/DesktopClients.
  32. Client setup
  33. ============
  34. Set your desktop client to Movable Type API and enter
  35. http://your.domain.com/backend/xmlrpc as endpoint address.
  36. Enjoy,
  37. Your typo team