diff --git a/_layouts/default.html b/_layouts/default.html index e121e6c..f1cbea3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,17 +1,15 @@ - + - {{ page.title }} - - +
-

Altorouter

+

Altorouter

PHP5.3+ Routing Class. Supports REST, dynamic and reversed routing.

View the Project on GitHub dannyvankooten/AltoRouter

@@ -24,14 +22,10 @@ {{ content }}
- - diff --git a/index.html b/index.html index d600d41..52daeaa 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ title: AltoRouter - PHP Router that supports REST, dynamic and reversed routing layout: default ---

-AltoRouter Build Status +AltoRouter Build Status

AltoRouter is a small but powerful routing class for PHP 5.3+, heavily inspired by klein.php.

@@ -36,11 +36,11 @@ $router->map( 'GET|POST', '/users/[i:id]/', function( $id ) {

To use AltoRouter in your project you need a web server running PHP 5.3 or newer.

@@ -54,5 +54,5 @@ $router->map( 'GET|POST', '/users/[i:id]/', function( $id ) { -

Released under the MIT Public License.

-

© 2012-2018 Danny van Kooten

+

Released under the MIT Public License.

+

© 2012-2023 Danny van Kooten

diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js deleted file mode 100644 index 87a40ca..0000000 --- a/javascripts/scale.fix.js +++ /dev/null @@ -1,17 +0,0 @@ -var metas = document.getElementsByTagName('meta'); -var i; -if (navigator.userAgent.match(/iPhone/i)) { - for (i=0; i