-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added blog page for SKiDL release 0.0.30.
- Loading branch information
xesscorp
committed
May 16, 2020
1 parent
0fb2291
commit 3258b8d
Showing
1 changed file
with
285 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,285 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>VERSION 0.0.30 RELEASED! | SKIDL</title> | ||
<meta name="description" content="Python → Circuits"> | ||
<meta name="keywords" content=""> | ||
|
||
<!-- Twitter Cards --> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:image" content="https://xesscorp.github.io/skidl/docs/_site/images/logo.png"> | ||
<meta name="twitter:title" content="Version 0.0.30 Released!"> | ||
<meta name="twitter:description" content="Python → Circuits"> | ||
<meta name="twitter:creator" content="@xesscorp"> | ||
|
||
<!-- Open Graph --> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:title" content="Version 0.0.30 Released!"> | ||
<meta property="og:description" content="Python → Circuits"> | ||
<meta property="og:url" content="https://xesscorp.github.io/skidl/docs/_site/blog/Release_0_0_30"> | ||
<meta property="og:site_name" content="SKiDL"> | ||
<meta property="og:image" content="https://xesscorp.github.io/skidl/docs/_site/images/"> | ||
|
||
<meta name="google-site-verification" content="https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here"> | ||
|
||
|
||
|
||
<link rel="canonical" href="https://xesscorp.github.io/skidl/docs/_site/blog/Release_0_0_30"> | ||
<link href="https://xesscorp.github.io/skidl/docs/_site/feed.xml" type="application/atom+xml" rel="alternate" title="SKiDL Feed"> | ||
|
||
|
||
<!-- http://t.co/dKP3o1e --> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
|
||
|
||
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600,300,800,700' rel='stylesheet' type='text/css'> | ||
<!-- <link rel="stylesheet" href="https://xesscorp.github.io/skidl/docs/_site/assets/css/vendor/font-awesome.min.css"> --> | ||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://xesscorp.github.io/skidl/docs/_site/assets/css/vendor/normalize.css"> | ||
<link rel="stylesheet" href="https://xesscorp.github.io/skidl/docs/_site/assets/css/vendor/nprogress.css"> | ||
<link rel="stylesheet" href="https://xesscorp.github.io/skidl/docs/_site/assets/css/vendor/foundation.min.css"> | ||
<link rel="stylesheet" href="https://xesscorp.github.io/skidl/docs/_site/assets/css/style.css"> | ||
<link rel="stylesheet" href="https://xesscorp.github.io/skidl/docs/_site/assets/css/post.css"> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Icons --> | ||
<!-- 16x16 --> | ||
<link rel="shortcut icon" href="https://xesscorp.github.io/skidl/docs/_site/favicon.ico"> | ||
<!-- 32x32 --> | ||
<link rel="shortcut icon" href="https://xesscorp.github.io/skidl/docs/_site/favicon.png"> | ||
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices --> | ||
<link rel="apple-touch-icon-precomposed" href="https://xesscorp.github.io/skidl/docs/_site/images/apple-touch-icon-precomposed.png"> | ||
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini --> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://xesscorp.github.io/skidl/docs/_site/images/apple-touch-icon-72x72-precomposed.png"> | ||
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch --> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://xesscorp.github.io/skidl/docs/_site/images/apple-touch-icon-114x114-precomposed.png"> | ||
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://xesscorp.github.io/skidl/docs/_site/images/apple-touch-icon-144x144-precomposed.png"> | ||
|
||
|
||
<style type="text/css">@media only screen and (min-width:43.75em){.notepad-post-content div>p:first-child:first-letter{float:left;font-size:4.688rem;line-height:4.375rem;padding-top:.25rem;padding-right:.5rem;padding-left:.188rem;font-family:serif}}</style> | ||
|
||
</head> | ||
<body class="post-template" itemscope itemtype="http://schema.org/WebPage"> | ||
|
||
<main id="notepad-post-container-simple" class="notepad-post-container-simple" role="main"> | ||
<header class="notepad-post-header-simple"> | ||
<div class="notepad-post-menu-header-simple"> | ||
|
||
<a class="notepad-blog-logo" href="https://xesscorp.github.io/skidl/docs/_site"> | ||
<img src="https://xesscorp.github.io/skidl/docs/_site/images/logo.png" alt="Blog Logo" /> | ||
</a> | ||
<div class="notepad-blog-menu"> | ||
<div class="notepad-mobile-menu show-for-small"> | ||
<a href="#"><i class="fa fa-bars"></i></a> | ||
</div> | ||
<ul class="notepad-menu"> | ||
<li class="notepad-mobile-close-btn show-for-small text-right"> | ||
<a href="#"><i class="fa fa-times"></i></a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://xesscorp.github.io/skidl/docs/_site/">Home</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="https://xesscorp.github.io/skidl/docs/_site/blog">Blog</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="https://xesscorp.github.io/skidl/docs/_site/api.html">API</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="http://github.com/xesscorp/skidl">Github</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="https://xesscorp.github.io/skidl/docs/_site/about">About</a> | ||
|
||
</li> | ||
|
||
<li><a href="https://xesscorp.github.io/skidl/docs/_site/feed.xml" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="notepad-post-title-simple row"> | ||
<div class="small-12 columns"> | ||
<div class="notepad-post-meta-simple"> | ||
<h1>Version 0.0.30 Released!</h1> | ||
<p> | ||
by <strong>Dave Vandenbout</strong> — | ||
|
||
|
||
<strong><time datetime="2020-05-16T11:01:10-04:00">16 May 2020</time></strong> | ||
</p> | ||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | ||
<!-- codein1 --> | ||
<ins class="adsbygoogle" | ||
style="display:inline-block;width:728px;height:90px" | ||
data-ad-client="ca-pub-7466474470517357" | ||
data-ad-slot="6700962438"></ins> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
<article class="notepad-post-content post tag-simple"> | ||
|
||
<div><p>I’m releasing version 0.0.30 of SKiDL today! | ||
It has some new features I’m excited about:</p> | ||
|
||
<ul> | ||
<li>A new <code class="highlighter-rouge">@package</code> decorator to make subcircuits act like <code class="highlighter-rouge">Parts</code>.</li> | ||
<li>A new <code class="highlighter-rouge">tee()</code> function for creating T-junctions in networks.</li> | ||
<li>Custom ERCs can now be added using the new <code class="highlighter-rouge">erc_assert()</code> function.</li> | ||
<li>Substring matching in pin names can now be enabled/disabled.</li> | ||
</ul> | ||
|
||
<p>I’ll have some upcoming blog posts about these in the near future.</p> | ||
|
||
</div> | ||
<div style="text-align: center;"> | ||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | ||
<!-- codein2-footer --> | ||
<!-- | ||
<ins class="adsbygoogle" | ||
style="display:inline-block;width:728px;height:90px" | ||
data-ad-client="ca-pub-7466474470517357" | ||
data-ad-slot="9952356430"></ins> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
--> | ||
</div> | ||
</article> | ||
<div class="cf"></div> | ||
<div class="row text-center"> | ||
<section class="notepad-post-share"> | ||
<a class="twitter-icon" href="https://twitter.com/intent/tweet?text="Version 0.0.30 Released!"%20https://xesscorp.github.io/skidl/docs/_site/blog/Release_0_0_30%20via%20@xesscorp" | ||
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;" title="Share on Twitter"> | ||
<i class="fa fa-twitter"></i> | ||
</a> | ||
<a class="facebook-icon" href="https://www.facebook.com/sharer/sharer.php?u=https://xesscorp.github.io/skidl/docs/_site/blog/Release_0_0_30" | ||
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;" title="Share on Facebook"> | ||
<i class="fa fa-facebook"></i> | ||
</a> | ||
<a class="google-icon" href="https://plus.google.com/share?url=https://xesscorp.github.io/skidl/docs/_site/blog/Release_0_0_30" | ||
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;" title="Share on Google+"> | ||
<i class="fa fa-google-plus"></i> | ||
</a> | ||
</section> | ||
</div> | ||
<div class="cf"></div> | ||
<div class="notepad-author-info"> | ||
<div class="row"> | ||
<section class="notepad-post-author small-12 columns"> | ||
<img src="https://xesscorp.github.io/skidl/docs/_site/images/devb-pic.jpg" class="notepad-post-author-avatar" alt="Dave Vandenbout's photo"> | ||
<span class="author-label">Author:</span> | ||
<h1>Dave Vandenbout</h1> | ||
<p><a href="mailto:[email protected]" class="author-website">[email protected]</a> | ||
<p>Relax, I do this stuff for a living.</p> | ||
</section> | ||
</div> | ||
</div> | ||
|
||
<div class="cf"></div> | ||
|
||
<div class="cf"></div> | ||
<footer class="notepad-site-footer"> | ||
<div class="copyright"> | ||
<section> | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | ||
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /> | ||
</a> | ||
<br /><br /> | ||
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">SKiDL website</span> by | ||
<a xmlns:cc="http://creativecommons.org/ns#" href="www.xess.com" property="cc:attributionName" rel="cc:attributionURL"> | ||
XESS Corporation | ||
</a> | ||
is licensed under a | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | ||
Creative Commons Attribution 4.0 International License | ||
</a>. | ||
</section> | ||
<br /> | ||
<p> | ||
<a href='http://www.catb.org/hacker-emblem/' target="_blank"><img src='https://xesscorp.github.io/skidl/docs/_site/assets/img/hacker.png' alt='hacker emblem' /></a> | ||
<a href="http://endsoftpatents.org/innovating-without-patents" target="_blank"><img style="border-width:0" src="https://xesscorp.github.io/skidl/docs/_site/assets/img/patent-free.png"></a> | ||
</p> | ||
</div> | ||
<div class="social-icons"> | ||
|
||
|
||
<a href="http://twitter.com/xesscorp"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x fa-inverse"></i> | ||
<i class="fa fa-twitter fa-stack-1x"></i> | ||
</span> | ||
</a> | ||
|
||
|
||
|
||
|
||
<a href="http://github.com/xesscorp"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x fa-inverse"></i> | ||
<i class="fa fa-github fa-stack-1x"></i> | ||
</span> | ||
</a> | ||
|
||
|
||
</div> | ||
|
||
<div class="cf"></div> | ||
</footer> | ||
|
||
</main> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="https://xesscorp.github.io/skidl/docs/_site/assets/js/vendor/jquery-1.11.1.min.js"><\/script>')</script> | ||
<script src="https://xesscorp.github.io/skidl/docs/_site/assets/js/vendor/modernizr.js"></script> | ||
<script src="https://xesscorp.github.io/skidl/docs/_site/assets/js/foundation.min.js"></script> | ||
|
||
<script src="https://xesscorp.github.io/skidl/docs/_site/assets/js/notepad.js"></script> | ||
<script src="https://xesscorp.github.io/skidl/docs/_site/assets/js/scripts.min.js"></script> | ||
<script src="https://xesscorp.github.io/skidl/docs/_site/assets/js/vendor/nprogress.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/sigma.js/1.0.3/sigma.min.js"></script> | ||
|
||
<script> | ||
$(document).foundation(); | ||
</script> | ||
|
||
|
||
<!-- Asynchronous Google Analytics snippet --> | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-765812-6', 'auto'); | ||
ga('require', 'displayfeatures'); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
|
||
<script>NProgress.start();var interval=setInterval(function(){NProgress.inc()},1000);jQuery(window).load(function(){clearInterval(interval);NProgress.done()});jQuery(window).unload(function(){NProgress.start()});</script> | ||
|
||
</body> | ||
</html> |