summaryrefslogtreecommitdiff
path: root/puddletag/debian/puddletag.doc-base
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-26 09:09:01 -0500
committerB Stack <bgstack15@gmail.com>2019-12-26 09:09:01 -0500
commit55924778aa848d48640e0f81f61e7a2dc962c130 (patch)
treebd254ad4bff06db9a1e44310ade10439f00db990 /puddletag/debian/puddletag.doc-base
parentadd some browser prefs (diff)
downloadstackrpms-55924778aa848d48640e0f81f61e7a2dc962c130.tar.gz
stackrpms-55924778aa848d48640e0f81f61e7a2dc962c130.tar.bz2
stackrpms-55924778aa848d48640e0f81f61e7a2dc962c130.zip
WIP: add puddletag for py3
This version is very unstable so I probably should not merge this.
Diffstat (limited to 'puddletag/debian/puddletag.doc-base')
-rw-r--r--puddletag/debian/puddletag.doc-base11
1 files changed, 11 insertions, 0 deletions
diff --git a/puddletag/debian/puddletag.doc-base b/puddletag/debian/puddletag.doc-base
new file mode 100644
index 0000000..5092355
--- /dev/null
+++ b/puddletag/debian/puddletag.doc-base
@@ -0,0 +1,11 @@
+Document: puddletag-py3
+Title: A simple, powerful audio tag editor
+Author: concentricpuddle
+Abstract: puddletag is just a tag editor. Although it’s likely better
+ than what you’re used to (unless you’ve used Mp3tag, in which case
+ it’s kinda like what you’re used to).
+Section: Sound
+
+Format: HTML
+Index: /usr/share/doc/puddletag-py3/html/index.html
+Files: /usr/share/doc/puddletag-py3/html/*
bgstack15