lodum/Lodum-Browser

Name: Lodum-Browser

Owner: LODUM

Description: Web-based (PHP/JQuery) browser for LODUM

Created: 2013-05-14 21:31:50.0

Updated: 2013-08-14 11:04:31.0

Pushed: 2013-05-14 21:32:04.0

Homepage: null

Size: 325

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

LODUM Browser

A web-based browser for the Linked Data University Muenster (LODUM) (see data.uni-muenster.de). The browser is build upon the [https://github.com/hxl-team/HXL-Browser](HXL Browser).

To have the URIs resolved, the server needs to redirect all requests that have a certain fragment in the URI to the PHP script. Something like this should do the job:

RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.