Re: Introduction
Welcome Kent, Thanks for the intro. Sounds like you are certainly in the right place. We have a variety of people here; as is usual for an open source project. We do not have a lot of Zope3 expertise so we can really use your input. Some of us just finished up a 10 day workshop; working primarily on the openehr modules. We can use advice and help with creating widgets for many of the classes that are used to define attributes for other classes. As OSHIP really becomes functional it should be in big demand by academics and researchers initially in the US as well as governments in other countries. Opportunities exist in giving workshops on openEHR/Zope as well as developing applications. The specifications are not well recognized in the US probably because of our "not invented here" attitude. I believe that this will be changing significantly over the next 6-12 months. Progress should be quite rapid from this point on. We certainly have a great combination of well defined specifications and a robust application server. You (and everyone else) will likely benefit from joining the openEHR technical list as well as the Implementers list. http://www.openehr.org/community/mailinglists.html Though I want to wait a couple of days before 'requiring' Python2.5; anyone wanting the correct build can replace their buildout.cfg (in the top 'oship' directory) with the one attached. Rerun buildout and initoship.py and restart the server. If their are any problems with this new buildout.cfg, let me know. I look forward to working with you. Cheers, Tim On Wed, 2008-08-06 at 08:49 -0500, Kent Tenney wrote: > Howdy list, > > I do system administration for Ashland County, > the north end of the state of Wisconsin, on Lake Superior, US. > > I became aware of this effort via a post by Tim Cook on > a Zope3 list. I joined the list for several reasons. > > - I'm an incorrigible lurker > - I'm interested in info management in general > - I'm interested in projects using Zope3 > - I'm appalled by the state of health care info technology > (every time I visit the clinic they write down the _same_ stuff) > - It seems the barrier to more efficient data tools is high priced > software > - I'm convinced that learning, and providing consulting for, powerful > open source tools, > is an extremely viable career path > > I believe that the motivation for health care data management should > be > benefiting patients and care providers, not profit from proprietary > software. > This project seems very promising. > > Thanks, > Kent > _______________________________________________ > ref_impl_python mailing list > ref_impl_python@openehr.org > http://lists.chime.ucl.ac.uk/mailman/listinfo/ref_impl_python -- ************************************************************************** Join the OSHIP project. It is the standards based, open source healthcare application platform in Python. Home page: https://launchpad.net/oship/ Wiki: http://www.openehr.org/wiki/display/dev/Python+developer%27s+page **************************************************************************
[buildout] develop = . parts = app test find-links = http://pypi.python.org/simple newest = false [app] recipe = zc.recipe.egg eggs = oship z3c.evalexception Paste PasteScript PasteDeploy mglob pyparsing RestrictedPython ZConfig ZODB3 jquery.javascript jquery.layer z3c.coverage z3c.csvvocabulary z3c.form z3c.formjs z3c.formui z3c.i18n z3c.layer z3c.macro z3c.macroviewlet z3c.menu z3c.optionstorage z3c.pagelet z3c.skin.pagelet z3c.template z3c.testing z3c.traverser z3c.viewlet z3c.viewtemplate z3c.zrtresource zc.copy zc.catalog zc.datetimewidget zc.i18n zc.recipe.filestorage zc.recipe.testrunner zc.resourcelibrary zc.table zc.zope3recipes zdaemon zodbcode zope.annotation zope.app.annotation zope.app.apidoc zope.app.applicationcontrol zope.app.appsetup zope.app.authentication zope.app.basicskin zope.app.boston zope.app.broken zope.app.cache zope.app.catalog zope.app.component zope.app.container zope.app.content zope.app.dav zope.app.debug zope.app.debugskin zope.app.dependable zope.app.dtmlpage zope.app.error zope.app.exception zope.app.externaleditor zope.app.file zope.app.folder zope.app.form zope.app.ftp zope.app.generations zope.app.homefolder zope.app.http zope.app.i18n zope.app.i18nfile zope.app.interface zope.app.interpreter zope.app.intid zope.app.keyreference zope.app.layers zope.app.locales zope.app.locking zope.app.module zope.app.onlinehelp zope.app.pagetemplate zope.app.pluggableauth zope.app.preference zope.app.preview zope.app.principalannotation zope.app.publication zope.app.publisher zope.app.pythonpage zope.app.renderer zope.app.rotterdam zope.app.schema zope.app.security zope.app.securitypolicy zope.app.server zope.app.session zope.app.skins zope.app.sqlscript zope.app.testing zope.app.traversing zope.app.tree zope.app.twisted zope.app.undo zope.app.wfmc zope.app.workflow zope.app.wsgi zope.app.xmlrpcintrospection zope.app.zapi zope.app.zcmlfiles zope.app.zopeappgenerations zope.app.zptpage zope.cachedescriptors zope.component zope.configuration zope.contentprovider zope.contenttype zope.copypastemove zope.datetime zope.decorator zope.deferredimport zope.deprecation zope.documenttemplate zope.dottedname zope.dublincore zope.error zope.event zope.exceptions zope.file zope.filerepresentation zope.formlib zope.hookable zope.html zope.i18n zope.i18nmessageid zope.index zope.interface zope.lifecycleevent zope.location zope.mimetype zope.minmax zope.modulealias zope.pagetemplate zope.proxy zope.publisher zope.rdb zope.schema zope.security zope.securitypolicy zope.sendmail zope.sequencesort zope.server zope.session zope.size zope.structuredtext zope.tal zope.tales zope.testbrowser zope.testrecorder zope.thread zope.traversing zope.viewlet zope.wfmc zope.xmlpickle [versions] z3c.evalexception>=2.0 Paste>=1.7.1 setuptools>=0.6c8 PasteScript>=1.6.3 PasteDeploy>=1.3.2 mglob>=0.4 pyparsing>=1.5.0 RestrictedPython>=3.4.2 ZConfig>=2.5.1 ZODB3>=3.9.0 jquery.javascript>=1.0.0 jquery.layer>=1.0.0 z3c.coverage>=1.1.2 z3c.csvvocabulary>=1.0.0 z3c.form>=1.8.2 z3c.formjs>=0.3.0 z3c.formui>=1.4.1 z3c.i18n>=0.1.1 z3c.layer>=0.2.3 z3c.macro>=1.1.0 z3c.macroviewlet>=1.0.0 z3c.menu>=0.2.0 z3c.optionstorage>=1.0.4 z3c.pagelet>=1.0.2 z3c.skin.pagelet>=1.0.2 z3c.template>=1.1 z3c.testing>=0.2.0 z3c.traverser>=0.2.3 z3c.viewlet>=1.0.0 z3c.viewtemplate>=0.3.2 z3c.zrtresource>=1.1.0 zc.copy>=1.1b zc.catalog>=1.2.0 zc.datetimewidget>=0.6.1 zc.i18n>=0.6.1 zc.recipe.filestorage>=1.0.1 zc.recipe.testrunner>=1.0.0 zc.resourcelibrary>=1.0.1 zc.table>=0.7.0 zc.zope3recipes>=0.7.0 zdaemon>=2.0.2 zodbcode>=3.4.0 zope.annotation>=3.4.0 zope.app.annotation>=3.4.0 zope.app.apidoc>=3.4.3 zope.app.applicationcontrol>=3.4.3 zope.app.appsetup>=3.6.0 zope.app.authentication>=3.4.2 zope.app.basicskin>=3.4.0 zope.app.boston>=3.4.0 zope.app.broken>=3.4.0 zope.app.cache>=3.4.1 zope.app.catalog>=3.5.1 zope.app.component>=3.4.1 zope.app.container>=3.6.0 zope.app.content>=3.4.0 zope.app.dav>=3.4.1 zope.app.debug>=3.4.1 zope.app.debugskin>=3.4.0 zope.app.dependable>=3.4.0 zope.app.dtmlpage>=3.4.1 zope.app.error>=3.5.1 zope.app.exception>=3.4.1 zope.app.externaleditor>=3.4.0 zope.app.file>=3.4.3 zope.app.folder>=3.4.0 zope.app.form>=3.5.0 zope.app.ftp>=3.4.0 zope.app.generations>=3.4.1 zope.app.homefolder>=3.4.0 zope.app.http>=3.4.1 zope.app.i18n>=3.4.4 zope.app.i18nfile>=3.4.1 zope.app.interface>=3.4.0 zope.app.interpreter>=3.4.0 zope.app.intid>=3.5.0 zope.app.keyreference>=3.5.0 zope.app.layers>=3.4.0 zope.app.locales>=3.4.5 zope.app.locking>=3.4.0 zope.app.module>=3.4.0 zope.app.onlinehelp>=3.4.1 zope.app.pagetemplate>=3.4.1 zope.app.pluggableauth>=3.4.0 zope.app.preference>=3.4.1 zope.app.preview>=3.4.0 zope.app.principalannotation>=3.4.0 zope.app.publication>=3.4.3 zope.app.publisher>=3.5.0 zope.app.pythonpage>=3.4.1 zope.app.renderer>=3.4.0 zope.app.rotterdam>=3.4.1 zope.app.schema>=3.4.0 zope.app.security>=3.5.2 zope.app.securitypolicy>=3.4.6 zope.app.server>=3.4.1 zope.app.session>=3.5.1 zope.app.skins>=3.4.0 zope.app.sqlscript>=3.4.1 zope.app.testing>=3.4.3 zope.app.traversing>=3.4.0 zope.app.tree>=3.4.0 zope.app.twisted>=3.4.1 zope.app.undo>=3.4.0 zope.app.wfmc>=0.1.2 zope.app.workflow>=3.4.1 zope.app.wsgi>=3.4.1 zope.app.xmlrpcintrospection>=3.4.0 zope.app.zapi>=3.4.0 zope.app.zcmlfiles>=3.4.3 zope.app.zopeappgenerations>=3.4.0 zope.app.zptpage>=3.4.1 zope.cachedescriptors>=3.4.1 zope.component>=3.5.1 zope.configuration>=3.4.0 zope.contentprovider>=3.4.0 zope.contenttype>=3.4.0 zope.copypastemove>=3.4.0 zope.datetime>=3.4.0 zope.decorator>=3.4.0 zope.deferredimport>=3.4.0 zope.deprecation>=3.4.0 zope.documenttemplate>=3.4.0 zope.dottedname>=3.4.2 zope.dublincore>=3.4.0 zope.error>=3.5.1 zope.event>=3.4.0 zope.exceptions>=3.5.2 zope.file>=0.3.0 zope.filerepresentation>=3.4.0 zope.formlib>=3.4.0 zope.hookable>=3.4.0 zope.html>=1.1.0 zope.i18n>=3.5.0 zope.i18nmessageid>=3.4.3 zope.index>=3.4.1 zope.interface>=3.4.1 zope.lifecycleevent>=3.4.0 zope.location>=3.4.0 zope.mimetype>=1.1 zope.minmax>=1.1.0 zope.modulealias>=3.4.0 zope.pagetemplate>=3.4.0 zope.proxy>=3.4.2 zope.publisher>=3.5.3 zope.rdb>=3.4.0 zope.schema>=3.4.0 zope.security>=3.5.2 zope.securitypolicy>=3.4.1 zope.sendmail>=3.5.0 zope.sequencesort>=3.4.0 zope.server>=3.5.0 zope.session>=3.5.2 zope.size>=3.4.0 zope.structuredtext>=3.4.0 zope.tal>=3.5.0 zope.tales>=3.4.0 zope.testbrowser>=3.5.0 zope.testrecorder>=0.3.0 zope.thread>=3.4 zope.traversing>=3.5.0a4 zope.viewlet>=3.4.2 zope.wfmc>=3.4.0 zope.xmlpickle>=3.4.0 mechanize>=0.1.7b ClientForm>=0.2.9 pytz>=2008c zope.testing>=3.6.0 docutils>=0.5 zc.recipe.egg>=1.1.0 zc.buildout>=1.1.1 interpreter = python [test] recipe = zc.recipe.testrunner eggs = oship defaults = ['--tests-pattern', '^f?tests$', '-v']
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ ref_impl_python mailing list ref_impl_python@openehr.org http://lists.chime.ucl.ac.uk/mailman/listinfo/ref_impl_python