# The URLs fux indexes. One per line. `#` starts a comment at the start of a
# line or after whitespace -- NOT inside a URL, so a fragment survives.
#
# Two attributes, and the set is closed:
#   fetch=http|cdp    which file under .fux/fetchers/ retrieves this URL
#   meta=hashed|plain whether the index may hold readable display text
#
#   https://example.com/handbook/oncall    fetch=http meta=hashed
#   https://wiki.corp/display/ENG/runbook  fetch=cdp  meta=hashed
#
# `fux add <URL>` writes a line here with every attribute stated, and fetches
# that one URL. `fux update` re-fetches every line. Those are the engine's two
# networked paths; every other command is offline. See ADR-URL-LIST.
