diff options
Diffstat (limited to 'sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml')
-rw-r--r-- | sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml new file mode 100644 index 000000000..c8918dd82 --- /dev/null +++ b/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop"> + <id>libreoffice-base.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>MPL-2.0</project_license> + <name>LibreOffice Base</name> + <summary>Database manager part of the LibreOffice productivity suite</summary> + <description> + <p> +Base is a powerful database manager, part of the LibreOffice productivity suite. +It allows you to store, manage and maintain different collections of data. +Base makes it easy to keep track of your finances, customers, invoices, or even +just the contacts in your address book! +</p> + <p> +For users that are new to databases, Base offers helpful wizards to create tables, +queries, forms and reports. +It's a solution for people requiring an easy-to-understand, simple-to-use system. +</p> + <p> +For power users and enterprise requirements, it provides native-support drivers +for some of the most-widely employed multi-user database engines: +PostgreSQL, MySQL and MS Access. +In addition, the built-in support for JDBC- and ODBC-standard drivers allows you +to connect to virtually any other existing database engine as well. +</p> + </description> + <url type="homepage">http://www.libreoffice.org/discover/base/</url> + <url type="bugtracker">https://bugs.documentfoundation.org/</url> + <url type="donation">https://donate.libreoffice.org/</url> + <url type="faq">https://hub.libreoffice.org/faq</url> + <url type="help">http://www.libreoffice.org/get-help/documentation/</url> + <url type="translate">https://hub.libreoffice.org/translate</url> + <screenshots> + <screenshot type="default"> + <image>https://hub.libreoffice.org/screenshots/base-01.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + <screenshot> + <image>https://hub.libreoffice.org/screenshots/base-02.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + </screenshots> + <developer_name>The Document Foundation</developer_name> + <update_contact>libreoffice_at_lists.freedesktop.org</update_contact> + <kudos> + <kudo>HiDpiIcon</kudo> + <kudo>HighContrast</kudo> + <kudo>ModernToolkit</kudo> + <kudo>UserDocs</kudo> + </kudos> + <content_rating type="oars-1.0"/> +</component> |