2006年06月28日
ライブドアがソーシャルブックマークを始めましたね

どこかでみたような見た目が、ライブドアらしさか。
投稿者 田中@グリニッジ : 21:28 | コメント (0) | トラックバック
ネットとリアルとCGMと

CGMに関する実際のところはどうなの、という例が
http://www.yomiuri.co.jp/net/itmedia/20060628nt06.htm
ちょっとだけリアルについて触れられているので、リアルつながりで。
先日の協議会の定例会後のお勉強会の席でも、AIDMA→AISASとか言われているけれど、SearchからActionになかなか結びついていない、ネットからリアルへの流出も生まれているという話をちょっとさせてもらいましたが、やはりリアルの展開も見据えて行かんといけないんじゃないかなと思う今日この頃。
投稿者 田中@グリニッジ : 21:21 | コメント (0) | トラックバック
2006年06月08日
Ethna 2.1.2をインストール

6月6日にEthna 2.1.0がリリースされたと思ったら、連日のように細かく修正が出てますが、ここら辺で使ってみようとEthna 2.1.2をインストールしてみました。
Ethna未導入のRedhat Enterprise Linux 4サーバーに導入。
PEARの再インストール
# links -source http://go-pear.org/ | php
続いて、インストールしようと
# pear install http://ethna.jp/pear/Ethna-2.1.2.tgz
を実行。とりあえずインストールはできたようだけれど、
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
といわれたので、
# pear channel-update pear.php.net
を実行しておいた。
# pear info Ethna
About Ethna-2.1.2
=================
Provides Classes: Ethna_ActionClass, Ethna_ActionError,
Ethna_ActionForm, Ethna_AppManager,
Ethna_AppObject, Ethna_AppSearchObject,
Ethna_AppSQL, Ethna_Backend,
Ethna_CacheManager, Ethna_ClassFactory,
Ethna_Config, Ethna_Controller, Ethna_DB,
Ethna_Error, Ethna_Filter, Ethna_Handle,
Ethna_I18N, Ethna_InfoManager, Ethna_Logger,
Ethna_LogWriter, Ethna_MailSender,
Ethna_Session, Ethna_SkeltonGenerator,
Ethna_UnitTestCase, Ethna_UnitTestManager,
Ethna_UnitTestReporter, Ethna_Util,
Ethna_ViewClass, Ethna_Form_Info,
Ethna_Action_Info, Ethna_Form_UnitTest,
Ethna_Action_UnitTest,
Ethna_CacheManager_Localfile,
Ethna_CLI_ActionClass, Ethna_DB_ADOdb,
Ethna_DB_Creole, Ethna_DB_PEAR,
Ethna_Handle_AddAction,
Ethna_Handle_AddActionCli,
Ethna_Handle_AddActionTest,
Ethna_Handle_AddActionXmlrpc,
Ethna_Handle_AddAppManager,
Ethna_Handle_AddAppObject,
Ethna_Handle_AddProject,
Ethna_Handle_AddTemplate, Ethna_Handle_AddView,
Ethna_Handle_AddViewTest, Ethna_Handle_Manager,
Ethna_LogWriter_Echo, Ethna_LogWriter_File,
Ethna_LogWriter_Syslog, Ethna_SOAP_ActionForm,
Ethna_SOAP_Gateway,
Ethna_SOAP_GatewayGenerator, Ethna_SOAP_Util,
Ethna_SOAP_WsdlGenerator, Ethna_View_Info,
Ethna_View_List, Ethna_View_UnitTest, Ethna
Package Ethna
Summary Ethna PHP Framework Package
Description Ethna Web Application Framework
Maintainers Masaki Fujimoto
halt feits
Keita Arai
Version 2.1.2
Release Date 2006-06-07
Release License The BSD License
Release State stable
Release Notes Ethna PHP Web Application Framework
Release Deps PHP >= 4.1.0
Package.xml Version 1.0
Packaged With PEAR 1.4.8
Version
Last Installed Version - None -
Last Modified 2006-06-08
さて、開発開発。