qi-header.texi 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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.8
  10. @set UPDATED 02 May 2022
  11. @dircategory Package management
  12. @direntry
  13. * Qi: (qi). A user-friendly package manager.
  14. @end direntry
  15. @ifnothtml
  16. @titlepage
  17. @finalout
  18. @title Qi
  19. @subtitle for version @value{VERSION}, @value{UPDATED}
  20. @author Matias Fonzo (@email{selk@@dragora.org})
  21. @page
  22. @vskip 0pt plus 1filll
  23. @end titlepage
  24. @contents
  25. @end ifnothtml
  26. @ifnottex
  27. @node Top
  28. @top
  29. This user guide is for Qi (version @value{VERSION},
  30. @value{UPDATED}).
  31. @end ifnottex
  32. @menu
  33. * Introduction to Qi:: Description and features of qi
  34. * Invoking qi:: Command-line options
  35. * The qirc file:: Configuration file
  36. * Packages:: Managing packages
  37. * Recipes:: Building packages
  38. * Order files:: Handling build order
  39. * Creating packages:: Making Qi packages
  40. * Examining packages:: Debugging purposes
  41. * Qi exit status:: Exit codes
  42. * Index::
  43. @end menu
  44. @sp 1
  45. Copyright @copyright{} 2019-2022 Matias Andres Fonzo, Santiago del Estero,
  46. Argentina.
  47. Permission is granted to copy, distribute and/or modify this document
  48. under the terms of the GNU Free Documentation License, Version 1.3 or
  49. any later version published by the Free Software Foundation; with no
  50. Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  51. @include qi-content.texi
  52. @node Index
  53. @unnumbered Index
  54. @printindex cp
  55. @bye