[gnome-autoar/wip/oholy/readme: 1/2] Add README.md file




commit 54fd03640d0a9f336740b8ceb99c8b0b15979cec
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Mar 24 10:56:48 2021 +0100

    Add README.md file
    
    Currently, there is no README file, so GitLab doesn't show any project
    info. Let's add one with the same info which is in doap and docs already.
    But also update the texts to not mention "gschemas" as they are not used
    already.
    
    Fixes: https://gitlab.gnome.org/GNOME/gnome-autoar/-/issues/13

 README.md                            | 4 ++++
 docs/reference/gnome-autoar-docs.xml | 6 +++---
 gnome-autoar.doap                    | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cc6352b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# gnome-autoar
+
+gnome-autoar provides functions and widgets for GNOME applications which want to
+use archives as a method to transfer directories over the Internet.
diff --git a/docs/reference/gnome-autoar-docs.xml b/docs/reference/gnome-autoar-docs.xml
index a71c7e5..7ea24aa 100644
--- a/docs/reference/gnome-autoar-docs.xml
+++ b/docs/reference/gnome-autoar-docs.xml
@@ -8,9 +8,9 @@
   <bookinfo>
     <title>gnome-autoar Reference Manual</title>
     <releaseinfo>
-       gnome-autoar provides functions, widgets, and gschemas for GNOME
-       applications which want to use archives as a convenient method
-       to transfer directories over the internet.
+        gnome-autoar provides functions and widgets for GNOME
+        applications which want to use archives as a convenient method
+        to transfer directories over the internet.
     </releaseinfo>
   </bookinfo>
 
diff --git a/gnome-autoar.doap b/gnome-autoar.doap
index 2c9295b..612c78b 100644
--- a/gnome-autoar.doap
+++ b/gnome-autoar.doap
@@ -6,7 +6,7 @@
          xmlns="http://usefulinc.com/ns/doap#";>
   <name xml:lang="en">gnome-autoar</name>
   <shortdesc xml:lang="en">Automatic archives creating and extracting library</shortdesc>
-  <description>gnome-autoar provides functions, widgets, and gschemas for GNOME applications which want to 
use archives as a method to transfer directories over the Internet.</description>
+  <description>gnome-autoar provides functions and widgets for GNOME applications which want to use archives 
as a method to transfer directories over the Internet.</description>
 
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
   <programming-language>C</programming-language>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]