README 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. = gonk
  2. terminal reader for honk (https://humungus.tedunangst.com/r/honk)
  3. == setup
  4. create file 'account' with three lines
  5. ```
  6. username = {username}
  7. password = {password}
  8. server = {server}
  9. ```
  10. replace {variables} with what they should be. server should be just host name -- without 'http(s)://' in front
  11. == license
  12. gonk is adapted from honk examples
  13. ```
  14. Copyright (c) 2019 Ted Unangst <tedu@tedunangst.com>
  15. ```
  16. GPL applies (see LICENSE)
  17. ```
  18. gonk -- honk reader
  19. Copyright (C) 2020 apiote
  20. This program is free software: you can redistribute it and/or modify
  21. it under the terms of the GNU General Public License as published by
  22. the Free Software Foundation, either version 3 of the License, or
  23. (at your option) any later version.
  24. This program is distributed in the hope that it will be useful,
  25. but WITHOUT ANY WARRANTY; without even the implied warranty of
  26. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  27. GNU General Public License for more details.
  28. You should have received a copy of the GNU General Public License
  29. along with this program. If not, see <https://www.gnu.org/licenses/>.
  30. ```