Added JavaScript labels.

This commit is contained in:
Niels Serup 2012-02-16 23:58:52 +01:00
parent 7297a44e13
commit 2da8caa35c
3 changed files with 23 additions and 6 deletions

View File

@ -89,9 +89,7 @@ for x in('projects', 'writings', 'about', 'sitemap'):
<div id='bodyend'></div> <div id='bodyend'></div>
<div id='metadata'> <div id='metadata'>
<!--@eval run_macros(page.metadata_html)@--> <!--@eval run_macros(page.metadata_html)@-->
<!--@exec <p><a href='/about/javascript' rel='jslicense'>JavaScript License Information</a><!--@eval " | <a href='{}' rel='nofollow' class='viewsource'>View source</a>".format(page.sourcepath) if page.is_dynamic else ''@--></p>
if page.is_dynamic:
print("<p><a href='{}' rel='nofollow' class='viewsource'>View source</a></p>".format(page.sourcepath), end='')@-->
</div> </div>
</div> </div>
<div id='logo'> <div id='logo'>

19
site/about/javascript.org Normal file
View File

@ -0,0 +1,19 @@
#+title: JavaScript License Information
#+summary: A table of the JavaScript used on metanohi
#+license: cc0
* JavaScript License Information
metanohi uses JavaScript. It's not much, and it can probably be considered
trivial for now, but it's there.
This page lists the JavaScript files in use and the licenses they are
under. All of them are free software. This page conforms to the [[https://www.gnu.org/licenses/javascript-labels.html][JavaScript
License Web Labels]] method published by GNU.
#+%id: jslicense-labels1
| JavaScript file | License | Unminified file |
|-----------------------+--------------+-----------------------|
| [[/static/aesthetics.js]] | [[http://creativecommons.org/publicdomain/zero/1.0/legalcode][CC0-1.0-only]] | [[/static/aesthetics.js]] |
| [[/static/extra.js]] | [[http://creativecommons.org/publicdomain/zero/1.0/legalcode][CC0-1.0-only]] | [[/static/extra.js]] |

View File

@ -13,7 +13,7 @@ was born in 1992 and lives in Denmark.
Niels can be contacted at [[mailto:ns@metanohi.name][ns@metanohi.name]]. Niels can be contacted at [[mailto:ns@metanohi.name][ns@metanohi.name]].
** Software ** Software Niels uses
*** Emacs *** Emacs
@ -31,8 +31,8 @@ Links: [[https://gitorious.org/nqpz-config/nqpz-config/trees/master/home/.conker
*** StumpWM *** StumpWM
StumpWM is a nice tiling, Emacs-like window mananger. It has much fewer StumpWM is a nice tiling, Emacs-like window mananger. It has much fewer
features than e.g. XMonad (another tiling wm), and it's probably also less features than e.g. XMonad (another tiling wm), but it's simple and
stable, but it's simple and efficient. [[http://stumpwm.antidesktop.net/cgi-bin/wiki.pl][Get it]]. efficient. [[http://stumpwm.antidesktop.net/cgi-bin/wiki.pl][Get it]].
Links: <@eval macros.titlelink('/writings/stumpwm')@>, [[https://gitorious.org/nqpz-config/nqpz-config/blobs/raw/master/home/.stumpwmrc][my .stumpwmrc]]. Links: <@eval macros.titlelink('/writings/stumpwm')@>, [[https://gitorious.org/nqpz-config/nqpz-config/blobs/raw/master/home/.stumpwmrc][my .stumpwmrc]].