| Projects on Google Code | Results 1 - 10 of 15 |
=Overview=
*!SimpleUrlMapper* *for* *PHP* provide generic functionality for URL mapping and routing based on a simple implementation of URI Templates. !SimpleUrlMapper allows you to define variables to be parsed out of URLs that match URI Templates with those variables, i.e. "`post_id`" and "`pos...
uri,
url,
php,
mapper,
routes,
templates,
uritemplates,
urltemplates,
urlmapper,
rest,
restful,
webservices,
websiteapi,
api,
library
This project is a Java implementation of URI templates and follows as close as possible the URI template notation defined in [http://code.google.com/p/uri-templates/] and was inspired by Joe Gregorio's URI Template idea.
== URI Templates ==
URI templates can be used to produce URI given a set ...
[http://code.google.com/p/uri-grammar/wiki/About uri_grammar] provides a [http://spirit.sourceforge.net Spirit] grammar for parsing URIs. The grammar is parameterized with user-supplied parse actions.
<wiki:gadget url="http://www.ohloh.net/p/74509/widgets/project_basic_stats.xml" height="240" bor...
URI Templates allow you to leave parts of a URI to be filled in by a client before the are used, e.g.:
{{{
http://example.org/{userid}
}}}
This code is experimental and released in the hopes that it
will move the discussion on standardizing URI templates forward.
There have been [Specs a c...
URI objects are handy things for manipulating URLs. They let you parse and resolve URIs quickly and easily. e.g.
{{{
var some_uri = new URI("http://www.example.com/foo/bar");
alert(some_uri.authority); // www.example.com
alert(some_uri); // http://www.example.com/foo/bar
...
libiri is a simple toolkit for parsing Internationalized Resource Identifiers (IRIs).
For many intents and purposes, you can think of libiri as a “URL parser which supports Unicode”.
Specifically:
* URLs are a subset of URIs
* URIs are restricted to a portion of the ASCII character set...
This project is a Java implementation of URI templates and follows as close as possible the URI template notation defined in [http://code.google.com/p/uri-templates/] and was inspired by Joe Gregorio's URI Template idea.
= This project has moved! =
This project has been moved to [http://code.g...
rdfQuery is an easy-to-use Javascript library for RDF-related processing. You can use it to parse RDFa embedded within your page, query over the facts it contains, and reason to produce more facts. In concert with an server-side triplestore, rdfQuery can be used to create interfaces for editing the ...
A Java Utility for generating valid mod_auth_token uris. No dependencies are required, just a Java Runtime Environment 1.4 or above.
==Example Usage==
{{{
String uri = new ApacheAuthToken("SECRET_KEY", "protected", "some/file.txt").toUriString();
}}}
will generate something like this:
...
Python library to access and create filesystems using URL. Provides access to HTTP, FTP, local files, HTTP, FTP servers and FUSE filesystem.