Skip to content

Commit a591010

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 04a3f57 commit a591010

File tree

5 files changed

+212
-0
lines changed

5 files changed

+212
-0
lines changed

apps/nbrsync.md

+121
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
---
2+
layout: app
3+
4+
permalink: /nbrsync/
5+
description: Control rsync with ease
6+
license: Apache-2.0
7+
8+
icons:
9+
- nbrsync/icons/128x128/se.trixon.nbrsync.png
10+
screenshots:
11+
- https://trixon.se/files/screenshots/nbrsync_appstream01.png
12+
13+
authors:
14+
- name: trixon
15+
url: https://github.com/trixon
16+
17+
links:
18+
- type: GitHub
19+
url: trixon/nbRsync
20+
- type: Download
21+
url: https://github.com/trixon/nbRsync/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Version: 1.0
26+
Type: Application
27+
Name: nbRsync
28+
Comment: rsync GUI with an integrated scheduler, and a CLI
29+
Exec: nbrsync %F
30+
Icon: se.trixon.nbrsync
31+
Terminal: false
32+
Categories: System
33+
StartupNotify: true
34+
StartupWMClass: nbRsync
35+
AppImageHub:
36+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
37+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
38+
could not be verified. Please remember that the signature file (.sig or .asc)
39+
should be the first file given on the command line.'
40+
X-AppImage-Type: 2
41+
X-AppImage-Architecture: x86_64
42+
43+
appdata:
44+
Type: desktop-application
45+
ID: se.trixon.nbrsync
46+
Name:
47+
C: nbRsync
48+
Summary:
49+
C: Control rsync with ease
50+
Description:
51+
C: >-
52+
<p>nbRsync is a GUI for rsync that simplifies synchronization of files and directories while preserving the details of
53+
the rsync options.</p>
54+
55+
<p>nbRsync works with the concept of Jobs and Tasks. Jobs can contain zero or more Tasks and Tasks can belong to zero
56+
or more Jobs.</p>
57+
58+
<p>It is possible to execute commands before and after jobs and tasks.</p>
59+
60+
<p>nbRsync also comes with a built-in scheduler, a scheduler that has to be started from the command line.</p>
61+
ProjectLicense: Apache-2.0
62+
Keywords:
63+
C:
64+
- java
65+
- javafx
66+
- rsync
67+
- jotasync
68+
- netbeans
69+
Url:
70+
homepage: https://trixon.se/projects/nbrsync/
71+
bugtracker: https://github.com/trixon/nbrsync/issues
72+
donation: https://github.com/sponsors/trixon
73+
Launchable:
74+
desktop-id:
75+
- se.trixon.nbrsync.desktop
76+
Screenshots:
77+
- default: true
78+
caption:
79+
C: Main window - Jobs
80+
thumbnails: []
81+
source-image:
82+
url: https://trixon.se/files/screenshots/nbrsync_appstream01.png
83+
lang: C
84+
- caption:
85+
C: Job editor
86+
thumbnails: []
87+
source-image:
88+
url: https://trixon.se/files/screenshots/nbrsync_appstream02.png
89+
lang: C
90+
- caption:
91+
C: Main window - Tasks
92+
thumbnails: []
93+
source-image:
94+
url: https://trixon.se/files/screenshots/nbrsync_appstream03.png
95+
lang: C
96+
- caption:
97+
C: Task editor
98+
thumbnails: []
99+
source-image:
100+
url: https://trixon.se/files/screenshots/nbrsync_appstream04.png
101+
lang: C
102+
- caption:
103+
C: Main window - Job editor in dark mode
104+
thumbnails: []
105+
source-image:
106+
url: https://trixon.se/files/screenshots/nbrsync_appstream05.png
107+
lang: C
108+
Releases:
109+
- version: 0.7.0
110+
unix-timestamp: 1722729600
111+
description:
112+
C: >-
113+
<p>Initial release with the new base</p>
114+
115+
<ul>
116+
<li>Uses NetBeans Platform</li>
117+
<li>Uses JavaFX</li>
118+
</ul>
119+
ContentRating:
120+
oars-1.1: {}
121+
---
Loading

