https://github.com/cdent/purple
HTTP Interface to generating purple number identifiers and associating them with URLs
https://github.com/cdent/purple
Last synced: about 1 year ago
JSON representation
HTTP Interface to generating purple number identifiers and associating them with URLs
- Host: GitHub
- URL: https://github.com/cdent/purple
- Owner: cdent
- Created: 2009-07-05T14:22:52.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2013-03-10T11:36:54.000Z (about 13 years ago)
- Last Synced: 2025-02-01T03:28:58.228Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Purple -- Granular addressability for the web and beyond
========================================================
Purple generates stable, immutable identifiers that may be used to
address granular content. These identifiers generally manifest
themselves as "purple numbers."
On the web, you can always link to documents, but linking to granular
content like paragraphs in a document is a shakier proposition.
Purple lets you link or transclude granular content on the web.
Purple:
* Generates identifiers and associates them with a URL. That
identifier can then be used as a stable address, even if the
URL changes.
* Provides an HTTP interface for retrieving and updating identifiers
in the database.
More information is available at:
http://purple.blueoxen.net/
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENCE
(C) Copyright 2006 Blue Oxen Associates. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.