updates
This commit is contained in:
parent
4d52b2734b
commit
15cb34da0d
|
@ -7,11 +7,11 @@ Title: M1: Basic artifact storage
|
||||||
- [X] SQL migration (using [sql-migrate](https://github.com/rubenv/sql-migrate))
|
- [X] SQL migration (using [sql-migrate](https://github.com/rubenv/sql-migrate))
|
||||||
- [X] Go package for archive blobs
|
- [X] Go package for archive blobs
|
||||||
- [X] blob store
|
- [X] blob store
|
||||||
- [ ] syncq
|
- [X] syncq
|
||||||
- [X] CLI tool for inserting blobs
|
- [X] CLI tool for inserting blobs
|
||||||
|
|
||||||
### Artifacts
|
### Artifacts
|
||||||
- [ ] What does an artifact look like? Develop the data model.
|
- [X] What does an artifact look like? Develop the data model.
|
||||||
- [ ] Proto definitions for an archive entry
|
- [ ] Proto definitions for an archive entry
|
||||||
- [ ] Database schema for archive entries
|
- [ ] Database schema for archive entries
|
||||||
- [ ] SQL migration
|
- [ ] SQL migration
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Title: Stream 0x03
|
Title: Stream 0x03
|
||||||
Slug: stream-0x03
|
Slug: stream-0x03
|
||||||
Date: 2022-03-03
|
Date: 2022-03-03
|
||||||
Modified: 2022-03-03 22:03 PST
|
Modified: 2022-03-03 22:35 PST
|
||||||
Category:
|
Category:
|
||||||
Tags: stream
|
Tags: stream
|
||||||
Authors: kyle
|
Authors: kyle
|
||||||
|
|
|
@ -11,7 +11,7 @@ system into a format suitable for public sharing.</p>
|
||||||
{% if articles %}
|
{% if articles %}
|
||||||
<h3>Latest stream</h3>
|
<h3>Latest stream</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for article in dates|select_journal %}
|
{% for article in dates|select_stream %}
|
||||||
<li>{{ article.date|strftime('%Y-%m-%d') }}: <a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></li>
|
<li>{{ article.date|strftime('%Y-%m-%d') }}: <a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue