comparison slides/20140204/slide.html @ 1:11a6a7909588

auto-Update generated slides by script
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 04 Feb 2014 23:05:07 +0900
parents
children 315123d8b5f1
comparison
equal deleted inserted replaced
0:1b25b5d23e40 1:11a6a7909588
1 <!DOCTYPE HTML>
2
3 <html lang="Japanese">
4 <head>
5 <title>近況報告</title>
6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=1274, user-scalable=no">
8 <meta name="generator" content="Slide Show (S9)">
9 <meta name="author" content="Yasutaka Higa">
10 <link rel="stylesheet" href="themes/ribbon/styles/style.css">
11 <style>
12 #Cover H2 {
13 color:#FFF;
14 text-align:center;
15 font-size:70px;
16 }
17 </style>
18 </head>
19 <body class="list">
20 <header class="caption">
21 <h1>近況報告</h1>
22 <p>Yasutaka Higa</p>
23 </header>
24 <div class="slide bg" id="Cover"><div>
25 <section>
26 <header>
27 <h2>近況報告</h2>
28 </header>
29
30 <img src="pictures/" alt="">
31 <!-- © John Carey, http://fiftyfootshadows.net/ -->
32 </section>
33 </div></div>
34
35 <!-- todo: add slide.classes to div -->
36 <!-- todo: create slide id from header? like a slug in blogs? -->
37
38 <div class="slide" id="2"><div>
39 <section>
40 <header>
41 <h1 id="section">今週の近況報告</h1>
42 </header>
43 <!-- === begin markdown block ===
44
45 generated by markdown 1.1.1 on Ruby 2.1.0 (2013-12-25) [x86_64-darwin12.0]
46 on 2014-02-04 17:26:50 +0900 with Markdown engine kramdown (1.3.1)
47 using options {}
48 -->
49
50 <!-- _S9SLIDE_ -->
51
52
53 <ul>
54 <li>テスト期間が始まりました</li>
55 <li>スライドを作ってみました</li>
56 <li>mercurial hook</li>
57 </ul>
58
59
60
61 </section>
62 </div></div>
63
64 <div class="slide" id="3"><div>
65 <section>
66 <header>
67 <h1 id="section-1">スライドについて</h1>
68 </header>
69 <!-- _S9SLIDE_ -->
70
71
72 <ul>
73 <li>firefly の /Users/one/hg/Members/atton/seminar_slides にあります</li>
74 <li>S6 を生成できる slideshow という gem を使っています</li>
75 <li>markdown からも生成できるようなので生成しています</li>
76 <li><a href="http://wolf.cr.ie.u-ryukyu.ac.jp/seminar_slides/">Web</a> にも置いています</li>
77 <li><a href="https://github.com/slideshow-s9/slideshow-shower">slideshow-shower</a> というテンプレートを使ってみています</li>
78 </ul>
79
80
81
82 </section>
83 </div></div>
84
85 <div class="slide" id="4"><div>
86 <section>
87 <header>
88 <h1 id="mercurial-hook">mercurial hook</h1>
89 </header>
90 <!-- _S9SLIDE_ -->
91
92
93 <ul>
94 <li>特定のイベント時に指定した処理をできます</li>
95 <li>イベントは以下のようなものがあります
96 <ul>
97 <li>changeset が来た時の changegroup</li>
98 <li>commit する時の commit</li>
99 <li>changeset を送る時の outgoing</li>
100 </ul>
101 </li>
102 <li>今はサーバ側の changegroup に build script を hook しています</li>
103 </ul>
104
105
106
107 </section>
108 </div></div>
109
110 <div class="slide" id="5"><div>
111 <section>
112 <header>
113 <h1 id="mercurial-hook-">mercurial hook 設定例</h1>
114 </header>
115 <!-- _S9SLIDE_ -->
116
117
118 <p>.hg/hgrc に</p>
119
120 <pre><code>[hooks]
121 changegroup = .hg/changegroup.sh
122 </code></pre>
123
124 <p>とか書くとpushされた時に.hg/changegroup.sh が走ります。</p>
125 <!-- === end markdown block === -->
126
127 </section>
128 </div></div>
129
130
131 <!--
132 To hide progress bar from entire presentation
133 just remove “progress” element.
134 -->
135 <div class="progress"><div></div></div>
136 <script src="scripts/script.js"></script>
137 <!-- Copyright © 2010–2011 Vadim Makeev, http://pepelsbey.net/ -->
138 </body>
139 </html>