-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add first draft of user documentation * add test suite (`yelp-check`) * add build test to CI * add HTML generation to CD * update RPM spec
- Loading branch information
1 parent
27eb46b
commit 0ad40bf
Showing
95 changed files
with
5,410 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# SPDX-License-Identifier: CC-BY-SA-3.0 | ||
# SPDX-FileCopyrightText: GNOME Documentation Project | ||
# SDPX-FileContributor: Andy Holmes <andrew.g.r.holmes@gmail.com> | ||
|
||
[namespaces] | ||
mal = http://projectmallard.org/1.0/ | ||
xi = http://www.w3.org/2001/XInclude | ||
|
||
[check:hrefs] | ||
allow = https://kdeconnect.kde.org | ||
|
||
[check:validate] | ||
allow = http://www.w3.org/2005/11/its http://itstool.org/extensions/ http://www.w3.org/XML/1998/namespace http://www.w3.org/1999/xlink http://www.w3.org/XML/1998/namespace http://projectmallard.org/experimental/ui/ | ||
|
||
[check:gnome-info-legal-xi] | ||
select = /mal:page/mal:info | ||
assert = xi:include[@href='legal.xml'] | ||
message = Must include legal.xml | ||
xinclude = false | ||
|
||
[check:gnome-info-legal-no] | ||
select = /mal:page/mal:info | ||
assert = not(mal:license) | ||
message = Must not include license directly | ||
xinclude = false | ||
|
||
[check:gnome-desc] | ||
select = /mal:page/mal:info | ||
assert = normalize-space(mal:desc) != '' | ||
message = Must have non-empty desc | ||
|
||
[check:gnome-desc-punc] | ||
select = /mal:page/mal:info/mal:desc | ||
assert = substring(normalize-space(.), string-length(normalize-space(.))) = '.' or substring(normalize-space(.), string-length(normalize-space(.))) = '?' | ||
message = Desc must end with a period or question mark | ||
|
||
[check:gnome-no-desc-link] | ||
desc = Stop putting links in desc elements | ||
select = //mal:desc | ||
assert = not(mal:link) | ||
message = Stop putting links in desc elements | ||
|
||
[check:gnome-trail-title] | ||
skip = hardware-auth.page | ||
desc = Use a short title for link trails | ||
select = /mal:page[@type='guide'] | ||
assert = string-length(mal:title) <= 20 or (mal:info/mal:title[@type='link' and @role='trail'] and string-length(mal:info/mal:title[@type='link' and @role='trail']) <= 20) | ||
message = Use a short title for link trails | ||
|
||
[check:gnome-no-ascii-quotes] | ||
select = //mal:*[not(ancestor-or-self::mal:cmd or ancestor-or-self::mal:code or ancestor-or-self::mal:comment or ancestor-or-self::mal:file or ancestor-or-self::mal:input or ancestor-or-self::mal:key or ancestor-or-self::mal:output or ancestor-or-self::mal:screen or ancestor-or-self::mal:screen or ancestor-or-self::mal:sys)] | ||
assert = not(contains(text(), "'") or contains(text(), '"')) | ||
message = Use ‘curly’ “quotes” instead of 'straight' "quotes" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<page xmlns="http://projectmallard.org/1.0/" version="1.1" | ||
xmlns:its="http://www.w3.org/2005/11/its" | ||
type="topic" style="task" | ||
id="device-name"> | ||
|
||
<info> | ||
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> | ||
<credit type="author"> | ||
<name>Andy Holmes</name> | ||
<email>andrew.g.r.holmes@gmail.com</email> | ||
</credit> | ||
|
||
<link type="guide" xref="index#getting-started"/> | ||
|
||
<title type="text">Change the device name</title> | ||
<desc>How to set the device name.</desc> | ||
</info> | ||
|
||
<title>Change the device name</title> | ||
<p> | ||
The device name is what other devices will see when connecting or pairing | ||
with your device. This name will be appear in the device list in the | ||
Android app an other <app>KDE Connect</app> clients. | ||
</p> | ||
|
||
<steps> | ||
<item> | ||
<p> | ||
Open the main window. | ||
</p> | ||
</item> | ||
<item> | ||
<p> | ||
Open the | ||
<media style="button" its:translate="no" type="image" src="figures/open-menu-symbolic.svg"> | ||
<gui style="menu" its:translate="yes">Main Menu</gui> | ||
</media> | ||
menu and select <gui style="menuitem">Preferences</gui>. | ||
</p> | ||
</item> | ||
<item> | ||
<p> | ||
Select the <gui style="input">Device Name</gui> entry. | ||
</p> | ||
</item> | ||
<item> | ||
<p> | ||
Choose a new name for the device and press <key>Enter</key> or click the | ||
<media style="button" its:translate="no" type="image" src="figures/entry-apply-symbolic.svg"> | ||
<gui style="button" its:translate="yes">Apply</gui> | ||
</media> | ||
button. | ||
</p> | ||
</item> | ||
</steps> | ||
|
||
<note style="tip"> | ||
<p> | ||
It may take time for other devices to display the new name. | ||
</p> | ||
</note> | ||
</page> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<page xmlns="http://projectmallard.org/1.0/" version="1.1" | ||
xmlns:its="http://www.w3.org/2005/11/its" | ||
type="topic" style="task" | ||
id="device-pair"> | ||
|
||
<info> | ||
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> | ||
<credit type="author"> | ||
<name>Andy Holmes</name> | ||
<email>andrew.g.r.holmes@gmail.com</email> | ||
</credit> | ||
|
||
<link type="guide" xref="index#getting-started"/> | ||
<link type="seealso" xref="troubleshooting-firewall"/> | ||
<link type="seealso" href="https://userbase.kde.org/KDEConnect#Pairing_two_devices_together"> | ||
<title>KDE Connect — Pairing two devices together</title> | ||
</link> | ||
|
||
<title type="text">Setup a new device</title> | ||
<desc>Connect and configure a new device.</desc> | ||
</info> | ||
|
||
<title>Setup a new device</title> | ||
<p> | ||
Before starting, ensure that both devices you want to connect are on the | ||
same local network. | ||
</p> | ||
|
||
<steps> | ||
<item> | ||
<p> | ||
Open the | ||
<gui xref="introduction#main-window">Main Window</gui> | ||
and press the | ||
<media style="button" its:translate="no" type="image" src="figures/view-refresh-symbolic.svg"> | ||
<gui style="button" its:translate="yes">Refresh</gui> | ||
</media> | ||
button. | ||
</p> | ||
</item> | ||
<item> | ||
<p> | ||
Wait up to 10 seconds for the device to appear in the device list. If | ||
your device does not appear, see <link xref="index#troubleshooting"/> | ||
for possible solutions. | ||
</p> | ||
</item> | ||
<item> | ||
<p> | ||
Activate the device row to open the | ||
<gui xref="introduction#device-page">Device Page</gui>. | ||
You may | ||
<link xref="introduction#device-preferences">configure a device</link> | ||
before pairing to restrict its access. | ||
</p> | ||
</item> | ||
<item> | ||
<p> | ||
Activate the <gui style="button">Request Pairing</gui> button, then use | ||
the other device to confirm the verification key and accept the request. | ||
</p> | ||
</item> | ||
<item> | ||
<p> | ||
Once paired, the available actions and information will be revealed on | ||
the device page. To unpair the device, open the menu on the device page | ||
and select <gui style="menuitem">Unpair</gui>. | ||
</p> | ||
</item> | ||
</steps> | ||
|
||
<note style="tip"> | ||
<p> | ||
Information about connecting official <app>KDE Connect</app> clients can | ||
be found on the | ||
<link href="https://userbase.kde.org/KDEConnect">KDE Connect Wiki</link>. | ||
</p> | ||
</note> | ||
</page> |
Oops, something went wrong.