-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewsletter.html?id=235&task=view.html
690 lines (655 loc) · 37.6 KB
/
Newsletter.html?id=235&task=view.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="shortcut icon" href="images/favicon.ico" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="Who's Who, whoswho, opensource, Open Source, People, people, Community, 社群, Group, group, Taiwan, taiwan, 台灣, workshop, 工作坊, OSSF, 自由軟體鑄造場, 自由軟體,人才,產業,Linux, GNU, 人群,工作坊,分享,學習,法律,授權,GPL,資源表列,討論區,專案開發平台,OpenFoundry,自由軟體人才資料庫,開放源碼, 專案, 軟體, Web Hosting, 網站代管, Subversion, CVS, Issue Tracker, 待辨事項, Wiki, 共同筆記, Project Management, 專案管理, Release, 釋出, Version Control, 版本釋出, tw,TW, Open Foundry, Open, 中央研究院,資訊科學研究所, 自由軟體電子報" />
<meta name="description" content="OpenFoundry provides essential tools and services through its service platform for users to develop Open Source Software Projects, the operating funds comes from the National Science Council and the Research Center for Information Technology Innovation of Academia Sinica Taiwan." />
<meta name="generator" content="" />
<title>Previous Issue - OpenFoundry</title>
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="components/com_gantry/css/gantry.css" type="text/css" />
<link rel="stylesheet" href="components/com_gantry/css/grid-12.css" type="text/css" />
<link rel="stylesheet" href="components/com_gantry/css/joomla.css" type="text/css" />
<link rel="stylesheet" href="templates/rt_quantive_j15/css/joomla.css" type="text/css" />
<link rel="stylesheet" href="templates/rt_quantive_j15/css/style1.css" type="text/css" />
<link rel="stylesheet" href="templates/rt_quantive_j15/css/light-body.css" type="text/css" />
<link rel="stylesheet" href="templates/rt_quantive_j15/css/demo-styles.css" type="text/css" />
<link rel="stylesheet" href="templates/rt_quantive_j15/css/template.css" type="text/css" />
<link rel="stylesheet" href="templates/rt_quantive_j15/css/typography.css" type="text/css" />
<link rel="stylesheet" href="templates/rt_quantive_j15/css/fusionmenu.css" type="text/css" />
<style type="text/css">
<!--
#rt-main-surround ul.menu li.active > a, #rt-main-surround ul.menu li.active > .separator, #rt-main-surround ul.menu li.active > .item, #rt-main-surround .square4 ul.menu li:hover > a, #rt-main-surround .square4 ul.menu li:hover > .item, #rt-main-surround .square4 ul.menu li:hover > .separator, .roktabs-links ul li.active span {color:#0088B5;}
a, #rt-main-surround ul.menu a:hover, #rt-main-surround ul.menu .separator:hover, #rt-main-surround ul.menu .item:hover {color:#0088B5;}
-->
</style>
<script type="text/javascript" src="components/com_jcomments/js/jcomments-v2.1.js%3Fv=2"></script>
<script type="text/javascript" src="components/com_jcomments/libraries/joomlatune/ajax.js"></script>
<script type="text/javascript" src="media/system/js/mootools.js"></script>
<script type="text/javascript" src="components/com_gantry/js/gantry-buildspans.js"></script>
<script type="text/javascript" src="components/com_gantry/js/gantry-inputs.js"></script>
<script type="text/javascript" src="templates/rt_quantive_j15/js/jquery.cookie.js"></script>
<script type="text/javascript" src="modules/mod_roknavmenu/themes/fusion/js/fusion.js"></script>
<script type="text/javascript" src="modules/mod_ofssologin/js/ofssologin.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
var modules = ['rt-block'];
var header = ['h3','h2','h1'];
GantryBuildSpans(modules, header);
});
InputsExclusion.push('.content_vote','#rt-popup')
window.addEvent('load', function() {
new Fusion('ul.menutop', {
pill: 0,
effect: 'slide and fade',
opacity: 1,
hideDelay: 500,
centered: 0,
tweakInitial: {'x': -2, 'y': 0},
tweakSubsequent: {'x': 0, 'y': -14},
menuFx: {duration: 200, transition: Fx.Transitions.Sine.easeOut},
pillFx: {duration: 400, transition: Fx.Transitions.Back.easeOut}
});
});
</script>
<!-- <script type="text/javascript" src="/sso/javascripts/langsync.js"></script> -->
<!-- <script src="/templates/rt_quantive_j15/js/ossf.js"></script> -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4136519-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="backgroundlevel-low backgroundstyle-style8 bodylevel-med bodystyle-light cssstyle-style1 logostyle-dark font-family-helvetica font-size-is-default menu-type-fusionmenu col12 ">
<div id="rt-main-background">
<div class="rt-container">
<div id="rt-header">
<div class="rt-grid-7 rt-alpha">
<div class="rt-block">
<a href="index.html" id="rt-logo"></a>
</div>
</div>
<div class="rt-grid-5 rt-omega">
<div class="square9">
<div class="rt-block">
<div class="rt-module-surround">
<div class="rt-module-top"><div class="rt-module-top2"><div class="rt-module-top3"></div></div></div>
<div class="rt-module-inner">
<div class="module-content">
<div class="ofssologin_square9"><a href="index.html">Login</a>  | <span><a href="tw/previous-issue%3Fid=235&task=view.html" ><span lang="tw" xml:lang="tw">繁體中文</span></a></li></ul></span><!--Joom!fish V2.0.4 (Lightning)-->
<!-- © 2003-2009 Think Network, released under the GPL. -->
<!-- More information: at http://www.joomfish.net -->
<div class="ofssologin_search_square9">
<form id="of_search" action="https://www.openfoundry.org/of/openfoundry/search" method="get" onsubmit="of_search(); return false;">
<select id="of_search_type">
<option value="Projects"> Projects </option>
<option value="Content"> Content </option>
<option value="People"> People </option>
</select>
<input id="query" name="query" id="mod_search_searchword" maxlength="50" alt="search" class="inputbox" type="text" size="28" value="search..." onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" />
<input type="hidden" name="commit" value="search" />
</form>
</div></div> </div>
</div>
<div class="rt-module-bottom"><div class="rt-module-bottom2"><div class="rt-module-bottom3"></div></div></div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="rt-navigation"><div id="rt-navigation2"><div id="rt-navigation3">
<div class="nopill">
<ul class="menutop level1 " >
<li class="item1 root" >
<a class="orphan item bullet" href="index.html" >
<span>
Home
</span>
</a>
</li>
<li class="item32 root" >
<a class="orphan item bullet" href="archived.html" >
<span>
Projects
</span>
</a>
</li>
<li class="item186 root" >
<a class="orphan item bullet" href="en/community.html" >
<span>
Who's Who
</span>
</a>
</li>
<li class="item4 root" >
<a class="orphan item bullet" href="en/news.html" >
<span>
News
</span>
</a>
</li>
<li class="item5 root" >
<a class="orphan item bullet" href="en/law-and-licensing.html" >
<span>
Law & Licensing
</span>
</a>
</li>
<li class="item3 root" >
<a class="orphan item bullet" href="en/activities.html" >
<span>
Activities
</span>
</a>
</li>
<li class="item2 root" >
<a class="orphan item bullet" href="en/resourcecatalog.html" >
<span>
Resource Catalog
</span>
</a>
</li>
<li class="item45 root" >
<a class="orphan item bullet" href="en/about.html" >
<span>
About
</span>
</a>
</li>
</ul>
</div>
<div class="clear"></div>
</div></div></div>
<div class="rt-surround"><div class="rt-surround2"><div class="rt-surround3">
<div id="rt-showcase-section">
<div id="rt-showcase">
<div class="rt-grid-12 rt-alpha rt-omega">
<div class="clear"></div>
<div class="close-note">
<div class="rt-block">
<div class="module-content">
<div style="font-size:medium; background-image:linear-gradient(120deg,#159957,#4298b2);color:white;padding:20px;margin:-10px -18px;">感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 本網站預計持續維運至 2021年底,網站內容基本上不會再更動。<br />也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。</div> </div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="rt-main-surround">
<div id="rt-breadcrumbs">
<div class="rt-breadcrumb-surround">
<a href="index.html" id="breadcrumbs-home"></a>
<span class="breadcrumbs pathway">
<span class="no-link">Previous Issue</span></span>
</div>
<div class="clear"></div>
</div>
<div id="rt-main" class="sa3-mb9">
<div class="rt-main-inner">
<div class="rt-grid-9 rt-push-3">
<div class="rt-block">
<div class="square1">
<div class="rt-module-surround">
<div class="rt-module-top"><div class="rt-module-top2"><div class="rt-module-top3"></div></div></div>
<div class="rt-module-inner">
<div id="rt-mainbody">
<div class="componentheading">第 69 期 2006 企業運算研討會:開放源碼的機會 開始報名</div>
<div align="right" class="senddate">Published: 2006-11-13</div>
<!--<div><strong><?php// echo $row->title; ?></strong></div><br/>-->
<div><table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#eaeaea">
<tbody>
<tr>
<td colspan="2" height="28" valign="top" background="images/newsletter/cal-bg.gif"><a name="TOP"></a><img src="images/newsletter/catl.gif" border="0" width="179" height="28" /></td>
</tr>
<tr>
<td height="8"></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#575"> [OSSF新聞] 「開放免費報名」~ 2006企業運算研討會:開放源碼的機會</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#211"> [名家專欄] 等待新漢碼-漢字的數位化與中華文化的衝擊(中)</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#1325"> [技術專欄] JDBC 的叢集</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#256"> [交流源地] 笨牛改用自由軟體的心得分享(中)</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#779"> [開放原力] NGO Offlin</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#236"> [源碼應用] 中學生自製 Linux 叢集再進化 向建立網格運算目標進發</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#364"> [源碼報報] 微軟與 Zend 共同合作改善 Windows PHP 環境</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#367"> [源碼報報] 微軟、Novell 合作 開放源碼界憂心影響</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#398"> [源碼報報] OpenBSD 4.0 釋出 添加新硬體支援</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#296"> [源碼報報] FSF 推出完全自由的 Ubuntu 衍生散佈套件 gNewSense</a></td>
</tr>
<tr>
<td class="contentheading" style="font-size: 12px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%" height="26" valign="middle"><img src="images/newsletter/icon-cat.gif" border="0" alt="Image" hspace="6" align="left" /><a class="contentpagetitle" href="Newsletter.html%3Fid=235&task=view.html#818"> [源碼排行榜] 自由軟體鑄造場專案下載排行榜 11/12</a></td>
</tr>
<tr>
<td height="8"></td>
</tr>
</tbody>
</table>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%">
<p> </p>
<p><a name="575"></a>「開放免費報名」~ 2006企業運算研討會:開放源碼的機會</p>
</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">OSSF工作小組</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">◎ 活動時間:2006/12/15 (五) 9:00~17:40<br /> ◎ 活動地點:中央研究院資訊科學研究所<br /> ◎ 報名網址:<a href="https://swan.iis.sinica.edu.tw/signup/">https://swan.iis.sinica.edu.tw/signup/</a></td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=575&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="211"></a> 等待新漢碼-漢字的數位化與中華文化的衝擊(中)</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">陳昌江</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<p><strong>◎ 一字一碼的時代困境</strong></p>
<p>我們必須深刻地覺悟到,承載中文資訊的中文碼,其設計對「數位中華」的影響是既深且遠的,不深入觀察分析,大家也習以為常,難以發現它無所不在的影響以及其嚴肅性。就以康熙字典為例,一萬多字的 BIG5 碼是做不出有四萬多字的康熙字典的。</p>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=211&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="1325"></a> JDBC 的叢集</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">李日貴(松凌科技技術總監) 2007/11/27</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">Java Opensources for Web Development Part I:<br />Chapter 2 Java Opensource Database<br />Lession 10 : JDBC 的叢集</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=1325&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="256"></a> 笨牛改用自由軟體的心得分享(中)</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">笨牛 2006/10/15</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<p><strong> [Q3]:除了之前談的免費或是自由軟體,還有其他的嗎?尤其是專業領域的軟體?</strong></p>
<p>笨牛才疏學淺,不了解其他領域,能提供的不多。在此,笨牛就針對我個人熟悉的領域列出幾個常用的:</p>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=256&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="779"></a> NGO Offlin</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">Jedi 2006/11/10</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<div class="blog"><!-- start template: ID 90, dispStory;misc;default --> <!-- Begin of storyBox -->
<div class="blogbody">
<div class="storyintro">
<p>前一回我們提到,NGO 所缺少的其實不是合用的軟體、不僅是中文的操作介面,而是擺脫急就章式拼湊所需的情境腳本(和部署計畫),以及抹除對資訊工具焦慮及恐懼所需的經驗。因此 在本期我們就要來討論,NGO 在 Online 之前所需的「對於資訊工具的敏感度」是怎麼一回事。</p>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=779&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="236"></a> 中學生自製 Linux 叢集再進化 向建立網格運算目標進發</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">LinuxPilot 2006/11/10</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">去年 9 月,香港的九龍工業學校架設了三台 Linux 叢集,成為大中華區第一台由中學生自製的 Linux 叢集 (Cluster)。成功建立 Linux 叢集後,下一個目標又是甚麼?</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=236&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="364"></a> 微軟與 Zend 共同合作改善 Windows PHP 環境</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">謝良奇 2006/10/19</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">微軟與 PHP 程式語言產品與服務供應商 Zend Technologies 日前發佈了共同合作的消息。開放源碼腳本語言 PHP 是 Web 上最常運用的程式語言之一,微軟這次與 Zend 攜手希望共同改善 Windows 上的 PHP 環境,期望能藉重 PHP 的領導地位,為 Windows 平台拉攏更多原本在 Linux、Unix 的 PHP 用戶。</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=364&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="367"></a> 微軟、Novell 合作 開放源碼界憂心影響</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">謝良奇 2006/11/04</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">在微軟與 Linux 供應商 Novell 日前宣佈合作,讓雙方用戶能更輕易同時使用 Windows 與 Linux 軟體,更重要的是承諾微軟與 Novell 彼此不會向對方提起專利侵害訴訟,減輕雙方用戶心裡存在已久的潛在擔憂。然而,微軟與 Novell 這次的合作在社群內也掀起微軟是否正透過拉攏 Novell 進而分化 Linux 社群,甚至有人認為這個合作案將對開放源碼運動有負面影響。</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=367&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="398"></a> OpenBSD 4.0 釋出 添加新硬體支援</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">謝良奇 2006/10/19</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">OpenBSD 團隊領導人 Theo de Raadt 不久前宣告了 OpenBSD 4.0 的釋出消息。以安全防護完善為特色的開放源碼作業系統 OpenBSD,在 4.0 版中新增了各種硬體支援,並且緊密地整合了 X.Org。</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=398&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="296"></a> FSF 推出完全自由的 Ubuntu 衍生散佈套件 gNewSense</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">謝良奇 2006/11/04</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">為了持續實踐自由軟體的理念,自由軟體基金會 (The Free Software Foundation, FSF) 宣佈釋出 Ubuntu 散佈套件的衍生版本 gNewSense 1.0,其中移除了所有私有軟體。這套由 Brian Brazil 與 Paul O'Malley 兩名愛爾蘭自由軟體提倡者創造的 Linux 散佈套件,期能提供用戶一套融合 Ubuntu 穩定性同時保障自由軟體的軟體套件。</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=296&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table>
<p> </p>
<table class="contentpaneopen" border="0">
<tbody>
<tr>
<td class="contentheading" style="font-size: 16px; font-weight: bold; vertical-align: bottom; color: #0055c5;" width="100%"><a name="818"></a> 自由軟體鑄造場專案下載排行榜 11/12</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">OSSF 工作小組 2006/11/12</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<p>本週專案下載排名與上週專案排名相同,各專案的排名、下載次數與專案網址如下所示,使用者可針對有興趣的專案做進一步了解:</p>
<p> </p>
<table border="1">
<tbody>
<tr>
<th>排行 </th><th>專案名稱 </th><th>下載次數 </th>
</tr>
<tr>
<td>1</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=91" target="_blank">新同文堂</a></td>
<td>81081 次</td>
</tr>
<tr>
<td>2</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=333" target="_blank">中文 WordPress</a></td>
<td>73756 次</td>
</tr>
<tr>
<td>3</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=209" target="_blank">OpenVanilla 輸入法及文字輸出處理架構</a></td>
<td>45654 次</td>
</tr>
<tr>
<td>4</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=363" target="_blank">Tab Mix</a></td>
<td>45411 次</td>
</tr>
<tr>
<td>5</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=165" target="_blank">LifeType 中文開發與推廣</a></td>
<td>42195次</td>
</tr>
<tr>
<td>6</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=82" target="_blank">svk version control system</a></td>
<td>33910 次</td>
</tr>
<tr>
<td>7</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=62" target="_blank">Mozilla 與 Firefox 中文化</a></td>
<td>28619 次</td>
</tr>
<tr>
<td>8</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=106" target="_blank">中文應用環境讀書會</a></td>
<td>22141 次</td>
</tr>
<tr>
<td>9</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=184" target="_blank">OSXchat</a></td>
<td>21846 次</td>
</tr>
<tr>
<td>10</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=100" target="_blank">SpaceChewingOSX</a></td>
<td>21363 次</td>
</tr>
</tbody>
</table>
<p>(統計截止時間:2006/11/12 02:33)</p>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="https://www.openfoundry.org/index.php?option=com_content&task=view&id=818&Itemid=56" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=235&task=view.html#TOP"><span style="color: #fd6003; font-size: x-small;"><strong>回目錄</strong></span></a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="clear"></div>
</div>
<div class="rt-module-bottom"><div class="rt-module-bottom2"><div class="rt-module-bottom3"></div></div></div>
</div>
</div>
</div>
</div>
<div class="rt-grid-3 rt-pull-9">
<div id="rt-sidebar-a">
<div class="square4">
<div class="rt-block">
<div class="rt-module-surround">
<div class="rt-module-top"><div class="rt-module-top2"><div class="rt-module-top3"></div></div></div>
<div class="rt-module-inner">
<div class="module-content">
<ul class="menu"><li id="current" class="active item56"><a href="en/previous-issue.html"><span>Previous Issue</span></a></li><li class="item55"><a href="en/about-newsletter.html"><span>About Newsletter</span></a></li></ul> </div>
</div>
<div class="rt-module-bottom"><div class="rt-module-bottom2"><div class="rt-module-bottom3"></div></div></div>
</div>
</div>
</div>
<div class="rt-block">
<div class="rt-module-surround">
<div class="rt-module-top"><div class="rt-module-top2"><div class="rt-module-top3"></div></div></div>
<div class="rt-module-inner">
<div class="module-content">
<ul class="menu"><li class="item115"><a href="en/foss-news.html"><span>FOSS News</span></a></li><li class="item141"><a href="en/case-job.html"><span>Case and Jobs</span></a></li></ul> </div>
</div>
<div class="rt-module-bottom"><div class="rt-module-bottom2"><div class="rt-module-bottom3"></div></div></div>
</div>
</div>
<div class="square1">
<div class="rt-block">
<div class="rt-module-surround">
<div class="rt-module-top"><div class="rt-module-top2"><div class="rt-module-top3"></div></div></div>
<div class="rt-module-inner">
<div class="module-title"><h2 class="title">Special</h2></div>
<div class="clear"></div>
<div class="module-content">
<ul class="menu"><li class="item37"><a href="en/tech-column.html"><span>Tech Column</span></a></li><li class="item40"><a href="en/foss-programs.html"><span>FOSS Programs</span></a></li><li class="item35"><a href="en/legal-column.html"><span>Legal Column</span></a></li><li class="item154"><a href="en/foss-forum.html"><span>FOSS Forum</span></a></li><li class="item162"><a href="en/enterprise-application.html"><span>Enterprise Application</span></a></li><li class="item44"><a href="en/foss-projects.html"><span>FOSS Projects</span></a></li></ul> </div>
</div>
<div class="rt-module-bottom"><div class="rt-module-bottom2"><div class="rt-module-bottom3"></div></div></div>
</div>
</div>
</div>
<div class="square1">
<div class="rt-block">
<div class="rt-module-surround">
<div class="rt-module-top"><div class="rt-module-top2"><div class="rt-module-top3"></div></div></div>
<div class="rt-module-inner">
<div class="module-content">
<p style="text-align: center;"><a href="news%3Fformat=feed&type=rss" target="_black"><img src="images/M_images/news-rss-feed.png" border="0" /></a><br /><a href="https://www.openfoundry.org/rss-feed/Newsletter" target="_black"><img src="images/M_images/newsletter-rss-feed.png" border="0" /></a></p> </div>
</div>
<div class="rt-module-bottom"><div class="rt-module-bottom2"><div class="rt-module-bottom3"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="rt-copyright">
<div class="rt-grid-12 rt-alpha rt-omega">
<div class="rt-block">
<div class="rt-module-surround">
<div class="rt-module-top"><div class="rt-module-top2"><div class="rt-module-top3"></div></div></div>
<div class="rt-module-inner">
<div class="module-content">
<span class="nowrap">Open Source Software Foundry</span><span class="nowrap">‧</span><span class="nowrap"> </span><span class="nowrap">Best Viewed with IE7.0 or Firefox2.0 above, 1024x768 Resolution. </span><strong>E-Mail</strong>:<a href="mailto:[email protected]">[email protected]</a> <br /><strong>Address</strong>:No.128, Sec.2, Academia Rd., Institute of Information Science, Academia Sinica, Nangang District, Taipei City 11529, Taiwan (R.O.C). <br /><a href="en/privacy-policy.html">Privacy Policy</a>. <a href="en/terms-of-use.html">Terms-of-use</a> <span style="position: relative; top: 8px; margin-top: -8px;"> <a href="about/8101.html"><img src="images/M_images/rss-feed-all.png" border="0" /></a></span> </div>
</div>
<div class="rt-module-bottom"><div class="rt-module-bottom2"><div class="rt-module-bottom3"></div></div></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="rt-footer-bottom-wrap"><div class="rt-footer-bottom"><div class="rt-footer-bottom2"><div class="rt-footer-bottom3"></div></div></div></div>
</div></div></div>
<div class="rt-surround-bottom"><div class="rt-surround-bottom2"><div class="rt-surround-bottom3"></div></div></div>
</div>
</div>
<!--
<script id="aptureScript">
(function (){var a=document.createElement("script");a.defer="true";a.src="http://www.apture.com/js/apture.js?siteToken=vsJttrn";document.getElementsByTagName("head")[0].appendChild(a);})();
</script>
-->
<!-- Piwik -->
<!-- <script type="text/javascript">
var _paq = _paq || [];
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "https") + "://www.openfoundry.org/piwik/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "1"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script> -->
<!-- End Piwik Code -->
</body>
</html>