summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/index-page.sh2
-rw-r--r--src/info-reader/Info.plist14
2 files changed, 15 insertions, 1 deletions
diff --git a/src/index-page.sh b/src/index-page.sh
index 7a1b60d..ef398af 100755
--- a/src/index-page.sh
+++ b/src/index-page.sh
@@ -13,7 +13,7 @@ get_title() {
pup -p -f "$FILE" 'title text{}' | \
tr -d \\n | \
- sed 's/(GNU[^)]*)$//' | \
+ sed 's/ (GNU[^)]*)$//' | \
sed 's/\"/\"\"/g'
}
diff --git a/src/info-reader/Info.plist b/src/info-reader/Info.plist
new file mode 100644
index 0000000..d2c9d34
--- /dev/null
+++ b/src/info-reader/Info.plist
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleIdentifier</key>
+ <string>standaloneinforeader</string>
+ <key>CFBundleName</key>
+ <string>Standalone Info Reader</string>
+ <key>DocSetPlatformFamily</key>
+ <string>info</string>
+ <key>isDashDocset</key>
+ <true/>
+</dict>
+</plist>