| layout | page |
|---|---|
| title | Atari Scanned Documents |
| published | true |
OCR'd scans of Atari manuals and books, published via DocuMentor.
{% assign docs = site.posts | where_exp: "p", "p.tags contains 'atari-scanned-doc'" %} {% if docs.size == 0 %}
No documents published yet.
{% else %}-
{% for doc in docs %}
- {{ doc.title }} {{ doc.date | date: "%B %d, %Y" }} {% endfor %}