Skip to content

Releases: PlayTechnique/andrew

Release v0.1.5

06 Sep 01:49
Compare
Choose a tag to compare
Allows organising articles by timestamp as well as date stamp.

I finally wrote several articles on one day!

Release v0.1.4

23 Aug 18:03
fe45f0c
Compare
Choose a tag to compare
Merge pull request #9 from gwynforthewyn/add-div-to-andrew-table-of-c…

…ontents

Add div to andrew table of contents

Release v0.1.3

18 Aug 20:26
38dc02a
Compare
Choose a tag to compare
Merge pull request #8 from gwynforthewyn/ssl-support

Ssl support

Release v0.1.2

17 Aug 15:38
4a51508
Compare
Choose a tag to compare
Merge pull request #7 from gwynforthewyn/main

grouping pages by directory

Release v0.1.0

30 Jun 17:04
Compare
Choose a tag to compare
Handle errors related to mis-parsing times and dates.

These arent worth crashing the server over, but the implementation of
error handling means that's what'll happen today: any error either
results in a specific http error or a 502 which effectively blocks
progress.

Release v0.0.7

20 Apr 13:43
Compare
Choose a tag to compare
Extract a page type out of the andrew server itself.

The server clearly had some concepts inside it that were about page
content; I just tried to discover a boundary and help it to be clearer.

The Page conceptually deals with a file and its content; the Server
deals with the file system and getting content streamed to the end user.

Release v0.0.6

01 Apr 02:16
1ddecb4
Compare
Choose a tag to compare
Merge pull request #5 from gwynforthewyn/fix-500-error

Fixes 500 error on a request for a directory.

Release v0.0.5

23 Mar 04:25
0c586e1
Compare
Choose a tag to compare
Merge pull request #2 from gwynforthewyn/add-sitemap-generator

Add sitemap generator

Release 0.0.1-pre

11 Feb 16:01
Compare
Choose a tag to compare
Fixes GOARCH by removing inappropriate dashes from the setting.