Skip to content

Commit

Permalink
Merge pull request #2 from rafi-d/master
Browse files Browse the repository at this point in the history
.uTorrent Help - file(s)
  • Loading branch information
aqk committed Oct 24, 2012
2 parents 750a067 + e6e1daa commit c3de7cf
Show file tree
Hide file tree
Showing 95 changed files with 4,110 additions and 1,387 deletions.
17 changes: 9 additions & 8 deletions buildscript.sh
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#!/bin/bash
echo "This CHM compiler script will only work on cygwin. Requires 7z.exe and 7z.dll!"
VERSION=220
VERSION=321
BTVERSION=720
REVISION=23235
REVISION=28086
DATE=$(date +"%Y%m%d")
DIR=$(dirname $0);
BTDIR=/tmp/bittorrent
cd $DIR
which hhc.exe > /dev/null 2>&1
if [ $? -eq 0 ]; then
hhc='hhc.exe'
hhc='hhc.exe'
else
hhc='./hhc.exe'
hhc='./hhc.exe'
fi
which 7z >/dev/null 2>&1
if [ $? -eq 0 ]; then
compress='7z';
compress='7z';
else
compress='./7z';
compress='./7z';
fi
mkdir $BTDIR/
mkdir $DIR/output
Expand All @@ -26,7 +26,7 @@ cp -R $DIR/resources/* $BTDIR/
for i in "$BTDIR/html/*" "$BTDIR/*.h*"; do
sed -i s/'µTorrent'/BitTorrent/g $i;
sed -i s/v2.2/v7.2/g $i;
sed -i s/µTorrent/BitTorrent/g $i;
sed -i s/µTorrent/BitTorrent/g $i;
sed -i s/main\.png/main_bittorrent.png/g $i;
sed -i s/icon\.ico/icon_bittorrent\.ico/g $i;
done
Expand All @@ -47,4 +47,5 @@ rm $DIR/output/utorrent-help-${VERSION}0.zip
$compress a -tzip -y -mx=9 $(cygpath -w $DIR/output/utorrent-help-${VERSION}0.zip) $(cygpath -w $DIR/resources/utorrent.chm) $(cygpath -w $DIR/resources/version.txt)
mv $DIR/resources/utorrent.log $DIR/output/
rm $DIR/resources/utorrent.chm
rm $DIR/resources/version.txt
rm $DIR/resources/version.txt

41 changes: 20 additions & 21 deletions resources/html/AppendixA.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
<!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>Appendix A: The &micro;Torrent Interface</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="icon" href="../img/icon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="../style.css" type="text/css" />
</head>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head>

<title>Appendix A: The µTorrent Interface</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="../img/icon.ico" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="../style.css" type="text/css"></head>

<body>
<div id="wrapper">
<div class="navi" id="naviTop">
<ul>
<li><a href="Chapter03_04.html">&laquo;&nbsp; Previous</a></li>
<li><a href="AppendixA_01.html">Next &nbsp;&raquo;</a></li>
<li><a href="Chapter03_04.html">«&nbsp; Previous</a></li>
<li><a href="AppendixA_01.html">Next &nbsp;»</a></li>
</ul>
</div>
<div id="header">
<a href="../index.html">&micro;Torrent User Manual</a>
<h1>Appendix A: The &micro;Torrent Interface</h1>
<a href="../index.html">µTorrent User Manual</a>
<h1>Appendix A: The µTorrent Interface</h1>
</div>
<div id="content">

<p>This appendix provides detailed descriptions of most of the interface elements in &micro;Torrent.</p>
<p>This appendix provides detailed descriptions of most of the interface elements in µTorrent.</p>
<ul>
<li><a href="AppendixA_01.html">Main Window</a>
<ul class="sublist">
Expand Down Expand Up @@ -52,13 +51,14 @@ <h1>Appendix A: The &micro;Torrent Interface</h1>
<li><a href="AppendixA_02_06.html">BitTorrent</a></li>
<li><a href="AppendixA_02_07.html">Transfer Cap</a></li>
<li><a href="AppendixA_02_08.html">Queueing</a></li>
<li><a href="AppendixA_02_09.html">Scheduler</a></li>
<li><a href="AppendixA_02_10.html">Web UI</a></li>
<li><a href="AppendixA_02_11.html">Playback</a></li>
<li><a href="AppendixA_02_12.html">Advanced</a>
<li><a href="AppendixA_02_09.html">Scheduler</a></li><li><a href="AppendixA_02_10.html">Remote</a>
</li><li><a href="AppendixA_02_11.html">Playback</a></li><li><a href="AppendixA_02_11a.html">DNA</a></li><li><a href="AppendixA_02_11b.html">Paired
Devices</a></li><li><a href="AppendixA_02_12.html">Advanced</a>
<ul class="sublist">
<li><a href="AppendixA_02_12_01.html">UI Extras</a></li>
<li><a href="AppendixA_02_12_02.html">Disk Cache</a></li>
<li><a href="AppendixA_02_12_02.html">Disk Cache</a></li><li><a href="AppendixA_02_12_03.html">Web
UI</a></li><li><a href="AppendixA_02_12_04.html">Run
Program</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -88,10 +88,9 @@ <h1>Appendix A: The &micro;Torrent Interface</h1>
</div>
<div class="navi" id="naviBot">
<ul>
<li><a href="Chapter03_04.html">&laquo;&nbsp; Previous</a></li>
<li><a href="AppendixA_01.html">Next &nbsp;&raquo;</a></li>
<li><a href="Chapter03_04.html">«&nbsp; Previous</a></li>
<li><a href="AppendixA_01.html">Next &nbsp;»</a></li>
</ul>
</div>
</div>
</body>
</html>
</body></html>
106 changes: 71 additions & 35 deletions resources/html/AppendixA_01_01.html

Large diffs are not rendered by default.

Loading

0 comments on commit c3de7cf

Please sign in to comment.