summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingcong Bai <jeffbai@aosc.xyz>2016-05-04 13:28:11 -0600
committerMingcong Bai <jeffbai@aosc.xyz>2016-05-04 13:28:11 -0600
commitcff13a04d8c175d98bfcb35977d5f67d84991f74 (patch)
treeb77eea25da969d9701bbfd0c3ccf1939a7a071c0
parentab6b39ff1eb9ee72b9fd9b8dc6aabbe3e0c233cd (diff)
downloadappstream-glib-cff13a04d8c175d98bfcb35977d5f67d84991f74.tar.gz
README.md: wrap at 80 chars
-rw-r--r--README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index c9614bb..0929417 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,8 @@ If you want a new feature, or have found a bug or a way to crash this library,
please report as much information as you can to the issue tracker:
https://github.com/hughsie/appstream-glib/issues -- patches very welcome.
-New functionality or crash fixes should include a test in `libappstream-builder/as-self-test.c`
+New functionality or crash fixes should include a test in `libappstream-builder/
+as-self-test.c`
to ensure we don't regress in the future. New functionality should also be
thread safe and also not leak *any* memory for success or failure cases.
@@ -52,7 +53,8 @@ third party translation interface, transifex.com.
Newly added strings will be periodically uploaded there for translation,
and any new translations will be merged back to the project source code.
-Please use [https://www.transifex.com/projects/p/appstream-glib/](https://www.transifex.com/projects/p/appstream-glib/) to contribute translations,
+Please use [https://www.transifex.com/projects/p/appstream-glib/](https://www.tr
+ansifex.com/projects/p/appstream-glib/) to contribute translations,
rather than sending pull requests.
appstream-builder
@@ -76,7 +78,8 @@ What this tool does:
merged into single applications. This is how fonts are collected.
* The `AsbApplication` objects are serialized to XML and written to a
compressed archive.
- * Any application icons or screenshots referenced are written to a .tar archive.
+ * Any application icons or screenshots referenced are written to a .tar archive
+.
Getting Started
-----------
@@ -100,7 +103,8 @@ To actually run the extractor you can do:
--screenshot-url=http://megarpms.org/screenshots/ \
--basename="megarpms-21"
-Note: it is possible to use "globs" like `/mnt/archive/Megarpms/21/Packages*` to match multiple directories or packages.
+Note: it is possible to use "globs" like `/mnt/archive/Megarpms/21/Packages*` to
+ match multiple directories or packages.
This will output a lot of progress text. Now, go and make a cup of tea and wait
patiently if you have a lot of packages to process. After this is complete
@@ -151,7 +155,8 @@ What is an application
Applications are defined in the context of AppStream as such:
* Installs a desktop file and would be visible in a desktop
- * Has an metadata extractor (e.g. libappstream-builder/plugins/asb-plugin-gstreamer.c)
+ * Has an metadata extractor (e.g. libappstream-builder/plugins/asb-plugin-gstre
+amer.c)
and includes an AppData file
Guidelines for applications
@@ -202,7 +207,8 @@ Guidelines for fonts
* Fonts **MUST** have a valid MetaInfo file installed to /usr/share/appdata
* Fonts packaged in multiple packages **SHOULD** have multiple MetaInfo files
* Fonts families **SHOULD** only have one description section
- * Fonts of different styles or weights of the same family **SHOULD** use `<extends>`
+ * Fonts of different styles or weights of the same family **SHOULD** use `<exte
+nds>`
* MetaInfo files **SHOULD** include translations where possible
License