Sha256: bbf1862c17fa40166afbd21a4d2ce4453a16d7754223b7c2a59e9a5133706059
Contents?: true
Size: 815 Bytes
Versions: 3
Compression:
Stored size: 815 Bytes
Contents
<img id="mainpic" src="/img/raspberrypi.jpg" height="175" width="240"/> <p id="blurb"> Ardtweeno is an application gateway which bridges serial devices to an IP network. The system is designed as a PaaS (platform as a service) for the <a href="http://raspberrypi.org">Raspberry Pi</a> ARM platform. </p> <div id="posts"> <h2>News Posts</h2> <% unless postdata.nil? %> <% postdata.each do |i| %> <div id="post"> <h3 id="post-title"><%= i[:posttitle]%></h3> <p id="post-content"><%= i[:postcontent] %></p> <% unless i[:postcode] == '' %> <pre><code id="post-code"><%= i[:postcode] %></code></pre> <% end %> </div> <% end %> <% end %> </div> <script type="text/javascript">keepUpdating = false;</script>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ardtweeno-0.6.0 | views/home.erb |
ardtweeno-0.5.0 | views/home.erb |
ardtweeno-0.4.0 | views/home.erb |