Skip to content

Commit 3d2d5a7

Browse files
committed
New 2017 Version (and bug fixes)
1 parent 1d71733 commit 3d2d5a7

79 files changed

Lines changed: 1083 additions & 1094 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---------- V2 ----------
2-
This version requires a Web server that supports URL rewriting (like Apache, ...).
3-
It includes a complete rewrite of URL with language support.
4-
A better integration of template files.
5-
1+
---------- V2 ----------
2+
This version requires a Web server that supports URL rewriting (like Apache, ...).
3+
It includes a complete rewrite of URL with language support.
4+
A better integration of template files.
5+

inc/conf.const.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pierre-Henry Soria
44
* @email pierrehs@hotmail.com
55
* @link http://github.com/pH-7/Nav-Doc-Script-V2
6-
* @copyright (c) 2012-2016, Pierre-Henry Soria. All Rights Reserved.
6+
* @copyright (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
77
* @license CC-BY - http://creativecommons.org/licenses/by/3.0/
88
*/
99

@@ -15,7 +15,7 @@
1515

1616
########## URL ##########
1717

18-
$sHttp = (isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS'] == 'on')) ? 'https://' : 'http://';
18+
$sHttp = (isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on') ? 'https://' : 'http://';
1919
$sPhp_self = str_replace('\\', '', dirname(htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES))); // Remove backslashes for Windows compatibility
2020

2121
#################### CONSTANTS ####################

inc/conf.lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pierre-Henry Soria
44
* @email pierrehs@hotmail.com
55
* @link http://github.com/pH-7/Nav-Doc-Script-V2
6-
* @copyright (c) 2012-2016, Pierre-Henry Soria. All Rights Reserved.
6+
* @copyright (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
77
* @license CC-BY - http://creativecommons.org/licenses/by/3.0/
88
*/
99

inc/scripts/fns.html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pierre-Henry Soria
44
* @email pierrehs@hotmail.com
55
* @link http://github.com/pH-7/Nav-Doc-Script-V2
6-
* @copyright (c) 2012-2016, Pierre-Henry Soria. All Rights Reserved.
6+
* @copyright (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
77
* @license CC-BY - http://creativecommons.org/licenses/by/3.0/
88
*/
99

inc/scripts/fns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pierre-Henry Soria
44
* @email pierrehs@hotmail.com
55
* @link http://github.com/pH-7/Nav-Doc-Script-V2
6-
* @copyright (c) 2012-2016, Pierre-Henry Soria. All Rights Reserved.
6+
* @copyright (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
77
* @license CC-BY - http://creativecommons.org/licenses/by/3.0/
88
*/
99

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pierre-Henry Soria
44
* @email pierrehs@hotmail.com
55
* @link http://github.com/pH-7/Nav-Doc-Script-V2
6-
* @copyright (c) 2012-2016, Pierre-Henry Soria. All Rights Reserved.
6+
* @copyright (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
77
* @license CC-BY - http://creativecommons.org/licenses/by/3.0/
88
*/
99

static/highlight/highlight.js

100755100644
File mode changed.

static/highlight/styles/agate.css

100755100644
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,37 @@
1717
*/
1818

1919
.hljs {
20-
display: block;
21-
overflow-x: auto;
22-
padding: 0.5em;
23-
background: #333;
24-
color: white;
20+
display: block;
21+
overflow-x: auto;
22+
padding: 0.5em;
23+
background: #333;
24+
color: white;
2525
}
2626

2727
.hljs-name,
2828
.hljs-strong {
29-
font-weight: bold;
29+
font-weight: bold;
3030
}
3131

3232
.hljs-code,
3333
.hljs-emphasis {
34-
font-style: italic;
34+
font-style: italic;
3535
}
3636

3737
.hljs-tag {
38-
color: #62c8f3;
38+
color: #62c8f3;
3939
}
4040

4141
.hljs-variable,
4242
.hljs-template-variable,
4343
.hljs-selector-id,
4444
.hljs-selector-class {
45-
color: #ade5fc;
45+
color: #ade5fc;
4646
}
4747

4848
.hljs-string,
4949
.hljs-bullet {
50-
color: #a2fca2;
50+
color: #a2fca2;
5151
}
5252

5353
.hljs-type,
@@ -57,52 +57,52 @@
5757
.hljs-quote,
5858
.hljs-built_in,
5959
.hljs-builtin-name {
60-
color: #ffa;
60+
color: #ffa;
6161
}
6262

6363
.hljs-number,
6464
.hljs-symbol,
6565
.hljs-bullet {
66-
color: #d36363;
66+
color: #d36363;
6767
}
6868

6969
.hljs-keyword,
7070
.hljs-selector-tag,
7171
.hljs-literal {
72-
color: #fcc28c;
72+
color: #fcc28c;
7373
}
7474

7575
.hljs-comment,
7676
.hljs-deletion,
7777
.hljs-code {
78-
color: #888;
78+
color: #888;
7979
}
8080

8181
.hljs-regexp,
8282
.hljs-link {
83-
color: #c6b4f0;
83+
color: #c6b4f0;
8484
}
8585

8686
.hljs-meta {
87-
color: #fc9b9b;
87+
color: #fc9b9b;
8888
}
8989

9090
.hljs-deletion {
91-
background-color: #fc9b9b;
92-
color: #333;
91+
background-color: #fc9b9b;
92+
color: #333;
9393
}
9494

9595
.hljs-addition {
96-
background-color: #a2fca2;
97-
color: #333;
96+
background-color: #a2fca2;
97+
color: #333;
9898
}
9999

100100
.hljs a {
101-
color: inherit;
101+
color: inherit;
102102
}
103103

104104
.hljs a:focus,
105105
.hljs a:hover {
106-
color: inherit;
107-
text-decoration: underline;
106+
color: inherit;
107+
text-decoration: underline;
108108
}

static/highlight/styles/androidstudio.css

100755100644
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,63 +4,63 @@ Author: Pedro Oliveira <kanytu@gmail . com>
44
*/
55

66
.hljs {
7-
color: #a9b7c6;
8-
background: #282b2e;
9-
display: block;
10-
overflow-x: auto;
11-
padding: 0.5em;
7+
color: #a9b7c6;
8+
background: #282b2e;
9+
display: block;
10+
overflow-x: auto;
11+
padding: 0.5em;
1212
}
1313

1414
.hljs-number,
1515
.hljs-literal,
1616
.hljs-symbol,
1717
.hljs-bullet {
18-
color: #6897BB;
18+
color: #6897BB;
1919
}
2020

2121
.hljs-keyword,
2222
.hljs-selector-tag,
2323
.hljs-deletion {
24-
color: #cc7832;
24+
color: #cc7832;
2525
}
2626

2727
.hljs-variable,
2828
.hljs-template-variable,
2929
.hljs-link {
30-
color: #629755;
30+
color: #629755;
3131
}
3232

3333
.hljs-comment,
3434
.hljs-quote {
35-
color: #808080;
35+
color: #808080;
3636
}
3737

3838
.hljs-meta {
39-
color: #bbb529;
39+
color: #bbb529;
4040
}
4141

4242
.hljs-string,
4343
.hljs-attribute,
4444
.hljs-addition {
45-
color: #6A8759;
45+
color: #6A8759;
4646
}
4747

4848
.hljs-section,
4949
.hljs-title,
5050
.hljs-type {
51-
color: #ffc66d;
51+
color: #ffc66d;
5252
}
5353

5454
.hljs-name,
5555
.hljs-selector-id,
5656
.hljs-selector-class {
57-
color: #e8bf6a;
57+
color: #e8bf6a;
5858
}
5959

6060
.hljs-emphasis {
61-
font-style: italic;
61+
font-style: italic;
6262
}
6363

6464
.hljs-strong {
65-
font-weight: bold;
65+
font-weight: bold;
6666
}

static/highlight/styles/arduino-light.css

100755100644
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@ Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
55
*/
66

77
.hljs {
8-
display: block;
9-
overflow-x: auto;
10-
padding: 0.5em;
11-
background: #FFFFFF;
8+
display: block;
9+
overflow-x: auto;
10+
padding: 0.5em;
11+
background: #FFFFFF;
1212
}
1313

1414
.hljs,
1515
.hljs-subst {
16-
color: #434f54;
16+
color: #434f54;
1717
}
1818

1919
.hljs-keyword,
2020
.hljs-attribute,
2121
.hljs-selector-tag,
2222
.hljs-doctag,
2323
.hljs-name {
24-
color: #00979D;
24+
color: #00979D;
2525
}
2626

2727
.hljs-built_in,
2828
.hljs-literal,
2929
.hljs-bullet,
3030
.hljs-code,
3131
.hljs-addition {
32-
color: #D35400;
32+
color: #D35400;
3333
}
3434

3535
.hljs-regexp,
@@ -39,7 +39,7 @@ Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
3939
.hljs-link,
4040
.hljs-selector-attr,
4141
.hljs-selector-pseudo {
42-
color: #00979D;
42+
color: #00979D;
4343
}
4444

4545
.hljs-type,
@@ -49,40 +49,40 @@ Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
4949
.hljs-quote,
5050
.hljs-template-tag,
5151
.hljs-deletion {
52-
color: #005C5F;
52+
color: #005C5F;
5353
}
5454

5555
.hljs-title,
5656
.hljs-section {
57-
color: #880000;
58-
font-weight: bold;
57+
color: #880000;
58+
font-weight: bold;
5959
}
6060

6161
.hljs-comment {
62-
color: rgba(149,165,166,.8);
62+
color: rgba(149, 165, 166, .8);
6363
}
6464

6565
.hljs-meta-keyword {
66-
color: #728E00;
66+
color: #728E00;
6767
}
6868

6969
.hljs-meta {
70-
color: #728E00;
71-
color: #434f54;
70+
color: #728E00;
71+
color: #434f54;
7272
}
7373

7474
.hljs-emphasis {
75-
font-style: italic;
75+
font-style: italic;
7676
}
7777

7878
.hljs-strong {
79-
font-weight: bold;
79+
font-weight: bold;
8080
}
8181

8282
.hljs-function {
83-
color: #728E00;
83+
color: #728E00;
8484
}
8585

8686
.hljs-number {
87-
color: #8A7B52;
87+
color: #8A7B52;
8888
}

0 commit comments

Comments
 (0)