From 2e7ce451126342a9e77c43e757cd1ffdac00d807 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 4 Mar 2017 12:27:05 -0800 Subject: file reorg --- ext/bg/background.html | 24 +- ext/bg/guide.html | 10 +- ext/bg/img/spinner.gif | Bin 7358 -> 0 bytes ext/bg/js/templates.js | 8 +- ext/bg/legal.html | 6 +- ext/bg/options.html | 22 +- ext/bg/popup.html | 18 +- ext/bg/search.html | 16 +- ext/fg/css/frame.css | 148 - ext/fg/frame.html | 16 +- ext/fg/img/add_kanji.png | Bin 733 -> 0 bytes ext/fg/img/add_term_kana.png | Bin 286 -> 0 bytes ext/fg/img/add_term_kanji.png | Bin 733 -> 0 bytes ext/fg/img/play_audio.png | Bin 610 -> 0 bytes ext/fg/img/spinner.gif | Bin 7358 -> 0 bytes ext/fg/mp3/button.mp3 | Bin 17735 -> 0 bytes ext/fg/ttf/kanji-stroke-orders.ttf | Bin 17999116 -> 0 bytes ext/fg/ttf/vl-gothic-regular.ttf | Bin 4091660 -> 0 bytes ext/img/icon128.png | Bin 594 -> 0 bytes ext/img/icon16.png | Bin 129 -> 0 bytes ext/img/icon19.png | Bin 135 -> 0 bytes ext/img/icon38.png | Bin 196 -> 0 bytes ext/img/icon48.png | Bin 223 -> 0 bytes ext/img/icon64.png | Bin 289 -> 0 bytes .../bootstrap-3.3.7-dist/css/bootstrap-theme.css | 587 -- .../css/bootstrap-theme.css.map | 1 - .../css/bootstrap-theme.min.css | 6 - .../css/bootstrap-theme.min.css.map | 1 - ext/lib/bootstrap-3.3.7-dist/css/bootstrap.css | 6757 -------------------- ext/lib/bootstrap-3.3.7-dist/css/bootstrap.css.map | 1 - ext/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css | 6 - .../bootstrap-3.3.7-dist/css/bootstrap.min.css.map | 1 - .../fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 288 - .../fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes ext/lib/bootstrap-3.3.7-dist/js/bootstrap.js | 2377 ------- ext/lib/bootstrap-3.3.7-dist/js/bootstrap.min.js | 7 - ext/lib/bootstrap-3.3.7-dist/js/npm.js | 13 - ext/lib/bootstrap-toggle/bootstrap-toggle.min.css | 28 - ext/lib/bootstrap-toggle/bootstrap-toggle.min.js | 9 - ext/lib/dexie.min.js | 3 - ext/lib/handlebars.min.js | 81 - ext/lib/jquery-3.1.1.min.js | 4 - ext/lib/wanakana.min.js | 1 - ext/manifest.json | 24 +- ext/mixed/css/frame.css | 148 + ext/mixed/img/add_kanji.png | Bin 0 -> 733 bytes ext/mixed/img/add_term_kana.png | Bin 0 -> 286 bytes ext/mixed/img/add_term_kanji.png | Bin 0 -> 733 bytes ext/mixed/img/icon128.png | Bin 0 -> 594 bytes ext/mixed/img/icon16.png | Bin 0 -> 129 bytes ext/mixed/img/icon19.png | Bin 0 -> 135 bytes ext/mixed/img/icon38.png | Bin 0 -> 196 bytes ext/mixed/img/icon48.png | Bin 0 -> 223 bytes ext/mixed/img/icon64.png | Bin 0 -> 289 bytes ext/mixed/img/play_audio.png | Bin 0 -> 610 bytes ext/mixed/img/spinner.gif | Bin 0 -> 7358 bytes .../bootstrap-3.3.7-dist/css/bootstrap-theme.css | 587 ++ .../css/bootstrap-theme.css.map | 1 + .../css/bootstrap-theme.min.css | 6 + .../css/bootstrap-theme.min.css.map | 1 + .../lib/bootstrap-3.3.7-dist/css/bootstrap.css | 6757 ++++++++++++++++++++ .../lib/bootstrap-3.3.7-dist/css/bootstrap.css.map | 1 + .../lib/bootstrap-3.3.7-dist/css/bootstrap.min.css | 6 + .../bootstrap-3.3.7-dist/css/bootstrap.min.css.map | 1 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes .../fonts/glyphicons-halflings-regular.svg | 288 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes ext/mixed/lib/bootstrap-3.3.7-dist/js/bootstrap.js | 2377 +++++++ .../lib/bootstrap-3.3.7-dist/js/bootstrap.min.js | 7 + ext/mixed/lib/bootstrap-3.3.7-dist/js/npm.js | 13 + .../lib/bootstrap-toggle/bootstrap-toggle.min.css | 28 + .../lib/bootstrap-toggle/bootstrap-toggle.min.js | 9 + ext/mixed/lib/dexie.min.js | 3 + ext/mixed/lib/handlebars.min.js | 81 + ext/mixed/lib/jquery-3.1.1.min.js | 4 + ext/mixed/lib/wanakana.min.js | 1 + ext/mixed/mp3/button.mp3 | Bin 0 -> 17735 bytes ext/mixed/ttf/kanji-stroke-orders.ttf | Bin 0 -> 17999116 bytes ext/mixed/ttf/vl-gothic-regular.ttf | Bin 0 -> 4091660 bytes tmpl/kanji.html | 2 +- tmpl/terms.html | 6 +- 86 files changed, 10395 insertions(+), 10395 deletions(-) delete mode 100644 ext/bg/img/spinner.gif delete mode 100644 ext/fg/css/frame.css delete mode 100644 ext/fg/img/add_kanji.png delete mode 100644 ext/fg/img/add_term_kana.png delete mode 100644 ext/fg/img/add_term_kanji.png delete mode 100644 ext/fg/img/play_audio.png delete mode 100644 ext/fg/img/spinner.gif delete mode 100644 ext/fg/mp3/button.mp3 delete mode 100644 ext/fg/ttf/kanji-stroke-orders.ttf delete mode 100644 ext/fg/ttf/vl-gothic-regular.ttf delete mode 100644 ext/img/icon128.png delete mode 100644 ext/img/icon16.png delete mode 100644 ext/img/icon19.png delete mode 100644 ext/img/icon38.png delete mode 100644 ext/img/icon48.png delete mode 100644 ext/img/icon64.png delete mode 100644 ext/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.css delete mode 100644 ext/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map delete mode 100644 ext/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css delete mode 100644 ext/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map delete mode 100644 ext/lib/bootstrap-3.3.7-dist/css/bootstrap.css delete mode 100644 ext/lib/bootstrap-3.3.7-dist/css/bootstrap.css.map delete mode 100644 ext/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css delete mode 100644 ext/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css.map delete mode 100644 ext/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot delete mode 100644 ext/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg delete mode 100644 ext/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf delete mode 100644 ext/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff delete mode 100644 ext/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 delete mode 100644 ext/lib/bootstrap-3.3.7-dist/js/bootstrap.js delete mode 100644 ext/lib/bootstrap-3.3.7-dist/js/bootstrap.min.js delete mode 100644 ext/lib/bootstrap-3.3.7-dist/js/npm.js delete mode 100644 ext/lib/bootstrap-toggle/bootstrap-toggle.min.css delete mode 100644 ext/lib/bootstrap-toggle/bootstrap-toggle.min.js delete mode 100644 ext/lib/dexie.min.js delete mode 100644 ext/lib/handlebars.min.js delete mode 100644 ext/lib/jquery-3.1.1.min.js delete mode 100644 ext/lib/wanakana.min.js create mode 100644 ext/mixed/css/frame.css create mode 100644 ext/mixed/img/add_kanji.png create mode 100644 ext/mixed/img/add_term_kana.png create mode 100644 ext/mixed/img/add_term_kanji.png create mode 100644 ext/mixed/img/icon128.png create mode 100644 ext/mixed/img/icon16.png create mode 100644 ext/mixed/img/icon19.png create mode 100644 ext/mixed/img/icon38.png create mode 100644 ext/mixed/img/icon48.png create mode 100644 ext/mixed/img/icon64.png create mode 100644 ext/mixed/img/play_audio.png create mode 100644 ext/mixed/img/spinner.gif create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.css create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.css create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.css.map create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css.map create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/js/bootstrap.js create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/js/bootstrap.min.js create mode 100644 ext/mixed/lib/bootstrap-3.3.7-dist/js/npm.js create mode 100644 ext/mixed/lib/bootstrap-toggle/bootstrap-toggle.min.css create mode 100644 ext/mixed/lib/bootstrap-toggle/bootstrap-toggle.min.js create mode 100644 ext/mixed/lib/dexie.min.js create mode 100644 ext/mixed/lib/handlebars.min.js create mode 100644 ext/mixed/lib/jquery-3.1.1.min.js create mode 100644 ext/mixed/lib/wanakana.min.js create mode 100644 ext/mixed/mp3/button.mp3 create mode 100644 ext/mixed/ttf/kanji-stroke-orders.ttf create mode 100644 ext/mixed/ttf/vl-gothic-regular.ttf diff --git a/ext/bg/background.html b/ext/bg/background.html index eecadf1e..3c7b0dd9 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/ext/bg/guide.html b/ext/bg/guide.html index 521cec19..2d8c6536 100644 --- a/ext/bg/guide.html +++ b/ext/bg/guide.html @@ -3,11 +3,11 @@ Welcome to Yomichan! - - + + -
+
@@ -23,10 +23,10 @@

    -
  1. Click on the icon in the browser toolbar to open the Yomichan options page.
  2. +
  3. Click on the icon in the browser toolbar to open the Yomichan options page.
  4. Import the dictionaries (bundled or custom) you wish to use for term and Kanji searches.
  5. Hold down Shift (or the middle mouse button) as you hover over text to see term definitions.
  6. -
  7. Click on the icon to hear the term pronounced by a native speaker (if audio is available).
  8. +
  9. Click on the icon to hear the term pronounced by a native speaker (if audio is available).
  10. Click on Kanji in the definition window to view additional information about that character.
