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

Commit da8c646

Browse files
author
Christopher Mahoney
committed
remove CR
1 parent 4a63fe2 commit da8c646

88 files changed

Lines changed: 34168 additions & 33648 deletions

Some content is hidden

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

MirrorScreenshot.png

-60 Bytes
Loading

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)