rabbit-theme-groonga 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.rd +91 -0
- data/Rakefile +15 -0
- data/config.yaml +12 -0
- data/data/droonga-icon-full-size.png +0 -0
- data/data/droonga-icon-full-size.svg +22 -0
- data/data/droonga-icon.png +0 -0
- data/data/droonga-icon.svg +21 -0
- data/data/groonga-icon-full-size.png +0 -0
- data/data/groonga-icon-full-size.svg +97 -0
- data/data/groonga-icon.png +0 -0
- data/data/groonga-icon.svg +93 -0
- data/data/mroonga-icon-full-size.png +0 -0
- data/data/mroonga-icon-full-size.svg +97 -0
- data/data/mroonga-icon.png +0 -0
- data/data/mroonga-icon.svg +93 -0
- data/data/nroonga-icon-full-size.png +0 -0
- data/data/nroonga-icon-full-size.svg +107 -0
- data/data/nroonga-icon.png +0 -0
- data/data/nroonga-icon.svg +93 -0
- data/data/rroonga-icon-full-size.png +0 -0
- data/data/rroonga-icon-full-size.svg +107 -0
- data/data/rroonga-icon.png +0 -0
- data/data/rroonga-icon.svg +93 -0
- data/pdf/theme-benchmark-en.pdf +0 -0
- data/pdf/theme-benchmark-ja.pdf +0 -0
- data/theme.rb +200 -0
- metadata +84 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: fd0243ca86e90db001ed47e0bfef5fa89d6ac5d2
|
4
|
+
data.tar.gz: 6c076ac0d89eeaf07aefc83aa9b84413be42bf84
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 58c3db78cce6d2857656b6e81177cc6dfe42541674d627081aa54fe6e59de254c93e07f57059ef4817bdbaa78b20d1cf50a44c87e33cc995752ac348421e4047
|
7
|
+
data.tar.gz: f049be91e98f7ed041094458743cf8a29ab10513653f5531e421131fa694553e44d78160784b653e7cbd66b1bf609584d21d84f741a4539fcf4364a854d9a1b4
|
data/README.rd
ADDED
@@ -0,0 +1,91 @@
|
|
1
|
+
= Groogna theme
|
2
|
+
|
3
|
+
The Rabbit theme for Groonga family.
|
4
|
+
|
5
|
+
== For author
|
6
|
+
|
7
|
+
=== Show
|
8
|
+
|
9
|
+
rake
|
10
|
+
|
11
|
+
=== Publish
|
12
|
+
|
13
|
+
rake publish
|
14
|
+
|
15
|
+
== For users
|
16
|
+
|
17
|
+
=== Install
|
18
|
+
|
19
|
+
gem install rabbit-theme-groonga
|
20
|
+
|
21
|
+
=== Show
|
22
|
+
|
23
|
+
rabbit -t rabbit-theme-groonga rabbit-theme-benchmark-en.gem
|
24
|
+
|
25
|
+
== Customize
|
26
|
+
|
27
|
+
=== Change product
|
28
|
+
|
29
|
+
You can choose one of products in Groonga family. Here are available
|
30
|
+
products:
|
31
|
+
|
32
|
+
* Groonga
|
33
|
+
* Rroonga
|
34
|
+
* Mroonga
|
35
|
+
* Droonga
|
36
|
+
|
37
|
+
The default is Groonga.
|
38
|
+
|
39
|
+
If you want to change product to Rroonga from Groonga, change your
|
40
|
+
slide source to use your custom theme.
|
41
|
+
|
42
|
+
Before:
|
43
|
+
|
44
|
+
= Title
|
45
|
+
|
46
|
+
: theme
|
47
|
+
groonga
|
48
|
+
|
49
|
+
After:
|
50
|
+
|
51
|
+
= Title
|
52
|
+
|
53
|
+
: theme
|
54
|
+
.
|
55
|
+
|
56
|
+
Then put "theme.rb" to the directory that locates your slide source
|
57
|
+
with the following content:
|
58
|
+
|
59
|
+
@groonga_product = "rroonga" # Use downcase product name
|
60
|
+
include_theme("groonga")
|
61
|
+
|
62
|
+
You will find Rroonga logo is used in your slide.
|
63
|
+
|
64
|
+
If you want to use other product such as Mroonga, use "mroonga"
|
65
|
+
instead of "rroonga".
|
66
|
+
|
67
|
+
=== Run as slide show mode
|
68
|
+
|
69
|
+
You can show your slide for exhibit by using slide show mode. On slide
|
70
|
+
show mode, your slide is moved to the next page automatically. When
|
71
|
+
your slide goes to the last page, your slide goes to the first page.
|
72
|
+
|
73
|
+
Set "RABBIT_SLIDE_SHOW" environment variable to use slide show mode
|
74
|
+
like the following:
|
75
|
+
|
76
|
+
% RABBIT_SLIDE_SHOW=yes rake
|
77
|
+
|
78
|
+
== License
|
79
|
+
|
80
|
+
This theme and related files are licensed under ((<CC BY
|
81
|
+
3.0|URL:http://creativecommons.org/licenses/by/3.0/>)).
|
82
|
+
|
83
|
+
Use one of the following as the author:
|
84
|
+
|
85
|
+
* Groonga Project
|
86
|
+
* Groongaプロジェクト
|
87
|
+
|
88
|
+
Provided patches, codes and so on are also licensed under the same
|
89
|
+
licenses. Groonga Project can change the license of them. Groonga
|
90
|
+
Project considers that contributors agree with the rule when they
|
91
|
+
contribute their patches, codes and so on.
|
data/Rakefile
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
# Copyright (C) 2013 Groonga Project
|
2
|
+
#
|
3
|
+
# License: CC BY 3.0
|
4
|
+
|
5
|
+
require "rabbit/task/theme"
|
6
|
+
|
7
|
+
spec = nil
|
8
|
+
Rabbit::Task::Theme.new do |task|
|
9
|
+
spec = task.spec
|
10
|
+
end
|
11
|
+
|
12
|
+
desc "Tag the current version"
|
13
|
+
task :tag do
|
14
|
+
sh("git", "tag", "-a", "-m", "#{spec.version} released!!!", spec.version.to_s)
|
15
|
+
end
|
data/config.yaml
ADDED
Binary file
|
@@ -0,0 +1,22 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1"
|
5
|
+
id="svg4522" sodipodi:docname="nroonga-icon-full-size.svg" inkscape:version="0.48.3.1 r9886" inkscape:export-filename="nroonga-icon-full-size.png" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:cc="http://creativecommons.org/ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" inkscape:export-ydpi="90" inkscape:export-xdpi="90"
|
6
|
+
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="199.804px"
|
7
|
+
height="200.857px" viewBox="0 0 199.804 200.857" enable-background="new 0 0 199.804 200.857" xml:space="preserve">
|
8
|
+
<sodipodi:namedview id="base" inkscape:pageshadow="2" fit-margin-bottom="5" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:window-y="217" inkscape:pageopacity="0.0" inkscape:window-width="902" inkscape:window-height="442" inkscape:window-x="2200" fit-margin-right="5" inkscape:window-maximized="0" inkscape:cy="78.573219" fit-margin-left="5" bordercolor="#666666" inkscape:zoom="0.9899495" inkscape:cx="143.90298" fit-margin-top="5" pagecolor="#ffffff" borderopacity="1.0" showgrid="false">
|
9
|
+
</sodipodi:namedview>
|
10
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.9995" y1="100.429" x2="194.8052" y2="100.429">
|
11
|
+
<stop offset="0.0061" style="stop-color:#AE5881"/>
|
12
|
+
<stop offset="1" style="stop-color:#90196E"/>
|
13
|
+
</linearGradient>
|
14
|
+
<path fill="url(#SVGID_1_)" d="M92.782,22.662c-7.069,7.07-12.426,16.156-15.214,26.174c-18.375-0.281-36.81,6.873-51.433,21.499
|
15
|
+
C1.512,94.956-6.143,139.626,28.154,173.923c28.857,28.857,71.954,29.291,100.233,1.009c13.37-13.376,21.887-31.772,22.069-51.229
|
16
|
+
c9.492-2.524,18.521-7.582,26.219-15.267c21.036-21.048,27.471-57.212-0.939-85.638C152.044-0.883,116.386-0.937,92.782,22.662z
|
17
|
+
M170.268,84.424c-4.039,4.039-9.209,7.027-14.919,8.658c-9.15,2.621-14.077,2.353-17.226,7.602
|
18
|
+
c-3.149,5.252-2.802,5.871-2.661,15.705c0.167,11.16-4.036,22.729-14.559,33.254c-16.086,16.086-45.78,19.671-67.633-2.18
|
19
|
+
C36.054,130.24,27.977,101.26,50.92,78.319c8.517-8.508,20.762-13.541,33.64-13.312c8.953,0.158,9.997,0.481,15.762-2.128
|
20
|
+
c5.774-2.634,3.271-8.469,6.718-18.766c1.683-5.02,4.673-9.965,9.353-14.65c12.477-12.473,35.445-15.332,52.272,1.485
|
21
|
+
C182.37,44.662,188.179,66.51,170.268,84.424z"/>
|
22
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1"
|
5
|
+
id="svg5211" sodipodi:docname="譁ー隕上ラ繧ュ繝・繝。繝ウ繝35" inkscape:version="0.48.1 r9760" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:cc="http://creativecommons.org/ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60px" height="60px"
|
7
|
+
viewBox="0 0 60 60" enable-background="new 0 0 60 60" xml:space="preserve">
|
8
|
+
<sodipodi:namedview id="base" inkscape:pageshadow="2" fit-margin-bottom="0" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:window-y="361" inkscape:pageopacity="0.0" inkscape:window-width="902" inkscape:window-height="442" inkscape:window-x="2484" fit-margin-right="0" inkscape:window-maximized="0" inkscape:cy="2.7065346" fit-margin-left="0" bordercolor="#666666" inkscape:zoom="1.4" inkscape:cx="100.06073" fit-margin-top="0" pagecolor="#ffffff" borderopacity="1.0" showgrid="false">
|
9
|
+
</sodipodi:namedview>
|
10
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="0" y1="30" x2="59.9995" y2="30">
|
11
|
+
<stop offset="0.0061" style="stop-color:#AE5881"/>
|
12
|
+
<stop offset="1" style="stop-color:#90196E"/>
|
13
|
+
</linearGradient>
|
14
|
+
<path fill="url(#SVGID_1_)" d="M23.622,6.298c-2.52,2.521-4.43,5.761-5.424,9.333C11.704,15.532,5.192,18.041,0,23.162v36.465
|
15
|
+
c0.118,0.125,0.234,0.25,0.355,0.373h36.527c4.438-4.714,7.241-11.019,7.305-17.674c3.385-0.9,6.604-2.702,9.349-5.444
|
16
|
+
c7.501-7.504,9.795-20.399-0.336-30.535C44.752-2.097,32.038-2.117,23.622,6.298z M51.25,28.321c-1.44,1.44-3.283,2.505-5.319,3.086
|
17
|
+
c-3.263,0.936-5.02,0.839-6.142,2.71c-1.124,1.874-0.999,2.096-0.95,5.602c0.061,3.98-1.438,8.103-5.19,11.857
|
18
|
+
c-5.736,5.734-16.323,7.014-24.116-0.778c-6.139-6.14-9.019-16.474-0.837-24.654c3.036-3.034,7.403-4.828,11.994-4.747
|
19
|
+
c3.192,0.057,3.564,0.171,5.62-0.759c2.059-0.939,1.167-3.02,2.396-6.691c0.601-1.79,1.666-3.553,3.334-5.224
|
20
|
+
c4.45-4.448,12.64-5.467,18.639,0.529C55.566,14.143,57.636,21.933,51.25,28.321z"/>
|
21
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,97 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="199.804"
|
14
|
+
height="200.85736"
|
15
|
+
id="svg3635"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.3.1 r9886"
|
18
|
+
sodipodi:docname="groonga-icon-full-size.svg"
|
19
|
+
inkscape:export-filename="groonga-icon-full-size.png"
|
20
|
+
inkscape:export-xdpi="90"
|
21
|
+
inkscape:export-ydpi="90">
|
22
|
+
<defs
|
23
|
+
id="defs3637">
|
24
|
+
<linearGradient
|
25
|
+
gradientTransform="translate(-419.62671,208.8676)"
|
26
|
+
id="SVGID_1_"
|
27
|
+
gradientUnits="userSpaceOnUse"
|
28
|
+
x1="223.6167"
|
29
|
+
y1="76.3564"
|
30
|
+
x2="223.6167"
|
31
|
+
y2="137.38029">
|
32
|
+
<stop
|
33
|
+
offset="0"
|
34
|
+
style="stop-color:#3FA9F5"
|
35
|
+
id="stop160" />
|
36
|
+
<stop
|
37
|
+
offset="1"
|
38
|
+
style="stop-color:#0071BC"
|
39
|
+
id="stop162" />
|
40
|
+
</linearGradient>
|
41
|
+
<linearGradient
|
42
|
+
inkscape:collect="always"
|
43
|
+
xlink:href="#SVGID_1_"
|
44
|
+
id="linearGradient2994"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="matrix(3.0240925,0,0,3.0240925,-289.39052,88.167588)"
|
47
|
+
x1="223.6167"
|
48
|
+
y1="76.3564"
|
49
|
+
x2="223.6167"
|
50
|
+
y2="137.38029" />
|
51
|
+
</defs>
|
52
|
+
<sodipodi:namedview
|
53
|
+
id="base"
|
54
|
+
pagecolor="#ffffff"
|
55
|
+
bordercolor="#666666"
|
56
|
+
borderopacity="1.0"
|
57
|
+
inkscape:pageopacity="0"
|
58
|
+
inkscape:pageshadow="2"
|
59
|
+
inkscape:zoom="1.4"
|
60
|
+
inkscape:cx="144.78679"
|
61
|
+
inkscape:cy="33.072478"
|
62
|
+
inkscape:document-units="px"
|
63
|
+
inkscape:current-layer="layer1"
|
64
|
+
showgrid="false"
|
65
|
+
fit-margin-top="5"
|
66
|
+
fit-margin-left="5"
|
67
|
+
fit-margin-right="5"
|
68
|
+
fit-margin-bottom="5"
|
69
|
+
inkscape:window-width="902"
|
70
|
+
inkscape:window-height="705"
|
71
|
+
inkscape:window-x="2174"
|
72
|
+
inkscape:window-y="122"
|
73
|
+
inkscape:window-maximized="0" />
|
74
|
+
<metadata
|
75
|
+
id="metadata3640">
|
76
|
+
<rdf:RDF>
|
77
|
+
<cc:Work
|
78
|
+
rdf:about="">
|
79
|
+
<dc:format>image/svg+xml</dc:format>
|
80
|
+
<dc:type
|
81
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
82
|
+
<dc:title></dc:title>
|
83
|
+
</cc:Work>
|
84
|
+
</rdf:RDF>
|
85
|
+
</metadata>
|
86
|
+
<g
|
87
|
+
inkscape:label="レイヤー 1"
|
88
|
+
inkscape:groupmode="layer"
|
89
|
+
id="layer1"
|
90
|
+
transform="translate(-286.94516,-317.99663)">
|
91
|
+
<path
|
92
|
+
style="fill:url(#linearGradient2994)"
|
93
|
+
inkscape:connector-curvature="0"
|
94
|
+
d="m 379.72928,340.66117 c -7.06731,7.06429 -12.426,16.1547 -15.21724,26.1705 -18.37438,-0.28124 -36.80623,6.87377 -51.43075,21.5013 -24.62215,24.61914 -32.27916,69.29104 2.01708,103.58424 28.8559,28.85891 71.95223,29.29438 100.23355,1.00702 13.36951,-13.37859 21.88233,-31.77111 22.0668,-51.22813 9.49565,-2.52511 18.52257,-7.58139 26.21888,-15.26864 21.03559,-21.04466 27.47691,-57.2128 -0.94049,-85.63625 -23.68772,-23.67865 -59.35084,-23.73005 -82.94783,-0.13004 z m 77.4833,61.75802 c -4.03716,4.04623 -9.20837,7.028 -14.91483,8.66101 -9.15393,2.62188 -14.0832,2.34972 -17.23128,7.60558 -3.14808,5.24681 -2.80031,5.86675 -2.66121,15.70714 0.16935,11.15588 -4.03111,22.72001 -14.55495,33.2499 -16.08818,16.08212 -45.78476,19.6687 -67.63685,-2.18037 -17.21617,-17.21918 -25.29654,-46.20209 -2.35275,-69.14587 8.51585,-8.50678 20.76342,-13.53887 33.64001,-13.31207 8.95434,0.16028 9.99765,0.48689 15.76156,-2.12895 5.773,-2.62794 3.27207,-8.46443 6.71955,-18.7645 1.68139,-5.01999 4.67221,-9.96136 9.35049,-14.6487 12.4774,-12.47741 35.44539,-15.33821 52.27144,1.48483 13.70821,13.71425 19.52052,35.5603 1.60882,53.472 z"
|
95
|
+
id="path164" />
|
96
|
+
</g>
|
97
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,93 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="59.99931"
|
14
|
+
height="59.999016"
|
15
|
+
id="svg5041"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.1 r9760"
|
18
|
+
sodipodi:docname="新規ドキュメント 28">
|
19
|
+
<defs
|
20
|
+
id="defs5043">
|
21
|
+
<linearGradient
|
22
|
+
id="SVGID_13_"
|
23
|
+
gradientUnits="userSpaceOnUse"
|
24
|
+
x1="147.7168"
|
25
|
+
y1="437.05859"
|
26
|
+
x2="147.7168"
|
27
|
+
y2="505.11819">
|
28
|
+
<stop
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#3FA9F5"
|
31
|
+
id="stop4080" />
|
32
|
+
<stop
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#0071BC"
|
35
|
+
id="stop4082" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
gradientTransform="translate(283.71192,-26.123877)"
|
39
|
+
y2="505.11819"
|
40
|
+
x2="147.7168"
|
41
|
+
y1="437.05859"
|
42
|
+
x1="147.7168"
|
43
|
+
gradientUnits="userSpaceOnUse"
|
44
|
+
id="linearGradient5070"
|
45
|
+
xlink:href="#SVGID_13_"
|
46
|
+
inkscape:collect="always" />
|
47
|
+
</defs>
|
48
|
+
<sodipodi:namedview
|
49
|
+
id="base"
|
50
|
+
pagecolor="#ffffff"
|
51
|
+
bordercolor="#666666"
|
52
|
+
borderopacity="1.0"
|
53
|
+
inkscape:pageopacity="0.0"
|
54
|
+
inkscape:pageshadow="2"
|
55
|
+
inkscape:zoom="1.979899"
|
56
|
+
inkscape:cx="-109.40067"
|
57
|
+
inkscape:cy="43.539451"
|
58
|
+
inkscape:document-units="px"
|
59
|
+
inkscape:current-layer="layer1"
|
60
|
+
showgrid="false"
|
61
|
+
fit-margin-top="0"
|
62
|
+
fit-margin-left="0"
|
63
|
+
fit-margin-right="0"
|
64
|
+
fit-margin-bottom="0"
|
65
|
+
inkscape:window-width="902"
|
66
|
+
inkscape:window-height="442"
|
67
|
+
inkscape:window-x="1928"
|
68
|
+
inkscape:window-y="52"
|
69
|
+
inkscape:window-maximized="0" />
|
70
|
+
<metadata
|
71
|
+
id="metadata5046">
|
72
|
+
<rdf:RDF>
|
73
|
+
<cc:Work
|
74
|
+
rdf:about="">
|
75
|
+
<dc:format>image/svg+xml</dc:format>
|
76
|
+
<dc:type
|
77
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
78
|
+
<dc:title></dc:title>
|
79
|
+
</cc:Work>
|
80
|
+
</rdf:RDF>
|
81
|
+
</metadata>
|
82
|
+
<g
|
83
|
+
inkscape:label="レイヤー 1"
|
84
|
+
inkscape:groupmode="layer"
|
85
|
+
id="layer1"
|
86
|
+
transform="translate(-401.42892,-410.9341)">
|
87
|
+
<path
|
88
|
+
style="fill:url(#linearGradient5070)"
|
89
|
+
inkscape:connector-curvature="0"
|
90
|
+
d="m 454.96192,447.81712 c 7.502,-7.505 9.799,-20.401 -0.335,-30.538 -4.223,-4.222 -9.513,-6.337 -14.799,-6.345 h -0.005 c -5.286,-0.007 -10.568,2.093 -14.775,6.299 -2.522,2.52 -4.433,5.76 -5.428,9.33 -6.49,-0.099 -13.001,2.411 -18.191,7.53 v 36.48 c 0.114,0.12 0.227,0.241 0.344,0.36 h 25.518 11.027 c 4.434,-4.717 7.234,-11.018 7.295,-17.672 3.385,-0.898 6.606,-2.7 9.349,-5.444 z m -13.748,-2.759 c -1.122,1.873 -0.998,2.089 -0.95,5.602 0.062,3.979 -1.436,8.102 -5.188,11.854 -5.737,5.737 -16.327,7.017 -24.119,-0.776 -6.14,-6.14 -9.021,-16.475 -0.84,-24.658 3.038,-3.034 7.405,-4.827 11.998,-4.745 3.193,0.055 3.564,0.174 5.621,-0.76 2.058,-0.938 1.166,-3.019 2.396,-6.692 0.6,-1.792 1.667,-3.551 3.333,-5.224 4.451,-4.448 12.642,-5.469 18.642,0.531 4.887,4.887 6.96,12.677 0.573,19.065 -1.442,1.444 -3.285,2.509 -5.32,3.087 -3.265,0.937 -5.023,0.838 -6.146,2.716 z"
|
91
|
+
id="path4084" />
|
92
|
+
</g>
|
93
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,97 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="199.80432"
|
14
|
+
height="200.86072"
|
15
|
+
id="svg4429"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.3.1 r9886"
|
18
|
+
sodipodi:docname="mroonga-icon-full-size.svg"
|
19
|
+
inkscape:export-filename="mroonga-icon-full-size.png"
|
20
|
+
inkscape:export-xdpi="90"
|
21
|
+
inkscape:export-ydpi="90">
|
22
|
+
<defs
|
23
|
+
id="defs4431">
|
24
|
+
<linearGradient
|
25
|
+
gradientTransform="translate(405.03952,235.75369)"
|
26
|
+
id="SVGID_2_"
|
27
|
+
gradientUnits="userSpaceOnUse"
|
28
|
+
x1="223.6167"
|
29
|
+
y1="166.2236"
|
30
|
+
x2="223.6167"
|
31
|
+
y2="228.2177">
|
32
|
+
<stop
|
33
|
+
offset="0"
|
34
|
+
style="stop-color:#F8BB5E"
|
35
|
+
id="stop3925" />
|
36
|
+
<stop
|
37
|
+
offset="1"
|
38
|
+
style="stop-color:#FF931E"
|
39
|
+
id="stop3927" />
|
40
|
+
</linearGradient>
|
41
|
+
<linearGradient
|
42
|
+
inkscape:collect="always"
|
43
|
+
xlink:href="#SVGID_2_"
|
44
|
+
id="linearGradient2994"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="matrix(3.0240976,0,0,3.0240976,-75.850759,-189.87639)"
|
47
|
+
x1="223.6167"
|
48
|
+
y1="166.2236"
|
49
|
+
x2="223.6167"
|
50
|
+
y2="228.2177" />
|
51
|
+
</defs>
|
52
|
+
<sodipodi:namedview
|
53
|
+
id="base"
|
54
|
+
pagecolor="#ffffff"
|
55
|
+
bordercolor="#666666"
|
56
|
+
borderopacity="1.0"
|
57
|
+
inkscape:pageopacity="0.0"
|
58
|
+
inkscape:pageshadow="2"
|
59
|
+
inkscape:zoom="1.4"
|
60
|
+
inkscape:cx="-3.669379"
|
61
|
+
inkscape:cy="107.05295"
|
62
|
+
inkscape:document-units="px"
|
63
|
+
inkscape:current-layer="layer1"
|
64
|
+
showgrid="false"
|
65
|
+
fit-margin-top="5"
|
66
|
+
fit-margin-left="5"
|
67
|
+
fit-margin-right="5"
|
68
|
+
fit-margin-bottom="5"
|
69
|
+
inkscape:window-width="1244"
|
70
|
+
inkscape:window-height="632"
|
71
|
+
inkscape:window-x="1984"
|
72
|
+
inkscape:window-y="341"
|
73
|
+
inkscape:window-maximized="0" />
|
74
|
+
<metadata
|
75
|
+
id="metadata4434">
|
76
|
+
<rdf:RDF>
|
77
|
+
<cc:Work
|
78
|
+
rdf:about="">
|
79
|
+
<dc:format>image/svg+xml</dc:format>
|
80
|
+
<dc:type
|
81
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
82
|
+
<dc:title></dc:title>
|
83
|
+
</cc:Work>
|
84
|
+
</rdf:RDF>
|
85
|
+
</metadata>
|
86
|
+
<g
|
87
|
+
inkscape:label="レイヤー 1"
|
88
|
+
inkscape:groupmode="layer"
|
89
|
+
id="layer1"
|
90
|
+
transform="translate(-500.4859,-304.25654)">
|
91
|
+
<path
|
92
|
+
style="fill:url(#linearGradient2994)"
|
93
|
+
inkscape:connector-curvature="0"
|
94
|
+
d="m 593.27016,326.92074 c -7.06731,7.06732 -12.42602,16.15777 -15.21726,26.17355 -18.37442,-0.28423 -36.8063,6.87078 -51.43081,21.50135 -24.62221,24.61919 -32.27923,69.28813 2.01704,103.5844 28.85597,28.85899 71.95238,29.29444 100.23374,1.01007 13.36953,-13.37859 21.88235,-31.7742 22.06684,-51.23124 9.49566,-2.52813 18.5226,-7.58139 26.21894,-15.26867 21.0356,-21.04469 27.47693,-57.21288 -0.94049,-85.63639 -23.68778,-23.68172 -59.35096,-23.73314 -82.948,-0.13301 z m 77.48344,61.76115 c -4.03718,4.04019 -9.20837,7.02799 -14.91486,8.65497 -9.15391,2.62493 -14.08323,2.35275 -17.2313,7.60563 -3.14808,5.24982 -2.80031,5.86977 -2.66122,15.70715 0.16937,11.15587 -4.03108,22.72305 -14.55499,33.25298 -16.08816,16.08214 -45.78482,19.66872 -67.63693,-2.18343 -17.2162,-17.22223 -25.29659,-46.20216 -2.35278,-69.14598 8.51589,-8.50678 20.76348,-13.53887 33.6401,-13.30903 8.95432,0.15417 9.99763,0.48383 15.76157,-2.12898 5.77301,-2.63097 3.27209,-8.46749 6.71954,-18.76453 1.68142,-5.01999 4.67222,-9.96441 9.35054,-14.64875 12.47743,-12.47741 35.44542,-15.33821 52.27151,1.48182 13.70824,13.71431 19.52054,35.56339 1.60882,53.47815 z"
|
95
|
+
id="path3929" />
|
96
|
+
</g>
|
97
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,93 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="59.99931"
|
14
|
+
height="59.999016"
|
15
|
+
id="svg5138"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.1 r9760"
|
18
|
+
sodipodi:docname="新規ドキュメント 32">
|
19
|
+
<defs
|
20
|
+
id="defs5140">
|
21
|
+
<linearGradient
|
22
|
+
id="SVGID_14_"
|
23
|
+
gradientUnits="userSpaceOnUse"
|
24
|
+
x1="227.7168"
|
25
|
+
y1="437.05859"
|
26
|
+
x2="227.7168"
|
27
|
+
y2="505.11819">
|
28
|
+
<stop
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#F8BB5E"
|
31
|
+
id="stop4087" />
|
32
|
+
<stop
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#FF931E"
|
35
|
+
id="stop4089" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
gradientTransform="translate(297.99763,51.01898)"
|
39
|
+
y2="505.11819"
|
40
|
+
x2="227.7168"
|
41
|
+
y1="437.05859"
|
42
|
+
x1="227.7168"
|
43
|
+
gradientUnits="userSpaceOnUse"
|
44
|
+
id="linearGradient5136"
|
45
|
+
xlink:href="#SVGID_14_"
|
46
|
+
inkscape:collect="always" />
|
47
|
+
</defs>
|
48
|
+
<sodipodi:namedview
|
49
|
+
id="base"
|
50
|
+
pagecolor="#ffffff"
|
51
|
+
bordercolor="#666666"
|
52
|
+
borderopacity="1.0"
|
53
|
+
inkscape:pageopacity="0.0"
|
54
|
+
inkscape:pageshadow="2"
|
55
|
+
inkscape:zoom="1.4"
|
56
|
+
inkscape:cx="24.432041"
|
57
|
+
inkscape:cy="35.346817"
|
58
|
+
inkscape:document-units="px"
|
59
|
+
inkscape:current-layer="layer1"
|
60
|
+
showgrid="false"
|
61
|
+
fit-margin-top="0"
|
62
|
+
fit-margin-left="0"
|
63
|
+
fit-margin-right="0"
|
64
|
+
fit-margin-bottom="0"
|
65
|
+
inkscape:window-width="902"
|
66
|
+
inkscape:window-height="442"
|
67
|
+
inkscape:window-x="2666"
|
68
|
+
inkscape:window-y="446"
|
69
|
+
inkscape:window-maximized="0" />
|
70
|
+
<metadata
|
71
|
+
id="metadata5143">
|
72
|
+
<rdf:RDF>
|
73
|
+
<cc:Work
|
74
|
+
rdf:about="">
|
75
|
+
<dc:format>image/svg+xml</dc:format>
|
76
|
+
<dc:type
|
77
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
78
|
+
<dc:title></dc:title>
|
79
|
+
</cc:Work>
|
80
|
+
</rdf:RDF>
|
81
|
+
</metadata>
|
82
|
+
<g
|
83
|
+
inkscape:label="レイヤー 1"
|
84
|
+
inkscape:groupmode="layer"
|
85
|
+
id="layer1"
|
86
|
+
transform="translate(-495.71463,-488.07696)">
|
87
|
+
<path
|
88
|
+
style="fill:url(#linearGradient5136)"
|
89
|
+
inkscape:connector-curvature="0"
|
90
|
+
d="m 549.24763,524.95998 c 7.502,-7.505 9.799,-20.401 -0.335,-30.538 -4.223,-4.222 -9.513,-6.337 -14.799,-6.345 h -0.005 c -5.286,-0.007 -10.568,2.093 -14.775,6.299 -2.522,2.52 -4.433,5.76 -5.428,9.33 -6.49,-0.099 -13.001,2.411 -18.191,7.53 v 36.48 c 0.114,0.12 0.227,0.241 0.344,0.36 h 25.518 11.027 c 4.434,-4.717 7.234,-11.018 7.295,-17.672 3.385,-0.898 6.606,-2.7 9.349,-5.444 z m -13.748,-2.759 c -1.122,1.873 -0.998,2.089 -0.95,5.602 0.062,3.979 -1.436,8.102 -5.188,11.854 -5.737,5.737 -16.327,7.017 -24.119,-0.776 -6.14,-6.14 -9.021,-16.475 -0.84,-24.658 3.038,-3.034 7.405,-4.827 11.998,-4.745 3.193,0.055 3.564,0.174 5.621,-0.76 2.058,-0.938 1.166,-3.019 2.396,-6.692 0.6,-1.792 1.667,-3.551 3.333,-5.224 4.451,-4.448 12.642,-5.469 18.642,0.531 4.887,4.887 6.96,12.677 0.573,19.065 -1.442,1.444 -3.285,2.509 -5.32,3.087 -3.265,0.937 -5.023,0.838 -6.146,2.716 z"
|
91
|
+
id="path4091" />
|
92
|
+
</g>
|
93
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="199.804"
|
14
|
+
height="200.85701"
|
15
|
+
id="svg4522"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.3.1 r9886"
|
18
|
+
sodipodi:docname="nroonga-icon-full-size.svg"
|
19
|
+
inkscape:export-filename="nroonga-icon-full-size.png"
|
20
|
+
inkscape:export-xdpi="90"
|
21
|
+
inkscape:export-ydpi="90">
|
22
|
+
<defs
|
23
|
+
id="defs4524">
|
24
|
+
<linearGradient
|
25
|
+
gradientTransform="translate(496.09341,431.09054)"
|
26
|
+
id="SVGID_3_"
|
27
|
+
gradientUnits="userSpaceOnUse"
|
28
|
+
x1="223.6167"
|
29
|
+
y1="254.24409"
|
30
|
+
x2="223.6167"
|
31
|
+
y2="319.0174">
|
32
|
+
<stop
|
33
|
+
offset="0"
|
34
|
+
style="stop-color:#8CC84B"
|
35
|
+
id="stop3942" />
|
36
|
+
<stop
|
37
|
+
offset="1"
|
38
|
+
style="stop-color:#6BA025"
|
39
|
+
id="stop3944" />
|
40
|
+
</linearGradient>
|
41
|
+
<linearGradient
|
42
|
+
inkscape:collect="always"
|
43
|
+
xlink:href="#SVGID_3_"
|
44
|
+
id="linearGradient4561"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="translate(496.09341,431.09054)"
|
47
|
+
x1="223.6167"
|
48
|
+
y1="254.24409"
|
49
|
+
x2="223.6167"
|
50
|
+
y2="319.0174" />
|
51
|
+
<linearGradient
|
52
|
+
inkscape:collect="always"
|
53
|
+
xlink:href="#SVGID_3_"
|
54
|
+
id="linearGradient3123"
|
55
|
+
gradientUnits="userSpaceOnUse"
|
56
|
+
gradientTransform="matrix(3.0240925,0,0,3.0240925,43.472464,-149.79555)"
|
57
|
+
x1="223.6167"
|
58
|
+
y1="254.24409"
|
59
|
+
x2="223.6167"
|
60
|
+
y2="319.0174" />
|
61
|
+
</defs>
|
62
|
+
<sodipodi:namedview
|
63
|
+
id="base"
|
64
|
+
pagecolor="#ffffff"
|
65
|
+
bordercolor="#666666"
|
66
|
+
borderopacity="1.0"
|
67
|
+
inkscape:pageopacity="0.0"
|
68
|
+
inkscape:pageshadow="2"
|
69
|
+
inkscape:zoom="0.9899495"
|
70
|
+
inkscape:cx="143.90298"
|
71
|
+
inkscape:cy="78.573219"
|
72
|
+
inkscape:document-units="px"
|
73
|
+
inkscape:current-layer="layer1"
|
74
|
+
showgrid="false"
|
75
|
+
fit-margin-top="5"
|
76
|
+
fit-margin-left="5"
|
77
|
+
fit-margin-right="5"
|
78
|
+
fit-margin-bottom="5"
|
79
|
+
inkscape:window-width="902"
|
80
|
+
inkscape:window-height="442"
|
81
|
+
inkscape:window-x="2200"
|
82
|
+
inkscape:window-y="217"
|
83
|
+
inkscape:window-maximized="0" />
|
84
|
+
<metadata
|
85
|
+
id="metadata4527">
|
86
|
+
<rdf:RDF>
|
87
|
+
<cc:Work
|
88
|
+
rdf:about="">
|
89
|
+
<dc:format>image/svg+xml</dc:format>
|
90
|
+
<dc:type
|
91
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
92
|
+
<dc:title></dc:title>
|
93
|
+
</cc:Work>
|
94
|
+
</rdf:RDF>
|
95
|
+
</metadata>
|
96
|
+
<g
|
97
|
+
inkscape:label="レイヤー 1"
|
98
|
+
inkscape:groupmode="layer"
|
99
|
+
id="layer1"
|
100
|
+
transform="translate(-619.80813,-617.64797)">
|
101
|
+
<path
|
102
|
+
style="fill:url(#linearGradient3123)"
|
103
|
+
inkscape:connector-curvature="0"
|
104
|
+
d="m 712.59225,640.31214 c -7.0673,7.06428 -12.426,16.1547 -15.21723,26.17352 -18.37439,-0.28427 -36.80623,6.87376 -51.43074,21.49827 -24.62217,24.61611 -32.27917,69.28801 2.01707,103.58424 28.85589,28.85589 71.95223,29.29741 100.23354,1.00703 13.36952,-13.37557 21.88234,-31.7681 22.06681,-51.22813 9.49565,-2.52814 18.52256,-7.58443 26.21888,-15.26562 21.03559,-21.04769 27.4769,-57.21281 -0.94049,-85.63625 -23.68772,-23.68167 -59.35084,-23.73308 -82.94784,-0.13306 z m 77.4833,61.75499 c -4.03716,4.04321 -9.20836,7.02799 -14.91482,8.65495 -9.15393,2.62189 -14.0832,2.35577 -17.23128,7.60862 -3.14808,5.2468 -2.80031,5.86674 -2.66121,15.70714 0.16935,11.15285 -4.03111,22.72 -14.55495,33.24989 -16.08817,16.08213 -45.78476,19.66568 -67.63686,-2.18339 -17.21616,-17.21918 -25.29653,-46.20209 -2.35274,-69.14285 8.51584,-8.50678 20.76342,-13.53887 33.64001,-13.31206 8.95433,0.15725 9.99765,0.4899 15.76157,-2.12594 5.77299,-2.63096 3.27206,-8.47048 6.71953,-18.76449 1.68139,-5.01999 4.67222,-9.96741 9.35049,-14.65173 12.47741,-12.47438 35.44539,-15.3382 52.27144,1.48181 13.70821,13.72031 19.52052,35.56333 1.60882,53.47805 z"
|
105
|
+
id="path3946" />
|
106
|
+
</g>
|
107
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,93 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="59.99931"
|
14
|
+
height="59.999016"
|
15
|
+
id="svg5211"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.1 r9760"
|
18
|
+
sodipodi:docname="新規ドキュメント 35">
|
19
|
+
<defs
|
20
|
+
id="defs5213">
|
21
|
+
<linearGradient
|
22
|
+
id="SVGID_15_"
|
23
|
+
gradientUnits="userSpaceOnUse"
|
24
|
+
x1="307.7168"
|
25
|
+
y1="437.05859"
|
26
|
+
x2="307.7168"
|
27
|
+
y2="505.11819">
|
28
|
+
<stop
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#8CC84B"
|
31
|
+
id="stop4094" />
|
32
|
+
<stop
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#6BA025"
|
35
|
+
id="stop4096" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
gradientTransform="translate(-104.85951,28.161837)"
|
39
|
+
y2="505.11819"
|
40
|
+
x2="307.7168"
|
41
|
+
y1="437.05859"
|
42
|
+
x1="307.7168"
|
43
|
+
gradientUnits="userSpaceOnUse"
|
44
|
+
id="linearGradient5209"
|
45
|
+
xlink:href="#SVGID_15_"
|
46
|
+
inkscape:collect="always" />
|
47
|
+
</defs>
|
48
|
+
<sodipodi:namedview
|
49
|
+
id="base"
|
50
|
+
pagecolor="#ffffff"
|
51
|
+
bordercolor="#666666"
|
52
|
+
borderopacity="1.0"
|
53
|
+
inkscape:pageopacity="0.0"
|
54
|
+
inkscape:pageshadow="2"
|
55
|
+
inkscape:zoom="1.4"
|
56
|
+
inkscape:cx="100.06073"
|
57
|
+
inkscape:cy="2.7065346"
|
58
|
+
inkscape:document-units="px"
|
59
|
+
inkscape:current-layer="layer1"
|
60
|
+
showgrid="false"
|
61
|
+
fit-margin-top="0"
|
62
|
+
fit-margin-left="0"
|
63
|
+
fit-margin-right="0"
|
64
|
+
fit-margin-bottom="0"
|
65
|
+
inkscape:window-width="902"
|
66
|
+
inkscape:window-height="442"
|
67
|
+
inkscape:window-x="2484"
|
68
|
+
inkscape:window-y="361"
|
69
|
+
inkscape:window-maximized="0" />
|
70
|
+
<metadata
|
71
|
+
id="metadata5216">
|
72
|
+
<rdf:RDF>
|
73
|
+
<cc:Work
|
74
|
+
rdf:about="">
|
75
|
+
<dc:format>image/svg+xml</dc:format>
|
76
|
+
<dc:type
|
77
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
78
|
+
<dc:title></dc:title>
|
79
|
+
</cc:Work>
|
80
|
+
</rdf:RDF>
|
81
|
+
</metadata>
|
82
|
+
<g
|
83
|
+
inkscape:label="レイヤー 1"
|
84
|
+
inkscape:groupmode="layer"
|
85
|
+
id="layer1"
|
86
|
+
transform="translate(-172.85749,-465.21981)">
|
87
|
+
<path
|
88
|
+
style="fill:url(#linearGradient5209)"
|
89
|
+
inkscape:connector-curvature="0"
|
90
|
+
d="m 226.39049,502.10283 c 7.502,-7.505 9.799,-20.401 -0.335,-30.538 -4.223,-4.222 -9.513,-6.337 -14.799,-6.345 h -0.005 c -5.286,-0.007 -10.568,2.093 -14.775,6.299 -2.522,2.52 -4.433,5.76 -5.428,9.33 -6.49,-0.099 -13.001,2.411 -18.191,7.53 v 36.48 c 0.114,0.12 0.227,0.241 0.344,0.36 h 25.518 11.027 c 4.434,-4.717 7.234,-11.018 7.295,-17.672 3.385,-0.898 6.606,-2.7 9.349,-5.444 z m -13.748,-2.759 c -1.122,1.873 -0.998,2.089 -0.95,5.602 0.062,3.979 -1.436,8.102 -5.188,11.854 -5.737,5.737 -16.327,7.017 -24.119,-0.776 -6.14,-6.14 -9.021,-16.475 -0.84,-24.658 3.038,-3.034 7.405,-4.827 11.998,-4.745 3.193,0.055 3.564,0.174 5.621,-0.76 2.058,-0.938 1.166,-3.019 2.396,-6.692 0.6,-1.792 1.667,-3.551 3.333,-5.224 4.451,-4.448 12.642,-5.469 18.642,0.531 4.887,4.887 6.96,12.677 0.573,19.065 -1.442,1.444 -3.285,2.509 -5.32,3.087 -3.265,0.937 -5.023,0.838 -6.146,2.716 z"
|
91
|
+
id="path4098" />
|
92
|
+
</g>
|
93
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="199.804"
|
14
|
+
height="200.85513"
|
15
|
+
id="svg4616"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.3.1 r9886"
|
18
|
+
sodipodi:docname="rroonga-icon-full-size.svg"
|
19
|
+
inkscape:export-filename="rroonga-icon-full-size.png"
|
20
|
+
inkscape:export-xdpi="90"
|
21
|
+
inkscape:export-ydpi="90">
|
22
|
+
<defs
|
23
|
+
id="defs4618">
|
24
|
+
<linearGradient
|
25
|
+
gradientTransform="translate(279.85374,93.654148)"
|
26
|
+
id="SVGID_4_"
|
27
|
+
gradientUnits="userSpaceOnUse"
|
28
|
+
x1="223.6167"
|
29
|
+
y1="340.418"
|
30
|
+
x2="223.6167"
|
31
|
+
y2="403.2283">
|
32
|
+
<stop
|
33
|
+
offset="0"
|
34
|
+
style="stop-color:#AE0000"
|
35
|
+
id="stop3959" />
|
36
|
+
<stop
|
37
|
+
offset="1"
|
38
|
+
style="stop-color:#740000"
|
39
|
+
id="stop3961" />
|
40
|
+
</linearGradient>
|
41
|
+
<linearGradient
|
42
|
+
inkscape:collect="always"
|
43
|
+
xlink:href="#SVGID_4_"
|
44
|
+
id="linearGradient4655"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="translate(279.85374,93.654148)"
|
47
|
+
x1="223.6167"
|
48
|
+
y1="340.418"
|
49
|
+
x2="223.6167"
|
50
|
+
y2="403.2283" />
|
51
|
+
<linearGradient
|
52
|
+
inkscape:collect="always"
|
53
|
+
xlink:href="#SVGID_4_"
|
54
|
+
id="linearGradient3223"
|
55
|
+
gradientUnits="userSpaceOnUse"
|
56
|
+
gradientTransform="matrix(3.0240925,0,0,3.0240925,-172.76721,-661.31971)"
|
57
|
+
x1="223.6167"
|
58
|
+
y1="340.418"
|
59
|
+
x2="223.6167"
|
60
|
+
y2="403.2283" />
|
61
|
+
</defs>
|
62
|
+
<sodipodi:namedview
|
63
|
+
id="base"
|
64
|
+
pagecolor="#ffffff"
|
65
|
+
bordercolor="#666666"
|
66
|
+
borderopacity="1.0"
|
67
|
+
inkscape:pageopacity="0.0"
|
68
|
+
inkscape:pageshadow="2"
|
69
|
+
inkscape:zoom="0.35"
|
70
|
+
inkscape:cx="-28.568467"
|
71
|
+
inkscape:cy="54.713275"
|
72
|
+
inkscape:document-units="px"
|
73
|
+
inkscape:current-layer="layer1"
|
74
|
+
showgrid="false"
|
75
|
+
fit-margin-top="5"
|
76
|
+
fit-margin-left="5"
|
77
|
+
fit-margin-bottom="5"
|
78
|
+
fit-margin-right="5"
|
79
|
+
inkscape:window-width="902"
|
80
|
+
inkscape:window-height="442"
|
81
|
+
inkscape:window-x="2065"
|
82
|
+
inkscape:window-y="414"
|
83
|
+
inkscape:window-maximized="0" />
|
84
|
+
<metadata
|
85
|
+
id="metadata4621">
|
86
|
+
<rdf:RDF>
|
87
|
+
<cc:Work
|
88
|
+
rdf:about="">
|
89
|
+
<dc:format>image/svg+xml</dc:format>
|
90
|
+
<dc:type
|
91
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
92
|
+
<dc:title></dc:title>
|
93
|
+
</cc:Work>
|
94
|
+
</rdf:RDF>
|
95
|
+
</metadata>
|
96
|
+
<g
|
97
|
+
inkscape:label="レイヤー 1"
|
98
|
+
inkscape:groupmode="layer"
|
99
|
+
id="layer1"
|
100
|
+
transform="translate(-403.56846,-366.22033)">
|
101
|
+
<path
|
102
|
+
style="fill:url(#linearGradient3223)"
|
103
|
+
inkscape:connector-curvature="0"
|
104
|
+
d="m 496.35258,388.87808 c -7.0673,7.07335 -12.426,16.1547 -15.21723,26.17957 -18.37439,-0.28427 -36.80623,6.86771 -51.43074,21.49827 -24.62217,24.61914 -32.27917,69.28499 2.01707,103.5782 28.85589,28.86496 71.95223,29.2974 100.23354,1.01609 13.36952,-13.37858 21.88234,-31.77414 22.06681,-51.22813 9.49565,-2.53116 18.52256,-7.58442 26.21888,-15.26864 21.03559,-21.04466 27.4769,-57.21281 -0.94049,-85.63625 -23.68772,-23.67865 -59.35084,-23.73308 -82.94784,-0.13911 z m 77.4833,61.76104 c -4.03716,4.04926 -9.20836,7.02799 -14.91482,8.661 -9.15393,2.62491 -14.0832,2.3467 -17.23128,7.6056 -3.14808,5.24982 -2.80031,5.86976 -2.66121,15.70411 0.16935,11.15588 -4.03111,22.72605 -14.55495,33.25292 -16.08817,16.0791 -45.78476,19.6687 -67.63686,-2.1834 -17.21616,-17.21615 -25.29653,-46.20208 -2.35274,-69.14285 8.51584,-8.50979 20.76342,-13.54491 33.64001,-13.31508 8.95433,0.16028 9.99765,0.48688 15.76157,-2.12593 5.77299,-2.62492 3.27206,-8.46444 6.71953,-18.7645 1.68139,-5.01999 4.67222,-9.96136 9.35049,-14.6487 12.47741,-12.47438 35.44539,-15.33518 52.27144,1.48483 13.70821,13.71426 19.52052,35.56333 1.60882,53.472 z"
|
105
|
+
id="path3963" />
|
106
|
+
</g>
|
107
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,93 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="59.999706"
|
14
|
+
height="59.999016"
|
15
|
+
id="svg5279"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.48.1 r9760"
|
18
|
+
sodipodi:docname="新規ドキュメント 38">
|
19
|
+
<defs
|
20
|
+
id="defs5281">
|
21
|
+
<linearGradient
|
22
|
+
id="SVGID_16_"
|
23
|
+
gradientUnits="userSpaceOnUse"
|
24
|
+
x1="387.71631"
|
25
|
+
y1="437.05859"
|
26
|
+
x2="387.71631"
|
27
|
+
y2="505.11819">
|
28
|
+
<stop
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#AE0000"
|
31
|
+
id="stop4101" />
|
32
|
+
<stop
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#740000"
|
35
|
+
id="stop4103" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
gradientTransform="translate(-244.85971,159.59041)"
|
39
|
+
y2="505.11819"
|
40
|
+
x2="387.71631"
|
41
|
+
y1="437.05859"
|
42
|
+
x1="387.71631"
|
43
|
+
gradientUnits="userSpaceOnUse"
|
44
|
+
id="linearGradient5277"
|
45
|
+
xlink:href="#SVGID_16_"
|
46
|
+
inkscape:collect="always" />
|
47
|
+
</defs>
|
48
|
+
<sodipodi:namedview
|
49
|
+
id="base"
|
50
|
+
pagecolor="#ffffff"
|
51
|
+
bordercolor="#666666"
|
52
|
+
borderopacity="1.0"
|
53
|
+
inkscape:pageopacity="0.0"
|
54
|
+
inkscape:pageshadow="2"
|
55
|
+
inkscape:zoom="1.979899"
|
56
|
+
inkscape:cx="91.150426"
|
57
|
+
inkscape:cy="12.210734"
|
58
|
+
inkscape:document-units="px"
|
59
|
+
inkscape:current-layer="layer1"
|
60
|
+
showgrid="false"
|
61
|
+
fit-margin-top="0"
|
62
|
+
fit-margin-left="0"
|
63
|
+
fit-margin-right="0"
|
64
|
+
fit-margin-bottom="0"
|
65
|
+
inkscape:window-width="902"
|
66
|
+
inkscape:window-height="442"
|
67
|
+
inkscape:window-x="2611"
|
68
|
+
inkscape:window-y="426"
|
69
|
+
inkscape:window-maximized="0" />
|
70
|
+
<metadata
|
71
|
+
id="metadata5284">
|
72
|
+
<rdf:RDF>
|
73
|
+
<cc:Work
|
74
|
+
rdf:about="">
|
75
|
+
<dc:format>image/svg+xml</dc:format>
|
76
|
+
<dc:type
|
77
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
78
|
+
<dc:title></dc:title>
|
79
|
+
</cc:Work>
|
80
|
+
</rdf:RDF>
|
81
|
+
</metadata>
|
82
|
+
<g
|
83
|
+
inkscape:label="レイヤー 1"
|
84
|
+
inkscape:groupmode="layer"
|
85
|
+
id="layer1"
|
86
|
+
transform="translate(-112.85729,-596.64839)">
|
87
|
+
<path
|
88
|
+
style="fill:url(#linearGradient5277)"
|
89
|
+
inkscape:connector-curvature="0"
|
90
|
+
d="m 166.39029,633.53141 c 7.502,-7.505 9.8,-20.401 -0.335,-30.538 -4.224,-4.222 -9.514,-6.337 -14.8,-6.345 h -0.005 c -5.286,-0.007 -10.567,2.093 -14.774,6.299 -2.522,2.52 -4.433,5.76 -5.428,9.33 -6.49,-0.099 -13.001,2.411 -18.191,7.53 v 36.48 c 0.114,0.12 0.227,0.241 0.344,0.36 h 25.518 11.027 c 4.434,-4.717 7.234,-11.018 7.295,-17.672 3.385,-0.898 6.607,-2.7 9.349,-5.444 z m -13.748,-2.759 c -1.121,1.873 -0.997,2.089 -0.949,5.602 0.062,3.979 -1.437,8.102 -5.189,11.854 -5.737,5.737 -16.327,7.017 -24.119,-0.776 -6.14,-6.14 -9.021,-16.475 -0.84,-24.658 3.038,-3.034 7.405,-4.827 11.998,-4.745 3.193,0.055 3.564,0.174 5.621,-0.76 2.058,-0.938 1.166,-3.019 2.396,-6.692 0.6,-1.792 1.667,-3.551 3.333,-5.224 4.451,-4.448 12.642,-5.469 18.642,0.531 4.887,4.887 6.96,12.677 0.572,19.065 -1.441,1.444 -3.284,2.509 -5.319,3.087 -3.265,0.937 -5.023,0.838 -6.146,2.716 z"
|
91
|
+
id="path4105" />
|
92
|
+
</g>
|
93
|
+
</svg>
|
Binary file
|
Binary file
|
data/theme.rb
ADDED
@@ -0,0 +1,200 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
#
|
3
|
+
# Copyright (C) 2013 Groonga Project
|
4
|
+
#
|
5
|
+
# License: CC BY 3.0
|
6
|
+
|
7
|
+
@groonga_font_family ||= nil
|
8
|
+
@font_family =
|
9
|
+
@groonga_font_family ||
|
10
|
+
find_font_family("モトヤLマルベリ3等幅") ||
|
11
|
+
@font_family
|
12
|
+
|
13
|
+
@groonga_product ||= "groonga"
|
14
|
+
|
15
|
+
colors = {
|
16
|
+
"groonga" => {
|
17
|
+
:foreground => "#38a3ef",
|
18
|
+
:emphasis => "#0071bc"
|
19
|
+
},
|
20
|
+
"rroonga" => {
|
21
|
+
:foreground => "#ae0000",
|
22
|
+
:emphasis => "#740000",
|
23
|
+
},
|
24
|
+
"mroonga" => {
|
25
|
+
:foreground => "#f8bb5e",
|
26
|
+
:emphasis => "#ff931e",
|
27
|
+
},
|
28
|
+
"droonga" => {
|
29
|
+
:foreground => "#ae5881",
|
30
|
+
:emphasis => "#90196e",
|
31
|
+
},
|
32
|
+
}
|
33
|
+
|
34
|
+
mysql_color = "#015a84"
|
35
|
+
postgresql_color = "#0095bc"
|
36
|
+
background_color = "#ffffff"
|
37
|
+
|
38
|
+
headline_bar_color = "#333333"
|
39
|
+
|
40
|
+
base_color = colors[@groonga_product]
|
41
|
+
|
42
|
+
set_graffiti_color("#{base_color[:foreground]}99")
|
43
|
+
set_graffiti_line_width(30)
|
44
|
+
|
45
|
+
set_progress_foreground(base_color[:foreground])
|
46
|
+
set_progress_background(background_color)
|
47
|
+
|
48
|
+
@title_slide_title_font_size = @x_large_font_size * 1.3
|
49
|
+
@title_slide_content_source_font_size = @x_small_font_size
|
50
|
+
@title_slide_date_font_size = @x_small_font_size
|
51
|
+
|
52
|
+
@default_headline_line_expand = true
|
53
|
+
@default_headline_line_color = headline_bar_color
|
54
|
+
@default_headline_line_width = canvas.height * 0.01
|
55
|
+
|
56
|
+
@default_emphasis_color = base_color[:emphasis]
|
57
|
+
|
58
|
+
@block_quote_image_background_alpha = 0.3
|
59
|
+
|
60
|
+
@description_term_line_color = base_color[:foreground]
|
61
|
+
@default_description_item1_mark_color = base_color[:foreground]
|
62
|
+
@default_block_quote_item1_mark_color = base_color[:foreground]
|
63
|
+
|
64
|
+
@slide_number_uninstall = !print?
|
65
|
+
|
66
|
+
@tag_handlers ||= {}
|
67
|
+
@tag_handlers["groonga"] = lambda do |options|
|
68
|
+
options[:target].prop_set("foreground", colors["groonga"][:foreground])
|
69
|
+
end
|
70
|
+
@tag_handlers["mysql"] = lambda do |options|
|
71
|
+
options[:target].prop_set("foreground", mysql_color)
|
72
|
+
end
|
73
|
+
@tag_handlers["postgresql"] = lambda do |options|
|
74
|
+
options[:target].prop_set("foreground", postgresql_color)
|
75
|
+
end
|
76
|
+
|
77
|
+
include_theme("default")
|
78
|
+
|
79
|
+
@groonga_icon_images ||= ["#{@groonga_product}-icon.svg"]
|
80
|
+
@icon_images = @groonga_icon_images
|
81
|
+
include_theme("icon")
|
82
|
+
|
83
|
+
@groonga_slide_logo_image ||= "#{@groonga_product}-icon-full-size.svg"
|
84
|
+
@slide_logo_image = @groonga_slide_logo_image
|
85
|
+
@slide_logo_position = Proc.new do |slide, canvas, loader|
|
86
|
+
x = slide.margin_left
|
87
|
+
if slide.is_a?(TitleSlide)
|
88
|
+
# TODO: Remove this check after Rabbit 2.1.3 is released.
|
89
|
+
if loader.nil?
|
90
|
+
logo_height = @slide_logo_height.call(slide, canvas)
|
91
|
+
else
|
92
|
+
logo_height = loader.height
|
93
|
+
end
|
94
|
+
y = canvas.height - logo_height - slide.margin_bottom
|
95
|
+
else
|
96
|
+
y = slide.margin_top
|
97
|
+
end
|
98
|
+
[x, y]
|
99
|
+
end
|
100
|
+
@slide_logo_height = Proc.new do |slide, canvas|
|
101
|
+
slide[0].first_line_height
|
102
|
+
end
|
103
|
+
include_theme("slide-logo")
|
104
|
+
|
105
|
+
slide_show_mode_p = !ENV["RABBIT_SLIDE_SHOW"].nil?
|
106
|
+
|
107
|
+
unless print?
|
108
|
+
@image_slide_number_image ||= "mini-usa-taro.png"
|
109
|
+
@image_slide_number_show_text = true
|
110
|
+
include_theme("image-slide-number")
|
111
|
+
if canvas.allotted_time
|
112
|
+
@image_timer_image ||= "mini-kame-taro.png"
|
113
|
+
include_theme("image-timer") unless slide_show_mode_p
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
@slide_footer_info_left_text ||= canvas.title.gsub(/\n+/, ' ')
|
118
|
+
@slide_footer_info_right_text ||= "Powered by Rabbit #{Rabbit::VERSION}"
|
119
|
+
include_theme("slide-footer-info")
|
120
|
+
|
121
|
+
match(TitleSlide, Author) do |authors|
|
122
|
+
authors.horizontal_centering = false
|
123
|
+
authors.align = :left
|
124
|
+
|
125
|
+
authors.margin_top = @space * 2
|
126
|
+
|
127
|
+
authors.add_post_draw_proc do |author, canvas, x, y, w, h, simulation|
|
128
|
+
cancel_height = author.height + author.margin_bottom
|
129
|
+
[x, y - cancel_height, w, h + cancel_height]
|
130
|
+
end
|
131
|
+
end
|
132
|
+
|
133
|
+
match(TitleSlide, Institution) do |institutions|
|
134
|
+
institutions.horizontal_centering = false
|
135
|
+
institutions.align = :right
|
136
|
+
end
|
137
|
+
|
138
|
+
match(TitleSlide, Date) do |dates|
|
139
|
+
dates.horizontal_centering = false
|
140
|
+
dates.align = :right
|
141
|
+
end
|
142
|
+
|
143
|
+
match(TitleSlide, ContentSource) do |sources|
|
144
|
+
sources.horizontal_centering = false
|
145
|
+
sources.align = :right
|
146
|
+
|
147
|
+
sources.margin_top = @space
|
148
|
+
sources.margin_bottom = 0
|
149
|
+
end
|
150
|
+
|
151
|
+
match(Slide, HeadLine) do |heads|
|
152
|
+
heads.horizontal_centering = true
|
153
|
+
end
|
154
|
+
|
155
|
+
match(Slide, Body) do |bodies|
|
156
|
+
bodies.vertical_centering = true
|
157
|
+
bodies.each do |body|
|
158
|
+
next if body.elements.all? {|element| element.is_a?(Image)}
|
159
|
+
next if body.elements.any? {|element| element.is_a?(BlockQuote)}
|
160
|
+
next if body.elements.any? {|element| element.is_a?(PreformattedBlock)}
|
161
|
+
next if body.elements.any? {|element| element.is_a?(Table)}
|
162
|
+
|
163
|
+
if body.elements.collect {|element| element.class} == [Paragraph]
|
164
|
+
body.elements.each do |element|
|
165
|
+
have_align_tag = false
|
166
|
+
have_align_tag = true if element.have_tag?("left")
|
167
|
+
have_align_tag = true if element.have_tag?("right")
|
168
|
+
element.horizontal_centering = true unless have_align_tag
|
169
|
+
if element.have_tag?("as-large-as-possible")
|
170
|
+
element.as_large_as_possible("one-paragraph")
|
171
|
+
elsif element.text.size < 50 or element.elements.any? {|e| e.is_a?(Note)}
|
172
|
+
element.prop_set("size", @x_large_font_size)
|
173
|
+
else
|
174
|
+
element.prop_set("size", @large_font_size)
|
175
|
+
end
|
176
|
+
end
|
177
|
+
end
|
178
|
+
|
179
|
+
body.margin_left = canvas.width * 0.05
|
180
|
+
body.margin_right = canvas.width * 0.05
|
181
|
+
end
|
182
|
+
end
|
183
|
+
|
184
|
+
@lightning_talk_proc_name = "lightning-groonga"
|
185
|
+
@lightning_talk_as_large_as_possible = true
|
186
|
+
include_theme("lightning-talk-toolkit")
|
187
|
+
|
188
|
+
match(Slide) do |slides|
|
189
|
+
slides.each do |slide|
|
190
|
+
slide.takahashi
|
191
|
+
end
|
192
|
+
end
|
193
|
+
|
194
|
+
include_theme("title-on-image-toolkit")
|
195
|
+
|
196
|
+
if slide_show_mode_p
|
197
|
+
@slide_show_span = 5000
|
198
|
+
@slide_show_loop = true
|
199
|
+
include_theme("slide-show")
|
200
|
+
end
|
metadata
ADDED
@@ -0,0 +1,84 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-theme-groonga
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Groonga Project
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2013-11-21 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rabbit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.0.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.0.2
|
27
|
+
description: The Rabbit theme for Groonga family.
|
28
|
+
email:
|
29
|
+
- groonga@groonga.org
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files:
|
34
|
+
- config.yaml
|
35
|
+
- Rakefile
|
36
|
+
- theme.rb
|
37
|
+
- README.rd
|
38
|
+
- data/groonga-icon.svg
|
39
|
+
- data/droonga-icon-full-size.svg
|
40
|
+
- data/mroonga-icon-full-size.svg
|
41
|
+
- data/nroonga-icon.svg
|
42
|
+
- data/rroonga-icon.svg
|
43
|
+
- data/nroonga-icon-full-size.svg
|
44
|
+
- data/mroonga-icon.svg
|
45
|
+
- data/droonga-icon.svg
|
46
|
+
- data/rroonga-icon-full-size.svg
|
47
|
+
- data/groonga-icon-full-size.svg
|
48
|
+
- data/mroonga-icon.png
|
49
|
+
- data/rroonga-icon-full-size.png
|
50
|
+
- data/droonga-icon.png
|
51
|
+
- data/nroonga-icon.png
|
52
|
+
- data/groonga-icon-full-size.png
|
53
|
+
- data/mroonga-icon-full-size.png
|
54
|
+
- data/droonga-icon-full-size.png
|
55
|
+
- data/groonga-icon.png
|
56
|
+
- data/nroonga-icon-full-size.png
|
57
|
+
- data/rroonga-icon.png
|
58
|
+
- pdf/theme-benchmark-en.pdf
|
59
|
+
- pdf/theme-benchmark-ja.pdf
|
60
|
+
homepage: http://theme.rabbit-shocker.org/themes/groonga/
|
61
|
+
licenses:
|
62
|
+
- CC BY 3.0
|
63
|
+
metadata: {}
|
64
|
+
post_install_message:
|
65
|
+
rdoc_options: []
|
66
|
+
require_paths:
|
67
|
+
- lib
|
68
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
69
|
+
requirements:
|
70
|
+
- - '>='
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '0'
|
73
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
|
+
requirements:
|
75
|
+
- - '>='
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '0'
|
78
|
+
requirements: []
|
79
|
+
rubyforge_project:
|
80
|
+
rubygems_version: 2.0.13
|
81
|
+
signing_key:
|
82
|
+
specification_version: 4
|
83
|
+
summary: Groogna theme
|
84
|
+
test_files: []
|