diff --git a/src/App.vue b/src/App.vue index 1a48a796..a6c2573a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,6 +62,10 @@ export default { onLicenseUpdate(e) { this.selected = e } + }, + created: function() { + // send home to google analytics + this.$ga.page('/') } } diff --git a/src/components/Chooser.vue b/src/components/Chooser.vue index fcb3a059..e236dce9 100644 --- a/src/components/Chooser.vue +++ b/src/components/Chooser.vue @@ -52,6 +52,11 @@ export default { }, methods: { updateLicense() { + this.$ga.event({ + eventCategory: 'license', + eventAction: 'updated', + eventLabel: this.shortLicenseName + }) this.$emit('input', { shortName: this.shortLicenseName, fullName: this.fullLicenseName diff --git a/src/components/HelpSection.vue b/src/components/HelpSection.vue index 3c15db26..799dc370 100644 --- a/src/components/HelpSection.vue +++ b/src/components/HelpSection.vue @@ -50,7 +50,7 @@

Creative Commons licenses can be represented by their names, their - associated icons, or both. For example, a CC BY-NC license, which + associated icons, or both. For example, a CC BY-NC license, which requires attribution, and prohibits commercial use could be represented by its: @@ -169,7 +169,7 @@


- For more information, please see + For more information, please see About the Licenses

@@ -186,16 +186,16 @@
  • - Legal Code:

    - Each license begins as a traditional legal tool, in the kind of - language and text formats that most lawyers know and love. We + Each license begins as a traditional legal tool, in the kind of + language and text formats that most lawyers know and love. We call this the Legal Code layer of each license.


  • - Human Readable:

    - Since most creators, educators, and scientists are not in fact lawyers, - we also make the licenses available in a format that normal people can read -- + Since most creators, educators, and scientists are not in fact lawyers, + we also make the licenses available in a format that normal people can read -- The Commons Deed (also known as the “human readable” version of the license). This is a handy reference for licensors and licensees, summarizing some of the most important terms and conditions. Think of the Commons Deed as a user-friendly @@ -211,14 +211,14 @@ software, we provide a "Machine Readable" version of the license.

    We developed a standardized way to describe licenses that software can - understand called CC Rights Expression language + understand called CC Rights Expression language (CC REL) to accomplish this.


  • - For more information, please see + For more information, please see About the Licenses

    @@ -232,12 +232,12 @@

    Our Public Domain Tools help authors keep and manage their copyright on terms they choose. Our public domain tools, on the other hand, enable - authors and copyright owners who want to dedicate their works to the + authors and copyright owners who want to dedicate their works to the worldwide public domain to do so.

    - For more information on CC's public domain tools, please see + For more information on CC's public domain tools, please see Our Public Domain Tools

    @@ -250,7 +250,7 @@