Difference between revisions of "Source code"

From WOT Wiki
Jump to: navigation, search
(Undo revision 995 by Bob Zenith (Talk))
Line 1: Line 1:
You can download the source code for our browser add-ons from this page. If you are an end-user, [https://www.mywot.com/download see the download page] instead.
+
You can download the source code for our browser add-ons from this page. If you are an end-user, [http://www.mywot.com/download see the download page] instead.
  
 
== Terms and conditions ==
 
== Terms and conditions ==
 
These programs are [http://www.gnu.org/philosophy/free-sw.html free software]: you can redistribute and/or modify them under the terms of [http://www.gnu.org/copyleft/gpl.html the GNU General Public License] as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 
These programs are [http://www.gnu.org/philosophy/free-sw.html free software]: you can redistribute and/or modify them under the terms of [http://www.gnu.org/copyleft/gpl.html the GNU General Public License] as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
  
Please notice that [https://www.mywot.com/terms the Terms of Service] apply to all WOT services. If you use the software or the API as a part of your own application or redistribute and modify the software, [https://www.mywot.com/terms/api the API Terms of Service] apply too.
+
Please notice that [http://www.mywot.com/terms the Terms of Service] apply to all WOT services. If you use the software or the API as a part of your own application or redistribute and modify the software, [http://www.mywot.com/terms/api the API Terms of Service] apply too.
  
 
== Source code ==
 
== Source code ==
Line 10: Line 10:
  
 
=== Firefox ===
 
=== Firefox ===
* Version 20100503 ([https://www.mywot.com/files/downloads/wot-20100503-firefox.tar.gz source code])
+
* Version 20100503 ([http://www.mywot.com/files/downloads/wot-20100503-firefox.tar.gz source code])
  
You can also extract the source code by unzipping [https://secure.wikimedia.org/wikipedia/en/wiki/XPInstall the .xpi file] available from Mozilla.
+
You can also extract the source code by unzipping [http://en.wikipedia.org/wiki/XPInstall the .xpi file] available from Mozilla.
  
 
=== Internet Explorer ===
 
=== Internet Explorer ===
* Version 20100303 ([https://www.mywot.com/files/downloads/wot-20100303-msie.tar.gz source code])
+
* Version 20100303 ([http://www.mywot.com/files/downloads/wot-20100303-msie.tar.gz source code])
  
 
You'll need Microsoft Visual Studio 2008, [http://www.libpng.org/pub/png/libpng.html libpng], and [http://www.boost.org/ the Boost library] to compile the add-on. Some tweaks to paths in the project files are most likely also required.
 
You'll need Microsoft Visual Studio 2008, [http://www.libpng.org/pub/png/libpng.html libpng], and [http://www.boost.org/ the Boost library] to compile the add-on. Some tweaks to paths in the project files are most likely also required.

Revision as of 13:57, 29 June 2010

You can download the source code for our browser add-ons from this page. If you are an end-user, see the download page instead.

Terms and conditions

These programs are free software: you can redistribute and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Please notice that the Terms of Service apply to all WOT services. If you use the software or the API as a part of your own application or redistribute and modify the software, the API Terms of Service apply too.

Source code

If you are interested in participating in the development process, you are welcome to email us patches for improvements and bug fixes.

Firefox

You can also extract the source code by unzipping the .xpi file available from Mozilla.

Internet Explorer

You'll need Microsoft Visual Studio 2008, libpng, and the Boost library to compile the add-on. Some tweaks to paths in the project files are most likely also required.

Chrome

Source code is available on the Chrome page. You can also extract it by unzipping the .crx file available from Google.

Safari

Source code is available on the Safari page.