bollux.git/.git
3 years agoUpdate typesetting of text/gemini
Case Duckworth [Sat, 30 May 2020 21:00:12 +0000 (16:00 -0500)]
Update typesetting of text/gemini

3 years agoArchive
Case Duckworth [Sat, 30 May 2020 20:59:52 +0000 (15:59 -0500)]
Archive

3 years agoChange some functions to only Bash
Case Duckworth [Sat, 30 May 2020 19:35:17 +0000 (14:35 -0500)]
Change some functions to only Bash

3 years agoRemove unneeded files origin/url-rfc
Case Duckworth [Sat, 30 May 2020 18:41:12 +0000 (13:41 -0500)]
Remove unneeded files

3 years agoBring URL transforming up to spec
Case Duckworth [Sat, 30 May 2020 18:38:18 +0000 (13:38 -0500)]
Bring URL transforming up to spec

URL transformation (formerly called "munging") is now (afaict) fully
compliant with the RFC spec. It's also implemented in pure bash and is
available as a library at https://git.sr.ht/~acdw/shurlie.

3 years agoBackup
Case Duckworth [Sat, 30 May 2020 18:35:32 +0000 (13:35 -0500)]
Backup

3 years agoStart testing transform_uri
Case Duckworth [Thu, 28 May 2020 13:37:40 +0000 (08:37 -0500)]
Start testing transform_uri

3 years agoChange typesetting
Case Duckworth [Thu, 28 May 2020 13:37:06 +0000 (08:37 -0500)]
Change typesetting

3 years agoAdd Makefiles
Case Duckworth [Wed, 27 May 2020 00:31:06 +0000 (19:31 -0500)]
Add Makefiles

3 years agoFix dumb mistake v0.1.1
Case Duckworth [Tue, 26 May 2020 23:23:37 +0000 (18:23 -0500)]
Fix dumb mistake

3 years agoAdd Makefile
Case Duckworth [Tue, 26 May 2020 12:02:25 +0000 (07:02 -0500)]
Add Makefile

3 years agoAdd less prompts v0.1
Case Duckworth [Tue, 26 May 2020 03:18:43 +0000 (22:18 -0500)]
Add less prompts

3 years agoUpdate README
Case Duckworth [Tue, 26 May 2020 02:48:36 +0000 (21:48 -0500)]
Update README

3 years agoAdd LICENSE
Case Duckworth [Tue, 26 May 2020 02:42:16 +0000 (21:42 -0500)]
Add LICENSE

3 years agoAdd usage and header
Case Duckworth [Tue, 26 May 2020 02:41:42 +0000 (21:41 -0500)]
Add usage and header

3 years agoMajor rewrite, v0.1
Case Duckworth [Tue, 26 May 2020 02:37:55 +0000 (21:37 -0500)]
Major rewrite, v0.1

3 years agoUpdate README origin/less
Case Duckworth [Sun, 24 May 2020 05:28:01 +0000 (00:28 -0500)]
Update README

3 years agoAdd tee to prepare for links
Case Duckworth [Sun, 24 May 2020 05:26:02 +0000 (00:26 -0500)]
Add tee to prepare for links

3 years agoUpdate display() to use less and better mimetypes
Case Duckworth [Sun, 24 May 2020 04:49:48 +0000 (23:49 -0500)]
Update display() to use less and better mimetypes

3 years agoAdd option parsing and change order of operations
Case Duckworth [Sun, 24 May 2020 00:49:20 +0000 (19:49 -0500)]
Add option parsing and change order of operations

3 years agoFix redirects
Case Duckworth [Sun, 24 May 2020 00:49:06 +0000 (19:49 -0500)]
Fix redirects

3 years agoChange awk to gawk
Case Duckworth [Sun, 24 May 2020 00:48:49 +0000 (19:48 -0500)]
Change awk to gawk

3 years agoRead statusline until \r
Case Duckworth [Sun, 24 May 2020 00:47:44 +0000 (19:47 -0500)]
Read statusline until \r

3 years agoAdd SNI support
Case Duckworth [Sun, 24 May 2020 00:47:23 +0000 (19:47 -0500)]
Add SNI support

3 years agoAdd URL normalizing functions for use later
Case Duckworth [Sun, 24 May 2020 00:46:58 +0000 (19:46 -0500)]
Add URL normalizing functions for use later

3 years agoFix redirecting issues
Case Duckworth [Sun, 24 May 2020 00:46:22 +0000 (19:46 -0500)]
Fix redirecting issues

3 years agoAdd usage()
Case Duckworth [Sun, 24 May 2020 00:45:21 +0000 (19:45 -0500)]
Add usage()

3 years agoFix colors
Case Duckworth [Sat, 23 May 2020 04:06:30 +0000 (23:06 -0500)]
Fix colors

3 years agoChange file descriptors and add functions
Case Duckworth [Sat, 23 May 2020 01:34:27 +0000 (20:34 -0500)]
Change file descriptors and add functions

3 years agoWait for responses
Case Duckworth [Sat, 23 May 2020 01:16:32 +0000 (20:16 -0500)]
Wait for responses

3 years agoStatify URL and require things
Case Duckworth [Fri, 22 May 2020 23:56:28 +0000 (18:56 -0500)]
Statify URL and require things

3 years agoBump version
Case Duckworth [Fri, 22 May 2020 22:19:00 +0000 (17:19 -0500)]
Bump version

3 years agoDownload non-text mimetypes
Case Duckworth [Fri, 22 May 2020 22:12:15 +0000 (17:12 -0500)]
Download non-text mimetypes

3 years agoReorder variables
Case Duckworth [Fri, 22 May 2020 22:11:31 +0000 (17:11 -0500)]
Reorder variables

3 years agoNormalize line endings
Case Duckworth [Fri, 22 May 2020 21:11:39 +0000 (16:11 -0500)]
Normalize line endings

3 years agoRemove unneeded stuff
Case Duckworth [Fri, 22 May 2020 20:55:03 +0000 (15:55 -0500)]
Remove unneeded stuff

3 years agoIt works!
Case Duckworth [Fri, 22 May 2020 20:53:35 +0000 (15:53 -0500)]
It works!

3 years agoReady to upload
Case Duckworth [Fri, 22 May 2020 13:38:40 +0000 (08:38 -0500)]
Ready to upload