Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 4a63fe2

Browse files
committed
update pug files to match current mirror
1 parent 079171e commit 4a63fe2

82 files changed

Lines changed: 34651 additions & 35060 deletions

Some content is hidden

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

.eslintrc.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
{
2-
"env": {
3-
"browser": true,
4-
"es6": true,
5-
"node": true
6-
},
7-
"extends": "eslint:recommended",
8-
"rules": {
9-
"indent": [
10-
"error",
11-
"tab"
12-
],
13-
"linebreak-style": [
14-
"error",
15-
"unix"
16-
],
17-
"semi": [
18-
"error",
19-
"always"
20-
],
21-
"no-console": 0,
22-
"no-undef": 0,
23-
"no-unused-vars": 0
24-
}
1+
{
2+
"env": {
3+
"browser": true,
4+
"es6": true,
5+
"node": true
6+
},
7+
"extends": "eslint:recommended",
8+
"rules": {
9+
"indent": [
10+
"error",
11+
"tab"
12+
],
13+
"linebreak-style": [
14+
"error",
15+
"unix"
16+
],
17+
"semi": [
18+
"error",
19+
"always"
20+
],
21+
"no-console": 0,
22+
"no-undef": 0,
23+
"no-unused-vars": 0
24+
}
2525
}

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.sass-cache/
2-
node_modules/
3-
dist/
4-
js/updated.js
5-
js/statsData.js
1+
.sass-cache/
2+
node_modules/
3+
dist/
4+
js/updated.js
5+
js/statsData.js
66
mirrorband.sqlite

.scss-lint.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
exclude:
2-
- 'scss/vendors/_grid.scss'
3-
- 'scss/base/_normalize.scss'
4-
- 'node_modules/**'
5-
6-
linters:
7-
Comment:
8-
enabled: false
9-
10-
ColorVariable:
11-
enabled: false
12-
13-
Indentation:
14-
character: tab
15-
width: 1
16-
17-
IdSelector:
18-
enabled: false
19-
20-
LeadingZero:
21-
style: include_zero
22-
23-
SelectorDepth:
24-
enabled: false
25-
26-
NestingDepth:
27-
enabled: false
1+
exclude:
2+
- 'scss/vendors/_grid.scss'
3+
- 'scss/base/_normalize.scss'
4+
- 'node_modules/**'
5+
6+
linters:
7+
Comment:
8+
enabled: false
9+
10+
ColorVariable:
11+
enabled: false
12+
13+
Indentation:
14+
character: tab
15+
width: 1
16+
17+
IdSelector:
18+
enabled: false
19+
20+
LeadingZero:
21+
style: include_zero
22+
23+
SelectorDepth:
24+
enabled: false
25+
26+
NestingDepth:
27+
enabled: false

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# MirrorWebsite
2-
3-
![Homepage screenshot](https://raw.githubusercontent.com/COSI-Lab/Mirror2016/master/MirrorScreenshot.png)
4-
5-
This is the source of the current website for Clarkson's FOSS Mirror.
6-
7-
## Development Setup
8-
The Sass and Pug files can be compiled to CSS & HTML
9-
respectively either manually or with Gulp. To install the dependencies, run
10-
`npm install` and then either run the specific gulp tasks like `gulp pug` /
11-
`gulp sass`, or have them recompile on modifications with `gulp watch`.
12-
13-
## Tools used
14-
- Sass
15-
- Pug
16-
- [normalize.scss](https://github.com/appleboy/normalize.scss)
17-
- [Toast Grid System](https://daneden.github.io/Toast)
18-
- [FontAwesome](http://fortawesome.github.io/Font-Awesome/)
19-
- [C3.js](https://github.com/c3js/c3)
20-
21-
## Contribute
22-
If you are interested in contributing, contact either [Benjamin Lannon](mailto:lannonbr@clarkson.edu)
23-
or anyone on the COSI WebDev team.
24-
25-
## Credits
26-
mainback.jpg was found on [Unsplash](https://unsplash.com/photos/_3l5B_4E_u0) by
27-
Scott Webb and is licensed under Creative Commons Zero.
1+
# MirrorWebsite
2+
3+
![Homepage screenshot](https://raw.githubusercontent.com/COSI-Lab/Mirror2016/master/MirrorScreenshot.png)
4+
5+
This is the source of the current website for Clarkson's FOSS Mirror.
6+
7+
## Development Setup
8+
The Sass and Pug files can be compiled to CSS & HTML
9+
respectively either manually or with Gulp. To install the dependencies, run
10+
`npm install` and then either run the specific gulp tasks like `gulp pug` /
11+
`gulp sass`, or have them recompile on modifications with `gulp watch`.
12+
13+
## Tools used
14+
- Sass
15+
- Pug
16+
- [normalize.scss](https://github.com/appleboy/normalize.scss)
17+
- [Toast Grid System](https://daneden.github.io/Toast)
18+
- [FontAwesome](http://fortawesome.github.io/Font-Awesome/)
19+
- [C3.js](https://github.com/c3js/c3)
20+
21+
## Contribute
22+
If you are interested in contributing, contact either [Benjamin Lannon](mailto:lannonbr@clarkson.edu)
23+
or anyone on the COSI WebDev team.
24+
25+
## Credits
26+
mainback.jpg was found on [Unsplash](https://unsplash.com/photos/_3l5B_4E_u0) by
27+
Scott Webb and is licensed under Creative Commons Zero.

creategraphs.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/bin/bash
2-
3-
vnstati -s -i eth0 -o /var/www/img/vnstati-sum.png
4-
vnstati -m -i eth0 -o /var/www/img/vnstati-month.png
5-
vnstati -d -i eth0 -o /var/www/img/vnstati-day.png
6-
vnstati -h -i eth0 -o /var/www/img/vnstati-hour.png
1+
#!/bin/bash
2+
3+
vnstati -s -i eth0 -o /var/www/img/vnstati-sum.png
4+
vnstati -m -i eth0 -o /var/www/img/vnstati-month.png
5+
vnstati -d -i eth0 -o /var/www/img/vnstati-day.png
6+
vnstati -h -i eth0 -o /var/www/img/vnstati-hour.png

0 commit comments

Comments
 (0)