summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2013-03-15 10:45:26 +0000
committerMartyn Russell <martyn@lanedo.com>2013-03-15 10:45:26 +0000
commitbb56dd7998cf85843d0c52fc4e96b2204220e91f (patch)
tree54cd8f8f9a48488a4dc6b4b80885436894b7e8a1 /utils
parentfdab711cedec2a8b16f8e5ef9e3a2ac3e99a067f (diff)
downloadtracker-bb56dd7998cf85843d0c52fc4e96b2204220e91f.tar.gz
utils/services: Renamed to utils/ontologies
Less ambiguous
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am2
-rw-r--r--utils/ontology/.gitignore (renamed from utils/services/.gitignore)0
-rw-r--r--utils/ontology/Makefile.am (renamed from utils/services/Makefile.am)0
-rw-r--r--utils/ontology/README.example (renamed from utils/services/README.example)0
-rw-r--r--utils/ontology/data-validator.c (renamed from utils/services/data-validator.c)0
-rw-r--r--utils/ontology/file-class.cache.test (renamed from utils/services/file-class.cache.test)0
-rw-r--r--utils/ontology/ontology-validator.c (renamed from utils/services/ontology-validator.c)0
-rw-r--r--utils/ontology/qname-test.c (renamed from utils/services/qname-test.c)2
-rw-r--r--utils/ontology/rdfxml2metadatasample.xsl (renamed from utils/services/rdfxml2metadatasample.xsl)0
-rw-r--r--utils/ontology/rdfxml2servicesample.xsl (renamed from utils/services/rdfxml2servicesample.xsl)0
-rw-r--r--utils/ontology/rdfxml2unittest_data.xsl (renamed from utils/services/rdfxml2unittest_data.xsl)0
-rw-r--r--utils/ontology/rdfxml2unittest_query.xsl (renamed from utils/services/rdfxml2unittest_query.xsl)0
-rw-r--r--utils/ontology/rdfxmlsample.xsl (renamed from utils/services/rdfxmlsample.xsl)0
-rw-r--r--utils/ontology/resources/LICENSE.txt (renamed from utils/services/resources/LICENSE.txt)0
-rw-r--r--utils/ontology/resources/logo-maemo-ontology.png (renamed from utils/services/resources/logo-maemo-ontology.png)bin3948 -> 3948 bytes
-rw-r--r--utils/ontology/resources/maemo-logo.gif (renamed from utils/services/resources/maemo-logo.gif)bin3720 -> 3720 bytes
-rw-r--r--utils/ontology/resources/nepomuk-logo.png (renamed from utils/services/resources/nepomuk-logo.png)bin11107 -> 11107 bytes
-rw-r--r--utils/ontology/resources/nie-maemo.css (renamed from utils/services/resources/nie-maemo.css)0
-rw-r--r--utils/ontology/resources/tracker-logo.png (renamed from utils/services/resources/tracker-logo.png)bin7331 -> 7331 bytes
-rw-r--r--utils/ontology/sample.xsl (renamed from utils/services/sample.xsl)0
-rw-r--r--utils/ontology/service2rdf-xml.py (renamed from utils/services/service2rdf-xml.py)0
-rw-r--r--utils/ontology/service2xml.py (renamed from utils/services/service2xml.py)0
-rw-r--r--utils/ontology/ttl2graphviz.c (renamed from utils/services/ttl2graphviz.c)0
-rw-r--r--utils/ontology/ttl_graphviz.c (renamed from utils/services/ttl_graphviz.c)0
-rw-r--r--utils/ontology/ttl_graphviz.h (renamed from utils/services/ttl_graphviz.h)0
25 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 4a33c0019..28acddd6a 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = \
gtk-sparql \
- services \
+ ontology \
data-generators \
mtp \
tracker-sql
diff --git a/utils/services/.gitignore b/utils/ontology/.gitignore
index e91c20995..e91c20995 100644
--- a/utils/services/.gitignore
+++ b/utils/ontology/.gitignore
diff --git a/utils/services/Makefile.am b/utils/ontology/Makefile.am
index 78dd9bec2..78dd9bec2 100644
--- a/utils/services/Makefile.am
+++ b/utils/ontology/Makefile.am
diff --git a/utils/services/README.example b/utils/ontology/README.example
index 42edbc52d..42edbc52d 100644
--- a/utils/services/README.example
+++ b/utils/ontology/README.example
diff --git a/utils/services/data-validator.c b/utils/ontology/data-validator.c
index d80cdb583..d80cdb583 100644
--- a/utils/services/data-validator.c
+++ b/utils/ontology/data-validator.c
diff --git a/utils/services/file-class.cache.test b/utils/ontology/file-class.cache.test
index 0fee9763c..0fee9763c 100644
--- a/utils/services/file-class.cache.test
+++ b/utils/ontology/file-class.cache.test
diff --git a/utils/services/ontology-validator.c b/utils/ontology/ontology-validator.c
index 7aa79efec..7aa79efec 100644
--- a/utils/services/ontology-validator.c
+++ b/utils/ontology/ontology-validator.c
diff --git a/utils/services/qname-test.c b/utils/ontology/qname-test.c
index 5a634cff3..4abd332c0 100644
--- a/utils/services/qname-test.c
+++ b/utils/ontology/qname-test.c
@@ -25,7 +25,7 @@ srcdir_qname_init (const gchar *luri, const gchar *lprefix)
{
gchar *class_location;
- class_location = g_build_filename (TOP_SRCDIR, "utils", "services", "file-class.cache.test", NULL);
+ class_location = g_build_filename (TOP_SRCDIR, "utils", "ontology", "file-class.cache.test", NULL);
qname_init (luri, lprefix, class_location);
diff --git a/utils/services/rdfxml2metadatasample.xsl b/utils/ontology/rdfxml2metadatasample.xsl
index b73d70c66..b73d70c66 100644
--- a/utils/services/rdfxml2metadatasample.xsl
+++ b/utils/ontology/rdfxml2metadatasample.xsl
diff --git a/utils/services/rdfxml2servicesample.xsl b/utils/ontology/rdfxml2servicesample.xsl
index eb1e114d5..eb1e114d5 100644
--- a/utils/services/rdfxml2servicesample.xsl
+++ b/utils/ontology/rdfxml2servicesample.xsl
diff --git a/utils/services/rdfxml2unittest_data.xsl b/utils/ontology/rdfxml2unittest_data.xsl
index ecd109ab8..ecd109ab8 100644
--- a/utils/services/rdfxml2unittest_data.xsl
+++ b/utils/ontology/rdfxml2unittest_data.xsl
diff --git a/utils/services/rdfxml2unittest_query.xsl b/utils/ontology/rdfxml2unittest_query.xsl
index 6a55ccbbd..6a55ccbbd 100644
--- a/utils/services/rdfxml2unittest_query.xsl
+++ b/utils/ontology/rdfxml2unittest_query.xsl
diff --git a/utils/services/rdfxmlsample.xsl b/utils/ontology/rdfxmlsample.xsl
index 947d659ae..947d659ae 100644
--- a/utils/services/rdfxmlsample.xsl
+++ b/utils/ontology/rdfxmlsample.xsl
diff --git a/utils/services/resources/LICENSE.txt b/utils/ontology/resources/LICENSE.txt
index 0640db68b..0640db68b 100644
--- a/utils/services/resources/LICENSE.txt
+++ b/utils/ontology/resources/LICENSE.txt
diff --git a/utils/services/resources/logo-maemo-ontology.png b/utils/ontology/resources/logo-maemo-ontology.png
index 3e8f43e59..3e8f43e59 100644
--- a/utils/services/resources/logo-maemo-ontology.png
+++ b/utils/ontology/resources/logo-maemo-ontology.png
Binary files differ
diff --git a/utils/services/resources/maemo-logo.gif b/utils/ontology/resources/maemo-logo.gif
index 0d65b4379..0d65b4379 100644
--- a/utils/services/resources/maemo-logo.gif
+++ b/utils/ontology/resources/maemo-logo.gif
Binary files differ
diff --git a/utils/services/resources/nepomuk-logo.png b/utils/ontology/resources/nepomuk-logo.png
index a373c6823..a373c6823 100644
--- a/utils/services/resources/nepomuk-logo.png
+++ b/utils/ontology/resources/nepomuk-logo.png
Binary files differ
diff --git a/utils/services/resources/nie-maemo.css b/utils/ontology/resources/nie-maemo.css
index 07fc22fc0..07fc22fc0 100644
--- a/utils/services/resources/nie-maemo.css
+++ b/utils/ontology/resources/nie-maemo.css
diff --git a/utils/services/resources/tracker-logo.png b/utils/ontology/resources/tracker-logo.png
index c16da5e01..c16da5e01 100644
--- a/utils/services/resources/tracker-logo.png
+++ b/utils/ontology/resources/tracker-logo.png
Binary files differ
diff --git a/utils/services/sample.xsl b/utils/ontology/sample.xsl
index d506a9a06..d506a9a06 100644
--- a/utils/services/sample.xsl
+++ b/utils/ontology/sample.xsl
diff --git a/utils/services/service2rdf-xml.py b/utils/ontology/service2rdf-xml.py
index 81b20c2fd..81b20c2fd 100644
--- a/utils/services/service2rdf-xml.py
+++ b/utils/ontology/service2rdf-xml.py
diff --git a/utils/services/service2xml.py b/utils/ontology/service2xml.py
index f63a96bc4..f63a96bc4 100644
--- a/utils/services/service2xml.py
+++ b/utils/ontology/service2xml.py
diff --git a/utils/services/ttl2graphviz.c b/utils/ontology/ttl2graphviz.c
index bc8e13c5d..bc8e13c5d 100644
--- a/utils/services/ttl2graphviz.c
+++ b/utils/ontology/ttl2graphviz.c
diff --git a/utils/services/ttl_graphviz.c b/utils/ontology/ttl_graphviz.c
index c5d12aa29..c5d12aa29 100644
--- a/utils/services/ttl_graphviz.c
+++ b/utils/ontology/ttl_graphviz.c
diff --git a/utils/services/ttl_graphviz.h b/utils/ontology/ttl_graphviz.h
index de5e89d58..de5e89d58 100644
--- a/utils/services/ttl_graphviz.h
+++ b/utils/ontology/ttl_graphviz.h