A basic website/service to keep a list of URLs/Links and provide a URL for retrieving the list as a JSON object.
Go to file
2018-10-07 12:09:59 -04:00
ajax Use the correct server variable for determining root folder. 2018-10-05 11:24:34 -04:00
css Initial commit 2018-10-03 11:59:53 -04:00
getlinks Add a CORS header to allow accessing the JSON output from anywhere. 2018-10-07 12:09:59 -04:00
js Implement login requirement for adding/changing entries. 2018-10-04 11:20:33 -04:00
materialize Initial commit 2018-10-03 11:59:53 -04:00
.gitignore Implement login requirement for adding/changing entries. 2018-10-04 11:20:33 -04:00
class_link.php Implement login requirement for adding/changing entries. 2018-10-04 11:20:33 -04:00
config-dist.php Initial commit 2018-10-03 11:59:53 -04:00
constants.php Initial commit 2018-10-03 11:59:53 -04:00
db.sql Initial commit 2018-10-03 11:59:53 -04:00
error.html Initial commit 2018-10-03 11:59:53 -04:00
functions.php Initial commit 2018-10-03 11:59:53 -04:00
header-includes.php Initial commit 2018-10-03 11:59:53 -04:00
header.php Initial commit 2018-10-03 11:59:53 -04:00
htmlfooter-basic.php Initial commit 2018-10-03 11:59:53 -04:00
htmlfooter.php Initial commit 2018-10-03 11:59:53 -04:00
htmlheader-basic.php Initial commit 2018-10-03 11:59:53 -04:00
htmlheader.php Implement login requirement for adding/changing entries. 2018-10-04 11:20:33 -04:00
index.php Implement login requirement for adding/changing entries. 2018-10-04 11:20:33 -04:00
README.md Implement login requirement for adding/changing entries. 2018-10-04 11:20:33 -04:00
startsession.php Implement login requirement for adding/changing entries. 2018-10-04 11:20:33 -04:00

LinkProvider

A basic website/service to keep a list of URLs/Links and provide a URL for retrieving the list as a JSON object.

After Installation

  • Create a database and maybe user for use by the Link Manager then import the db.sql file.
  • Copy the config-dist.php file to config.php and edit the settings as appropriate.
  • Go into the ajax/ folder.
    • Add a user with: htpasswd -c links.auth username.
    • Copy the .htaccess-dist file to .htaccess, then edit the full path to this links.auth file.