Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Add LibreJS table (#17393) #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 87 additions & 0 deletions about/en/javascript.wml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
## translation metadata
# Revision: $Revision$
# Translation-Priority: 3-low

#include "head.wmi" TITLE="Tor Project: Contact" CHARSET="UTF-8"

<div id="content" class="clearfix">
<div id="breadcrumbs">
<a href="<page index>">Home &raquo; </a>
<a href="<page about/overview>">About &raquo; </a>
<a href="<page about/contact>">Contact</a>
</div>

<div id="maincol">
<h2>Tor: JavaScript Web Labels</h2>

<p>
We hereby declare that all JavaScript used on torproject.org is free and
thank the
<a href="https://www.gnu.org/software/librejs/index.html">GNU LibreJS</a>
project for the inspiration to do so.
</p>

<table id="jslicense-labels1" summary="JavaScript Web Labels">
<tr>
<td><a href="/js/animate.min.js">animate.min.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
<td><a href="/js/animate.js">animate.js</a></td>
</tr>
<tr>
<td><a href="/docs/debian-selector.js">debian-selector.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GPLv2.0 or later</a></td>
<td><a href="/docs/debian-selector.js">debian-selector.js</a></td>
</tr>
<tr>
<td><a href="/js/dlpage01.js">dlpage01.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
<td><a href="/js/dlpage01.js">dlpage01.js</a></td>
</tr>
<tr>
<td><a href="/js/functions.min.js">functions.min.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU-GPL-3.0-or-later</a></td>
<td><a href="/js/functions.js">functions.js</a></td>
</tr>

<tr>
<td><a href="/js/jquery.min.js">jquery.min.js</a></td>
<td><a href="http://jquery.org/license">Expat</a></td>
<td><a href="http://code.jquery.com/jquery-1.11.3.js">jQuery v1.11.3</a></td>
</tr>
<tr>
<td><a href="/js/jquery.accordion.min.js">jquery.accordion.min.js</a></td>
<td><a href="http://jquery.org/license">Expat</a></td>
<td><a href="http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/">Modified version of "Stupid Simple jQuery Accordion Menu" originally developed by Ryan Stemkoski</a></td>
</tr>
<tr>
<td><a href="/js/jquery.client.min.js">jquery.client.min.js</a></td>
<td><a href="https://web.archive.org/web/20180212070447/http://www.stoimen.com/blog/2009/07/16/jquery-browser-and-os-detection-plugin/#comment-12498">Public Domain</a></td>
<td><a href="https://web.archive.org/web/20180212070447/http://www.stoimen.com/blog/2009/07/16/jquery-browser-and-os-detection-plugin/">jQuery Browser And OS Detection Plugin by Stoimen</a></td>
</tr>
<tr>
<td><a href="/js/jquery.ba-bbq.min.js">jquery.ba-bbq.min.js</a></td>
<td><a href="http://jquery.org/license">Expat</a></td>
<td><a href="https://raw.github.com/cowboy/jquery-bbq/v1.2.1/jquery.ba-bbq.js">jQuery BBQ: Back Button &amp; Query Library - v1.2.1</a></td>
</tr>
<tr>
<td><a href="/js/jquery.infieldlabel.min.js">jquery.infieldlabel.min.js</a></td>
<td><a href="http://jquery.org/license">Expat</a></td>
<td><a href="https://github.com/dcneiner/In-Field-Labels-jQuery-Plugin/">In-Field Labels jQuery Plugin</a></td>
</tr>
<tr>
<td><a href="/js/jquery-migrate-1.0.0.min.js">jquery-migrate-1.0.0.min.js</a></td>
<td><a href="http://jquery.org/license">Expat</a></td>
<td><a href="https://github.com/jquery/jquery-migrate">jQuery Migrate - v1.0.0</a></td>
</tr>
</table>
</div>
<!-- END MAINCOL -->
<div id = "sidecol">
#include "side.wmi"
#include "info.wmi"
</div>
<!-- END SIDECOL -->
</div>
<!-- END CONTENT -->

#include <foot.wmi>
3 changes: 3 additions & 0 deletions include/foot.wmi
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
for this site: <a href="http://expyuzz4wqqyqhjn.onion/">expyuzz4wqqyqhjn.onion/</a>.<br/>
See <a href="https://onion.torproject.org">https://onion.torproject.org</a> for all
torproject.org onion addresses.</p>
<p>
<a href="<page about/javascript>" data-jslicense="1">JavaScript license information</a>
</p>
<!--
# This will grab the date from svn info/git
# REQUIRES svn or git for this to work
Expand Down