[Groonga-commit] groonga/groonga at 99a0def [master] doc: remove needless language icons

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 22 12:18:04 JST 2015


Kouhei Sutou	2015-04-22 12:18:04 +0900 (Wed, 22 Apr 2015)

  New Revision: 99a0deff2629b51dd7af614a9da10a423906b8c9
  https://github.com/groonga/groonga/commit/99a0deff2629b51dd7af614a9da10a423906b8c9

  Message:
    doc: remove needless language icons

  Removed files:
    doc/themes/groonga/static/jp.png
    doc/themes/groonga/static/us.png
  Modified files:
    doc/files.am
    doc/themes/groonga/layout.html

  Modified: doc/files.am (+0 -6)
===================================================================
--- doc/files.am    2015-04-22 12:11:01 +0900 (b871ae0)
+++ doc/files.am    2015-04-22 12:18:04 +0900 (fd2d92b)
@@ -645,10 +645,8 @@ absolute_theme_files = \
 	$(top_srcdir)/doc/themes/groonga/static/favicon.ico \
 	$(top_srcdir)/doc/themes/groonga/static/groonga.css_t \
 	$(top_srcdir)/doc/themes/groonga/static/header-background.png \
-	$(top_srcdir)/doc/themes/groonga/static/jp.png \
 	$(top_srcdir)/doc/themes/groonga/static/logo.png \
 	$(top_srcdir)/doc/themes/groonga/static/navigation-bar.png \
-	$(top_srcdir)/doc/themes/groonga/static/us.png \
 	$(top_srcdir)/doc/themes/groonga/theme.conf \
 	$(NULL)
 
@@ -1299,10 +1297,8 @@ theme_files_relative_from_doc_dir = \
 	themes/groonga/static/favicon.ico \
 	themes/groonga/static/groonga.css_t \
 	themes/groonga/static/header-background.png \
-	themes/groonga/static/jp.png \
 	themes/groonga/static/logo.png \
 	themes/groonga/static/navigation-bar.png \
-	themes/groonga/static/us.png \
 	themes/groonga/theme.conf \
 	$(NULL)
 
@@ -1623,7 +1619,6 @@ html_files_relative_from_locale_dir = \
 	html/_static/file.png \
 	html/_static/groonga.css \
 	html/_static/header-background.png \
-	html/_static/jp.png \
 	html/_static/jquery.js \
 	html/_static/logo.png \
 	html/_static/minus.png \
@@ -1634,7 +1629,6 @@ html_files_relative_from_locale_dir = \
 	html/_static/underscore.js \
 	html/_static/up-pressed.png \
 	html/_static/up.png \
-	html/_static/us.png \
 	html/_static/websupport.js \
 	html/characteristic.html \
 	html/client.html \

  Modified: doc/themes/groonga/layout.html (+2 -2)
===================================================================
--- doc/themes/groonga/layout.html    2015-04-22 12:11:01 +0900 (c21f244)
+++ doc/themes/groonga/layout.html    2015-04-22 12:18:04 +0900 (71d0bd1)
@@ -28,10 +28,10 @@
   <div class="other-language-links">
     <ul>
 {%- if language != "en" %}
-      <li><a href="{{ pathto('../../en/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/us.png', 1) }}" alt="English">English page</a></li>
+      <li><a href="{{ pathto('../../en/html/', 1) }}{{ pathto(pagename, 0, '.') }}">English</a></li>
 {%- endif %}
 {%- if language != "ja" %}
-      <li><a href="{{ pathto('../../ja/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/jp.png', 1) }}" alt="日本語">日本語版はこちら</a></li>
+      <li><a href="{{ pathto('../../ja/html/', 1) }}{{ pathto(pagename, 0, '.') }}">日本語</a></li>
 {%- endif %}
     </ul>
   </div>

  Deleted: doc/themes/groonga/static/jp.png (+0 -0) 100644
===================================================================
(Binary files differ)

  Deleted: doc/themes/groonga/static/us.png (+0 -0) 100644
===================================================================
(Binary files differ)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index