Skip to content

Commit

Permalink
copied current code from https://onki-light.googlecode.com/svn/trunk
Browse files Browse the repository at this point in the history
…rev 2070 with minor edits in config.inc.dist and dropping Eclipse settings
  • Loading branch information
osma committed May 21, 2014
1 parent f857603 commit 93a19e3
Show file tree
Hide file tree
Showing 136 changed files with 21,704 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Options +FollowSymlinks -MultiViews -Indexes

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^rest/v1/(.*)$ rest.php/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [L]
13 changes: 13 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ONKI Light, version 0.3

Controlled vocabularies are used by indexers describing documents and
searchers looking for suitable keywords. ONKI Light is a web-based tool
providing vocabulary services, such as concept lookup via term searches and
hierarchical browsing. Vocabularies are accessed via SPARQL endpoints
containing SKOS vocabularies.

For further information see the online documentation on Google Code:
http://code.google.com/p/onki-light/

Installation: http://code.google.com/p/onki-light/wiki/Installation
Release notes: http://code.google.com/p/onki-light/wiki/ReleaseNotes
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"require": {
"components/jquery": "1.10.*",
"components/jqueryui": "1.10.*",
"easyrdf/easyrdf": "0.8.*",
"twig/twig": "1.13.*",
"twig/extensions": "1.*",
"twitter/bootstrap": "3.0.0",
"willdurand/negotiation": "1.3.1",
"ml/json-ld": "1.*"
},
"require-dev": {
"umpirsky/twig-gettext-extractor": "1.1.*",
"phpdocumentor/phpdocumentor": "2.*"
}
}
Loading

0 comments on commit 93a19e3

Please sign in to comment.