dbpedia / links

A repo that contains outgoing links from DBpedia
50 stars 42 forks source link

Generate a simple website for backlinks #25

Closed kurzum closed 7 years ago

kurzum commented 7 years ago
RPOD commented 7 years ago

Created the website with 8b0ea4b3d6970d2c2957d921c507abb2a1f535bb . It's also synced on the download server via the cron job, can be seen here Currently:

Should something be changed?

RPOD commented 7 years ago

.htaccess and .htpwd has been set up, apache server needs a restart for changes to take place, more information in the Slack-Channel.

kurzum commented 7 years ago

some things for table.html:

RPOD commented 7 years ago

I will insert a check for empty sets to make sure files without a linkset aren't created. Will also take a look at listjs. Will rename table.html right away.

RPOD commented 7 years ago

List.js is inserted, table.html has been renamed, the HTTP authentication works as intended, the empty triples were being removed.

Remaining issue is the 403 error when requesting the files, which seems to be an issue with nginx.

RPOD commented 7 years ago

Fixed 403 error issues, links can now be downloaded.