OSDN Git Service

BugTrack/692 Show page contents in search result - search2 plugin
authorumorigu <umorigu@gmail.com>
Sat, 30 Sep 2017 06:31:10 +0000 (15:31 +0900)
committerumorigu <umorigu@gmail.com>
Sat, 30 Sep 2017 06:31:10 +0000 (15:31 +0900)
commit15e6dda2512403bb7738c34bccd906842d0b6a14
treecc0c10017678c59b08f7ca06e6e46f25de84ad95
parentb173cf09225798c52005cd22cf427a4eabd97265
BugTrack/692 Show page contents in search result - search2 plugin

* Show page contents by client-side JavaScript
* Add new "search2" plugin with "skin/search2.js" JavaScript
* Toggle switch to show details or not
* Supoort both UTF-8 and EUC-JP encodings
* OR Search with "OR"-combined keywords (ex: "A OR B")
* Always show passage
* Color search texts in details view
* Color search texts in each text-found page
* Web browser requirement: HTML5 Fetch API (You can use Polyfill library)
* Server requirement: PHP5.4+ (can handle JSON)
12 files changed:
en.lng.php
ja.lng.php
lib/file.php
lib/func.php
lib/html.php
lib/link.php
plugin/search2.inc.php [new file with mode: 0644]
skin/main.js
skin/pukiwiki.css
skin/pukiwiki.skin.php
skin/search2.js [new file with mode: 0644]
skin/tdiary.css