Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
/ jswidget Public archive

DEPRECATED Creative Commons JavaScript license selector in the form of a JavaScript widget

Notifications You must be signed in to change notification settings

cc-archive/jswidget

Repository files navigation

jswidget

This is the Creative Commons JavaScript license selector in the form of a JavaScript widget.

Web browsers can only be expected to load a single file from us.

Deprecated

⛔ This project is deprecated by creativecommons/cc-license-chooser

Overview

The code is structured as follows:

  • An HTML page includes complete.js, which PHP renders
    • they can pass a variable on the query string to set the language, which is why we involve PHP
    • an alternate design would be to include different static files: complete.en.js, etc.
  • complete.js loads the CSS and static JS files that hardly change
  • complete.js loads template.js.var (for Apache Content Negotiation to pick a language) or template.js.LANG_ID if a language was specified

All of our JS and HTML and CSS is prefixed with cc_js_ to avoid namespace collisions with others' applications.

Every night, if you run make -s here, it'll update the translations and jurisdiction info.

Credits

I’m not familiar with the all license options, so I don’t even bother. Everything on posted this site is public domain (http://www.phpied.com/html2dom/)

About

DEPRECATED Creative Commons JavaScript license selector in the form of a JavaScript widget

Resources

Stars

Watchers

Forks

Packages

No packages published