Group: Free Javascript Action Team

From LibrePlanet
Revision as of 12:54, 24 March 2009 by Teddks (talk | contribs) (Places to start: added links and descriptions)
Jump to: navigation, search

The problem

Currently, web applications like Google Docs are transmitting programs written in Javascript and other languages to users, without unobfuscated source code and without any ability for users to modify them. This means that even in free software web browsers, users are running nonfree programs.

The solution

Here is a basic outline for things that need to be done. Please edit and add your suggestions, and discuss ideas on the Talk page.

  • Modify browsers to allow users to run their own modified Javascript programs for particular sites that they visit.
  • Write browser extensions that notify users about nonfree Javascript.
  • If you write Javascript, follow the suggestions in Stallman's article for clearly and freely licensing your code.
  • Build community repositories of free Javascript programs useful for popular sites.
  • Raise awareness of this issue by publicizing Stallman's article, writing about the problem yourself, and talking to friends and colleagues about it. Watch this wiki page and help organize the effort.

Places to start

Here are some projects that might help get the ball rolling.

  • Noscript - Filter javascript based on domain white/blacklists.
  • Greasefire - Firefox-compatible addon to search [userscripts.org http://userscripts.org] and install userscripts, displays userscripts which can be used on the currently viewed page
  • Greasemonkey - Firefox-compatible addon to execute user-supplied javascript on certain pages

References