Group: Free Javascript Action Team

From LibrePlanet
Jump to: navigation, search
(start page for people who want to help spring the javascript trap)
 
(The solution: tweak suggestions)
Line 8: Line 8:
  
 
* Modify browsers to allow users to run their own modified Javascript programs for particular sites that they visit.
 
* Modify browsers to allow users to run their own modified Javascript programs for particular sites that they visit.
* Write browser extensions that block nonfree Javascript.
+
* 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.
 
* 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.
  
 
== References ==
 
== References ==

Revision as of 12:00, 24 March 2009

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.

References