@@ -142,53 +142,81 @@ <h2 class = 'in-desc'>How To Use {{ site.html.ss }} and Specifications</h2>
142
142
< div class = 'table-responsive '>
143
143
< table class = 'table table-hover table-condensed link-index '>
144
144
< tbody >
145
- < tr data-href = ' /en/release/ ' >
145
+ < tr >
146
146
< th > < i class = 'fa fa-star '> </ i > </ th >
147
- < td class = 'ltext '> < strong > Release Information</ strong > </ td >
147
+ < td class = 'ltext '>
148
+ < a href = '/en/release/ ' class = 'cell-link '>
149
+ < strong > Release Information</ strong >
150
+ </ a >
151
+ </ td >
148
152
< td > Release Notes of {{ site.html.ss }}</ td >
149
153
</ tr >
150
- < tr data-href = ' /en/start/ ' >
154
+ < tr >
151
155
< th > < i class = 'fa fa-play '> </ i > </ th >
152
- < td class = 'ltext '> < strong > Get Started</ strong > </ td >
156
+ < td class = 'ltext '>
157
+ < a href = '/en/start/ ' class = 'cell-link '>
158
+ < strong > Get Started</ strong >
159
+ </ a >
160
+ </ td >
153
161
< td > Environment, How To Install, and Basic Usage</ td >
154
162
</ tr >
155
- < tr data-href = ' /en/usage/ ' >
163
+ < tr >
156
164
< th > < i class = 'fa fa-code '> </ i > </ th >
157
- < td > < strong > How To Decode</ strong > </ td >
165
+ < td >
166
+ < a href = '/en/usage/ ' class = 'cell-link '>
167
+ < strong > How To Decode</ strong >
168
+ </ a >
169
+ </ td >
158
170
< td > Reading from STDIN, Decoding Options, and the Callback Feature</ td >
159
171
</ tr >
160
172
161
- < tr data-href = ' /en/reason/ ' >
173
+ < tr >
162
174
< th > < i class = 'fa fa-exclamation-triangle '> </ i > </ th >
163
- < td > < strong > Bounce Reasons</ strong > </ td >
175
+ < td >
176
+ < a href = '/en/reason/ ' class = 'cell-link '>
177
+ < strong > Bounce Reasons</ strong >
178
+ </ a >
179
+ </ td >
164
180
< td > The bounce reason list {{ site.html.ss }} can detect</ td >
165
181
</ tr >
166
182
167
- < tr data-href = ' /en/data/ ' >
183
+ < tr >
168
184
< th > < i class = 'fa fa-list '> </ i > </ th >
169
- < td > < strong > Data Structure</ strong > </ td >
185
+ < td >
186
+ < a href = '/en/data/ ' class = 'cell-link '>
187
+ < strong > Data Structure</ strong >
188
+ </ a >
189
+ </ td >
170
190
< td > List of data structures and fields generated by {{ site.html.ss }}</ td >
171
191
</ tr >
172
192
173
- < tr data-href = ' /en/engine/ ' >
193
+ < tr >
174
194
< th > < i class = 'fa fa-cogs '> </ i > </ th >
175
- < td > < strong > Decoding Engines</ strong > </ td >
195
+ < td >
196
+ < a href = '/en/engine/ ' class = 'cell-link '>
197
+ < strong > Decoding Engines</ strong >
198
+ </ a >
199
+ </ td >
176
200
< td > List of decoding modules in {{ site.html.ss }}</ td >
177
201
</ tr >
178
202
179
- < tr data-href = '/en/diff/ '>
180
- < th > < i class = 'fa fa-gavel '> </ i > </ th >
181
- < td > < strong > Differences with {{ site.html.ss }} 4</ strong > </ td >
203
+ < tr >
204
+ < th > < i class = 'fa fa-plus-minus '> </ i > </ th >
182
205
< td >
183
- Differences between version 5 and version 4 in {{ site.html.ss }}
206
+ < a href = '/en/diff/ ' class = 'cell-link '>
207
+ < strong > Differences with {{ site.html.ss }} 4</ strong >
208
+ </ a >
184
209
</ td >
210
+ < td > Differences between version 5 and version 4 in {{ site.html.ss }}</ td >
185
211
</ tr >
186
- < tr data-href = ' /en/diff/between-sisimai-and-bouncehammer.html ' >
212
+ < tr >
187
213
< th > < i class = 'fa fa-gavel '> </ i > </ th >
188
- < td > < strong > Differences with {{ site.html.bh }}</ strong > </ td >
189
214
< td >
190
- Differences between {{ site.html.ss }} and {{ site.html.bh }}
215
+ < a href = '/en/diff/between-sisimai-and-bouncehammer.html ' class = 'cell-link '>
216
+ < strong > Differences with {{ site.html.bh }}</ strong >
217
+ </ a >
191
218
</ td >
219
+ < td > Differences between {{ site.html.ss }} and {{ site.html.bh }}</ td >
192
220
</ tr >
193
221
</ tbody >
194
222
</ table >
@@ -280,75 +308,117 @@ <h2 class = 'in-desc'>Related Blogs</h2>
280
308
< div class = 'table-responsive '>
281
309
< table class = 'table table-hover table-condensed link-index '>
282
310
< tbody >
283
- < tr data-href = ' https://qiita.com/revsystem/items/52d204bd9dada9cb9bc4 ' >
311
+ < tr >
284
312
< th > < i class = 'fa fa-q '> </ i > </ th >
285
313
< td > 2023/05/20</ td >
286
- < td > Sisitoとsisimaiでバウンスメールの解析、集計する #sisimai - Qiita</ td >
314
+ < td >
315
+ < a href = 'https://qiita.com/revsystem/items/52d204bd9dada9cb9bc4 ' class = 'cell-link ' target = 'new '>
316
+ Sisitoとsisimaiでバウンスメールの解析、集計する #sisimai - Qiita
317
+ </ a >
318
+ </ td >
287
319
</ tr >
288
- < tr data-href = ' https://zenn.dev/itsuo/articles/b810ac28b31ffc ' >
320
+ < tr >
289
321
< th > < i class = 'fa fa-z '> </ i > </ th >
290
322
< td > 2021/12/22</ td >
291
- < td > SendGridからbounceメールを取得して、sisimaiで解析してみる</ td >
323
+ < td >
324
+ < a href = 'https://zenn.dev/itsuo/articles/b810ac28b31ffc ' class = 'cell-link ' target = 'new '>
325
+ SendGridからbounceメールを取得して、sisimaiで解析してみる
326
+ </ a >
327
+ </ td >
292
328
</ tr >
293
- < tr data-href = ' https://realsender.com/for-email-broadcasters/bouncehandler-app/ ' >
329
+ < tr >
294
330
< th > < i class = 'fa fa-r '> </ i > </ th >
295
331
< td > 2021/10/30</ td >
296
- < td > bouncehandler app :: RealSender</ td >
332
+ < td >
333
+ < a href = 'https://realsender.com/for-email-broadcasters/bouncehandler-app/ ' class = 'cell-link ' target = 'new '>
334
+ bouncehandler app :: RealSender
335
+ </ a >
336
+ </ td >
297
337
</ tr >
298
- < tr data-href = ' https://blogs.pcsoft.fr/fr/emailing-application-windev-tache-site-webdev-eviter-passer-liste-noire-voir-envois-rejetes/281474976710985/read.awp ' >
338
+ < tr >
299
339
< th > < i class = 'fa fa-p '> </ i > </ th >
300
340
< td > 2021/07/21</ td >
301
341
< td >
302
- Emailing depuis une application WINDEV ou une tâche d'un site WEBDEV,
303
- comment éviter de passer en liste noire et de voir les envois rejetés ?
304
- - PC SOFT - Blogs
342
+ < a href = 'https://blogs.pcsoft.fr/fr/emailing-application-windev-tache-site-webdev-eviter-passer-liste-noire-voir-envois-rejetes/281474976710985/read.awp ' class = 'cell-link ' target = 'new '>
343
+ Emailing depuis une application WINDEV ou une tâche d'un site WEBDEV,
344
+ comment éviter de passer en liste noire et de voir les envois rejetés ?
345
+ - PC SOFT - Blogs
346
+ </ a >
305
347
</ td >
306
348
</ tr >
307
- < tr data-href = ' https://www.mindbaz.com/technologie-email/bounces-email/ ' >
349
+ < tr >
308
350
< th > < i class = 'fa fa-m '> </ i > </ th >
309
351
< td > 2021/03/30</ td >
310
- < td > Traitement des bounces email - Mindbaz</ td >
352
+ < td >
353
+ < a href = 'https://www.mindbaz.com/technologie-email/bounces-email/ ' class = 'cell-link ' target = 'new '>
354
+ Traitement des bounces email - Mindbaz
355
+ </ a >
356
+ </ td >
311
357
</ tr >
312
- < tr data-href = ' https://blog.hokkai7go.jp/entry/2020/07/14/145454 ' >
358
+ < tr >
313
359
< th > < i class = 'fa fa-h '> </ i > </ th >
314
360
< td > 2020/07/14</ td >
315
- < td > LambdaでSisimaiを動かしてバウンスメールを解析するテスト - 実はhokkai7go</ td >
361
+ < td >
362
+ < a href = 'https://blog.hokkai7go.jp/entry/2020/07/14/145454 ' class = 'cell-link ' target = 'new '>
363
+ LambdaでSisimaiを動かしてバウンスメールを解析するテスト - 実はhokkai7go
364
+ </ a >
365
+ </ td >
316
366
</ tr >
317
- < tr data-href = ' https://heartbeats.jp/hbblog/2017/12/sisimai.html ' >
367
+ < tr >
318
368
< th > < i class = 'fa fa-h '> </ i > </ th >
319
369
< td > 2017/12/19</ td >
320
370
< td >
321
- バウンスメール解析ライブラリSisimaiの出力からバウンスメールの集計と通知を行う
322
- - インフラエンジニアway - Powered by HEARTBEATS
371
+ < a href = 'https://heartbeats.jp/hbblog/2017/12/sisimai.html ' class = 'cell-link ' target = 'new '>
372
+ バウンスメール解析ライブラリSisimaiの出力からバウンスメールの集計と通知を行う
373
+ - インフラエンジニアway - Powered by HEARTBEATS
374
+ </ a >
323
375
</ td >
324
376
</ tr >
325
- < tr data-href = ' https://techlife.cookpad.com/entry/2017/05/15/000000 ' >
377
+ < tr >
326
378
< th > < i class = 'fa fa-c '> </ i > </ th >
327
379
< td > 2017/05/15</ td >
328
- < td > Sisimaiを使ったバウンスメールの管理 - クックパッド開発者ブログ</ td >
380
+ < td >
381
+ < a href = 'https://techlife.cookpad.com/entry/2017/05/15/000000 ' class = 'cell-link ' target = 'new '>
382
+ Sisimaiを使ったバウンスメールの管理 - クックパッド開発者ブログ
383
+ </ a >
384
+ </ td >
329
385
</ tr >
330
- < tr data-href = ' https://techblog.raccoon.ne.jp/archives/49496190.html ' >
386
+ < tr >
331
387
< th > < i class = 'fa fa-r '> </ i > </ th >
332
388
< td > 2016/09/21</ td >
333
389
< td >
334
- Sisimaiによるバウンスメール解析の自動化 | Raccoon Tech Blog
335
- [株式会社ラクーンホールディングス 技術戦略部ブログ]
390
+ < a href = 'https://techblog.raccoon.ne.jp/archives/49496190.html ' class = 'cell-link ' target = 'new '>
391
+ Sisimaiによるバウンスメール解析の自動化 | Raccoon Tech Blog
392
+ [株式会社ラクーンホールディングス 技術戦略部ブログ]
393
+ </ a >
336
394
</ td >
337
395
</ tr >
338
- < tr data-href = ' https://blog.ytnobody.net/entry/2016-08-17-00-47-42.html ' >
396
+ < tr >
339
397
< th > < i class = 'fa fa-y '> </ i > </ th >
340
398
< td > 2016/08/17</ td >
341
- < td > エラーで帰ってきてしまったメールの解析 | All Your Bugs Are Belong To Ass</ td >
399
+ < td >
400
+ < a href = 'https://blog.ytnobody.net/entry/2016-08-17-00-47-42.html ' class = 'cell-link ' target = 'new '>
401
+ エラーで帰ってきてしまったメールの解析 | All Your Bugs Are Belong To Ass
402
+ </ a >
403
+ </ td >
342
404
</ tr >
343
- < tr data-href = ' https://qiita.com/taku1201/items/0afae3dd90507a688e3e ' >
405
+ < tr >
344
406
< th > < i class = 'fa fa-q '> </ i > </ th >
345
407
< td > 2016/03/26</ td >
346
- < td > Sisimaiでバウンスメールを解析してみる #Ruby - Qiita</ td >
408
+ < td >
409
+ < a href = 'https://qiita.com/taku1201/items/0afae3dd90507a688e3e ' class = 'cell-link ' target = 'new '>
410
+ Sisimaiでバウンスメールを解析してみる #Ruby - Qiita
411
+ </ a >
412
+ </ td >
347
413
</ tr >
348
- < tr data-href = ' https://github.com/sisimai/sisimai.github.io/pulls ' >
414
+ < tr >
349
415
< th > < i class = 'fa fa-github '> </ i > </ th >
350
416
< td > </ td >
351
- < td > Please submit a pull request if you known any other blogs.</ td >
417
+ < td >
418
+ < a href = 'https://github.com/sisimai/sisimai.github.io/pulls ' class = 'cell-link ' target = 'new '>
419
+ Please submit a pull request if you known any other blogs.
420
+ </ a >
421
+ </ td >
352
422
</ tr >
353
423
</ tbody >
354
424
</ table >
0 commit comments