2016-05-19 15:01:28 +01:00
|
|
|
|
@extends('master')
|
2016-12-10 11:58:38 +00:00
|
|
|
|
{{-- This can either be edited or dropped --}}
|
2016-05-19 15:01:28 +01:00
|
|
|
|
@section('title')Jonny Barnes’ Projects @stop
|
|
|
|
|
|
|
|
|
|
@section('content')
|
2017-11-04 12:10:46 +00:00
|
|
|
|
<div id="projects">
|
|
|
|
|
<h2>Projects</h2>
|
|
|
|
|
<h3><a href="https://shaaaaaaaaaaaaa.com">Shaaaaaaaaaaaaa.com</a></h3>
|
|
|
|
|
<p>
|
|
|
|
|
I collaborated on a project with Eric Mill (
|
|
|
|
|
<a href="https://twitter.com/konklone">@konklone</a>) to
|
|
|
|
|
help people test their HTTPS certificates for weak signature
|
|
|
|
|
algorithms. SHA-1 was the standard, but is too weak. People
|
|
|
|
|
should use a form of SHA-2.
|
|
|
|
|
</p>
|
|
|
|
|
<h3><a href="https://github.com/jonnybarnes/indieweb">IndieWeb tools</a></h3>
|
|
|
|
|
<p>
|
|
|
|
|
This library consists of various useful tools for running an
|
|
|
|
|
IndieWeb aware site.
|
|
|
|
|
</p>
|
|
|
|
|
<h3><a href="https://github.com/jonnybarnes/webmentions-parser">Webmentions Parser</a></h3>
|
|
|
|
|
<p>
|
|
|
|
|
A tool to parse incoming webmentions to a site, including
|
|
|
|
|
determining the author of the source webmention.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2016-05-19 15:01:28 +01:00
|
|
|
|
@stop
|