Start writing documentation

This commit is contained in:
Juhani Krekelä 2018-09-01 22:38:01 +03:00
parent 973ba3c63a
commit 7cd275fada
2 changed files with 19 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
Name
----
*SSH* *W*eb *o*f *T*rust
TODO
----
* `egrep 'TODO|FIXME|XXX' src/*.py`
* Convert format description to mandoc
* Write manpages
* Add `install` and `uninstall` makefile targets
License
-------
Both the sshwot specification and the reference implementation contained
here are licensed under Creative Commons Zero v1.0 Universal.

View File

@ -6,6 +6,7 @@ import process_known_hosts
import write_file
def main():
# TODO: Provide a way to add comments
parser = argparse.ArgumentParser(
description = """Export .ssh/known_hosts as a sshwot file.
By default the output is written to stdout.""",