1 @c PSPP - a program for statistical analysis.
2 @c Copyright (C) 2017 Free Software Foundation, Inc.
3 @c Permission is granted to copy, distribute and/or modify this document
4 @c under the terms of the GNU Free Documentation License, Version 1.3
5 @c or any later version published by the Free Software Foundation;
6 @c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
7 @c A copy of the license is included in the section entitled "GNU
8 @c Free Documentation License".
10 \input texinfo @c -*- texinfo -*-
12 @setfilename pspp-dev.info
14 @c For double-sided printing, uncomment:
15 @c @setchapternewpage odd
18 @include version-dev.texi
42 * PSPP Developers Guide: (pspp-dev). Tutorial and reference for PSPP developers.
46 This manual is for GNU PSPP version @value{VERSION},
47 software for statistical analysis.
49 Copyright @copyright{} 1997, 1998, 2004, 2005, 2007, 2010, 2014, 2015, 2016 Free Software Foundation, Inc.
52 Permission is granted to copy, distribute and/or modify this document
53 under the terms of the GNU Free Documentation License, Version 1.3
54 or any later version published by the Free Software Foundation;
55 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
56 A copy of the license is included in the section entitled "GNU
57 Free Documentation License".
62 @title PSPP Developers Guide
63 @subtitle GNU PSPP Statistical Analysis Software
64 @subtitle Release @value{VERSION}
66 @author John Darrington
68 @vskip 0pt plus 1filll
77 @top GNU PSPP Developers Guide
83 * Introduction:: Introduction to PSPP development.
84 * Basic Concepts:: Data structures and concepts.
85 * Parsing Command Syntax:: How to parse command syntax.
86 * Processing Data:: Data input, output, and processing.
87 * Presenting Output:: Producing machine- and human-readable output.
88 * Internationalisation:: Dealing with locale issues.
90 * Function Index:: Index of PSPP functions.
91 * Concept Index:: Index of concepts.
93 * Portable File Format:: Format of PSPP portable files.
94 * System File Format:: Format of PSPP system files.
95 * SPSS/PC+ System File Format:: Format of SPSS/PC+ system files.
96 * SPSS Viewer File Format:: Format of SPSS Viewer (SPV) files.
97 * Encrypted File Wrappers:: Common wrapper for encrypted SPSS files.
98 * q2c Input Format:: Format of syntax accepted by q2c.
100 * GNU Free Documentation License:: License for copying this manual.
103 @include dev/intro.texi
104 @include dev/concepts.texi
105 @include dev/syntax.texi
106 @include dev/data.texi
107 @include dev/output.texi
108 @include dev/i18n.texi
110 @include function-index.texi
111 @include concept-index.texi
113 @include dev/portable-file-format.texi
114 @include dev/system-file-format.texi
115 @include dev/pc+-file-format.texi
116 @include dev/spv-file-format.texi
117 @include dev/encrypted-file-wrappers.texi
118 @include dev/q2c.texi
125 @c compile-command: "makeinfo pspp-dev.texi"