http -> https, and relocate homepage to https://80x24.org/dtas/
commit9152a00d3a706d93d7ed9705ce2529bd3d1f3772
authorEric Wong <e@80x24.org>
Tue, 27 Dec 2016 07:12:14 +0000 (27 07:12 +0000)
committerEric Wong <e@80x24.org>
Tue, 27 Dec 2016 07:16:43 +0000 (27 07:16 +0000)
tree0756d816034c26f7a8f128c703369831c7e34186
parentf491bccd26ae670a45477804e8f63693898e0ab3
http -> https, and relocate homepage to https://80x24.org/dtas/

HTTPS allows some level of security(*) and we've actually
supported it on 80x24.org for many months, now.  So, point new
readers to it.

Moving away from hostname-based homepages will allow us to save
on subjectAltName space (and bandwith) when negotiating an HTTPS
connection.  We'll also have an .onion mirror for Tor users,
soon, too; in case we can't afford to pay ICANN in the future.

(assuming TLS libraries don't have any more Heartblead-level
 bugs in them, CAs aren't compromised, MITM HTTPS stripping
 proxies don't get in your way, and your certificate bundle isn't
 compromised).
121 files changed:
.gitignore
Documentation/.gitignore
Documentation/GNUmakefile
Documentation/dtas-archive.pod
Documentation/dtas-console.pod
Documentation/dtas-ctl.pod
Documentation/dtas-cueedit.pod
Documentation/dtas-enq.pod
Documentation/dtas-env.pod
Documentation/dtas-msinkctl.pod
Documentation/dtas-player.pod
Documentation/dtas-player_effects.pod
Documentation/dtas-player_protocol.pod
Documentation/dtas-player_sink_examples.pod
Documentation/dtas-sinkedit.pod
Documentation/dtas-sourceedit.pod
Documentation/dtas-splitfx.pod
Documentation/dtas-tl.pod
Documentation/dtas-xdelay.pod
Documentation/update-footer.rb
GIT-VERSION-GEN
GNUmakefile
HACKING
INSTALL
README
Rakefile
TODO
bin/dtas-archive
bin/dtas-console
bin/dtas-ctl
bin/dtas-cueedit
bin/dtas-enq
bin/dtas-mlib
bin/dtas-msinkctl
bin/dtas-partstats
bin/dtas-player
bin/dtas-readahead
bin/dtas-sinkedit
bin/dtas-sourceedit
bin/dtas-splitfx
bin/dtas-tl
bin/dtas-xdelay
dtas-linux.gemspec
dtas-mpris.gemspec
dtas.gemspec
lib/dtas.rb
lib/dtas/buffer.rb
lib/dtas/buffer/read_write.rb
lib/dtas/buffer/splice.rb
lib/dtas/command.rb
lib/dtas/compat_onenine.rb
lib/dtas/cue_index.rb
lib/dtas/disclaimer.rb
lib/dtas/edit_client.rb
lib/dtas/fadefx.rb
lib/dtas/format.rb
lib/dtas/mlib.rb
lib/dtas/mlib/migrations/0001_initial.rb
lib/dtas/nonblock.rb
lib/dtas/parse_freq.rb
lib/dtas/parse_time.rb
lib/dtas/partstats.rb
lib/dtas/pipe.rb
lib/dtas/player.rb
lib/dtas/player/client_handler.rb
lib/dtas/process.rb
lib/dtas/replaygain.rb
lib/dtas/rg_state.rb
lib/dtas/serialize.rb
lib/dtas/sigevent.rb
lib/dtas/sigevent/efd.rb
lib/dtas/sigevent/pipe.rb
lib/dtas/sink.rb
lib/dtas/source.rb
lib/dtas/source/av.rb
lib/dtas/source/av_ff_common.rb
lib/dtas/source/cmd.rb
lib/dtas/source/common.rb
lib/dtas/source/ff.rb
lib/dtas/source/file.rb
lib/dtas/source/mp3gain.rb
lib/dtas/source/sox.rb
lib/dtas/spawn_fix.rb
lib/dtas/splitfx.rb
lib/dtas/state_file.rb
lib/dtas/tfx.rb
lib/dtas/track.rb
lib/dtas/tracklist.rb
lib/dtas/unix_accepted.rb
lib/dtas/unix_client.rb
lib/dtas/unix_server.rb
lib/dtas/util.rb
lib/dtas/writable_iter.rb
lib/dtas/xs.rb
perl/dtas-graph
test/covshow.rb
test/helper.rb
test/player_integration.rb
test/test_buffer.rb
test/test_env.rb
test/test_fadefx.rb
test/test_format.rb
test/test_format_change.rb
test/test_mlib.rb
test/test_parse_freq.rb
test/test_player.rb
test/test_player_client_handler.rb
test/test_player_integration.rb
test/test_process.rb
test/test_rg_integration.rb
test/test_rg_state.rb
test/test_sink.rb
test/test_sink_pipe_size.rb
test/test_sink_tee_integration.rb
test/test_source_av.rb
test/test_source_sox.rb
test/test_splitfx.rb
test/test_tfx.rb
test/test_tracklist.rb
test/test_unixserver.rb
test/test_util.rb