forked from quicksilver/QSApp.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.php
119 lines (89 loc) · 5.25 KB
/
support.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="en" />
<meta content="" name="description" />
<meta name="Keywords" content="" />
<title>Quicksilver — Support & Wiki</title>
<?php include('template/head.tpl'); ?>
</head>
<body>
<div id="Container">
<?php include('template/logo.tpl'); ?>
<?php include('template/nav.tpl'); ?>
<div id="Page-Top"></div>
<div id="Page">
<h1>Quicksilver Support & Wiki</h1>
<div class="Page-Break"></div>
<div class="Support-Item">
<div class="Support-Icon">
<img src="images/Wiki.png" alt="Manual" />
</div>
<div class="Support-Description">
<h3>Quicksilver Wiki</h3>
<p>See the <a href="/wiki">Quicksilver Wiki</a> for information on Plugins, AppleScript Actions, Interfaces and more. Or help add to the knowledgebase by contributing to the Wiki.<br /></p>
</div>
<div class="clear"></div>
</div> <!-- Support Item -->
<div class="Support-Item">
<div class="Support-Icon">
<img src="images/FAQ.png" alt="Manual" />
</div>
<div class="Support-Description">
<h3>FAQ</h3>
<p>See the <a href="http://qsapp.com/wiki/FAQ">FAQ Page</a> in the Quicksilver Wiki for a list of Frequently Asked Questions. <br /></p>
</div>
<div class="clear"></div>
</div> <!-- Support Item -->
<div class="Support-Item">
<div class="Support-Icon">
<img src="images/GoogleGroups.png" alt="Google Groups" />
</div>
<div class="Support-Description">
<h3>Quicksilver Support Group</h3>
<p> Quicksilver support is available from the <a href="https://groups.google.com/forum/?fromgroups#!forum/blacktree-quicksilver">Quicksilver Discussion Group</a>.<br />
Development discussion is made in the <a href="https://groups.google.com/forum/?fromgroups#!forum/quicksilver---development">Quicksilver Developer's Group</a> <br /></p>
</div>
<div class="clear"></div>
</div> <!-- Support Item -->
<div class="Support-Item">
<div class="Support-Icon">
<img src="images/Manual.png" alt="Manual" />
</div>
<div class="Support-Description">
<h3>Quicksilver Manual</h3>
<p>Howard Melman has written an <a href="/docs/Quicksilver.pdf">extensive manual</a> giving detailed information on how to use Quicksilver, along with a Quicksilver <a href="/docs/QSRef.pdf">Quick Reference Guide</a>. The Quick Reference has been updated for version 1.0.0. The full manual should follow soon.</p>
</div>
<div class="clear"></div>
</div> <!-- Support Item -->
<div class="Support-Item">
<div class="Support-Icon">
<img src="images/Twitter.png" alt="Twitter" />
</div>
<div class="Support-Description">
<h3>LoveQuicksilver Twitter & Blog</h3>
<p>For support and tips, visit the <a href="http://twitter.com/lovequicksilver">@LoveQuicksilver</a> twitter page.<br />
The <a href="http://www.lovequicksilver.com/">Quicksilver blog</a> is useful for finding tips and sharing your own.<br />
</p>
</div>
<div class="clear"></div>
</div> <!-- Support Item -->
<div class="Support-Item">
<div class="Support-Icon">
<img src="images/BugReport.png" alt="Bug Report" />
</div>
<div class="Support-Description">
<h3>Bug Reporting</h3>
<p> To report a bug, issue or a feature request for Quicksilver, use the <a href="https://github.com/quicksilver/Quicksilver/issues">Quicksilver Bug Reporter</a>.<br />
</p>
</div>
<div class="clear"></div>
</div> <!-- Support Item -->
</div> <!-- Page -->
<div id="Page-Bottom"></div>
<?php include('template/footer.tpl'); ?>
</div> <!-- Container -->
</body>
</html>