Site updated at 2015-12-18 03:00:35 UTC
This commit is contained in:
parent
2d2a6e49e4
commit
5ddb1dac36
112 changed files with 3879 additions and 3743 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
|
||||
<title><![CDATA[Category: architecture | Home Assistant]]></title>
|
||||
<title><![CDATA[Category: Architecture | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
||||
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -7,25 +7,25 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Category: architecture - Home Assistant</title>
|
||||
<title>Category: Architecture - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Category: architecture">
|
||||
<meta name="description" content="Category: Architecture">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/architecture/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Category: architecture">
|
||||
<meta property="og:title" content="Category: Architecture">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/architecture/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Category: architecture">
|
||||
<meta property="og:description" content="Category: Architecture">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@balloob">
|
||||
<meta name="twitter:title" content="Category: architecture">
|
||||
<meta name="twitter:description" content="Category: architecture">
|
||||
<meta name="twitter:title" content="Category: Architecture">
|
||||
<meta name="twitter:description" content="Category: Architecture">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -131,7 +131,7 @@
|
|||
<ul class="tags unstyled">
|
||||
|
||||
|
||||
<li><a class='category' href='/blog/categories/architecture/'>architecture</a></li>
|
||||
<li><a class='category' href='/blog/categories/architecture/'>Architecture</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
@ -157,8 +157,28 @@
|
|||
<div class="grid">
|
||||
|
||||
|
||||
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||
<form action="https://www.google.com/search" method="get">
|
||||
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||
<button type="submit"><i class="icon-search"></i></button>
|
||||
</form>
|
||||
</section>
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<h1 class="title delta">About Home Assistant</h1>
|
||||
<ul class="divided">
|
||||
<li>
|
||||
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||
</li>
|
||||
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||
<li><a href='/demo/'>Open the online demo</a></li>
|
||||
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||
|
||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||
<h1 class="title delta">Share this post</h1>
|
||||
|
||||
<a href="//twitter.com/share"
|
||||
|
@ -199,7 +219,7 @@
|
|||
}(document, 'script', 'facebook-jssdk'));
|
||||
</script>
|
||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||
<h1 class="title delta">Other Posts</h1>
|
||||
<h1 class="title delta">Recent Posts</h1>
|
||||
<ul class="divided">
|
||||
|
||||
|
||||
|
@ -235,8 +255,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue