Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update en.rst by removing reference to gramps-xml (Issue ID 0009723) #1630

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions data/man/en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ OPTIONS
If the **-f** option is not given for any *FILE*, the format of that file
is guessed according to its extension or MIME type.

Formats available for export are **gramps-xml** (guessed if *FILE* ends
Formats available for export are **gramps** (guessed if *FILE* ends
with `.gramps`), **gedcom** (guessed if *FILE* ends with `.ged`), or any
file export available through the Gramps plugin system.

Formats available for import are **gramps-xml**, **gedcom**, **gramps-pkg**
Formats available for import are **gramps**, **gedcom**, **gramps-pkg**
(guessed if *FILE* ends with `.gpkg`), and **geneweb** (guessed if *FILE*
ends with `.gw`).

Formats available for export are **gramps-xml**, **gedcom**,
Formats available for export are **gramps**, **gedcom**,
**gramps-pkg**, **wft** (guessed if *FILE* ends with `.wft`),
**geneweb**.

Expand Down Expand Up @@ -104,7 +104,7 @@ OPTIONS

**-e**, **--export**\ =\ *FILE*
Export data into *FILE*.
For **gramps-xml**, **gedcom**, **wft**, **gramps-pkg**, and **geneweb**,
For **gramps**, **gedcom**, **wft**, **gramps-pkg**, and **geneweb**,
the *FILE* is the name of the resulting file.

When more than one output file is given,
Expand Down Expand Up @@ -221,7 +221,7 @@ To explicitly specify the formats in the above example, append filenames with
appropriate **-f** options::

gramps -i file1.ged -f gedcom -i file2.tgz -f gramps-pkg \
-i ~/db3.gramps -f gramps-xml -i file4.wft -f wft -a check
-i ~/db3.gramps -f gramps -i file4.wft -f wft -a check
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As an argument, changing to -f gramps is correct. All the other instances of gramps-xml on this page refer to the file format which is "Gramps XML" format so I believe it is OK to leave them as-is. However I would defer to someone who has some historical knowledge of the change. @Nick-Hall or @emyoulation or...?


To record the database resulting from all imports, supply a **-e** flag (use
**-f** if the filename does not allow gramps to guess the format)::
Expand Down