A basic website/service to keep a list of URLs/Links and provide a URL for retrieving the list as a JSON object.
ajax | ||
css | ||
getlinks | ||
js | ||
materialize | ||
.gitignore | ||
class_link.php | ||
config-dist.php | ||
constants.php | ||
db.sql | ||
error.html | ||
functions.php | ||
header-includes.php | ||
header.php | ||
htmlfooter-basic.php | ||
htmlfooter.php | ||
htmlheader-basic.php | ||
htmlheader.php | ||
index.php | ||
README.md | ||
startsession.php |
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.