X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp-dev.texi;h=dddfeb3b6a9dd8f4900380f558c2edc345dd1f05;hb=fb3464df9f4cf3926cfa6aea00a5010d78ce0d70;hp=b33d35f53f37a1689282157bc87c5615d5e708eb;hpb=691a034d7f2139076fa012739dffd40ef5db4a9b;p=pspp diff --git a/doc/pspp-dev.texi b/doc/pspp-dev.texi index b33d35f53f..dddfeb3b6a 100644 --- a/doc/pspp-dev.texi +++ b/doc/pspp-dev.texi @@ -1,13 +1,13 @@ +\input texinfo @c -*- texinfo -*- @c PSPP - a program for statistical analysis. -@c Copyright (C) 2017 Free Software Foundation, Inc. +@c Copyright (C) 2017, 2020 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 @c or any later version published by the Free Software Foundation; @c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. @c A copy of the license is included in the section entitled "GNU @c Free Documentation License". -@c -\input texinfo @c -*- texinfo -*- + @c %**start of header @setfilename pspp-dev.info @settitle PSPP @@ -39,14 +39,14 @@ @dircategory Math @direntry -* PSPP Developers Guide: (pspp-dev). Tutorial and reference for PSPP developers. +* PSPP Developers Guide: (pspp-dev). Reference for PSPP developers. @end direntry @copying This manual is for GNU PSPP version @value{VERSION}, software for statistical analysis. -Copyright @copyright{} 1997, 1998, 2004, 2005, 2007, 2010, 2014, 2015, 2016 Free Software Foundation, Inc. +Copyright @copyright{} 1997, 1998, 2004, 2005, 2007, 2010, 2014, 2015, 2016, 2020 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -79,48 +79,26 @@ Free Documentation License". @insertcopying @end ifnottex -@menu -* Introduction:: Introduction to PSPP development. -* Basic Concepts:: Data structures and concepts. -* Parsing Command Syntax:: How to parse command syntax. -* Processing Data:: Data input, output, and processing. -* Presenting Output:: Producing machine- and human-readable output. -* Internationalisation:: Dealing with locale issues. - -* Function Index:: Index of PSPP functions. -* Concept Index:: Index of concepts. +This manual describes the file formats that PSPP supports. -* Portable File Format:: Format of PSPP portable files. +@menu * System File Format:: Format of PSPP system files. -* SPSS/PC+ System File Format:: Format of SPSS/PC+ system files. * SPSS Viewer File Format:: Format of SPSS Viewer (SPV) files. +* SPSS TableLook File Formats:: Formats of .stt and .tlo files. * Encrypted File Wrappers:: Common wrapper for encrypted SPSS files. -* q2c Input Format:: Format of syntax accepted by q2c. +* Portable File Format:: Format of PSPP portable files. +* SPSS/PC+ System File Format:: Format of SPSS/PC+ system files. * GNU Free Documentation License:: License for copying this manual. @end menu -@include dev/intro.texi -@include dev/concepts.texi -@include dev/syntax.texi -@include dev/data.texi -@include dev/output.texi -@include dev/i18n.texi - -@include function-index.texi -@include concept-index.texi - -@include dev/portable-file-format.texi @include dev/system-file-format.texi -@include dev/pc+-file-format.texi @include dev/spv-file-format.texi +@include dev/tlo-file-format.texi @include dev/encrypted-file-wrappers.texi -@include dev/q2c.texi +@include dev/portable-file-format.texi +@include dev/pc+-file-format.texi @include fdl.texi @bye - -@c Local Variables: -@c compile-command: "makeinfo pspp-dev.texi" -@c End: