mirror of
https://github.com/nicolabs/nicolabs.net.git
synced 2025-09-21 00:32:01 +02:00
2 lines
7.9 KiB
HTML
2 lines
7.9 KiB
HTML
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> nicolabs | License </title> <meta name="description" content=" Work in progress... "> <meta name="keywords" content="android, development, java, javascript, python, web"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <!-- Social: Facebook / Open Graph --> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.nicolabs.net/LICENSE"> <meta property="og:title" content=" nicolabs | License "> <meta property="og:image" content="https://www.nicolabs.net"> <meta property="og:description" content=" Work in progress... "> <meta property="og:site_name" content="nicobo"> <meta property="og:locale" content="en_US"> <!-- Social: Twitter --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="nic0b0"> <meta name="twitter:title" content=" nicolabs | License "> <meta name="twitter:description" content=" Work in progress... "> <meta name="twitter:image:src" content="https://www.nicolabs.net"> <!-- Social: Google+ / Schema.org --> <meta itemprop="name" content=" nicolabs | License "> <meta itemprop="description" content=" Work in progress... "> <meta itemprop="image" content="https://www.nicolabs.net"> <!-- rel prev and next --> <link rel="stylesheet" href="/assets/css/main.css"> <!-- Canonical link tag --> <link rel="canonical" href="https://www.nicolabs.net/LICENSE"> <link type="application/atom+xml" rel="alternate" href="https://www.nicolabs.net/feed.xml" title="nicolabs" /> <script type="text/javascript"> var disqus_shortname = 'nicolabs'; </script> <!-- Enable displaying pictures in full size using the Fullscreen API --> <!-- A polyfill that also simplifies the API. TODO maybe there are others closer to the norm and with more features. Still chances are this will not work on iPhone without using a full-fledged Js library. --> <script src="/assets/lib/screenfull.js/dist/screenfull.min.js"></script> <!-- This code selects which elements and how fullscreen is triggered --> <script> document.addEventListener("DOMContentLoaded", function(event) { var els = document.getElementsByClassName("plantuml"); for ( var e=0 ; e<els.length ; e++ ) { var el = els[e]; el.addEventListener('click', function() { if (screenfull.isEnabled) { screenfull.toggle(el); el.classList.toggle("fullscreen"); } else { console.log("Fullscreen not supported"); } }); } }); </script> <script> window.onscroll = function() { if (document.body.scrollTop > 0 || document.documentElement.scrollTop > 0) { document.querySelector('.site-header').classList.add('site-header-pinned'); } else { document.querySelector('.site-header').classList.remove('site-header-pinned'); } }; </script> </head> <body> <main class="wrapper"> <header class="site-header"> <nav class="nav"> <div class="container"> <h1 class="logo"><a href="/">nico<span>labs</span></a></h1> <ul class="navbar"> <li><a href="/about">about</a></li> <li><a href="/articles">articles</a></li> <li><a href="/feed.xml">feed</a></li> </ul> </div> </nav> </header> <article class="page container"> <header class="page-header"> <h1 class="page-title">License</h1> </header> <div class="page-content"> <p>This work is copyright © 2015 <a href="http://nicolabs.net/people/nicobo">Nicolas BONARDELLE</a>.</p> <p>It is licensed under the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p> <h2 id="third-party-licenses">Third-party licenses</h2> <p>License for pictures used in articles are usually included within the article itself. If not, look below.</p> <p>Theme based on <em>nandomoreirame’s</em> <a href="https://github.com/nandomoreirame/simplest">“simplest” theme</a>.</p> <p>The code for estimating and displaying the time to read an article comes from <a href="http://atekihcan.github.io/blog/2014/reading-time-estimate-in-jekyll">atekihcan.github.io</a> and <a href="https://github.com/renyuanz/leonids">github.com/renyuanz/leonids</a>.</p> <p>The <em>mastodon</em> widget on the front page is from <a href="https://github.com/nicolabs/mastodon-timeline-widget">mastodon-timeline-widget</a>.</p> <p>The <a href="/tags">tags page</a> has been possible thanks to <a href="https://codinfox.github.io/dev/2015/03/06/use-tags-and-categories-in-your-jekyll-based-github-pages/">this blog article</a>.</p> <p>The main font ‘Open Sans’ is <a href="/assets/fonts/opensans/Apache%20License.txt">Apache-licensed</a>.</p> <p><a href="https://github.com/yegor256/jekyll-plantuml">jekyll-plantuml</a> is used to generate inline PlantUML diagrams. It has been slightly modified to fit my needs (look at <a href="_plugins/jekyll-plantuml.rb">_plugins/jekyll-plantuml.rb</a>).</p> <p><a href="https://github.com/sindresorhus/screenfull.js">screenfull.js polyfill</a> is used to enhance compatibility with the fullscreen DOM API (displaying PlantUML diagrams at full size).</p> <p>Third-party logos :</p> <ul> <li><a href="/assets/blog/3rdparty/logos/Flickr_wordmark.svg">Flickr_wordmark.svg</a> <ul> <li>Original file : https://commons.wikimedia.org/wiki/File:Flickr_wordmark.svg</li> <li>License : public domain</li> </ul> </li> <li><a href="/assets/blog/3rdparty/logos/google-plus.300x299.gif">google-plus.300x299.gif</a> <ul> <li>Original file : https://www.computerhope.com/jargon/g/googlep.htm</li> <li>License : probably © Computer Hope</li> </ul> </li> <li><a href="/assets/blog/3rdparty/logos/gwt.600x570.png">gwt.600x570.png</a> <ul> <li>Original file : https://github.com/eclipse/xtext/blob/website-published/xtend-website/images/gwt-logo.png</li> <li>License : no clear information, probably © Eclipse Foundation</li> </ul> </li> <li><a href="/assets/blog/3rdparty/logos/nextcloud.108x72.png">nextcloud.108x72.png</a> <ul> <li>Original file : https://github.com/nextcloud/documentation/raw/master/_shared_assets/static/logo-blue.png</li> </ul> </li> <li><a href="/assets/blog/3rdparty/logos/Picasa_Logo.svg">Picasa_Logo.svg</a> <ul> <li>Original file : https://commons.wikimedia.org/wiki/File:Picasa_Logo.svg</li> <li>License : public domain</li> </ul> </li> <li><a href="/assets/blog/3rdparty/logos/plantuml.116x112.png">plantuml.116x112.png</a> <ul> <li>Original file : http://s.plantuml.com/logoc.png</li> <li>License : <a href="https://plantuml.com/license">GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version</a></li> </ul> </li> <li><a href="/assets/blog/3rdparty/logos/Tumblr_Logos_2018.03.06_t%20Icon%20Blue.png">Tumblr_Logos_2018.03.06_t Icon Blue.png</a> <ul> <li>Original file : https://www.tumblr.com/logo</li> <li>License : © Tumblr, Inc.</li> </ul> </li> <li><a href="/assets/blog/3rdparty/logos/twidere.512x512.png">twidere.512x512.png</a> <ul> <li>Original file : https://github.com/TwidereProject/Twidere-Android/blob/34eee5208911e4b17c3ccf90d3208cdbb461d632/twidere/ic_launcher-web.png</li> <li>License : <a href="https://raw.githubusercontent.com/TwidereProject/Twidere-Android/34eee5208911e4b17c3ccf90d3208cdbb461d632/twidere/COPYING">GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007</a></li> </ul> </li> <li><a href="/assets/blog/3rdparty/logos/wallabag.200x69.png">wallabag.200x69.png</a> <ul> <li>Original file : https://raw.githubusercontent.com/wallabag/logo/master/_default/typo-horizontal/png/sm/logo-typo-horizontal-black-no-bg-no-border-sm.png</li> <li>Modifications : transparent area was simply trimmed</li> <li>License : https://github.com/wallabag/wallabag/blob/master/COPYING.md</li> </ul> </li> </ul> </div> </article> <footer class="site-footer"> <div class="container"> <small class="pull-left">©2024 All rights reserved. Graphic banner from https://showyourstripes.info</small> <small class="pull-right">by <a rel="me" href="/about#contact">@nicobo</a></small> </div> </footer> </main> </body> </html>
|