]> err.no Git - sope/commit
added mod_objc
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 16 Nov 2005 13:26:01 +0000 (13:26 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 16 Nov 2005 13:26:01 +0000 (13:26 +0000)
commit7ac47ed9fcaef5fa5c140363a78fa095c5d91797
tree2d27c1b120e46e33198499b5767b9f02e2162ab2
parentd6593dc63e21a514640dd9c48f5bbea878af1116
added mod_objc

git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1175 e4a50df8-12e2-0310-a44c-efbce7f8a7e3
85 files changed:
Recycler/ApacheWO/.cvsignore [new file with mode: 0644]
Recycler/ApacheWO/20040608 [new file with mode: 0644]
Recycler/ApacheWO/AWODirectoryConfig.h [new file with mode: 0644]
Recycler/ApacheWO/AWODirectoryConfig.m [new file with mode: 0644]
Recycler/ApacheWO/AWOServerConfig.h [new file with mode: 0644]
Recycler/ApacheWO/AWOServerConfig.m [new file with mode: 0644]
Recycler/ApacheWO/AliasMap.h [new file with mode: 0644]
Recycler/ApacheWO/AliasMap.m [new file with mode: 0644]
Recycler/ApacheWO/ApacheCommands.plist [new file with mode: 0644]
Recycler/ApacheWO/ApacheHandlers.plist [new file with mode: 0644]
Recycler/ApacheWO/ApacheResourceManager.h [new file with mode: 0644]
Recycler/ApacheWO/ApacheResourceManager.m [new file with mode: 0644]
Recycler/ApacheWO/ApacheWO+Echo.m [new file with mode: 0644]
Recycler/ApacheWO/ApacheWO+Echo2.m [new file with mode: 0644]
Recycler/ApacheWO/ApacheWO+RequestHandler.m [new file with mode: 0644]
Recycler/ApacheWO/ApacheWO+hooks.m [new file with mode: 0644]
Recycler/ApacheWO/ApacheWO+woxpage.m [new file with mode: 0644]
Recycler/ApacheWO/ApacheWO.h [new file with mode: 0644]
Recycler/ApacheWO/ApacheWO.m [new file with mode: 0644]
Recycler/ApacheWO/ApacheWOTransaction.h [new file with mode: 0644]
Recycler/ApacheWO/ApacheWOTransaction.m [new file with mode: 0644]
Recycler/ApacheWO/ChangeLog [new file with mode: 0644]
Recycler/ApacheWO/GNUmakefile [new file with mode: 0644]
Recycler/ApacheWO/README [new file with mode: 0644]
Recycler/ApacheWO/TestApp/GNUmakefile [new file with mode: 0644]
Recycler/ApacheWO/TestApp/TestApp.m [new file with mode: 0644]
Recycler/ApacheWO/WOComponent+Apache.m [new file with mode: 0644]
Recycler/ApacheWO/WORequest+Apache.h [new file with mode: 0644]
Recycler/ApacheWO/WORequest+Apache.m [new file with mode: 0644]
Recycler/ApacheWO/WORequestHandler+Apache.h [new file with mode: 0644]
Recycler/ApacheWO/WORequestHandler+Apache.m [new file with mode: 0644]
Recycler/ApacheWO/WOResponse+Apache.h [new file with mode: 0644]
Recycler/ApacheWO/WOResponse+Apache.m [new file with mode: 0644]
Recycler/ApacheWO/common.h [new file with mode: 0644]
Recycler/ApacheWO/docs/Embed.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/Frame.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/Page2.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/Page3.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/RqInfo.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/SSIPage.shtml [new file with mode: 0644]
Recycler/ApacheWO/docs/SlowMarket.gif [new file with mode: 0644]
Recycler/ApacheWO/docs/Table.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/WoPage1.wo/WoPage1.html [new file with mode: 0644]
Recycler/ApacheWO/docs/WoPage1.wo/WoPage1.js [new file with mode: 0644]
Recycler/ApacheWO/docs/WoPage1.wo/WoPage1.wod [new file with mode: 0644]
Recycler/ApacheWO/docs/bigimg.gif [new file with mode: 0644]
Recycler/ApacheWO/docs/imgs/SlowMarket.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/renameme-.htaccess [new file with mode: 0644]
Recycler/ApacheWO/docs/requests.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/subdir/renameme-.htaccess [new file with mode: 0644]
Recycler/ApacheWO/docs/subdir/test.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/test.html [new file with mode: 0644]
Recycler/ApacheWO/docs/test.wox [new file with mode: 0644]
Recycler/ApacheWO/docs/wa.rqh [new file with mode: 0644]
Recycler/ApacheWO/docs/xmlrpc.rqh [new file with mode: 0644]
Recycler/ApacheWO/httpd.conf [new file with mode: 0644]
Recycler/ApacheWO/httpd.sh [new file with mode: 0755]
Recycler/mod_objc/ApModuleBaseClass+Callbacks.m [new file with mode: 0644]
Recycler/mod_objc/ApModuleBaseClass+Cmds.m [new file with mode: 0644]
Recycler/mod_objc/ApModuleBaseClass+Handler.m [new file with mode: 0644]
Recycler/mod_objc/ApModuleBaseClass.h [new file with mode: 0644]
Recycler/mod_objc/ApModuleBaseClass.m [new file with mode: 0644]
Recycler/mod_objc/ApTest.m [new file with mode: 0644]
Recycler/mod_objc/ApacheCmdParms.h [new file with mode: 0644]
Recycler/mod_objc/ApacheCmdParms.m [new file with mode: 0644]
Recycler/mod_objc/ApacheConnection.h [new file with mode: 0644]
Recycler/mod_objc/ApacheConnection.m [new file with mode: 0644]
Recycler/mod_objc/ApacheModule.h [new file with mode: 0644]
Recycler/mod_objc/ApacheModule.m [new file with mode: 0644]
Recycler/mod_objc/ApacheObject.h [new file with mode: 0644]
Recycler/mod_objc/ApacheObject.m [new file with mode: 0644]
Recycler/mod_objc/ApacheRequest.h [new file with mode: 0644]
Recycler/mod_objc/ApacheRequest.m [new file with mode: 0644]
Recycler/mod_objc/ApacheResourcePool.h [new file with mode: 0644]
Recycler/mod_objc/ApacheResourcePool.m [new file with mode: 0644]
Recycler/mod_objc/ApacheServer.h [new file with mode: 0644]
Recycler/mod_objc/ApacheServer.m [new file with mode: 0644]
Recycler/mod_objc/ApacheTable.h [new file with mode: 0644]
Recycler/mod_objc/ApacheTable.m [new file with mode: 0644]
Recycler/mod_objc/GNUmakefile [new file with mode: 0644]
Recycler/mod_objc/GSBundleModule.m [new file with mode: 0644]
Recycler/mod_objc/README [new file with mode: 0644]
Recycler/mod_objc/genApacheModule.sh [new file with mode: 0755]
Recycler/mod_objc/mod_gsbundle.m [new file with mode: 0644]
Recycler/mod_objc/test.conf [new file with mode: 0644]