Page 1 of 1

The new EasyList website is here!

Posted: Mon Apr 11, 2016 6:51 pm
by MonztA
Our website hasn't changed in nearly over 6 years, so it was about time to update it and get rid of some stuff. Read the full announcement here.

The new EasyList webiste is now on https://easylist.github.io/!

Re: The new EasyList website is here!

Posted: Thu Apr 14, 2016 5:23 pm
by barbaz
https://easylist.github.io/2016/04/11/t ... -here.html wrote:Speaking of GitHub: we also want to announce that we are going to move the hosting of our EasyList repositories completely to GitHub as well soon.
How to continue using existing local clones of the various Easy repositories with Mercurial, after this next step of the migration?
Obviously, first step is getting something like hg-git working, but then what?

Re: The new EasyList website is here!

Posted: Thu Apr 14, 2016 5:30 pm
by intense
on the new main page I can't find "EasyList without element hiding"

How can I subscribe such a list ?

Re: The new EasyList website is here!

Posted: Thu Apr 14, 2016 7:20 pm
by LanikSJ
If you scroll to the bottom of the page and click on "See all officially supported language-specific supplemental filter lists and EasyList variants" you'll see it on the bottom of the page.

Re: The new EasyList website is here!

Posted: Thu Apr 14, 2016 7:22 pm
by intense
Right, thanks.

Re: The new EasyList website is here!

Posted: Thu Apr 14, 2016 7:57 pm
by LanikSJ
barbaz wrote:Obviously, first step is getting something like hg-git working, but then what?
You can also use these instructions: https://git-scm.com/book/en/v2/Git-and- ... #Mercurial

I have pretty good experience with Git so if you need help moving your repositories you know where to find me. :mrgreen:

Re: The new EasyList website is here!

Posted: Thu Apr 14, 2016 9:02 pm
by barbaz
Lanik wrote:You can also use these instructions: https://git-scm.com/book/en/v2/Git-and- ... #Mercurial

I have pretty good experience with Git so if you need help moving your repositories you know where to find me. :mrgreen:
Thanks! :D Having Git itself working would be much better and likely easier to maintain in the long run. I had tried to make it work before (I think with version 1.7?) but got kinda tangled :-? hopefully v 2.x will be smoother ride.

I'll start a new thread in viewforum.php?f=85 if I have further questions about converting my repos to Git.

Re: The new EasyList website is here!

Posted: Sun Apr 17, 2016 12:00 am
by terrorist96
Thanks for moving to GitHub, as I suggested.
Speaking of GitHub: we also want to announce that we are going to move the hosting of our EasyList repositories completely to GitHub as well soon.
Can't wait for this.

Re: The new EasyList website is here!

Posted: Mon Apr 18, 2016 8:53 am
by intense
we are going to move the hosting of our EasyList repositories completely to GitHub as well soon
I guess it's only about the repositories (not the forum)

Re: The new EasyList website is here!

Posted: Fri May 20, 2016 4:45 pm
by barbaz
Lanik wrote:If you scroll to the bottom of the page and click on "See all officially supported language-specific supplemental filter lists and EasyList variants" you'll see it on the bottom of the page.
RU AdList is missing from that page.

Re: The new EasyList website is here!

Posted: Wed Jul 06, 2016 2:58 pm
by smed79
.htaccess (for the old website)

Code: Select all

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://%1easylist.github.io/$1.html [R=301,L]