~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to doc/sourceforge-redirects/help.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Watkins
  • Date: 2008-09-07 15:49:32 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080907154932-2jvgv76btq068fe0
Tags: 0.10.9-1
* New upstream release. (Closes: #492789)
* Moved package from contrib to main. (Closes: #492544)
* Added lintian override for 'build-depends-without-arch-dep ant', as ant is
  used in the clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html>
 
3
 
 
4
<head>
 
5
 
 
6
<script type="text/javascript" src="redirect.js"></script>
 
7
 
 
8
<script language="JavaScript" type="text/javascript">
 
9
// Redirect to the appropriate page on the new FreeGuide site.
 
10
 
 
11
var normal_redirect_location = "FAQ/";
 
12
 
 
13
var anchor_redirects = new Object();
 
14
anchor_redirects['help.faq.whatis']               = "Main/";
 
15
anchor_redirects['help.faq.howinstall']           = "DownloadAndInstall/";
 
16
anchor_redirects['help.faq.howuse']               = "UserGuide/";
 
17
anchor_redirects['help.faq.executionerror']       = "FAQ/ExecutionError";
 
18
anchor_redirects['help.faq.stoppedworking']       = "FAQ/StoppedWorking";
 
19
anchor_redirects['help.faq.uninstall-windows']    = "FAQ/UninstallWindows";
 
20
anchor_redirects['help.faq.uninstall-linux']      = "FAQ/UninstallLinux";
 
21
anchor_redirects['help.faq.choosechannelerror']   = "FAQ/ChooseChannelsFails";
 
22
anchor_redirects['help.faq.javaversion']          = "FAQ/JavaVersion";
 
23
anchor_redirects['help.faq.proxy']                = "FAQ/ProxyServer";
 
24
anchor_redirects['help.faq.channelorder']         = "FAQ/ChangeChannelOrder";
 
25
anchor_redirects['help.faq.stillmissing']         = "FAQ/MissingListings";
 
26
anchor_redirects['help.faq.somethingwrong']       = "FAQ/DiagnosingProblems";
 
27
anchor_redirects['help.faq.downloadmore']         = "FAQ/MoreThanOneWeeksListings";
 
28
anchor_redirects['help.faq.cronjob']              = "FAQ/DownloadListingsFromCron";
 
29
anchor_redirects['help.faq.othergrabbers']        = "FAQ/NonXMLTVGrabber";
 
30
anchor_redirects['help.faq.skins_not_recognised'] = "FAQ/MissingLookAndFeel";
 
31
anchor_redirects['help.faq.skins_gtk_change']     = "FAQ/ChangeGTKTheme";
 
32
anchor_redirects['help.faq.othersites']           = "Main/Links";
 
33
anchor_redirects['help.faq.plannedfeatures']      = "Developers/";
 
34
anchor_redirects['help.faq.morequestions']        = "Main/ContactUs";
 
35
 
 
36
freeguide_redirect( normal_redirect_location, anchor_redirects );
 
37
 
 
38
</script>
 
39
 
 
40
<title>Redirecting...</title>
 
41
 
 
42
</head>
 
43
 
 
44
<body>
 
45
<p>Redirecting...</p>
 
46
</body>
 
47
 
 
48
 
 
49
 
 
50
 
 
51