Skip to content

Commit

Permalink
add license, ignore compiler caches in git, update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
irv committed Feb 23, 2014
1 parent 182e29e commit 302e461
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ _cache
*.*~
src/site
.todo
.sass-cache
30 changes: 30 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Copyright (c) 2014, Andy Irving

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

* Neither the name of Andy Irving nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>
<p>You can read more about me in the <a href="./about/">about</a> section.</p>

<div class="contact">
<div class="frontpage_box contact">
<h2>Contact</h2>
<ul>
<li>Email: <a href="mailto:[email protected]">[email protected]</a> (<a href="./files/public_key.asc">Public Key</a>)</li>
Expand All @@ -13,15 +13,15 @@ <h2>Contact</h2>
If you're a potential employer, remember <a href="http://www.telegraph.co.uk/technology/news/8734904/Employers-warned-about-snooping-on-staff-via-social-networks.html"> you risk being sued for discrimination if you snoop on the private lives of prospective employees</a>.
</div>

<div class="updates">
<div class="frontpage_box updates">
<h2>Recent Updates</h2>
<ul>
$posts$
</ul>
<a href="./updates/">All recent updates</a>
</div>

<div class="tagcloud">
<div class="frontpage_box tagcloud">
<h2>Tagcloud</h2>
$tagcloud$
</div>
4 changes: 2 additions & 2 deletions templates/post.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

<article>
<p>by <em>$author$</em> on <strong>$date$</strong> (last updated : <strong>$modified$</strong>)</p>
<p>by <em>$author$</em> on <strong>$date$</strong> (last updated : <strong>$date$</strong>)</p>

<p>Tagged as: $prettytags$.</p>
<p>Tagged as: $tags$</p>

$body$

Expand Down

0 comments on commit 302e461

Please sign in to comment.