aurweb/web/lib
Lukas Fleischer eb22bcc754 Add routing front/back ends
This adds a URL mapping library that can be used to implement virtual
paths. Also, "web/html/index.php" is moved to "web/html/home.php" and
"web/html/index.php" becomes a routing front end that maps virtual paths
to corresponding files.

To enable the virtual path feature, all requests need to be redirected
to the "index.php" routing script. If you use lighttpd, following
rewrite rule can be used:

    url.rewrite = ( "^(.*)$" => "/index.php/$1" )

A similar rule can be used for Apache (using mod_rewrite).

Note that the current routing front end only works if PATH_INFO is
provided.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2012-07-15 18:16:26 +02:00
..
acctfuncs.inc.php Merge branch 'maint' 2012-07-14 22:52:04 +02:00
aur.inc.php Merge branch 'maint' 2012-07-14 22:52:04 +02:00
aurjson.class.php RPC: Do not return an error on 0 results 2011-11-03 08:48:20 +01:00
cachefuncs.inc.php Make cache type selectable based on config value 2011-06-22 15:21:21 +02:00
config.inc.php.proto Add routing front/back ends 2012-07-15 18:16:26 +02:00
feedcreator.class.php RSS support implemented 2005-06-10 23:07:24 +00:00
gettext.php Add php-gettext libraries to "web/lib/". 2011-04-10 15:40:49 +02:00
pkgfuncs.inc.php Merge branch 'maint' 2012-07-14 22:52:04 +02:00
routing.inc.php Add routing front/back ends 2012-07-15 18:16:26 +02:00
stats.inc.php user_table optimization 2012-05-06 12:12:51 +02:00
streams.php Add php-gettext libraries to "web/lib/". 2011-04-10 15:40:49 +02:00
translator.inc.php Merge branch 'maint' 2012-03-09 09:27:49 +01:00
version.inc.php Release 1.9.1 2012-03-09 09:24:52 +01:00