clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.17k stars 172 forks source link

Homepage appears down #643

Open mcandre opened 5 years ago

mcandre commented 5 years ago

https://downforeveryoneorjustme.com/www.coffeelint.org

eyesee1 commented 5 years ago

It's still down.

jspiro commented 5 years ago

Fixing the URL doesn't solve the content issue–the git page is missing all the good content and configuration stuff.

https://web.archive.org/web/20180929154522/http://www.coffeelint.org/

snpashot

I've saved a snapshot of the website by downloading what assets I could find from archive.org: https://gist.github.com/jspiro/8ee89f7d654afa58115cf26af0e4779b

freewil commented 5 years ago

I believe the web assets are in the gh-pages branch.

wdavidw commented 5 years ago

Since the website reside in gh-pages, what about using the JS.ORG service and redirect the domain "coffeelint.js.org". The process is quite simple, we modify the CNAME file with the new domain and update the "cnames_active.js" with the new entry on [the JS.ORG GitHub page]().

StdGit commented 4 years ago

The Documentation is not up to date it's still refer to http://www.coffeelint.org/

Linter for CoffeeScript, which integrates CoffeeLint into VS Code.
 If you are new to CoffeeLint check the documentation here.
ybiquitous commented 4 years ago

http://www.coffeelint.org looks alive now.

UziTech commented 4 years ago

https://coffeelint.github.io/ is the new homepage for @coffeelint/cli v3+

ybiquitous commented 4 years ago

@UziTech Thanks!

So, has this repository clutchski/coffeelint been deprecated?

UziTech commented 4 years ago

yes it is no longer maintained

UziTech commented 4 years ago

@coffeelint/cli should be a drop in replacement of coffeelint with a few extra rules and options you can turn on if you want to. Any new development will be on https://github.com/coffeelint/coffeelint

ybiquitous commented 4 years ago

@UziTech Thank you for the explanation.

So, I hope that the repository owner does the following: 🙏

I believe these things can reduce our confusion and wasted time for CoffeeLint. 😃

If needed, I will open a new issue about this!