-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.php
35 lines (26 loc) · 1.94 KB
/
intro.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
<?
require_once("sessionStart.php");
require_once("header.php");
?>
<p><b>What is this site?</b>
<p> This is a web based search assistant to make searching on the web easier. It provides a sidebar for you regular searches and makes it easy to keep track of what you searched for in the past.
<br>
<p>Suppose you search for PHP related terms regularly (probably you are learning and using it) then you will get side bar whenever you search any term containing "php".
<p>Check it out here: <a href="search.htm#%23php">http://temilan.com/Red/search#%23php</a>
<p><b>How should I start using it?</b>
<p> Add <i><b>Red</b></i> as your default search engine. <a href="#" onclick="installSearchEngine(); return false;">Click Here</a>
<p>Add some keyword <a href="keywords.php">here</a> And magic will start.
<p>For more information on how to get started click <a href="start.php">Getting started</a>
<br>
<p><b>What about my privacy? I am not comfortable letting my all search queries pass through Red.</b>
<p> In simple words, you don't have to worry about Red logging your searches since nothing will be logged without your explicit knowledge.
<p> Searches that don't contain "<a href="keywords.php">tracked keywords</a>" won't be tracked by Red. Red will know only about the searches that you explicitly ask to track.
<p> Red will have <b>zero</b> footprint (No network traffic, no log on our server or any server, no client side log) for other searches.
<p> For people who know little bit about computer(little javascript/html/http knowledge is enough), you don't have to go with my word. Check source of <a href="search.htm">search.htm</a> and see it for yourself.
<p> For little long explaination go check <a href="privacy.php">privacy</a>.
<br>
<p><b>I have some suggestions. I want to see a feature. Or just want to say hi..</b>
<p> Leave me a mail here at <a href="mailto:[email protected]?subject=Feedback on Red">[email protected]</a>
<?
require_once("footer.php");
?>