help-librejs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-librejs] Need some help to mark my JS code as free for LibreJS


From: Jorge Maldonado Ventura
Subject: [Help-librejs] Need some help to mark my JS code as free for LibreJS
Date: Wed, 09 Nov 2016 23:53:33 +0100
User-agent: DD Webmail

Hello, I followed the https://www.gnu.org/software/librejs/free-your-_javascript_.html guide, but can't make it work. Is there a way for me to debug or something that can help me detect what I'm doing wrong? I just want to make my theme, which uses various JS free licenses, to be compatible with LibreJS.

I have just uploaded the files to my website to test it and to let you see the result in action, so that  you can help me spot the error.


In footer.php from Wordpress I added the following line using an absolute path just to make sure it is correct and to test if the relative path was the problem. This HTML code is in every website from my Wordpress blog. I tested the href link with and without the .html extension.

<a style="display: none" href="" 
data-jslicense="1">_javascript_ license information</a>


Here is the file it points to http://www.freakspot.net/wp-content/themes/twentyfifteen/js/libreJS.html


<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>_javascript_ license information</title>
    </head>
    <body>
        <table id="jslicense-labels1">
            <tr>
                <td><a href="">color-scheme-control.js</a></td>
                <td><a href="">GNU-GPL-2.0-or-later</a></td>
                <td><a href="">color-scheme-control.js</a></td>
            </tr>
            <tr>
                <td><a href="">customize-preview.js</a></td>
                <td><a href="">GNU-GPL-2.0-or-later</a></td>
                <td><a href="">customize-preview.js</a></td>
            </tr>
            <tr>
                <td><a href="">functions.js</a></td>
                <td><a href="">GNU-GPL-2.0-or-later</a></td>
                <td><a href="">functions.js</a></td>
            </tr>
            <tr>
                <td><a href="">html5.js</a></td>
                <td>
                    <a href="">Expat</a>
                    <br />
                    <a href="">GNU-GPL-2.0-or-later</a>
                </td>
                <td><a href="">html5.js</a></td>
            </tr>
            <tr>
                <td><a href="">keyboard-image-navigation.js</a></td>
                <td><a href="">GNU-GPL-2.0-or-later</a></td>
                <td><a href="">keyboard-image-navigation.js</a></td>
            </tr>
            <tr>
                <td><a href="">skip-link-focus-fix.js</a></td>
                <td><a href="">GNU-GPL-2.0-or-later</a></td>
                <td><a href="">skip-link-focus-fix.js</a></td>
            </tr>
        </table>
    </body>
</html>

 
----
Thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]