Code Monkey home page Code Monkey logo

idl-members's Introduction

Internet Defense League members site

idl-members is the repository of members.internetdefenseleague.org, the site allowing Internet Defense League members to broadcast league messages on their websites.

The code contained within this repository is available under both the MIT and GPL licenses. Read full text.

Table of Contents

idl-members's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

idl-members's Issues

Support screen readers

We should present a hidden, text-only message at the top of the page for users of alternative user agents, especially screen readers. This message should be marked as a WAI-ARIA live region with the appropriate attributes.

Simplify embed code, slightly?

Any particular reason the embed code has this;

idl.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'members.internetdefenseleague.org/include/?url=' + (_idl.url || '') + '&campaign=' + (_idl.campaign || '') + '&variant=' + (_idl.variant || 'banner');

when this works the same:

idl.src = '//members.internetdefenseleague.org/include/?url=' + (_idl.url || '') + '&campaign=' + (_idl.campaign || '') + '&variant=' + (_idl.variant || 'banner');

As Paul Irish explains here, http://www.paulirish.com/2010/the-protocol-relative-url/, it's only really an issue for IE6. I'll admit, it's not a huge change, but why evaluate a conditional if you don't have to?

Static version of script, for sites weary of security implications

When we have a new campaign, we should publish a static version of the script for organizations that don't want to run outside code (for various reasons, including security).

Functionally this will be the same code - it might also be nice to provide it in a way so they can see a clean well documented version as well as a minified no-nonsense version. Assets could also be included - maybe zipped up with the minified version of the code.

Uhhh... I think there's an active threat

More details here.

This is what the IDL was invented for. Now lets activate it. Four Three days until possible doom.

Republicans control congress. Republicans have mostly been talked into by team cable to vote "nay" to net neutrality. Unless we harness the public, the net will become an active battleground of censorship, hate, and monopolies.

Use +1 for support

Minify campaign HTML

Campaign HTML should be minified, to reduce the number of bytes pushed through the pipe.

Lists defunct Grooveshark as a member

Grooveshark is defunct, due to being seized through a RIAA lawsuit, and now being used to spam a ticket site called scorebig.
internetdefenseleague.org is still listing them as a member.

A way to force a campaign to be able to test how it looks on the website

I had some issues with a banner-based campaigns in the past that they destroyed the layout of the website. I have just been updating the theme on my blog, but I am unable to test if the banner campaign will block it again. Is there a way to force rendering of some past campaign just to see how it would look like? Do you know which one had a banner which pushed the whole content of the website down?

Evergreen Campaigns

We should develop an evergreen campaign that allows users to always display IDL messages, even when there are no active campaigns. Effectively, this creates a third frequency option:

  1. Only a specific campaign
  2. Any active campaigns
  3. Any active campaigns, and an evergreen message when there are no active campaigns

Messaging of the evergreen campaign should be similar to the launch campaign: it should convey that the site is a member of the IDL and present a signup form for others to join.

Ensure gzipping working properly

We have a user report that gzip is not working properly. We should investigate this with both static files served on S3 and those generated and cached by Django.

Message repeats too often?

I've been using the Wordpress plugin version of the Fight For the Future code and the author suggested I post here. I'd like to know how many times the campaign message should be shown to one visitor, because it seems inconsistent. Testing my site on Google Chrome, I got the popup appearing every time I browsed to a new page. This is unacceptable to me and will just likely annoy visitors. On IE and Firefox however I only get the message once per site visit, which is absolutely fine.

I don't understand this inconsistency as apparently no cookies are set per-visitor. I'd suggest that showing the message every time a new page is loaded is simply going to frustrate visitors and be unacceptable to webmasters. Although the code can be added to just the homepage, many visitors will enter the site through a search engine link to read an article that interests them and therefore may never touch the homepage.

I suggest adding code so that the message is only displayed once per visit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.