[pypy-svn] r44132 - pypy/dist/pypy/lib/pyontology/ontodemo

fijal at codespeak.net fijal at codespeak.net
Mon Jun 11 13:16:10 CEST 2007


Author: fijal
Date: Mon Jun 11 13:16:10 2007
New Revision: 44132

Modified:
   pypy/dist/pypy/lib/pyontology/ontodemo/   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/README.txt   (contents, props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/dummyserver.py   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/ontodemo-1024x768.py   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/ontodemo-1280x1024.py   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/ontodemo-1280x1024.rsrc.py   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/ontodemo.py   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/ontodemo.rsrc.py   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/ontoserver.py   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/paths.py   (contents, props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/queries.py   (props changed)
   pypy/dist/pypy/lib/pyontology/ontodemo/sparqlquery.py   (props changed)
Log:
fixeol and windows line endings


Modified: pypy/dist/pypy/lib/pyontology/ontodemo/README.txt
==============================================================================
--- pypy/dist/pypy/lib/pyontology/ontodemo/README.txt	(original)
+++ pypy/dist/pypy/lib/pyontology/ontodemo/README.txt	Mon Jun 11 13:16:10 2007
@@ -1,40 +1,40 @@
-How to run the pyontology demo
-------------------------------
-
-The following configuration of modules should be used to test the
-system with Python 2.4.
-
-* Check out PyPy from http://codespeak.net/svn/pypy/dist/
-
-* Check out dependencies from http://codespeak.net/svn/user/arigo/hack/pypy-hack/pyontology-deps
-  This will load the following packages:
-
-   * Logilab common (ftp://ftp.logilab.fr/pub/common)
-   * Logilab constraint (ftp://ftp.logilab.fr/pub/constraint/logilab-constraint-0.3.0)
-   * rdflib_ (http://rdflib.net)
-
-  At the same time it will avoid the installation of an outdated
-  commercial version of VisualStudio that would otherwise be needed
-  for compilation. 
-
-* Install pyparsing.py (available from Sourceforge.net)
-
-For the GUI, some components need to be installed to support graphical
-interfaces. 
-
-* Install Pythoncard (http://pythoncard.sourceforge.net)
-
-* Install Wxpython (http://www.wxpython.org/) 
-
-In the current directory
-
-* adapt path names in paths.py
-* start server: ./ontoserver <ontology>
-  where <ontology> is a file specification for your OWL file
-* start GUI: ./python ontodemo
-
-To define SPARQL queries, write each in a file. Edit file queries.py,
-adding lines of the following kind:
-"<natural language question>": ("<filename>", None),
-
-In the GUI, select a question and press "answer" to see the result.
+How to run the pyontology demo
+------------------------------
+
+The following configuration of modules should be used to test the
+system with Python 2.4.
+
+* Check out PyPy from http://codespeak.net/svn/pypy/dist/
+
+* Check out dependencies from http://codespeak.net/svn/user/arigo/hack/pypy-hack/pyontology-deps
+  This will load the following packages:
+
+   * Logilab common (ftp://ftp.logilab.fr/pub/common)
+   * Logilab constraint (ftp://ftp.logilab.fr/pub/constraint/logilab-constraint-0.3.0)
+   * rdflib_ (http://rdflib.net)
+
+  At the same time it will avoid the installation of an outdated
+  commercial version of VisualStudio that would otherwise be needed
+  for compilation. 
+
+* Install pyparsing.py (available from Sourceforge.net)
+
+For the GUI, some components need to be installed to support graphical
+interfaces. 
+
+* Install Pythoncard (http://pythoncard.sourceforge.net)
+
+* Install Wxpython (http://www.wxpython.org/) 
+
+In the current directory
+
+* adapt path names in paths.py
+* start server: ./ontoserver <ontology>
+  where <ontology> is a file specification for your OWL file
+* start GUI: ./python ontodemo
+
+To define SPARQL queries, write each in a file. Edit file queries.py,
+adding lines of the following kind:
+"<natural language question>": ("<filename>", None),
+
+In the GUI, select a question and press "answer" to see the result.

Modified: pypy/dist/pypy/lib/pyontology/ontodemo/paths.py
==============================================================================
--- pypy/dist/pypy/lib/pyontology/ontodemo/paths.py	(original)
+++ pypy/dist/pypy/lib/pyontology/ontodemo/paths.py	Mon Jun 11 13:16:10 2007
@@ -1,8 +1,8 @@
-# Directory hosting ontodemo code
-demodir="d:\\PyPy-svn\\pypy-dist\\pypy\\lib\\pyontology\\ontodemo"
-
-# Directory for the PyPy distribution
-distdir="d:\\PyPy-svn\\pypy-dist"
-
-# Directory hosting the pyontology dependencies
+# Directory hosting ontodemo code
+demodir="d:\\PyPy-svn\\pypy-dist\\pypy\\lib\\pyontology\\ontodemo"
+
+# Directory for the PyPy distribution
+distdir="d:\\PyPy-svn\\pypy-dist"
+
+# Directory hosting the pyontology dependencies
 depssir="d:\\PyPy-svn\\pyontology-deps"
\ No newline at end of file



More information about the Pypy-commit mailing list