From frederic at de-villamil.com Wed Mar 2 08:36:03 2011 From: frederic at de-villamil.com (=?iso-8859-1?Q?de_Villamil_Fr=E9d=E9ric?=) Date: Wed, 2 Mar 2011 14:36:03 +0100 Subject: [typo] Recommendation: Unique Name for Typo (perhaps an Alias) In-Reply-To: References: Message-ID: Le 1 mars 2011 ? 04:18, henry74 a ?crit : > I'm a long time user of Typo and one of the biggest issues I have is searching for things related to the blogging software. For example - if I want to do a search on Twitter integration with the Typo 6 I get a random assortment of search results which have nothing to do with Typo. > > It would be great if there was a unique/alias to reference Typo so we can do better effective searching. This is probably hindering it coming up as folks look for blogging platforms as well. > > Thoughts? Hello, First, thank you for using Typo, it's always cool to hear news from our users. The name "Typo" has always been a cause of trouble. There's a well known PHP CMS called Typo3, Typo stands for typography and so on. We thought about renaming it at a time (at least 2 or 3 times), but we never made it, at least because renaming a project is a very long and tough task if you want people to be aware of it. Maybe a solution would be to use typoblog as we do on twitter when tagging our Typo related posts. The other solution would be to write more doc on our website I guess. Cheers, Fr?d?ric -- Fr?d?ric de Villamil "What's mine is mine. What's yours is still unsetteled" ? Go player proverb frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From ruby-forum-incoming at andreas-s.net Wed Mar 23 21:48:04 2011 From: ruby-forum-incoming at andreas-s.net (ken wang) Date: Thu, 24 Mar 2011 02:48:04 +0100 Subject: [typo] Installation typo6.0.4 failed on Ruby 1.9.2 and rails3.0.5 Message-ID: <9d33f24180997d39d1d75ad2bea3754e@ruby-forum.com> I installed the sqlite3,and also copied the sqlite dll to ruby's bin dir. Anyone can tell me what's wrong with my opeoration? 1 When using the default database.yml, and change the password to my local paasword. When exec bundle install, mysql 2.8.1 is installed. Then exec rake RAILS_ENV=production db:create, return already exists as ECHO1 in attachs: 2 I changed the configuration of database and gemfile. Replace all the mysql to mysql2. When exec bundle istall, it using the mysql2 (0.2.6) When exec rake RAILS_ENV=production db:migrate, returns as ECHO2 in attachs: 3 when change the database config as follows: production: adapter: mysql2 encoding: utf8 database: typo pool: 5 username: root password: '123456' development: adapter: mysql2 encoding: utf8 database: typo_dev pool: 5 username: root password: '123456'' rake RAILS_ENV=production db:create is successful rake RAILS_ENV=production db:migrate failed in the executing. As ECHO3 in attachs:: Attachments: http://www.ruby-forum.com/attachment/6069/typo_failed.txt -- Posted via http://www.ruby-forum.com/.