Added JavaScript labels.
This commit is contained in:
parent
7297a44e13
commit
2da8caa35c
|
@ -89,9 +89,7 @@ for x in('projects', 'writings', 'about', 'sitemap'):
|
|||
<div id='bodyend'></div>
|
||||
<div id='metadata'>
|
||||
<!--@eval run_macros(page.metadata_html)@-->
|
||||
<!--@exec
|
||||
if page.is_dynamic:
|
||||
print("<p><a href='{}' rel='nofollow' class='viewsource'>View source</a></p>".format(page.sourcepath), end='')@-->
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div id='logo'>
|
||||
|
|
|
@ -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]] |
|
||||
|
|
@ -13,7 +13,7 @@ was born in 1992 and lives in Denmark.
|
|||
|
||||
Niels can be contacted at [[mailto:ns@metanohi.name][ns@metanohi.name]].
|
||||
|
||||
** Software
|
||||
** Software Niels uses
|
||||
|
||||
*** Emacs
|
||||
|
||||
|
@ -31,8 +31,8 @@ Links: [[https://gitorious.org/nqpz-config/nqpz-config/trees/master/home/.conker
|
|||
*** StumpWM
|
||||
|
||||
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
|
||||
stable, but it's simple and efficient. [[http://stumpwm.antidesktop.net/cgi-bin/wiki.pl][Get it]].
|
||||
features than e.g. XMonad (another tiling wm), but it's simple and
|
||||
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]].
|
||||
|
||||
|
|
Loading…
Reference in New Issue