diff options
Diffstat (limited to 'haunt/pages')
| -rw-r--r-- | haunt/pages/weblabels.sxml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/haunt/pages/weblabels.sxml b/haunt/pages/weblabels.sxml index 0c53551..c90b620 100644 --- a/haunt/pages/weblabels.sxml +++ b/haunt/pages/weblabels.sxml @@ -24,6 +24,18 @@ #:content `((h2 "JavaScript Web Labels") (table (@ (id "jslicense-labels1")) + (tr (td ,(hyperlink "/static/js/dynamic-comment-form.js" + `(p "/static/js/dynamic-comment-form.js"))) + (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" + `(p "GNU General Public License 3.0 or later"))) + (td ,(hyperlink "/static/js/dynamic-comment-form.js" + `(p "/static/js/dynamic-comment-form.js")))) + (tr (td ,(hyperlink "/static/js/proof-of-work.js" + `(p "/static/js/proof-of-work.js"))) + (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" + `(p "GNU General Public License 3.0 or later"))) + (td ,(hyperlink "/static/js/proof-of-work.js" + `(p "/static/js/proof-of-work.js")))) (tr (td ,(hyperlink "/static/js/webmention.js" `(p "/static/js/webmention.js"))) (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" @@ -42,6 +54,12 @@ `(p "GNU General Public License 3.0 or later"))) (td ,(hyperlink "/static/js/rsvp.js" `(p "/static/js/rsvp.js")))) + (tr (td ,(hyperlink "/static/js/gallery.js" + `(p "/static/js/gallery.js"))) + (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" + `(p "GNU General Public License 3.0 or later"))) + (td ,(hyperlink "/static/js/gallery.js" + `(p "/static/js/gallery.js")))) (tr (td ,(hyperlink "/static/js/oneko.js" `(p "/static/js/oneko.js"))) (td ,(hyperlink "http://www.jclark.com/xml/copying.txt" |