1FREPPLE(1)                                                          FREPPLE(1)
2
3
4

NAME

6       frepple - open source production planning and scheduling
7

SYNOPSIS

9       frepple [options] <files>
10       frepple [options] <directories>
11       frepple [options]
12
13

DESCRIPTION

15       FrePPLe  is  an open source production planning and scheduling applica‐
16       tion.
17
18       This program reads XML input data, and also embeds a Python  interpeter
19       to execute instructions in the Python language.
20
21       The input data can be provided in the following ways:
22         - Passing one or more XML files.
23         - Passing one or more directories as arguments.
24           The program will process all files with the extension '.xml' found
25           in the directories in alphabetical order.
26         - Passing one or more Python files with the extension '.py'.
27           The Python commands are executed in the embedded interpreter.
28         - When passing no file or directory arguments, input will be read
29           from the standard input. XML data can be redirected or piped to the
30           application.
31
32

OPTIONS

34       -validate -v
35              Validate the xml input for correctness.
36
37       -check -c
38              Only validate the input, without executing the content.
39
40       -? -h -help
41              Show instructions.
42
43

ENVIRONMENT

45       FREPPLE_HOME
46              Optionally  points to a directory where the initialization files
47              will be searched.
48
49

FILES

51       ./init.xml $FREPPLE_HOME/init.xml /usr/share/frepple/init.xml
52              XML data automatically loaded upon startup. The first file  with
53              the name init.xml in the above sequence is processed.
54
55
56       ./frepple.xsd $FREPPLE_HOME/frepple.xsd /usr/share/frepple/frepple.xsd
57              XML  Schema definition for validation of the XML input data. The
58              first file with the name frepple.xsd in the  above  sequence  is
59              processed.
60
61
62       ./init.py $FREPPLE_HOME/init.py /usr/share/frepple/init.py
63              Python  commands  executed automatically upon startup. The first
64              file with the name init.py in the above sequence is processed.
65
66

RETURNS

68       0 when successful, non-zero in case of errors
69
70

AUTHORS

72       FrePPLe is developed as Open Source  under  the  AGPL  license,  v3  or
73       later.
74
75       The authors and contributors are listed on http://frepple.com.
76
77
78
79frePPLe                           August 2013                       FREPPLE(1)
Impressum