add startpage search

This commit is contained in:
Ryan Nematz 2017-10-10 23:16:30 -04:00
parent 1e41461973
commit 4a49b261b6
5 changed files with 51 additions and 0 deletions

View File

@ -40,4 +40,5 @@ Do Not Edit! -->
<HR>
<!-- Google search via "?" in the urlbar -->
<DT><A HREF="http://www.google.com/search?q=%s" ADD_DATE="1507679199" SHORTCUTURL="?" LAST_CHARSET="UTF-8" ID="rdf:#$DfKAE2">Internet Search</A>
<DT><A HREF="https://classic.startpage.com//do/search?&query=%s" ADD_DATE="1507685020" SHORTCUTURL="?sp" LAST_CHARSET="UTF-8" ID="rdf:#$PfKAE2">Startpage Web Search</A>
</DL><p>

View File

@ -67,6 +67,7 @@
<RDF:li resource="NC:SearchCategory?engine=urn:search:engine:google.src" />
<RDF:li resource="NC:SearchCategory?engine=urn:search:engine:dmoz.src" />
<RDF:li resource="NC:SearchCategory?engine=urn:search:engine:jeeves.src" />
<RDF:li resource="NC:SearchCategory?engine=urn:search:engine:startpage.src" />
</RDF:Seq>
</RDF:RDF>

View File

@ -53,6 +53,8 @@ FILES = \
google.src \
jeeves.gif \
jeeves.src \
startpage.png \
startpage.src \
$(NULL)
endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,47 @@
# Mozilla/Netscape 6+ plugin file
# With RetroZilla modifications
# Ixquick searchbar
# Last updated: Apr 10, 2009
# Status: Working
<search
name="Startpage"
description="Startpage HTTPS Search Bar"
version = "1.0"
method="GET"
action="https://classic.startpage.com/do/dsearch"
updateCheckDays=3
queryEncoding="utf-8"
queryCharset="utf-8"
>
<input name="query" user>
<input name="cat" value="web">
<input name="pl" value="ff">
<input name="language" value="english">
<interpret
browserResultType="result"
charset = "utf-8"
>
<interpret
browserResultType = "result"
bannerStart="</head>"
bannerEnd="</nolayer>"
resultListStart="results</font></p>"
resultListEnd=""
resultItemStart="<tbody>"
resultItemEnd="<br>"
>
<interpret
browserResultType = "result"
bannerStart="</head>"
bannerEnd="</nolayer>"
resultListStart="</font><center>"
resultListEnd="<td valign=top>"
resultItemStart=""
resultItemEnd=""
>
</search>