Remove obsolete helpbook document

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
main
Christopher Snowhill 2022-07-14 16:11:20 -07:00
parent ed6f0d8f52
commit b60646a1fc
20 changed files with 0 additions and 196 deletions

View File

@ -417,8 +417,6 @@ static NSString *xmlEscapeString(NSString * string) {
NSString * plistFooter = @"\t</array>\n\
\t<key>CFBundleExecutable</key>\n\
\t<string>Cog</string>\n\
\t<key>CFBundleHelpBookFolder</key>\n\
\t<string>Cog.help</string>\n\
\t<key>CFBundleHelpBookName</key>\n\
\t<string>org.cogx.cog.help</string>\n\
\t<key>CFBundleIdentifier</key>\n\

Binary file not shown.

View File

@ -1,36 +0,0 @@
<?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>HPDBookType</key>
<string>3</string>
<key>HPDBookTitle</key>
<string>Cog Help</string>
<key>HPDBookKBURL</key>
<string>https://bitbucket.org/kode54/cog</string>
<key>HPDBookKBProduct</key>
<string>cog1</string>
<key>HPDBookIndexPath</key>
<string>Cog.helpindex</string>
<key>HPDBookIconPath</key>
<string>shrd/icon.png</string>
<key>HPDBookAccessPath</key>
<string>Cog.html</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleSignature</key>
<string>hbwr</string>
<key>CFBundleShortVersionString</key>
<string>1</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleName</key>
<string>Cog</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIdentifier</key>
<string>org.cogx.cog.help</string>
<key>CFBundleDevelopmentRegion</key>
<string>en_us</string>
</dict>
</plist>

View File

@ -1,152 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Cog Help</title>
<meta name="AppleTitle" content="Cog Help"/>
<META NAME="AppleIcon" content="../shrd/icon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
html, body, button, input, select, textarea
{ font-family: sans-serif;
font-size: 14px;
color: #5f5c52}
h1, h2, h3, strong, b
{ font-weight: 600;
color: #423f37}
a:link, a:visited { color: black; }
a:hover { text-decoration: none; }
td { width: 100px; font-weight: bold; padding-top: 10px; }
td.icon { width: auto; }
</style>
</head>
<body>
<div id="header" style="clear: both;"><img src="../shrd/logo.png" style="width: 220px; " />
<ul style="float: right; list-style-type: none; margin-right: 20px;">
<li><a href="https://cog.losno.co/">Cog homepage</a></li>
<li><a href="https://github.com/losnoco/Cog/discussions">Cog forums</a></li>
<li><a href="mailto:cog@losno.co">Developer email</a></li>
</ul>
</div>
<div class="formats" style="float: right; width: 45%; ">
<h2>Supported codecs</h2>
<ul>
<li>Ogg Vorbis</li>
<li>Ogg Opus</li>
<li>FLAC (including OggFLAC)</li>
<li>AC3 (including E-AC3)</li>
<li>DTS (including DTS HD-MA)</li>
<li>TrueHD</li>
<li>AAC</li>
<li>USAC</li>
<li>MP3</li>
<li>WAV</li>
<li>AIFF</li>
<li>Musepack</li>
<li>Monkey's Audio</li>
<li>APL (APE Linking File)</li>
<li>Shorten</li>
<li>WavPack</li>
<li>Apple Lossless (ALAC)</li>
<li>WMA Standard, Pro, Lossless, and Voice</li>
<li>TrueAudio</li>
<li>TAK (Tom's Lossless Audio Kompressor)</li>
<li>TwinVQ</li>
<li>RealAudio</li>
<li>ATRAC3</li>
<li>ATRAC3Plus</li>
<li>Direct Stream Digital (DSD)</li>
<li>Interchage File Format (IFF)</li>
<li>MIDI Sequences in various formats</li>
<li>Sequenced Module formats (IT, XM, S3M, MOD, STM, PTM, MTM, 669, PSM, AM, J2B, DSM, AMF, OKT/OKTA, UMX, etc. See: libOpenMPT)</li>
<li>Emulated Console formats supported by the Game_Music_Emu library (AY, GBS, HES, KSS, NSF/NSFE, SAP, SGC, SPC, and VGM/VGZ)</li>
<li>SID format supported by sidplayfp</li>
<li>Many Emulated Console formats utilizing the PSF format (PSF, PSF2, SSF, DSF, QSF, GSF, NCSF, 2SF, and their respective mini variants)</li>
<li>Any codec supported by Mac OS X's Core Audio API</li>
</ul>
<h2>Supported tags</h2>
<ul>
<li>Vorbis comments/FLAC tags</li>
<li>ID3v1.0, 1.1, 2.3+</li>
<li>APEv1 and v2</li>
<li>RIFF INFO chunks (and ID3v2 in `id3 ` chunks)</li>
</ul>
<h2>Supported Archive formats</h2>
<ul>
<li>ZIP</li>
<li>GZip</li>
<li>RAR (also renamed to RSN)</li>
<li>7-Zip (also renamed to VGM7Z)</li>
</ul>
</div>
<div class="buttons">
<h2>Controls</h2>
<table>
<tr>
<td class="icon"><img src="../shrd/playback.png"/></td>
<td>Play/Pause/Previous/Next</td>
</tr>
<tr>
<td class="icon"><img src="../shrd/files.png"/></td>
<td>Show/hide<br>File Drawer</td>
<td class="icon"><img src="../shrd/repeat.png"/></td>
<td>Repeat on/off</td>
</tr>
<tr>
<td class="icon"><img src="../shrd/info.png"/></td>
<td>Show/hide<br>Info Drawer</td>
<td class="icon"><img src="../shrd/shuffle.png"/></td>
<td>Shuffle on/off</td>
</tr>
</table>
<h2>General features</h2>
<ul>
<li>Notification support</li>
<li>M3U and PLS playlist</li>
<li>HTTP/S streaming</li>
<li>HTTP/S Live Streaming (HLS) of FFmpeg supported formats</li>
<li>Output device selection</li>
<li>Gapless playback</li>
<li>Logarithmic volume control</li>
<li>Smart shuffle</li>
<li>Seeking</li>
</ul>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 B

View File

@ -106,7 +106,6 @@
83256B68286661FC0036D9C0 /* libmpg123.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 83256B672866617F0036D9C0 /* libmpg123.0.dylib */; };
83256B69286661FC0036D9C0 /* libmpg123.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 83256B672866617F0036D9C0 /* libmpg123.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
832923AF279FAC400048201E /* Cog.q1.json in Resources */ = {isa = PBXBuildFile; fileRef = 832923AE279FAC400048201E /* Cog.q1.json */; };
832C1253180BD1E2005507C1 /* Cog.help in Resources */ = {isa = PBXBuildFile; fileRef = 832C1252180BD1E2005507C1 /* Cog.help */; };
832CFC4F2851AA1A002AC26F /* NSView+Visibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 832CFC4E2851AA1A002AC26F /* NSView+Visibility.m */; };
832CFC562851AA8B002AC26F /* SpectrumViewCG.m in Sources */ = {isa = PBXBuildFile; fileRef = 832CFC552851AA8B002AC26F /* SpectrumViewCG.m */; };
833D0C2527C4ABB80060E16A /* ScriptAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 833D0C2427C4ABB80060E16A /* ScriptAdditions.m */; };
@ -927,7 +926,6 @@
83229C9D283B0095004626A8 /* SpectrumWindowController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SpectrumWindowController.m; sourceTree = "<group>"; };
83256B672866617F0036D9C0 /* libmpg123.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libmpg123.0.dylib; path = ThirdParty/mpg123/lib/libmpg123.0.dylib; sourceTree = "<group>"; };
832923AE279FAC400048201E /* Cog.q1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Cog.q1.json; sourceTree = "<group>"; };
832C1252180BD1E2005507C1 /* Cog.help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Cog.help; sourceTree = "<group>"; };
832CFC4E2851AA1A002AC26F /* NSView+Visibility.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSView+Visibility.m"; sourceTree = "<group>"; };
832CFC532851AA37002AC26F /* NSView+Visibility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSView+Visibility.h"; sourceTree = "<group>"; };
832CFC542851AA8B002AC26F /* SpectrumViewCG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpectrumViewCG.h; sourceTree = SOURCE_ROOT; };
@ -1569,7 +1567,6 @@
839E56F12879625100DFB5F4 /* SADIE_D02-96000.mhr */,
837DC92F285B3F790005C58A /* DataModel.xcdatamodeld */,
8316B3922839FFD5004CC392 /* Scenes.scnassets */,
832C1252180BD1E2005507C1 /* Cog.help */,
8E07AD280AAC9BE600A4B32F /* Preference Panes */,
8E75758E09F31D800080F1EE /* Icons */,
177EC02D0B8BC2E60000BC8C /* Images */,
@ -2497,7 +2494,6 @@
83BC5AC020E4CE7D00631CD4 /* MainMenu.xib in Resources */,
83BC5ABF20E4CE7A00631CD4 /* InfoInspector.xib in Resources */,
8384915B18083EAB00E7332D /* navigatorTemplate.pdf in Resources */,
832C1253180BD1E2005507C1 /* Cog.help in Resources */,
8349270C27B4EFFC0009AB2B /* duplicateItemsTemplate.pdf in Resources */,
8384916218083EAB00E7332D /* randomizeTemplate.pdf in Resources */,
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,

View File

@ -1965,8 +1965,6 @@
</array>
<key>CFBundleExecutable</key>
<string>Cog</string>
<key>CFBundleHelpBookFolder</key>
<string>Cog.help</string>
<key>CFBundleHelpBookName</key>
<string>org.cogx.cog.help</string>
<key>CFBundleIdentifier</key>