File tree 3 files changed +12
-35
lines changed
3 files changed +12
-35
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
6
5
< title > {{ page.title }}</ title >
7
-
8
6
< link rel ="stylesheet " href ="{{ '/stylesheets/styles.css' | relative_url }} ">
9
- < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
10
8
</ head >
11
9
< body >
12
10
< div class ="wrapper ">
13
11
< header >
14
- < h1 class ="site-title "> < a href ="/ "> Altorouter</ a > </ h1 >
12
+ < h1 class ="site-title "> < a href ="{{ '/' | relative_url }} "> Altorouter</ a > </ h1 >
15
13
< p > PHP5.3+ Routing Class. Supports REST, dynamic and reversed routing. </ p >
16
14
17
15
< p class ="view "> < a href ="https://github.com/dannyvankooten/AltoRouter "> View the Project on GitHub < small > dannyvankooten/AltoRouter</ small > </ a > </ p >
@@ -24,14 +22,10 @@ <h1 class="site-title"><a href="/">Altorouter</a></h1>
24
22
{{ content }}
25
23
</ section >
26
24
< footer >
27
-
28
- < iframe src ="/github-stars.html?user=dannyvankooten&repo=altorouter&type=watch&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="120px " height ="20px " style ="margin-bottom: 20px; "> </ iframe >
29
-
25
+ < iframe src ="/github-stars.html?user=dannyvankooten&repo=altorouter&type=watch&count=true " allowtransparency ="true " width ="120px " height ="20px " style ="margin-bottom: 20px; "> </ iframe >
30
26
< p > This project is maintained by < a href ="https://github.com/dannyvankooten "> dannyvankooten</ a > </ p >
31
27
< p > < small > Hosted on GitHub Pages< br /> Theme by < a rel ="nofollow " href ="https://github.com/orderedlist "> orderedlist</ a > </ small > </ p >
32
28
</ footer >
33
29
</ div >
34
- < script src ="/javascripts/scale.fix.js "> </ script >
35
-
36
30
</ body >
37
31
</ html >
Original file line number Diff line number Diff line change 3
3
layout: default
4
4
---
5
5
< h1 >
6
- < a name ="altorouter- " class ="anchor " href ="#altorouter- "> < span class ="octicon octicon-link "> </ span > </ a > AltoRouter < a href ="http ://travis-ci.org/dannyvankooten/AltoRouter "> < img src ="https://api.travis-ci.org/dannyvankooten/AltoRouter.png " alt ="Build Status "> </ a >
6
+ < a name ="altorouter- " class ="anchor " href ="#altorouter- "> < span class ="octicon octicon-link "> </ span > </ a > AltoRouter < a href ="https ://travis-ci.org/dannyvankooten/AltoRouter "> < img src ="https://api.travis-ci.org/dannyvankooten/AltoRouter.png " alt ="Build Status "> </ a >
7
7
</ h1 >
8
8
9
9
< p class ="intro "> AltoRouter is a small but powerful routing class for PHP 5.3+, heavily inspired by < a href ="https://github.com/chriso/klein.php/ "> klein.php</ a > .</ p >
@@ -36,11 +36,11 @@ <h2 id="using-altorouter">Using AltoRouter</h2>
36
36
< p > To use AltoRouter in your project you need a web server running PHP 5.3 or newer.</ p >
37
37
38
38
< ul >
39
- < li > < a href ="/usage/install.html "> Install AltoRouter</ a > </ li >
40
- < li > < a href ="/usage/rewrite-requests.html "> Rewrite all requests to AltoRouter</ a > </ li >
41
- < li > < a href ="/usage/mapping-routes.html "> Map your routes</ a > </ li >
42
- < li > < a href ="/usage/matching-requests.html "> Match requests</ a > </ li >
43
- < li > < a href ="/usage/processing-requests.html "> Process the request your preferred way</ a > </ li >
39
+ < li > < a href ="{{ ' /usage/install.html' | relative_url }} "> Install AltoRouter</ a > </ li >
40
+ < li > < a href ="{{ ' /usage/rewrite-requests.html' | relative_url }} "> Rewrite all requests to AltoRouter</ a > </ li >
41
+ < li > < a href ="{{ ' /usage/mapping-routes.html' | relative_url }} "> Map your routes</ a > </ li >
42
+ < li > < a href ="{{ ' /usage/matching-requests.html' | relative_url }} "> Match requests</ a > </ li >
43
+ < li > < a href ="{{ ' /usage/processing-requests.html' | relative_url }} "> Process the request your preferred way</ a > </ li >
44
44
</ ul >
45
45
46
46
< h2 >
54
54
</ ul >
55
55
56
56
57
- < p > Released under the < a href ="/license.html "> MIT Public License</ a > .</ p >
58
- < p > © 2012-2018 < a href ="https://dannyvankooten.com/ "> Danny van Kooten</ a > </ p >
57
+ < p > Released under the < a href ="{{ ' /license.html' | relative_url }} "> MIT Public License</ a > .</ p >
58
+ < p > © 2012-2023 < a href ="https://dannyvankooten.com/ "> Danny van Kooten</ a > </ p >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments