aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/config.default.php (renamed from data/config.default.inc.php)0
-rw-r--r--data/config.php.dist (renamed from data/config.inc.php.dist)0
-rw-r--r--src/SemanticScuttle/Service/Bookmark.php (renamed from src/SemanticScuttle/Service/bookmarkservice.php)0
-rw-r--r--src/SemanticScuttle/Service/Bookmark2tag.php (renamed from src/SemanticScuttle/Service/bookmark2tagservice.php)0
-rw-r--r--src/SemanticScuttle/Service/Cache.php (renamed from src/SemanticScuttle/Service/cacheservice.php)0
-rw-r--r--src/SemanticScuttle/Service/CommonDescription.php (renamed from src/SemanticScuttle/Service/commondescriptionservice.php)0
-rw-r--r--src/SemanticScuttle/Service/Factory.php (renamed from src/SemanticScuttle/Service/servicefactory.php)0
-rw-r--r--src/SemanticScuttle/Service/SearchHistory.php (renamed from src/SemanticScuttle/Service/searchhistoryservice.php)0
-rw-r--r--src/SemanticScuttle/Service/Tag.php (renamed from src/SemanticScuttle/Service/tagservice.php)0
-rw-r--r--src/SemanticScuttle/Service/Tag2tag.php (renamed from src/SemanticScuttle/Service/tag2tagservice.php)0
-rw-r--r--src/SemanticScuttle/Service/TagCache.php (renamed from src/SemanticScuttle/Service/tagcacheservice.php)0
-rw-r--r--src/SemanticScuttle/Service/TagStat.php (renamed from src/SemanticScuttle/Service/tagstatservice.php)0
-rw-r--r--src/SemanticScuttle/Service/Template.php (renamed from src/SemanticScuttle/Service/templateservice.php)0
-rw-r--r--src/SemanticScuttle/Service/User.php (renamed from src/SemanticScuttle/Service/userservice.php)0
-rw-r--r--src/SemanticScuttle/functions.php (renamed from src/SemanticScuttle/functions.inc.php)0
-rw-r--r--src/SemanticScuttle/header.php (renamed from src/SemanticScuttle/header.inc.php)0
-rw-r--r--src/SemanticScuttle/search.php (renamed from src/SemanticScuttle/search.inc.php)0
17 files changed, 0 insertions, 0 deletions
diff --git a/data/config.default.inc.php b/data/config.default.php
index ec2be20..ec2be20 100644
--- a/data/config.default.inc.php
+++ b/data/config.default.php
diff --git a/data/config.inc.php.dist b/data/config.php.dist
index 2615bc6..2615bc6 100644
--- a/data/config.inc.php.dist
+++ b/data/config.php.dist
diff --git a/src/SemanticScuttle/Service/bookmarkservice.php b/src/SemanticScuttle/Service/Bookmark.php
index f119593..f119593 100644
--- a/src/SemanticScuttle/Service/bookmarkservice.php
+++ b/src/SemanticScuttle/Service/Bookmark.php
diff --git a/src/SemanticScuttle/Service/bookmark2tagservice.php b/src/SemanticScuttle/Service/Bookmark2tag.php
index 918fb5b..918fb5b 100644
--- a/src/SemanticScuttle/Service/bookmark2tagservice.php
+++ b/src/SemanticScuttle/Service/Bookmark2tag.php
diff --git a/src/SemanticScuttle/Service/cacheservice.php b/src/SemanticScuttle/Service/Cache.php
index fe66d38..fe66d38 100644
--- a/src/SemanticScuttle/Service/cacheservice.php
+++ b/src/SemanticScuttle/Service/Cache.php
diff --git a/src/SemanticScuttle/Service/commondescriptionservice.php b/src/SemanticScuttle/Service/CommonDescription.php
index 86e0c0f..86e0c0f 100644
--- a/src/SemanticScuttle/Service/commondescriptionservice.php
+++ b/src/SemanticScuttle/Service/CommonDescription.php
diff --git a/src/SemanticScuttle/Service/servicefactory.php b/src/SemanticScuttle/Service/Factory.php
index b5215e3..b5215e3 100644
--- a/src/SemanticScuttle/Service/servicefactory.php
+++ b/src/SemanticScuttle/Service/Factory.php
diff --git a/src/SemanticScuttle/Service/searchhistoryservice.php b/src/SemanticScuttle/Service/SearchHistory.php
index 91457e8..91457e8 100644
--- a/src/SemanticScuttle/Service/searchhistoryservice.php
+++ b/src/SemanticScuttle/Service/SearchHistory.php
diff --git a/src/SemanticScuttle/Service/tagservice.php b/src/SemanticScuttle/Service/Tag.php
index fc44a99..fc44a99 100644
--- a/src/SemanticScuttle/Service/tagservice.php
+++ b/src/SemanticScuttle/Service/Tag.php
diff --git a/src/SemanticScuttle/Service/tag2tagservice.php b/src/SemanticScuttle/Service/Tag2tag.php
index 956fd49..956fd49 100644
--- a/src/SemanticScuttle/Service/tag2tagservice.php
+++ b/src/SemanticScuttle/Service/Tag2tag.php
diff --git a/src/SemanticScuttle/Service/tagcacheservice.php b/src/SemanticScuttle/Service/TagCache.php
index ed2eefc..ed2eefc 100644
--- a/src/SemanticScuttle/Service/tagcacheservice.php
+++ b/src/SemanticScuttle/Service/TagCache.php
diff --git a/src/SemanticScuttle/Service/tagstatservice.php b/src/SemanticScuttle/Service/TagStat.php
index 9d3ca5d..9d3ca5d 100644
--- a/src/SemanticScuttle/Service/tagstatservice.php
+++ b/src/SemanticScuttle/Service/TagStat.php
diff --git a/src/SemanticScuttle/Service/templateservice.php b/src/SemanticScuttle/Service/Template.php
index 05e494c..05e494c 100644
--- a/src/SemanticScuttle/Service/templateservice.php
+++ b/src/SemanticScuttle/Service/Template.php
diff --git a/src/SemanticScuttle/Service/userservice.php b/src/SemanticScuttle/Service/User.php
index 407632b..407632b 100644
--- a/src/SemanticScuttle/Service/userservice.php
+++ b/src/SemanticScuttle/Service/User.php
diff --git a/src/SemanticScuttle/functions.inc.php b/src/SemanticScuttle/functions.php
index 08d5f33..08d5f33 100644
--- a/src/SemanticScuttle/functions.inc.php
+++ b/src/SemanticScuttle/functions.php
diff --git a/src/SemanticScuttle/header.inc.php b/src/SemanticScuttle/header.php
index 024cb06..024cb06 100644
--- a/src/SemanticScuttle/header.inc.php
+++ b/src/SemanticScuttle/header.php
diff --git a/src/SemanticScuttle/search.inc.php b/src/SemanticScuttle/search.php
index ce57aea..ce57aea 100644
--- a/src/SemanticScuttle/search.inc.php
+++ b/src/SemanticScuttle/search.php