[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Make the community page multi-columns

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 5日 (木) 10:29:44 JST


SHIMODA Hiroshi	2012-07-05 10:29:44 +0900 (Thu, 05 Jul 2012)

  New Revision: af763affccc4907ea98fb9356c0897fa2ffd87bc
  https://github.com/groonga/gcs.groonga.org/commit/af763affccc4907ea98fb9356c0897fa2ffd87bc

  Log:
    Make the community page multi-columns

  Added files:
    stylesheets/screen/community.css
  Modified files:
    _layouts/default.html
    community/index.md
    stylesheets/screen/base.css

  Modified: _layouts/default.html (+3 -1)
===================================================================
--- _layouts/default.html    2012-07-05 10:23:36 +0900 (0566ec4)
+++ _layouts/default.html    2012-07-05 10:29:44 +0900 (e357c05)
@@ -22,7 +22,9 @@
   <body{% if page.id %} id="page-{{ page.id }}"{% endif %}>
     {% include facebook-sdk.html %}
     <h1 id="global-heading"><a href="/">Groonga CloudSearch</a></h1>
-    {{ content }}
+    <section id="content">
+      {{ content }}
+    </section>
     <nav>
       <ul>
         <li><a href="/docs/">Documentation</a></li>

  Modified: community/index.md (+41 -0)
===================================================================
--- community/index.md    2012-07-05 10:23:36 +0900 (199aa8f)
+++ community/index.md    2012-07-05 10:29:44 +0900 (e42a246)
@@ -1,6 +1,7 @@
 ---
 title: Community
 layout: default
+style: screen/community.css
 ---
 # Community
 
@@ -10,6 +11,8 @@ about Groonga CloudSearch with other users and developers. You can
 also join Groonga CloudSearch development to resolve your problems.
 There are many places where you can communicate on the internet.
 
+<!--
+
 ## <img src="/images/github-octocats-32.png" alt="" />GitHub
 
 [groonga/gcs](https://github.com/groonga/gcs) is the repository of
@@ -58,3 +61,41 @@ page to share your Groonga CloudSearch related information.
 [@groonga](https://twitter.com/groonga) also announces about Groonga
 CloudSearch related information. You can mention to it to ask Groonga
 CloudSearch related questions.
+
+-->
+
+<div class="communities" id="communities-1">
+
+<h2 id="github"><img alt="" src="/images/github-octocats-32.png" />GitHub</h2>
+
+<p><a href="https://github.com/groonga/gcs">groonga/gcs</a> is the repository of Groonga CloudSearch.</p>
+
+<p>If you find a bug or have a feature request, submit it to <a href="https://github.com/groonga/gcs/issues">the issue tracker on GitHub</a>. Pull request is also welcome.</p>
+
+<p><a href="https://github.com/groonga/gcs/wiki">The Wiki on GitHub</a> is used for developers. There are <a href="https://github.com/groonga/gcs/wiki/Roadmap">the roadmap</a>, documents to start to develop Groonga CloudSearch itself and so on.</p>
+
+<p><a href="https://github.com/groonga/gcs.groonga.org">groonga/gcs.groonga.org</a> is the repository of http://gcs.groonga.org/.</p>
+
+<h2 id="mailing_list"><img alt="" src="/images/mail-32.png" />Mailing List</h2>
+
+<p>The <a href="https://lists.sourceforge.net/lists/listinfo/groonga-talk">groonga-talk mailing list</a> is used for announcements and discussion about Groonga CloudSearch. You can use it to get the latest information about Groonga CloudSearch and ask your problems.</p>
+
+<p>Note that the mailing list is also used for <a href="../docs/faq/#search-engine">groonga</a>. So you will receive mails that doesn&#8217;t talk about Groonga CloudSearch.</p>
+
+</div>
+
+<div class="communities" id="communities-2">
+
+<h2 id="blog"><img alt="" src="/images/blog-32.png" />Blog</h2>
+
+<p><a href="/blog/">Groonga CloudSearch Blog</a> announces about Groonga CloudSearch related information. To get the latest information about Groonga CloudSearch, subscribe the blog. You can comment to each post via Facebook.</p>
+
+<h2 id="facebook"><img alt="" src="/images/facebook-32.png" />Facebook</h2>
+
+<p><a href="https://www.facebook.com/GroongaCloudSearch">Groonga CloudSearch Faceboock page</a> also announces about Groonga CloudSearch related information. You can also use the page to share your Groonga CloudSearch related information.</p>
+
+<h2 id="twitter"><img alt="" src="/images/twitter-32.png" />Twitter</h2>
+
+<p><a href="https://twitter.com/groonga">@groonga</a> also announces about Groonga CloudSearch related information. You can mention to it to ask Groonga CloudSearch related questions.</p>
+
+</div>

  Modified: stylesheets/screen/base.css (+1 -0)
===================================================================
--- stylesheets/screen/base.css    2012-07-05 10:23:36 +0900 (e4487d1)
+++ stylesheets/screen/base.css    2012-07-05 10:29:44 +0900 (2e79f0c)
@@ -109,6 +109,7 @@ nav ul li {
 
 footer {
   border-top: 1px solid;
+  clear: both;
   font-size: 95%;
   margin: 2em -10% 0;
   padding: 1em 10% 0;

  Added: stylesheets/screen/community.css (+12 -0) 100644
===================================================================
--- /dev/null
+++ stylesheets/screen/community.css    2012-07-05 10:29:44 +0900 (2496980)
@@ -0,0 +1,12 @@
+.communities {
+  width: 48%;
+  margin-bottom: 2em;
+}
+
+#communities-1 {
+  float: left;
+}
+
+#communities-2 {
+  float: right;
+}
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index