database/nbrsync/screenshot.png

39.4 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>se.trixon.nbrsync</id>
4+
<name>nbRsync</name>
5+
<metadata_license>CC0-1.0</metadata_license>
6+
<project_license>Apache-2.0</project_license>
7+
<content_rating type="oars-1.1" />
8+
<developer id="se.trixon.patrik">
9+
<name>Patrik Karlström</name>
10+
</developer>
11+
<summary>Control rsync with ease</summary>
12+
<description>
13+
<p>nbRsync is a GUI for rsync that simplifies synchronization of files and directories while preserving the details of the rsync options.</p>
14+
<p>nbRsync works with the concept of Jobs and Tasks. Jobs can contain zero or more Tasks and Tasks can belong to zero or more Jobs.</p>
15+
<p>It is possible to execute commands before and after jobs and tasks.</p>
16+
<p>nbRsync also comes with a built-in scheduler, a scheduler that has to be started from the command line.</p>
17+
</description>
18+
<launchable type="desktop-id">se.trixon.nbrsync.desktop</launchable>
19+
<url type="homepage">https://trixon.se/projects/nbrsync/</url>
20+
<url type="bugtracker">https://github.com/trixon/nbrsync/issues</url>
21+
<url type="donation">https://github.com/sponsors/trixon</url>
22+
<provides>
23+
<id>nbrsync.desktop</id>
24+
</provides>
25+
<keywords>
26+
<keyword translate="no">java</keyword>
27+
<keyword translate="no">javafx</keyword>
28+
<keyword translate="no">rsync</keyword>
29+
<keyword translate="no">jotasync</keyword>
30+
<keyword translate="no">netbeans</keyword>
31+
</keywords>
32+
33+
<branding>
34+
<color type="primary" scheme_preference="light">#ff96ff</color>
35+
<color type="primary" scheme_preference="dark">#600060</color>
36+
</branding>
37+
38+
<screenshots>
39+
<screenshot type="default">
40+
<image>https://trixon.se/files/screenshots/nbrsync_appstream01.png</image>
41+
<caption>Main window - Jobs</caption>
42+
</screenshot>
43+
<screenshot>
44+
<image>https://trixon.se/files/screenshots/nbrsync_appstream02.png</image>
45+
<caption>Job editor</caption>
46+
</screenshot>
47+
<screenshot>
48+
<image>https://trixon.se/files/screenshots/nbrsync_appstream03.png</image>
49+
<caption>Main window - Tasks</caption>
50+
</screenshot>
51+
<screenshot>
52+
<image>https://trixon.se/files/screenshots/nbrsync_appstream04.png</image>
53+
<caption>Task editor</caption>
54+
</screenshot>
55+
<screenshot>
56+
<image>https://trixon.se/files/screenshots/nbrsync_appstream05.png</image>
57+
<caption>Main window - Job editor in dark mode</caption>
58+
</screenshot>
59+
</screenshots>
60+
61+
<releases>
62+
<release version="0.7.0" date="2024-08-04">
63+
<description>
64+
<p>Initial release with the new base</p>
65+
<ul>
66+
<li>Uses NetBeans Platform</li>
67+
<li>Uses JavaFX</li>
68+
</ul>
69+
</description>
70+
</release>
71+
</releases>
72+
</component>
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=nbRsync
5+
Comment=rsync GUI with an integrated scheduler, and a CLI
6+
Exec=nbrsync %F
7+
Icon=se.trixon.nbrsync
8+
Terminal=false
9+
Categories=System;
10+
StartupNotify=true
11+
StartupWMClass=nbRsync
12+
13+
14+
[AppImageHub]
15+
# Dear upstream developer, please include update information in your AppImage
16+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
17+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
18+
X-AppImage-Type=2
19+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)