Added help file.

CQTexperiment
vspader 2006-05-29 23:19:25 +00:00
parent b596f19c81
commit 26096a3e30
13 changed files with 136 additions and 0 deletions

BIN
Cog Help/Cog Help.helpindex Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
Cog Help/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
Cog Help/images/wheel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B

118
Cog Help/index.html Normal file
View File

@ -0,0 +1,118 @@
<!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="Cog%20Help/images/wheel.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body { font-family: "lucida grande"; font-size: 12px; }
h2 { margin-top: 30px; }
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="images/logo.png" style="width: 200px; " />
<ul style="float: right; list-style-type: none; margin-right: 20px;">
<li><a href="http://cogosx.sourceforge.net/">Cog homepage</a></li>
<li><a href="http://sbooth.org/phpBB2/index.php?c=4">Cog forums</a></li>
<li><a href="mailto:vspader@users.sourceforge.net">Developer email</a></li>
</ul>
</div>
<div class="formats" style="float: right; width: 45%; ">
<h2>Supported codecs</h2>
<ul>
<li>Ogg Vorbis</li>
<li>FLAC</li>
<li>AAC</li>
<li>MP3</li>
<li>WAV</li>
<li>AIFF</li>
<li>Musepack</li>
<li>Monkey's Audio</li>
<li>Shorten</li>
<li>WavPack</li>
<li>Apple Lossless</li>
<li>Any codec supported by Mac OS X 10.4'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>
</ul>
</div>
<div class="buttons">
<h2>Buttons</h2>
<table>
<tr>
<td class="icon"><img src="images/add_gray.png"/></td>
<td>Add tracks</td>
<td class="icon"><img src="images/remove_gray.png"/></td>
<td>Remove tracks</td>
</tr>
<tr>
<td class="icon"><img src="images/info_gray.png"/></td>
<td>Open track info in a drawer</td>
</tr>
<tr>
<td class="icon"><img src="images/shuffle_on.png"/></td>
<td>Shuffle tracks</td>
<td class="icon"><img src="images/shuffle_off.png"/></td>
<td>Don't shuffle</td>
</tr>
<tr>
<td class="icon"><img src="images/repeat_on.png"/></td>
<td>Repeat all tracks</td>
<td class="icon"><img src="images/repeat_off.png"/></td>
<td>Don't repeat</td>
</tr>
</table>
<h2>General features</h2>
<ul>
<li>Gapless playback</li>
<li>Logarithmic volume control</li>
<li>Smart shuffle</li>
<li>Seeking</li>
</ul>
</div>
</body>
</html>

View File

@ -99,6 +99,7 @@
8E757B5709F326710080F1EE /* OggFLAC.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8E75773809F31F1F0080F1EE /* OggFLAC.framework */; };
8E757C7C09F32F070080F1EE /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E757C7A09F32F070080F1EE /* AudioToolbox.framework */; };
8E757C7D09F32F070080F1EE /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E757C7B09F32F070080F1EE /* AudioUnit.framework */; };
8EB450080A2BB8B300AA711F /* Cog Help in Resources */ = {isa = PBXBuildFile; fileRef = 8EB44FF90A2BB8B300AA711F /* Cog Help */; };
/* End PBXBuildFile section */
/* Begin PBXBuildStyle section */
@ -136,6 +137,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
8EB44F4B0A2BB82B00AA711F /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 7;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
@ -277,6 +287,7 @@
8E75777809F320D50080F1EE /* SndFile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SndFile.framework; path = Libraries/SndFile/build/Release/SndFile.framework; sourceTree = "<group>"; };
8E757C7A09F32F070080F1EE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; };
8E757C7B09F32F070080F1EE /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; };
8EB44FF90A2BB8B300AA711F /* Cog Help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Cog Help"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -371,6 +382,7 @@
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
8EB44FF90A2BB8B300AA711F /* Cog Help */,
8E7575D909F31E930080F1EE /* Localizable.strings */,
8E75758E09F31D800080F1EE /* Icons */,
8D1107310486CEB800E47090 /* Info.plist */,
@ -584,6 +596,7 @@
8D11072C0486CEB800E47090 /* Sources */,
8D11072E0486CEB800E47090 /* Frameworks */,
8E757AEC09F3265E0080F1EE /* CopyFiles */,
8EB44F4B0A2BB82B00AA711F /* CopyFiles */,
);
buildRules = (
);
@ -656,6 +669,7 @@
8E7575D109F31DCA0080F1EE /* README in Resources */,
8E7575D209F31DCA0080F1EE /* TODO in Resources */,
8E7575DB09F31E930080F1EE /* Localizable.strings in Resources */,
8EB450080A2BB8B300AA711F /* Cog Help in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View File

@ -96,6 +96,10 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>0.06</string>
<key>CFBundleHelpBookFolder</key>
<string>Cog Help</string>
<key>CFBundleHelpBookName</key>
<string>Cog Help</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>