123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- \input texinfo @c -*-texinfo-*-
- @comment $Id@w{$}
- @comment %**start of header
- @setfilename qi.info
- @settitle Qi user guide
- @documentencoding ISO-8859-1
- @syncodeindex pg cp
- @comment %**end of header
- @set VERSION 2.4-rc3
- @set UPDATED 04 Feb 2021
- @copying
- This user guide is for Qi (version @value{VERSION},
- @value{UPDATED}), which is a simple but well-integrated package manager.
- Copyright @copyright{} 2019-2021 Matias Andres Fonzo, Santiago del Estero,
- Argentina.
- @quotation
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version 1.3 or
- any later version published by the Free Software Foundation; with no
- Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
- Texts. A copy of the license is included in the section entitled
- ``GNU Free Documentation License''.
- @end quotation
- @end copying
- @dircategory Package management
- @direntry
- * Qi: (qi). A user-friendly package manager.
- @end direntry
- @titlepage
- @finalout
- @title Qi
- @subtitle for version @value{VERSION}, @value{UPDATED}
- @author Matias Fonzo (@email{selk@@dragora.org})
- @page
- @vskip 0pt plus 1filll
- @insertcopying
- @end titlepage
- @contents
- @ifnottex
- @node Top
- @top
- This user guide is for Qi (version @value{VERSION},
- @value{UPDATED}).
- @end ifnottex
- @menu
- * Introduction to Qi:: Description and features of qi
- * Invoking qi:: Command-line options
- * The qirc file:: Configuration file
- * Packages:: Managing packages
- * Recipes:: Building packages
- * Order files:: Handling build order
- * Creating packages:: Making Qi packages
- * Examining packages:: Debugging purposes
- * Qi exit status:: Exit codes
- * Index::
- @end menu
- @sp 1
- Copyright (C) 2019-2021 Matias Fonzo.
- Qi's home page can be found at @uref{https://www.dragora.org}.
- @w{Send bug reports or suggestions to @email{dragora-users@@nongnu.org}.}
- @include qi-content.texi
- @node Index
- @unnumbered Index
- @printindex cp
- @bye
|