diff --git a/ext/bg/img/spinner.gif b/ext/bg/img/spinner.gif deleted file mode 100644 index 8ed30cb6..00000000 Binary files a/ext/bg/img/spinner.gif and /dev/null differ diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index f8306b1b..0fa41b36 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -302,7 +302,7 @@ templates['kanji.html'] = template({"1":function(container,depth0,helpers,partia return " \n"; + + "\">\n"; },"4":function(container,depth0,helpers,partials,data) { var stack1; @@ -459,15 +459,15 @@ templates['terms.html'] = template({"1":function(container,depth0,helpers,partia return " \n \n \n"; + + "\">\n"; },"15":function(container,depth0,helpers,partials,data) { var helper; return " \n"; + + "\">\n"; },"17":function(container,depth0,helpers,partials,data) { var stack1, helper, options, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", buffer = "
"; diff --git a/ext/bg/legal.html b/ext/bg/legal.html index 9be89f72..f3ca4e01 100644 --- a/ext/bg/legal.html +++ b/ext/bg/legal.html @@ -3,11 +3,11 @@ Yomichan Legal - - + + -
+

Yomichan License

 Copyright (C) 2016  Alex Yatskov
diff --git a/ext/bg/options.html b/ext/bg/options.html
index 7739c540..7d95860b 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -3,8 +3,8 @@
     
         
         Yomichan Options
-        
-        
+        
+