qi-header.texi 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. \input texinfo @c -*-texinfo-*-
  2. @comment $Id@w{$}
  3. @comment %**start of header
  4. @setfilename qi.info
  5. @settitle Qi user guide
  6. @documentencoding ISO-8859-1
  7. @syncodeindex pg cp
  8. @comment %**end of header
  9. @set VERSION 2.4-rc3
  10. @set UPDATED 04 Feb 2021
  11. @copying
  12. This user guide is for Qi (version @value{VERSION},
  13. @value{UPDATED}), which is a simple but well-integrated package manager.
  14. Copyright @copyright{} 2019-2021 Matias Andres Fonzo, Santiago del Estero,
  15. Argentina.
  16. @quotation
  17. Permission is granted to copy, distribute and/or modify this document
  18. under the terms of the GNU Free Documentation License, Version 1.3 or
  19. any later version published by the Free Software Foundation; with no
  20. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  21. Texts. A copy of the license is included in the section entitled
  22. ``GNU Free Documentation License''.
  23. @end quotation
  24. @end copying
  25. @dircategory Package management
  26. @direntry
  27. * Qi: (qi). A user-friendly package manager.
  28. @end direntry
  29. @titlepage
  30. @finalout
  31. @title Qi
  32. @subtitle for version @value{VERSION}, @value{UPDATED}
  33. @author Matias Fonzo (@email{selk@@dragora.org})
  34. @page
  35. @vskip 0pt plus 1filll
  36. @insertcopying
  37. @end titlepage
  38. @contents
  39. @ifnottex
  40. @node Top
  41. @top
  42. This user guide is for Qi (version @value{VERSION},
  43. @value{UPDATED}).
  44. @end ifnottex
  45. @menu
  46. * Introduction to Qi:: Description and features of qi
  47. * Invoking qi:: Command-line options
  48. * The qirc file:: Configuration file
  49. * Packages:: Managing packages
  50. * Recipes:: Building packages
  51. * Order files:: Handling build order
  52. * Creating packages:: Making Qi packages
  53. * Examining packages:: Debugging purposes
  54. * Qi exit status:: Exit codes
  55. * Index::
  56. @end menu
  57. @sp 1
  58. Copyright (C) 2019-2021 Matias Fonzo.
  59. Qi's home page can be found at @uref{https://www.dragora.org}.
  60. @w{Send bug reports or suggestions to @email{dragora-users@@nongnu.org}.}
  61. @include qi-content.texi
  62. @node Index
  63. @unnumbered Index
  64. @printindex cp
  65. @bye