File: index.docbook

package info (click to toggle)
kio-gdrive 20.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 740 kB
  • sloc: cpp: 2,288; xml: 159; makefile: 3; sh: 1
file content (41 lines) | stat: -rw-r--r-- 1,420 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" >
]>

<article lang="&language;" id="gdrive">
<title>gdrive</title>

<articleinfo>

<authorgroup>
  <author><firstname>Elvis</firstname><surname>Angelaccio</surname>
    <affiliation>
      <address>
        <email>elvis.angelaccio@kde.org</email>
      </address>
    </affiliation>
  </author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>

<date>2016-10-03</date>
<releaseinfo>kio-gdrive 1.0.1</releaseinfo>

</articleinfo>

<para>KIO GDrive allows you to access and edit your Google Drive files using KDE applications that support KIO.</para>

<para>You can use the gdrive kioslave like this:</para>
<para><userinput>gdrive://</userinput> or <userinput>gdrive://<replaceable>foo@example.com</replaceable></userinput>.</para>

<para>The first URL shows an OAuth login dialog from Google, if no Drive account has been authenticated yet,
or the list of your authenticated accounts instead.</para>

<para>The <userinput>gdrive://</userinput> URL can also be used at any time to add an additional account.</para>

<para>The URL <userinput>gdrive://<replaceable>foo@example.com</replaceable></userinput> lists all the files and folders
from the top level of the <userinput>foo@example.com</userinput> Drive account.</para>

</article>