Giter Club home page Giter Club logo

nolski / cc-license-chooser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from creativecommons/cc-license-chooser

0.0 0.0 0.0 1.06 MB

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

License: GNU General Public License v2.0

Shell 0.02% JavaScript 8.61% Python 4.78% Perl 3.86% PHP 0.64% Emacs Lisp 4.58% Smalltalk 4.30% C# 4.32% XSLT 39.89% Slash 4.34% CSS 0.36% Hy 4.31% SystemVerilog 4.31% Makefile 4.54% NewLisp 4.34% HTML 2.03% MAXScript 4.32% Raku 0.45%

cc-license-chooser's Introduction

cc-license-chooser

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.

Updates

This is an updated version of the JavaScript license chooser.

  • It only shows 4.0 licenses
  • It can show CC0 as well
  • Only in en_US right now

If you're already using the code, you might find this hosted version useful:

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.

Local Development

To run this project locally, install Python requirements listed in requirements.txt using: pip install -r requirements.txt.

SimpleTAL is not available on PyPI and must be installed manually by downloading the latest release and installing it using python setup.py install (make sure to download the Python 2.7 compatible release, not the latest release). Using a virtualenv is recommended, if you don't install SimpleTAL in a virtualenv, you may have to add its install location to your environment's PYTHONPATH.

Renamed

This project was previously named LicenseChooser.js. The name was updated to cc-license-chooser in 2019 March to follow current JavaScript best practices.

Old Version

The old version of the JavaScript license chooser:

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/)

cc-license-chooser's People

Contributors

aayushdutt avatar betapundit avatar brenoferreira avatar brylie avatar dependabot[bot] avatar kgodey avatar mattl avatar sp35 avatar tim-kilian avatar timidrobot avatar zackkrida avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.