miyuchina / mistletoe

A fast, extensible and spec-compliant Markdown parser in pure Python.
MIT License
811 stars 113 forks source link

duplicate files docs/CONTRIBUTING.html and docs/contributing.html #127

Closed gvwilson closed 2 years ago

gvwilson commented 2 years ago

When cloning the repo on MacOS I get a warning:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'docs/CONTRIBUTING.html'
  'docs/contributing.html'
pbodnar commented 2 years ago

@gvwilson, thanks for your report. It looks like 'docs/CONTRIBUTING.html' is the redundant one which left after it was changed to lowercase.

Moreover, it looks like the "docs" directory is no longer used for anything. It was historically published to http://mistletoe.afteryu.me/, but this site is no longer run by @miyuchina, it seems. So I guess I will mark this directory as deprecated somehow, possibly with a special README file...

gvwilson commented 2 years ago

Thanks @pbodnar - much appreciated. Are you doing most of the maintenance these days?

pbodnar commented 2 years ago

Thanks @pbodnar - much appreciated. Are you doing most of the maintenance these days?

Yes, I do, I was given contributor rights by Mi Yu some time ago. I mostly do some minor updates or merge PRs when I have time and when in a good mood... :) So, contributions are welcome, but I cannot guarantee when I will get to them...

pbodnar commented 2 years ago

OK, so I have removed the extra "docs/CONTRIBUTING.html" file and added a README file with a deprecation note. I guess that this could suffice for now.