qire.texi 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. \input texinfo @c -*-texinfo-*-
  2. @comment $Id@w{$}
  3. @comment %**start of header
  4. @setfilename qire.info
  5. @settitle Qire user guide
  6. @documentencoding ISO-8859-1
  7. @syncodeindex pg cp
  8. @comment %**end of header
  9. @set VERSION 0.0.3
  10. @set UPDATED 21 Apr 2020
  11. @copying
  12. This user guide is for Qire (version @value{VERSION},
  13. @value{UPDATED}), which is the qi remote extension.
  14. Copyright @copyright{} 2020 Kevin ``The Nuclear'' Bloom
  15. @quotation
  16. Permission is granted to copy, distribute and/or modify this document
  17. under the terms of the GNU Free Documentation License, Version 1.3 or
  18. any later version published by the Free Software Foundation; with no
  19. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  20. Texts. A copy of the license is included in the section entitled
  21. ``GNU Free Documentation License''.
  22. @end quotation
  23. @end copying
  24. @dircategory Package management
  25. @direntry
  26. * Qire: (qire). The Qi Remote Extension
  27. @end direntry
  28. @titlepage
  29. @finalout
  30. @title Qire
  31. @subtitle for version @value{VERSION}, @value{UPDATED}
  32. @author Kevin ``The Nuclear'' Bloom (@email{nuclearkev@@dragora.org})
  33. @page
  34. @vskip 0pt plus 1filll
  35. @insertcopying
  36. @end titlepage
  37. @contents
  38. @ifnottex
  39. @node Top
  40. @top
  41. This user guide is for Qire (version @value{VERSION},
  42. @value{UPDATED}).
  43. @end ifnottex
  44. @menu
  45. * Introduction:: Description and features of qire
  46. * Invoking qire:: Command-line options
  47. * The config file:: Configuration file
  48. * Hosting a Repository:: Maintaining a Repository
  49. @c * Exit status:: Exit codes
  50. * Index::
  51. @end menu
  52. @sp 1
  53. Copyright (C) 2020 Kevin ``The Nuclear'' Bloom.
  54. Qire's home page can be found at @uref{https://www.dragora.org}.
  55. @w{Send bug reports or suggestions to @email{dragora-users@@nongnu.org}.}
  56. @node Introduction
  57. @chapter Introduction
  58. @cindex introduction
  59. @node Invoking qire
  60. @chapter Invoking qire
  61. @cindex Invoking qire
  62. @node The config file
  63. @chapter The config file
  64. @cindex The config file
  65. @node Hosting a Repository
  66. @chapter Hosting a Repository
  67. @cindex Hosting a Repository
  68. @node Index
  69. @unnumbered Index
  70. @printindex cp
  71. @bye