OSDN Git Service

Newly import UTF-8 code
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Thu, 13 Dec 2007 22:11:18 +0000 (22:11 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Thu, 13 Dec 2007 22:11:18 +0000 (22:11 +0000)
commitf3c7d1742117e2ec8185dc7d3779cd20af9edf98
treed2d1e959f9b1a0cd7cf0af1a83f27e3db036f0f6
parent1304fe5a2ef890995bd320f9b55a75e031bc6ec7
Newly import UTF-8 code
167 files changed:
.cvsignore [new file with mode: 0644]
.ethna [new file with mode: 0644]
CHANGES [new file with mode: 0644]
Ethna.php [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
bin/ethna.bat [new file with mode: 0755]
bin/ethna.sh [new file with mode: 0755]
bin/ethna_handle.php [new file with mode: 0644]
bin/ethna_make_package.php [new file with mode: 0644]
bin/ethna_make_package.sh [new file with mode: 0755]
bin/ethna_run_test.php [new file with mode: 0644]
bin/ethna_run_test.sh [new file with mode: 0755]
class/Action/Ethna_Action_Info.php [new file with mode: 0644]
class/Action/Ethna_Action_UnitTest.php [new file with mode: 0644]
class/CLI/Ethna_CLI_ActionClass.php [new file with mode: 0644]
class/DB/Ethna_DB_ADOdb.php [new file with mode: 0644]
class/DB/Ethna_DB_Creole.php [new file with mode: 0644]
class/DB/Ethna_DB_PEAR.php [new file with mode: 0644]
class/Ethna_ActionClass.php [new file with mode: 0644]
class/Ethna_ActionError.php [new file with mode: 0644]
class/Ethna_ActionForm.php [new file with mode: 0644]
class/Ethna_AppManager.php [new file with mode: 0644]
class/Ethna_AppObject.php [new file with mode: 0644]
class/Ethna_AppSQL.php [new file with mode: 0644]
class/Ethna_AppSearchObject.php [new file with mode: 0644]
class/Ethna_Backend.php [new file with mode: 0644]
class/Ethna_CacheManager.php [new file with mode: 0644]
class/Ethna_ClassFactory.php [new file with mode: 0644]
class/Ethna_Config.php [new file with mode: 0644]
class/Ethna_Controller.php [new file with mode: 0644]
class/Ethna_DB.php [new file with mode: 0644]
class/Ethna_Error.php [new file with mode: 0644]
class/Ethna_Filter.php [new file with mode: 0644]
class/Ethna_Generator.php [new file with mode: 0644]
class/Ethna_Handle.php [new file with mode: 0644]
class/Ethna_I18N.php [new file with mode: 0644]
class/Ethna_InfoManager.php [new file with mode: 0644]
class/Ethna_Logger.php [new file with mode: 0644]
class/Ethna_MailSender.php [new file with mode: 0644]
class/Ethna_PearWrapper.php [new file with mode: 0644]
class/Ethna_Plugin.php [new file with mode: 0644]
class/Ethna_Renderer.php [new file with mode: 0644]
class/Ethna_Session.php [new file with mode: 0644]
class/Ethna_SmartyPlugin.php [new file with mode: 0644]
class/Ethna_UnitTestCase.php [new file with mode: 0644]
class/Ethna_UnitTestManager.php [new file with mode: 0644]
class/Ethna_UnitTestReporter.php [new file with mode: 0644]
class/Ethna_UrlHandler.php [new file with mode: 0644]
class/Ethna_Util.php [new file with mode: 0644]
class/Ethna_ViewClass.php [new file with mode: 0644]
class/Plugin/Cachemanager/Ethna_Plugin_Cachemanager_Localfile.php [new file with mode: 0644]
class/Plugin/Cachemanager/Ethna_Plugin_Cachemanager_Memcache.php [new file with mode: 0644]
class/Plugin/Csrf/Ethna_Plugin_Csrf_Session.php [new file with mode: 0644]
class/Plugin/Ethna_Plugin_Cachemanager.php [new file with mode: 0644]
class/Plugin/Ethna_Plugin_Csrf.php [new file with mode: 0644]
class/Plugin/Ethna_Plugin_Filter.php [new file with mode: 0644]
class/Plugin/Ethna_Plugin_Generator.php [new file with mode: 0644]
class/Plugin/Ethna_Plugin_Handle.php [new file with mode: 0644]
class/Plugin/Ethna_Plugin_Logwriter.php [new file with mode: 0644]
class/Plugin/Ethna_Plugin_Urlhandler.php [new file with mode: 0644]
class/Plugin/Ethna_Plugin_Validator.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_Action.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_ActionTest.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_AppManager.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_AppObject.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_EntryPoint.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_Plugin.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_Project.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_Template.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_View.php [new file with mode: 0644]
class/Plugin/Generator/Ethna_Plugin_Generator_ViewTest.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddAction.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddActionTest.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddAppManager.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddAppObject.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddEntryPoint.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddProject.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddTemplate.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddView.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_AddViewTest.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_ChannelUpdate.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_ClearCache.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_InfoPlugin.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_InstallPlugin.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_ListPlugin.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_MakePluginPackage.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_PearLocal.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_UninstallPlugin.php [new file with mode: 0644]
class/Plugin/Handle/Ethna_Plugin_Handle_UpgradePlugin.php [new file with mode: 0644]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Alertmail.php [new file with mode: 0644]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Default.php [new file with mode: 0644]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Echo.php [new file with mode: 0644]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_File.php [new file with mode: 0644]
class/Plugin/Logwriter/Ethna_Plugin_Logwriter_Syslog.php [new file with mode: 0644]
class/Plugin/Validator/Ethna_Plugin_Validator_Custom.php [new file with mode: 0644]
class/Plugin/Validator/Ethna_Plugin_Validator_File.php [new file with mode: 0644]
class/Plugin/Validator/Ethna_Plugin_Validator_Max.php [new file with mode: 0644]
class/Plugin/Validator/Ethna_Plugin_Validator_Mbregexp.php [new file with mode: 0644]
class/Plugin/Validator/Ethna_Plugin_Validator_Min.php [new file with mode: 0644]
class/Plugin/Validator/Ethna_Plugin_Validator_Regexp.php [new file with mode: 0644]
class/Plugin/Validator/Ethna_Plugin_Validator_Required.php [new file with mode: 0644]
class/Plugin/Validator/Ethna_Plugin_Validator_Type.php [new file with mode: 0644]
class/Renderer/Ethna_Renderer_Smarty.php [new file with mode: 0644]
class/SOAP/Ethna_SOAP_ActionForm.php [new file with mode: 0644]
class/SOAP/Ethna_SOAP_Gateway.php [new file with mode: 0644]
class/SOAP/Ethna_SOAP_GatewayGenerator.php [new file with mode: 0644]
class/SOAP/Ethna_SOAP_Util.php [new file with mode: 0644]
class/SOAP/Ethna_SOAP_WsdlGenerator.php [new file with mode: 0644]
class/View/Ethna_View_Info.php [new file with mode: 0644]
class/View/Ethna_View_List.php [new file with mode: 0644]
class/View/Ethna_View_UnitTest.php [new file with mode: 0644]
misc/_ethna [new file with mode: 0644]
misc/sample_package.ini [new file with mode: 0644]
misc/sample_plugin.php [new file with mode: 0644]
skel/app.action.default.php [new file with mode: 0644]
skel/app.actionclass.php [new file with mode: 0644]
skel/app.actionform.php [new file with mode: 0644]
skel/app.controller.php [new file with mode: 0644]
skel/app.error.php [new file with mode: 0644]
skel/app.plugin.filter.default.php [new file with mode: 0644]
skel/app.unittest.php [new file with mode: 0644]
skel/app.url_handler.php [new file with mode: 0644]
skel/app.view.default.php [new file with mode: 0644]
skel/app.viewclass.php [new file with mode: 0644]
skel/dot.ethna [new file with mode: 0644]
skel/etc.ini.php [new file with mode: 0644]
skel/skel.action.php [new file with mode: 0644]
skel/skel.action_cli.php [new file with mode: 0644]
skel/skel.action_test.php [new file with mode: 0644]
skel/skel.action_xmlrpc.php [new file with mode: 0644]
skel/skel.app_manager.php [new file with mode: 0644]
skel/skel.app_object.php [new file with mode: 0644]
skel/skel.entry_cli.php [new file with mode: 0644]
skel/skel.entry_www.php [new file with mode: 0644]
skel/skel.template.tpl [new file with mode: 0644]
skel/skel.view.php [new file with mode: 0644]
skel/skel.view_test.php [new file with mode: 0644]
skel/template.index.tpl [new file with mode: 0644]
skel/www.css.ethna.css [new file with mode: 0644]
skel/www.index.php [new file with mode: 0644]
skel/www.info.php [new file with mode: 0644]
skel/www.unittest.php [new file with mode: 0644]
skel/www.xmlrpc.php [new file with mode: 0644]
test/Ethna_ActionError_Test.php [new file with mode: 0644]
test/Ethna_ActionForm_Test.php [new file with mode: 0644]
test/Ethna_Config_Test.php [new file with mode: 0644]
test/Ethna_DB_ADOdb_Test.php [new file with mode: 0644]
test/Ethna_Logger_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Cachemanager_Localfile_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Csrf_Session_Test.php [new file with mode: 0755]
test/Ethna_Plugin_Logwriter_Echo_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Logwriter_File_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Validator_Custom_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Validator_Max_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Validator_Min_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Validator_Regexp_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Validator_Required_Test.php [new file with mode: 0644]
test/Ethna_Plugin_Validator_Type_Test.php [new file with mode: 0644]
test/Ethna_UnitTestBase.php [new file with mode: 0644]
test/Ethna_UrlHandler_Test.php [new file with mode: 0644]
test/Ethna_Util_Test.php [new file with mode: 0644]
test/Ethna_ViewClass_Test.php [new file with mode: 0644]
test/TextDetailReporter.php [new file with mode: 0644]
test/run_test.stdin.txt [new file with mode: 0644]
tpl/info.tpl [new file with mode: 0644]
tpl/unittest.tpl [new file with mode: 0644]