On 2016-11-09 23:53, Jorge Maldonado Ventura wrote: > 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="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/libreJS" > 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="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/color-scheme-control.js">color-scheme-control.js</a></td> > <td><a > href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/color-scheme-control.js">color-scheme-control.js</a></td> > </tr> > <tr> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/customize-preview.js">customize-preview.js</a></td> > <td><a > href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/customize-preview.js">customize-preview.js</a></td> > </tr> > <tr> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/functions.js">functions.js</a></td> > <td><a > href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/functions.js">functions.js</a></td> > </tr> > <tr> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/html5.js">html5.js</a></td> > <td> > <a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a> > <br /> > <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a> > </td> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/html5.js">html5.js</a></td> > </tr> > <tr> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js">keyboard-image-navigation.js</a></td> > <td><a > href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js">keyboard-image-navigation.js</a></td> > </tr> > <tr> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js">skip-link-focus-fix.js</a></td> > <td><a > href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td> > <td><a > href="http://www.freakspot.net/wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js">skip-link-focus-fix.js</a></td> > </tr> > </table> > </body> > </html> > > ---- > Thanks
Sorry, for the annoyance. Now it's working. Maybe I was working with the websited cached and I didn't notice.
