Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
doc:en:man_0.11 [31/08/2008 10:55] – créée xavierqet | doc:en:man_0.11 [20/11/2014 14:01] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | .TH QELECTROTECH 1 " | ||
+ | ===== NAME ===== | ||
+ | qelectrotech - Electric diagrams editor | ||
+ | |||
+ | ===== SYNOPSIS ===== | ||
+ | **qelectrotech [%%--%%common-elements-dir**=// | ||
+ | [%%--%%lang-dir**=// | ||
+ | [%%--%%help] | ||
+ | [-v**|**%%--%%version] | ||
+ | [%%--%%license] | ||
+ | [**// | ||
+ | |||
+ | ===== DESCRIPTION ===== | ||
+ | QElectroTech is an electric diagrams editor. Diagrams (*.qet) and electric elements (*.elmt) are stored using the XML format. | ||
+ | The elements that can be used in diagrams may come from the common collection or from the user's custom collection. | ||
+ | Typically, the common collection is readable by all users but it can't be edited by them. | ||
+ | Each user owns its custom collection he can modify as he wants. | ||
+ | ===== OPTIONS ===== | ||
+ | * **%%--%%common-elements-dir**=// | ||
+ | Uses '' | ||
+ | * **%%--%%config-dir**=// | ||
+ | Uses '' | ||
+ | * **%%--%%lang-dir**=// | ||
+ | Looks for the application translation files in the directory '' | ||
+ | * **%%--%%help** | ||
+ | Displays a short description of the available options. | ||
+ | * **-v, %%--%%version** | ||
+ | Displays the application version (e.g.: 0.1). | ||
+ | * **%%--%%license** | ||
+ | Displays the application license (GNU/GPL). | ||
+ | |||
+ | Note that if one of the three last options is specified in the command line, the programs stops after having displayed the adequate information. | ||
+ | If an instance of the application launched by the user is still running, this instance will consider the command line, and notably the files to open. | ||
+ | However, options that redefine directories (common collection, configuration and translation files) will not be considered. | ||
+ | If a filename ends with .elmt, QElectroTech will try to open it into an element editor. | ||
+ | Otherwise, it will consider it as diagrams. | ||
+ | |||
+ | ===== AUTHORS ===== | ||
+ | * Benoit Ansieau < | ||
+ | * Xavier Guerrin < | ||
+ | |||
+ | ===== REPORTING BUGS ===== | ||
+ | If you encounter a behavior in the application that looks unusual to you, browse our FAQ < | ||
+ | |||
+ | ===== COPYRIGHT ===== | ||
+ | Copyright (c) QElectroTech developers. | ||
+ | |||
+ | License : GNU/GPL v2+ : < | ||
+ | |||
+ | This program is a free software. You can modify and redistribute it. It is provided as is and WITHOUT ANY WARRANTY. | ||
+ | |||
+ | ===== SEE ALSO ===== | ||
+ | Official website : < | ||