Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
xmltool: discourage
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed Sep 2, 2020
1 parent ec0dc1b commit ed8123e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions doc/help/kdb-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ To view your full key database in Elektra’s `storage` format:<br>
To backup your full key database in Elektra’s `storage` format to a file called `full-backup.ecf`:<br>
`kdb export / > full-backup.ecf`<br>

To view a keyset stored in `user/keyset` in the XML format:<br>
`kdb export user/keyset xmltool`<br>

To backup a keyset stored in `user/keyset` in the `ini` format to a file called `keyset.ini`:<br>
`kdb export user/keyset ini > keyset.ini`<br>

Expand Down
2 changes: 1 addition & 1 deletion doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following section lists news about the [modules](https://www.libelektra.org/

### xmltool

- values of KDBStream changed to fit with elektraKeyFlags, recompilation of application is needed. _(Markus Raab)_
- Values of KDBStream changed to fit with elektraKeyFlags: recompilation of application is needed. _(Markus Raab)_
- <<TODO>>
- <<TODO>>

Expand Down
6 changes: 3 additions & 3 deletions src/plugins/xmltool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
- infos/provides = storage/xml
- infos/needs =
- infos/placements = getstorage setstorage
- infos/status = unittest final memleak unfinished old nodoc
- infos/description = Storage using libelektratools XML format.
- infos/status = unittest final memleak unfinished old nodoc discouraged
- infos/description = Storage using legacy XML format.

## Introduction

This plugin is a storage plugin allowing Elektra to read and write XML
formatted files. It uses the `libelektratools` 0.7 XML format.
formatted files. It uses the legacy Elektra 0.7 XML format.

This plugin can be used for migration of Key Databases
from 0.7 -> 0.8. It should not be used otherwise.
Expand Down

0 comments on commit ed8123e

Please sign in to comment.