Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacsoc/employerguide
Generate the web version of the CWRU career fair employer guide
https://github.com/hacsoc/employerguide
Last synced: about 2 months ago
JSON representation
Generate the web version of the CWRU career fair employer guide
- Host: GitHub
- URL: https://github.com/hacsoc/employerguide
- Owner: hacsoc
- Created: 2011-01-21T22:22:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-30T19:17:11.000Z (over 13 years ago)
- Last Synced: 2024-04-15T01:10:50.548Z (10 months ago)
- Language: Python
- Homepage: http://filer.case.edu/srj15/careerfairspring2011
- Size: 371 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This is a static site generator that generates web versions of CWRU career fair employer guides.
> python3 careerfair.py --help
usage: careerfair.py [-h] {spring,fall} year dataGenerate static HTML site for the CWRU career fair employer guide
positional arguments:
{spring,fall}
year
data CSV fileoptional arguments:
-h, --help show this help message and exitOutput will be in `{season}{year}/`. `index.html` in the root directory will link to files in `{season}{year}/` so that Github Pages shows the index as the main page.
Files in `content/` will be copied to the output directory.
The CSV columns are defined in `company.py`.
Make sure changes get to the `gh-pages` branch and are pushed from there.