[Groonga-commit] groonga/groonga.org at 7430bfd [gh-pages] Stop to use "/>"

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 31 12:48:25 JST 2015


Kouhei Sutou	2015-03-31 12:48:25 +0900 (Tue, 31 Mar 2015)

  New Revision: 7430bfdfd776699f5e2c42e7bab9cb613be6ef0b
  https://github.com/groonga/groonga.org/commit/7430bfdfd776699f5e2c42e7bab9cb613be6ef0b

  Message:
    Stop to use "/>"

  Modified files:
    _layouts/post.ja.html
    _layouts/skeleton.html
    ja/_posts/2014-03-29-release.textile

  Modified: _layouts/post.ja.html (+1 -1)
===================================================================
--- _layouts/post.ja.html    2015-03-30 16:11:57 +0900 (0e8a01e)
+++ _layouts/post.ja.html    2015-03-31 12:48:25 +0900 (f17b9f6)
@@ -18,7 +18,7 @@ relative_path: blog/
              width="20"
              height="20"
              style="border: none;"
-             alt="このエントリーをはてなブックマークに追加" /></a>
+             alt="このエントリーをはてなブックマークに追加"></a>
       <a href="http://twitter.com/share"
          class="twitter-share-button"
          data-lang="ja"

  Modified: _layouts/skeleton.html (+16 -16)
===================================================================
--- _layouts/skeleton.html    2015-03-30 16:11:57 +0900 (9df7296)
+++ _layouts/skeleton.html    2015-03-31 12:48:25 +0900 (7269e61)
@@ -1,37 +1,37 @@
 <!DOCTYPE html>
 <html lang="{{ page.language }}">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
   <title>Groonga - {{ page.title }}</title>
-  <meta name="author" content="Groonga Project"/>
+  <meta name="author" content="Groonga Project">
 
-  <link rel="shortcut icon" href="/favicon.ico" />
-  <link rel="icon" href="/favicon.png" />
+  <link rel="shortcut icon" href="/favicon.ico">
+  <link rel="icon" href="/favicon.png">
 
-  <meta name="google-site-verification" content="VxHy-mpdLjpXw2ttgasUPxmY2gC6voEEvZTS7PsZG0U" />
+  <meta name="google-site-verification" content="VxHy-mpdLjpXw2ttgasUPxmY2gC6voEEvZTS7PsZG0U">
 
-  <meta property="fb:page_id" content="201193596592346" /><!-- groonga -->
-  <meta property="fb:admins" content="664204556" /><!-- kouhei.sutou -->
-  <meta property="og:type" content="website" />
-  <meta property="og:image" content="{{ site.url }}/images/logos/groonga-icon-full-size.png" />
-  <meta property="og:site_name" content="Groonga" />
-  <meta property="og:url" content="{{ site.url }}{{ page.url | remove:'index.html' }}" />
-  {% if page.description %}<meta property="og:description" content="{{ page.description }}" />{% endif %}
+  <meta property="fb:page_id" content="201193596592346"><!-- groonga -->
+  <meta property="fb:admins" content="664204556"><!-- kouhei.sutou -->
+  <meta property="og:type" content="website">
+  <meta property="og:image" content="{{ site.url }}/images/logos/groonga-icon-full-size.png">
+  <meta property="og:site_name" content="Groonga">
+  <meta property="og:url" content="{{ site.url }}{{ page.url | remove:'index.html' }}">
+  {% if page.description %}<meta property="og:description" content="{{ page.description }}">{% endif %}
 
   <!--[if lt IE 9]>
   <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- syntax highlighting CSS -->
-  <link rel="stylesheet" href="/css/syntax.css" type="text/css" />
+  <link rel="stylesheet" href="/css/syntax.css" type="text/css">
   <!-- Homepage CSS -->
-  <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
+  <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection">
 
 {% case page.language %}
 {% when "en" %}
-  <link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/index.rdf" />
+  <link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/index.rdf">
 {% when "ja" %}
-  <link rel="alternate" type="application/rss+xml" title="RSS" href="/ja/blog/index.rdf" />
+  <link rel="alternate" type="application/rss+xml" title="RSS" href="/ja/blog/index.rdf">
 {% endcase %}
 
   <script>

  Modified: ja/_posts/2014-03-29-release.textile (+1 -1)
===================================================================
--- ja/_posts/2014-03-29-release.textile    2015-03-30 16:11:57 +0900 (410d152)
+++ ja/_posts/2014-03-29-release.textile    2015-03-31 12:48:25 +0900 (7d44911)
@@ -47,7 +47,7 @@ h3. データベースの肥大化を解消できるようになりました
 実際に肥大化抑制効果をongaeshiさんが検証してくれた結果がこちらのグラフです。(このグラフもongaeshiさんが提供してくれました!ありがとうございます!)
 
 <html>
-<img src="http://d3j5vwomefv46c.cloudfront.net/photos/large/843929509.png?1394947803"/>
+<img src="http://d3j5vwomefv46c.cloudfront.net/photos/large/843929509.png?1394947803">
 </html>
 
 以前のデータベースをそのまま継続して使っているとどんどん肥大化していっていますが(4.0.0-72-continue)、データベースを新規につくりなおすと肥大化を抑制できていることがわかります。(4.0.0-72-new)
-------------- next part --------------
HTML����������������������������...
Download 



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