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

Detect other forms of README #50

Open
alexander-bauer opened this issue Jan 2, 2013 · 3 comments
Open

Detect other forms of README #50

alexander-bauer opened this issue Jan 2, 2013 · 3 comments

Comments

@alexander-bauer
Copy link
Owner

No description provided.

@lukevers
Copy link
Collaborator

lukevers commented Apr 5, 2013

I think we need to elaborate on this. @SashaCrofter what other forms of README should we detect?

@alexander-bauer
Copy link
Owner Author

Well, seeing as we only support markdown parsing, we need to at least get README, README.txt, and README.md, which I believe we already do. We may want to add more formats, but I'm not sure.

I'll take the milestone off of this unless there's some demand for it.

@lukevers
Copy link
Collaborator

lukevers commented Apr 5, 2013

@SashaCrofter we check for README, README.txt and README.md actually already.

for _, fn := range []string{"README", "README.txt", "README.md"} {
...

I feel as if we should close this issue and perhaps open another one, non-milestone 1.0, called "Support other forms of README besides markdown."

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

No branches or pull requests

2 participants