# This is an incomplete deployment descriptor. # This is an application/rdf+n3 file. # See also . @prefix : . @prefix foaf: . @prefix dc: . a :SoftwareProduct; dc:title "Pycoon"; dc:description "Pycoon Web Development Framework"; foaf:homepage ; :version "0.2a1"; :release [ a :SoftwareRelease; dc:title "Development, Platform-Independent"; :platform [ a :SoftwarePlatform; dc:title "Generic Linux" ]; :platform [ a :SoftwarePlatform; dc:title "Microsoft Windows NT/XP" ]; :requiredFeature [ a :SoftwareFeature; dc:title "Pycoon Framework and Core Components"; :requiredElement <#pycoon>; :requiredFeature [ a :SoftwareFeature; dc:title "Front-end Server"; :optionalFeature [ a :SoftwareFeature; dc:title "CherryPy Standalone WSGI Server"; :requiredElement [ a :SoftwareElement; dc:title "CherryPy WSGI Server"; :name "cherrypy-wsgiserver"; :minVersion "3.0.0RC1"; :maxVersion "3.0.0RC*"; foaf:homepage ] ], [ a :SoftwareFeature; dc:title "Apache HTTP Server with mod_python as WSGI Server"; dc:requiredProduct [ a :SoftwareProduct; dc:title "Apache HTTP Server"; :minVersion "2.0"; :maxVersion "2.0.*"; foaf:homepage ]; :requiredElement [ a :SoftwareElement; dc:title "mod_python Apache Module"; :name "apache-mod_python"; :minVersion "3.2"; :maxVersion "3.2.*"; foaf:homepage ], [ a :SoftwareElement; dc:title "paste.modpython WSGI wrapper for mod_python"; :name "paste-modpython"; :minVersion "1.0"; :maxVersion "1.0.*"; foaf:homepage ] ] ]. <#pycoon> a :SoftwareElement; :name "pycoon"; :version "0.2a1"; :requiredProduct [ a :SoftwareProduct; dc:title "CPython Interpreter"; :minVersion "2.4"; :maxVersion "2.5.*"; foaf:homepage ]; :requiredElement [ a :SoftwareElement; dc:title "lxml Pythonc Binding for the libxml2 and libxslt Libraries"; :name "lxml"; :minVersion "1.1"; :maxVersion "1.1.*"; foaf:homepage ; :requiredElement [ a :SoftwareElement; :name "libxml2" ], [ a :SoftwareElement; :name "libxslt" ] ].