mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* move sql files into its own folder. * move outdated updates out of the update folder, sorted by github tags * split up the db dump so my editor doesn't try to hang itself if i dare to touch that file
2 lines
2.1 KiB
SQL
2 lines
2.1 KiB
SQL
UPDATE aowow_articles SET `article` = '[menu tab=2 path=2,8]\r\n\r\nSearch plugins make it easy to search the database right from your browser!\r\n\r\n[toc h3=false]\r\n\r\n[h2][img src=STATIC_URL/images/help/searchplugins/firefox.png border=0 margin=5 float=left]Firefox[/h2]\r\n\r\n[div float=right align=right][img border=2 src=STATIC_URL/images/help/searchplugins/os-firefox.png][/div]\r\n\r\n[script]\r\nfunction addPlugin()\r\n{\r\n if (typeof window.external.AddSearchProvider == "function")\r\n window.external.AddSearchProvider("STATIC_URL/download/searchplugins/aowow.xml");\r\n else\r\n alert("This feature is unavailable.");\r\n}\r\n[/script]\r\n[pad]\r\nEither\r\n[ul]\r\n[li]Click on the button below to install the search plugin in your browser or[/li]\r\n[li]Right-click your address bar and then clck on "Add AoWoW" or[/li]\r\n[li]Click on the [img src=STATIC_URL/images/icons/add.png border=0] on the browser search bar and then on [img src=STATIC_URL/images/icons/add.png border=0] "Add search engine"[/li]\r\n[/ul]\r\n\r\n[pad]\r\n[html]<a href="javascript:;" class="button-red" onclick="addPlugin()" style="float: left; margin-left: 0"><em><b><i>Install plugin</i></b><span>Install plugin</span></em></a>[/html]\r\n[div clear=both][/div]\r\n\r\n[h2][img src=STATIC_URL/images/help/searchplugins/edge.png border=0 float=left][img src=STATIC_URL/images/help/searchplugins/chrome.png border=0 float=left]MS Edge / Google Chrome[/h2]\r\n\r\n[div float=right align=right][img border=2 src=STATIC_URL/images/help/searchplugins/os-edge.png][/div]\r\n[pad]\r\nFor Chrome-based browsers go to settings and fill in the add search engine form as shown.\r\n[pad]\r\n[div width=500px]\r\n[pre]HOST_URL/?search=%s[img src=STATIC_URL/images/icons/pages.gif float=right][/pre]\r\n[/div]\r\n[script]\r\nsetTimeout(() => $WH.clickToCopy($WH.qs("pre > img"), "HOST_URL/?search=%s"), 100);\r\n[/script]\r\n[pad]\r\nSave your changes, and you\'ll be able to perform Aowow searches by typing "db" followed by the search terms in the address bar (e.g. db sword).\r\n[div clear=both][/div]\r\n' WHERE `url` = 'searchplugins' AND `locale` = 0;
|