Skip to content

Commit

Permalink
Added entities linked to into the RDF
Browse files Browse the repository at this point in the history
Removed unneeded inc files from http
Amended ontologies to remove human-start-page
Added alternatives in graph descriptions
  • Loading branch information
[email protected] committed May 21, 2010
1 parent b8a93c4 commit 99e14fd
Show file tree
Hide file tree
Showing 66 changed files with 364 additions and 7,934 deletions.
6 changes: 2 additions & 4 deletions http/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ RewriteRule ^howtosparql/?$ howtosparql.php
RewriteRule ^ORE/?$ ore.php
RewriteRule ^guide/?$ guide.php

<Files ~ "private|current|upload_specs|xmlgen">
<Files ~ "private|current|upload_specs|rdfgen">
Order deny,allow
Deny from all
AuthName "Secure myExperiment Area"
AuthUserFile /var/www/html/rdf/.htpass
AuthType Basic
Require valid-user
allow from 127.0.0.1
allow from 152.78.65.3
Satisfy Any
</Files>

<FilesMatch "ExperimentAtomFeed">
ForceType application/atom+xml
</FilesMatch>
36 changes: 0 additions & 36 deletions http/extractrdf.php

This file was deleted.

2 changes: 1 addition & 1 deletion http/guide.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ini_set('include_path','inc/:.');
$pagetitle="RDF Guide";
include('header.inc.php');
include('data.inc.php');
include('settings.inc.php');
?>
<p>Below is a guide on how to retrieve RDF for one or for myExperiment entities. It should be noted that if you request a URI that does not exist you will receive a 404 response. When requesting one or more entities if none of them are publicly available you will be prompted for your myExperiment username and password. However if at least one entity is public you will be returned with the RDF for all public entities that meet your request.</p>

Expand Down
44 changes: 0 additions & 44 deletions http/inc/HttpClientFunc.php

This file was deleted.

30 changes: 0 additions & 30 deletions http/inc/Zend/Exception.php

This file was deleted.

Loading

0 comments on commit 99e14fd

Please sign in to comment.