Skip to content

Commit 4b07f2e

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 9a6fc7b commit 4b07f2e

File tree

5 files changed

+296
-0
lines changed

5 files changed

+296
-0
lines changed

apps/vCardStudio.md

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
---
2+
layout: app
3+
4+
permalink: /vCardStudio/
5+
description: Contact management application
6+
license: CC0-1.0
7+
8+
icons:
9+
- vCardStudio/icons/256x256/vCardStudio.png
10+
screenshots:
11+
- https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/vCard%20Studio.png
12+
13+
authors:
14+
15+
links:
16+
17+
desktop:
18+
Desktop Entry:
19+
Encoding: UTF-8
20+
Name: vCard Studio
21+
Comment: A contact management application with support for vCard file format.
22+
Exec: vCardStudio
23+
Icon: vCardStudio
24+
Terminal: false
25+
Type: Application
26+
Categories: Utility
27+
StartupNotify: true
28+
MimeType: text/vcard
29+
Keywords: vcard
30+
AppImageHub:
31+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
32+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
33+
could not be verified. Please remember that the signature file (.sig or .asc)
34+
should be the first file given on the command line.'
35+
X-AppImage-Type: 2
36+
X-AppImage-Architecture: x86_64
37+
38+
appdata:
39+
Type: desktop-application
40+
ID: net.zdechov.app.vCardStudio
41+
Name:
42+
C: vCard Studio
43+
Summary:
44+
C: Contact management application
45+
Description:
46+
C: >-
47+
<p>A contact management application with support for vCard file format (.vcf).</p>
48+
49+
<p>Features:</p>
50+
51+
<ul>
52+
<li>Add, Edit, Clone or Remove contacts and contact properties</li>
53+
<li>Shows contact fields in multiple tabs General, Home, Work, Social, Chat ans Others</li>
54+
<li>Contact photo displayed and can be changed (supported image types JPEG, PNG, GIF and BMP)</li>
55+
<li>Quick filter by table columns in contacts list</li>
56+
<li>Combine multiple contact files together</li>
57+
<li>Split contacts to separate files</li>
58+
<li>Find any value in contacts</li>
59+
<li>Find duplicate contacts to merge</li>
60+
<li>Copy, Cut and Paste contacts from/to clipboard</li>
61+
<li>Multilingual interface (English, Czech, Swedish)</li>
62+
<li>Contact QR code</li>
63+
<li>View contact source with syntax highlighting</li>
64+
<li>Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.</li>
65+
<li>Import from CSV, XML, MediaWiki and JSON.</li>
66+
<li>Compare with another vCard file.</li>
67+
</ul>
68+
ProjectLicense: CC0-1.0
69+
Categories:
70+
- Utility
71+
Url:
72+
homepage: https://app.zdechov.net/vcard-studio
73+
Launchable:
74+
desktop-id:
75+
- net.zdechov.app.vCardStudio.desktop
76+
Screenshots:
77+
- default: true
78+
caption:
79+
C: Main window
80+
thumbnails: []
81+
source-image:
82+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/vCard%20Studio.png
83+
lang: C
84+
- caption:
85+
C: Find duplicates
86+
thumbnails: []
87+
source-image:
88+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Find%20duplicates.png
89+
lang: C
90+
- caption:
91+
C: Contact - General
92+
thumbnails: []
93+
source-image:
94+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20General.png
95+
lang: C
96+
- caption:
97+
C: Contact - Work
98+
thumbnails: []
99+
source-image:
100+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Work.png
101+
lang: C
102+
- caption:
103+
C: Contact - Social
104+
thumbnails: []
105+
source-image:
106+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Social.png
107+
lang: C
108+
- caption:
109+
C: Contact - Home
110+
thumbnails: []
111+
source-image:
112+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Home.png
113+
lang: C
114+
- caption:
115+
C: Contact - Chat
116+
thumbnails: []
117+
source-image:
118+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Chat.png
119+
lang: C
120+
- caption:
121+
C: Contact - Others
122+
thumbnails: []
123+
source-image:
124+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Others.png
125+
lang: C
126+
- caption:
127+
C: Contact - All fields
128+
thumbnails: []
129+
source-image:
130+
url: https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20All%20fields.png
131+
lang: C
132+
Releases:
133+
- version: 1.5.0
134+
unix-timestamp: 1724716800
135+
description:
136+
C: >-
137+
<ul>
138+
<li>Added: Keyboard shortcuts form accessible from Help menu.</li>
139+
<li>Added: Menu action View - Fullscreen for switching into full screen mode.</li>
140+
<li>Added: More menu action icons.</li>
141+
<li>Added: File menu action Import to export vCard data from CSV, XML, JSON and MediaWiki.</li>
142+
<li>Added: File menu action Export to export vCard data into CSV, XML, JSON, MediaWiki, Excel paste, plain text and
143+
HTML.</li>
144+
<li>Added: Detect Beyond Compare as compare tool on Windows.</li>
145+
<li>Added: Accept dropped files onto the application form.</li>
146+
<li>Added: VCardProcessor class for processing contacts available from VCard package.</li>
147+
<li>Added: Normalize menu action for normalization of contact property values.</li>
148+
<li>Added: New file compare dialog with additional normalize options.</li>
149+
<li>Modified: Improved new contact neme generation.</li>
150+
<li>Modified: Improved forms resize handling.</li>
151+
<li>Modified: Compare action uses external compare tool.</li>
152+
<li>Fixed: Property form error.</li>
153+
<li>Fixed: Not loaded last opened files.</li>
154+
<li>Fixed: Correctly apply theme to contacts form.</li>
155+
<li>Fixed: Width of not all contacts columns was remembered.</li>
156+
<li>Fixed: Resize of compare and normalize forms.</li>
157+
<li>Fixed: Report error if compare tool was not found.</li>
158+
<li>Fixed: Font size was not scaled in source code form.</li>
159+
</ul>
160+
ContentRating:
161+
oars-1.1: {}
162+
---
13.2 KB
Loading
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>net.zdechov.app.vCardStudio</id>
4+
5+
<name>vCard Studio</name>
6+
<summary>Contact management application</summary>
7+
8+
<url type="homepage">https://app.zdechov.net/vcard-studio</url>
9+
<url type="contact">https://app.zdechov.net/c-evo#Support</url>
10+
11+
<metadata_license>CC0-1.0</metadata_license>
12+
<project_license>CC0-1.0</project_license>
13+
14+
<description>
15+
<p>
16+
A contact management application with support for vCard file format (.vcf).
17+
</p>
18+
<p>Features:</p>
19+
<ul>
20+
<li>Add, Edit, Clone or Remove contacts and contact properties</li>
21+
<li>Shows contact fields in multiple tabs General, Home, Work, Social, Chat ans Others</li>
22+
<li>Contact photo displayed and can be changed (supported image types JPEG, PNG, GIF and BMP)</li>
23+
<li>Quick filter by table columns in contacts list</li>
24+
<li>Combine multiple contact files together</li>
25+
<li>Split contacts to separate files</li>
26+
<li>Find any value in contacts</li>
27+
<li>Find duplicate contacts to merge</li>
28+
<li>Copy, Cut and Paste contacts from/to clipboard</li>
29+
<li>Multilingual interface (English, Czech, Swedish)</li>
30+
<li>Contact QR code</li>
31+
<li>View contact source with syntax highlighting</li>
32+
<li>Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.</li>
33+
<li>Import from CSV, XML, MediaWiki and JSON.</li>
34+
<li>Compare with another vCard file.</li>
35+
</ul>
36+
</description>
37+
38+
<launchable type="desktop-id">net.zdechov.app.vCardStudio.desktop</launchable>
39+
40+
41+
<screenshots>
42+
<screenshot type="default">
43+
<caption>Main window</caption>
44+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/vCard%20Studio.png</image>
45+
</screenshot>
46+
<screenshot>
47+
<caption>Find duplicates</caption>
48+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Find%20duplicates.png</image>
49+
</screenshot>
50+
<screenshot>
51+
<caption>Contact - General</caption>
52+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20General.png</image>
53+
</screenshot>
54+
<screenshot>
55+
<caption>Contact - Work</caption>
56+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Work.png</image>
57+
</screenshot>
58+
<screenshot>
59+
<caption>Contact - Social</caption>
60+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Social.png</image>
61+
</screenshot>
62+
<screenshot>
63+
<caption>Contact - Home</caption>
64+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Home.png</image>
65+
</screenshot>
66+
<screenshot>
67+
<caption>Contact - Chat</caption>
68+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Chat.png</image>
69+
</screenshot>
70+
<screenshot>
71+
<caption>Contact - Others</caption>
72+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Others.png</image>
73+
</screenshot>
74+
<screenshot>
75+
<caption>Contact - All fields</caption>
76+
<image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20All%20fields.png</image>
77+
</screenshot>
78+
</screenshots>
79+
80+
<releases>
81+
<release version="1.5.0" date="2024-08-27">
82+
<url type="details">https://svn.zdechov.net/vcard-studio/tags/1.5.0/Release%20Notes.txt</url>
83+
<description>
84+
<ul>
85+
<li>Added: Keyboard shortcuts form accessible from Help menu.</li>
86+
<li>Added: Menu action View - Fullscreen for switching into full screen mode.</li>
87+
<li>Added: More menu action icons.</li>
88+
<li>Added: File menu action Import to export vCard data from CSV, XML, JSON and MediaWiki.</li>
89+
<li>Added: File menu action Export to export vCard data into CSV, XML, JSON, MediaWiki, Excel paste, plain text and HTML.</li>
90+
<li>Added: Detect Beyond Compare as compare tool on Windows.</li>
91+
<li>Added: Accept dropped files onto the application form.</li>
92+
<li>Added: VCardProcessor class for processing contacts available from VCard package.</li>
93+
<li>Added: Normalize menu action for normalization of contact property values.</li>
94+
<li>Added: New file compare dialog with additional normalize options.</li>
95+
<li>Modified: Improved new contact neme generation.</li>
96+
<li>Modified: Improved forms resize handling.</li>
97+
<li>Modified: Compare action uses external compare tool.</li>
98+
<li>Fixed: Property form error.</li>
99+
<li>Fixed: Not loaded last opened files.</li>
100+
<li>Fixed: Correctly apply theme to contacts form.</li>
101+
<li>Fixed: Width of not all contacts columns was remembered.</li>
102+
<li>Fixed: Resize of compare and normalize forms.</li>
103+
<li>Fixed: Report error if compare tool was not found.</li>
104+
<li>Fixed: Font size was not scaled in source code form.</li>
105+
</ul>
106+
</description>
107+
</release>
108+
</releases>
109+
110+
<categories>
111+
<category>Utility</category>
112+
</categories>
113+
114+
<content_rating type="oars-1.1"/>
115+
</component>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Desktop Entry]
2+
Encoding=UTF-8
3+
Name=vCard Studio
4+
Comment=A contact management application with support for vCard file format.
5+
Exec=vCardStudio
6+
Icon=vCardStudio
7+
Terminal=false
8+
Type=Application
9+
Categories=Utility
10+
StartupNotify=true
11+
MimeType=text/vcard
12+
Keywords=vcard;vcf;contacts;merge;split;duplicates;qr-code;management
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
7.23 KB
Loading

0 commit comments

Comments
 (0)