Skip to content

BigBlueHat/relify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relify - link all the links

Relify is an implementation of the HTTP LINK method...at last.

PHP implementation

Usage

Add the php/relify.php file just outside your public_html (or similar) directory, and include it into the primary index.php file that routes the URLs for your site (rashly assuming your site is setup this way...).

TODO

  • provide .htaccess file
  • expand links object to retain all provided attributes (title, etc)

Python implementation

Usage

Assuming rashly that you are in the directory you checked this repo into:

$ cd aspen-python
$ pip install -r requirements
$ ./serve.sh

./serve.sh runs the aspen.io-based implementation.

TODO

  • 🐛 match PHP implementations links object format
  • provide WSGI version for more frameworks

License

MIT

About

Link all the links. An implementation of the HTTP LINK method...at last.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published