Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hackathons.csv #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

hackathons.csv #37

wants to merge 1 commit into from

Conversation

bsdlp
Copy link

@bsdlp bsdlp commented Jan 22, 2015

closes #31

@AlJohri
Copy link

AlJohri commented Jan 22, 2015

I think the README version looks pretty nice (primarily because "website: doesn't take up so much column width).

https://github.com/fly/Hackathon-Calendar/blob/e8783eff2e1c38ffe3d8ce3d749055d362f68d32/hackathons.csv

Maybe just keep both versions? With a Makefile that updates the README when the csv is changed? Or maybe that's overkill...idk.

@japacible
Copy link
Owner

I'd like to keep the README (markdown), but I'm fine with having both versions.

@tjhorner
Copy link

tjhorner commented Sep 8, 2015

I'd like to have a csv so I can sort by date and stuff

the readme sorting is confusing

@wijagels
Copy link

wijagels commented Sep 8, 2015

Perhaps a makefile to generate the CSV version automatically? Shouldn't be too hard since everything is very strictly formatted.

@wijagels
Copy link

wijagels commented Sep 8, 2015

cat README.md | sed 's/^| \[\(.*\)\](\(.*\)) | \(.*\) | \(.*\) |/\1,\2,\3,\4/'

@wijagels wijagels mentioned this pull request Sep 8, 2015
@tjhorner
Copy link

tjhorner commented Sep 9, 2015

that's pretty slick, but what would make the csv? a travis-ci worker that would also push to the repo?

@wijagels
Copy link

wijagels commented Sep 9, 2015

Travis ci would be pretty neat, it shouldn't be too hard since it just needs to run make and then commit the two files generated. Or, when pull requests are made, the requester can run make and commit the fresh csv files.

I like the travis ci idea since it's hard to get every contributor to take an extra step before committing. Also removes any issues with different versions of sed or make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

csv-ize
5 participants