Skip to content

hxl-team/HXL-Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HXLbrowser

A web-based browser for the Humanitarian eXchange Language (HXL) (see hxl.humanitarianresponse.info), based in jQuery. Displays the HXL data for follow-your-nose browsing, including a map interface for data containing geographic references.

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]

About

Web-based browser for the Humanitarian eXchange Language (HXL).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published