notepad-plus-plus / nppPluginList

The official collection of Notepad++ plugins.
1.09k stars 355 forks source link

Dark Theme Mode pulled from GitHub? #497

Closed rdipardo closed 1 year ago

rdipardo commented 1 year ago

1903cff failed with a 404 trying to locate the Dark Theme Mode plugin:

https://ci.appveyor.com/project/donho/npppluginlist/builds/44859531/job/5v77dku8o374nnq0/messages

Transient network timeouts happen all the time, but I think this one merits closer attention.

The download link is unreachable, and it even looks like the @MyTDT-Mysoft account was deleted.

$ curl -sI https://github.com/MyTDT-Mysoft | head -2
HTTP/2 404 
server: GitHub.com

$ nslookup https://github.com/MyTDT-Mysoft 8.8.8.8
Server:         8.8.8.8
Address:        8.8.8.8#53

** server can't find https://github.com/MyTDT-Mysoft: NXDOMAIN

A snapshot of the repository was archived within the past year, in case anyone still needs the plugin.

The Plugin List can be revised to target the archived link (for however long it remains valid), or simply drop the plugin from future releases.

chcg commented 1 year ago

I have also forked it at https://github.com/chcg/DarkTheme-Npp-Plugin, but I think we can drop it as N++ anyhow supports dark mode natively.

MyTDT-Mysoft commented 1 year ago

it will be back soon... after some account review process, i suffer soo many attacks from envy people.

rdipardo commented 1 year ago

@chcg, I think bc5cd19 can be reverted now.

The host was down only temporarily, for the unfortunate reason explained by @MyTDT-Mysoft above.

The plugin still functions in current N++ versions; binary compatibility with 64-bit pointers is no problem, since the only release is for x86.

DTM-1 0-x86