Re: Entry fixe for akonadiclient_man-akonadiclient.1.pot

2018-07-26 Thread Yuri Chornoivan
четвер, 26 липня 2018 р. 18:02:30 EEST Antoni Bella Pérez написано:
>   Hi,
> 
>   The documentation for 'export' command is a copy of 'import' command.
> Revise you this solution:
> 
> akonadiclient export [OPTIONS] COLLECTION FILE
> 
> Original:
> Import an XML file inside the collection specified by PARENT. If the
> collection already exists, its contents are merged with the contents of the
> collection in the XML file.
> 
> Fixed:
> Export to an XML file (specified by FILE) the collection specified by
> COLLECTION.
> 
>   It's right?
> 
>   Regards
>   Toni

Hi,

Yes, it is. Fixed. Thanks.

Best regards,
Yuri





D14390: Improve the discoverability of the Filter Text plugin and its menu item

2018-07-26 Thread Nathaniel Graham
ngraham marked an inline comment as done.

REPOSITORY
  R40 Kate

REVISION DETAIL
  https://phabricator.kde.org/D14390

To: ngraham, #kate, dhaumann, cullmann
Cc: kde-doc-english, lueck, kwrite-devel, michaelh, kevinapavew, ngraham, 
demsking, skadinna, cullmann, sars, dhaumann


[akonadiclient] doc: Update man page

2018-07-26 Thread Yuri Chornoivan
Git commit 1940dc326b1b2d0620060d3f30cdea4e0fd8ec2b by Yuri Chornoivan.
Committed on 26/07/2018 at 16:24.
Pushed by yurchor into branch 'master'.

Update man page

M  +91   -4doc/man-akonadiclient.1.docbook

https://commits.kde.org/akonadiclient/1940dc326b1b2d0620060d3f30cdea4e0fd8ec2b

diff --git a/doc/man-akonadiclient.1.docbook b/doc/man-akonadiclient.1.docbook
index 3eb4f11..7847b21 100644
--- a/doc/man-akonadiclient.1.docbook
+++ b/doc/man-akonadiclient.1.docbook
@@ -6,12 +6,12 @@
 
 
 akonadiclient man page
-
+
 Bhaskar
 Kandiyal
-
+akonadiclient man page.
 bkandi...@gmail.com
-2014-08-17
+2018-07-26
 AkonadiClient
 
 
@@ -208,6 +208,38 @@ For example, adding items, collections, renaming or moving 
collections and also


 
+
+   dump
+   
+   akonadiclient dump [OPTIONS] COLLECTION 
DIRECTORY
+   Dump a COLLECTION to a DIRECTORY 
structure
+   Options:
+   
+
+   
+   -m, 
--maildir
+   Dump email messages in 
maildir directory structure
+   
+
+
+   -a, 
--akonadi-categories
+   Dump items with Akonadi 
categories, otherwise text
+   
+
+   
+   -f, 
--force
+   Operate even if 
destination directory is not empty
+   
+
+   
+   -n, 
--dryrun
+   Run without making any 
actual changes
+   
+
+   
+   
+   
+

edit

@@ -246,7 +278,7 @@ For example, adding items, collections, renaming or moving 
collections and also
export

akonadiclient export [OPTIONS] COLLECTION 
FILE
-   Import an XML file inside the collection 
specified by PARENT. If the collection already exists, its contents are merged 
with the contents of the collection in the XML file.
+   Export the collection specified by 
COLLECTION to an XML file specified by FILE.
Options:

 
@@ -258,6 +290,54 @@ For example, adding items, collections, renaming or moving 
collections and also



+
+
+   group
+   
+   akonadiclient group [OPTIONS] GROUP 
ARGS
+   Expand or modify a contact GROUP
+   Options:
+   
+
+   
+   -e, 
--expand
+   Show the expanded 
contact group (the default operation)
+   
+
+
+   -a, --add
+   Add a contact to the 
group
+   
+
+   
+   -d, 
--delete
+   Delete a contact from 
the group
+   
+
+   
+   -C, 
--clean
+   Remove unknown item 
references from the group
+   
+
+   
+-c, --comment 
name
+   Email comment (name) 
for an added item
+   
+
+   
+   -b, 
--brief
+   Brief output (for 
'expand', email addresses only)
+   
+
+
+   -n, 
--dryrun
+   Run without making any 
actual 

D14390: Improve the discoverability of the Filter Text plugin and its menu item

2018-07-26 Thread Dominik Haumann
dhaumann added inline comments.

INLINE COMMENTS

> plugins.docbook:2884
> +The selection will be used as input for the command, and the output will 
> either
> +replace the selection or copied to the clipboard, depending on the user's 
> preference.
>  

...be copied... I think a be is missing here.

REPOSITORY
  R40 Kate

REVISION DETAIL
  https://phabricator.kde.org/D14390

To: ngraham, #kate, dhaumann, cullmann
Cc: kde-doc-english, lueck, kwrite-devel, michaelh, kevinapavew, ngraham, 
demsking, skadinna, cullmann, sars, dhaumann


D14390: Improve the discoverability of the Filter Text plugin and its menu item

2018-07-26 Thread Nathaniel Graham
ngraham updated this revision to Diff 38511.
ngraham edited the test plan for this revision.
ngraham added a comment.
Restricted Application added a project: Documentation.
Restricted Application added a subscriber: kde-doc-english.


  Update docbook accordingly

REPOSITORY
  R40 Kate

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14390?vs=38467=38511

BRANCH
  make-filter-text-plugin-more-discoverable (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14390

AFFECTED FILES
  addons/textfilter/plugin_katetextfilter.cpp
  addons/textfilter/textfilterplugin.desktop
  doc/kate/plugins.docbook

To: ngraham, #kate, dhaumann, cullmann
Cc: kde-doc-english, lueck, kwrite-devel, michaelh, kevinapavew, ngraham, 
demsking, skadinna, cullmann, sars, dhaumann