476
edits
Karasuhebi (talk | contribs) |
(rollback to last version by worf, fix prebug) |
||
Line 11: | Line 11: | ||
<i>Example:</i> | <i>Example:</i> | ||
<pre>anidb eva</pre> | |||
===The manual way=== | ===The manual way=== | ||
The .reg file imports the code below into your Windows Registry - the code you get in rowaars13's file is the same. Use the manual way if his reg file is not available anymore.<br> | The .reg file imports the code below into your Windows Registry - the code you get in rowaars13's file is the same. Use the manual way if his reg file is not available anymore.<br> | ||
Open Notepad and enter the following text:<br> | Open Notepad and enter the following text:<br> | ||
<pre>REGEDIT4 | |||
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\anidb] | |||
@="http://anidb.info/perl-bin/animedb.pl?show=animelist&adb.search=%s" | |||
" "="+" | |||
"+"="%2B" | |||
"%"="%25" | |||
"&"="%26" | |||
"#"="%23"</pre> | |||
Save the file as "import.reg" (or whatever you like, as long as you name it .reg) - to do so you have to choose "All Files" in the "File Type" drop down box (the line under the one where you put the name of the file). | Save the file as "import.reg" (or whatever you like, as long as you name it .reg) - to do so you have to choose "All Files" in the "File Type" drop down box (the line under the one where you put the name of the file). | ||
Line 41: | Line 49: | ||
===Automatic way for both Mozilla & Firefox=== | ===Automatic way for both Mozilla & Firefox=== | ||
Simply use the down-arrow in the search-field in the upper right corner of the Firefox window. Choose "Add Engines". This will take you to mozdev.org's search engine page.<br> | |||
Put "AniDB" into the search field and press "Find search plugins".<br> | |||
The search result should be:<br> | |||
<pre>1. Computer | |||
* Anime DB en-WW (anidb.net) by Ben Snider [last updated: 20.03.2004]</pre> | |||
Click on "Anime DB" and Mozilla/Firefox will ask you whether you want to add this search. Choose yes. | |||
To search: use the drop-down arrow in the search field (again, upper right hand corner), choose the AniDB search and you are ready to go. | To search: use the drop-down arrow in the search field (again, upper right hand corner), choose the AniDB search and you are ready to go. | ||
Line 64: | Line 80: | ||
Add the following code: | Add the following code: | ||
<pre>[Search Engine 2] | |||
Name=&AniDB | |||
URL=http://anidb.info/perl-bin/animedb.pl?show=animelist&adb.search=%s | |||
Query= | |||
Key=a | |||
Is post=0 | |||
Has endseparator=0 | |||
Encoding=utf-8 | |||
Search Type=1 | |||
Verbtext=17063 | |||
Position=-1 | |||
Nameid=0</pre> | |||
Note that you might have to change the key and the number according to your other entries in that file. | Note that you might have to change the key and the number according to your other entries in that file. | ||
[[Category:Misc]] | [[Category:Misc]] |
edits