-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewsletter.html?id=238&task=view.html
679 lines (644 loc) · 37.9 KB
/
Newsletter.html?id=238&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
<!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=238&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">第 72 期 2006年度回顧與展望</div>
<div align="right" class="senddate">Published: 2006-12-24</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=238&task=view.html#596"> [OSSF新聞] 「開放源碼流程管理技術座談會」圓滿落幕</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=238&task=view.html#783"> [OSSF新聞] 2006 IOSESC 劃下完美的句點</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=238&task=view.html#104"> [名家專欄] 迎接資訊人權貴時代(下)</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=238&task=view.html#105"> [法律源地] 自由/開放源碼授權條款的三分法</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=238&task=view.html#106"> [技術專欄] wxPython基礎視窗程式</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=238&task=view.html#107"> [源碼報報] 2007 年展望:重大套件釋出、虛擬化成熟、企業重心轉向平台附加價值</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=238&task=view.html#784"> [源碼報報] 第三屆桌面架構會議登場 加速 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=238&task=view.html#785"> [源碼報報] 2006 年回顧:開放源碼公司創投收獲豐富 成長 131%</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=238&task=view.html#786"> [源碼報報] 亞洲開發者調查:70% 開發者曾採用過開放源碼模組</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=238&task=view.html#815"> [源碼排行榜] 自由軟體鑄造場專案下載排行榜 12/24</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="596"></a>「開放源碼流程管理技術座談會」圓滿落幕</p>
</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">李貞臻 2006/09/07</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<p class="MsoNormal"><span style="font-family: 新細明體;">「流程管理」是資訊產品在企業應用的重點方案之一,目前市場上開發的商用流程管理系統雖然已經日趨成熟且功能完整,但是昂貴的售價與複雜的部署管理一直是中小企業無法普遍導入的原因。<span> </span></span></p>
<p class="MsoNormal"><span style="font-family: 新細明體;">自由軟體鑄造場<span> (OSSF) 於日前假中研院生命科學圖書館電腦教室舉行開放源碼流程管理技術座談會,主講者歐陽銘康(目前任職於自由軟體鑄造場技術組)和與會來賓說明自由軟體在流程 管理的發展現況,從 Workflow Engine 比較以及介紹 RUNA 這套由自由企業中介軟體元件所開發的流程管理系統,現場實機示範從安裝部署到建立流程。利用一人一機的電腦環境,主講人及工作人員也個別指導參與來賓安裝 操作 RUNA 流程管理系統,讓與會者實際了解目前自由軟體在流程管理系統的實用性與成熟度,並討論流程管理系統的未來發展。 </span></span></p>
<p class="MsoNormal"><span style="font-family: 新細明體;">參考資料:<span><br /> 1.<a href="https://140.109.17.99/boyaMedia/index.php?s=fetch&a=&q=%E9%96%8B%E6%94%BE%E6%BA%90%E7%A2%BC%E6%B5%81%E7%A8%8B%E7%AE%A1%E7%90%86%E6%8A%80%E8%A1%93%E5%BA%A7%E8%AB%87%E6%9C%83">講義下載</a><br /> 2.<a href="https://swan.iis.sinica.edu.tw/gallery/album36">活動照片</a></span></span></p>
<p class="MsoNormal"><span> </span></p>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=596&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="783"></a> 2006 IOSESC 劃下完美的句點</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">李貞臻‧Emmi</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<div class="blogbody">
<div class="storyintro">
<p>為提倡開放原始碼在嵌入式系統的應用,中央研究院自由軟體鑄造場於去年年底協同國科會及美商蒙特維士達 (Monta Vista),舉辦首屆「2006國際開放原始碼嵌入式軟體競賽 (IOSESC)」。</p>
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=783&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="104"></a> 迎接資訊人權貴時代(下)</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">Administrator 2007/01/10</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<p>「那麼 TC 呢? 要怎麼包裝和行銷 TC, 讓消費者接受呢?」</p>
<p>「TC 可以用來阻擋我們資訊大廠不希望消費者執行的程式, 當然也可以用來阻擋 <em>消費者</em> 不希望他人執行的程式。 消費者不希望他人執行什麼程式? 當然就是病毒和入侵者的程式啊! 我們可以告訴消費者: "您的電腦, 由我們替您從遠端檢查把關。 採用了 TC 技術, 您就可以信任您的電腦不會隨便執行病毒, 或執行入侵者的程式!" 行銷技巧的運用, 存乎一心, 同樣一件事, 用心從消費者的觀點去看, 一定可以找出一些有說服力的切入點。 我告訴你, 到時候如果有電腦不支援 TC, 它還賣不出去呢!」</p>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=104&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="105"></a> 自由/開放源碼授權條款的三分法</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">OSSF 法政組 2007/01/10</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">既有的自由/開放源碼授權條款為數眾多,光是經過OSI (Open Source Initiative) 核可通過就超過五十份,而在FSF (Free Software Foundation) 網站上,被認定符合四大自由的自由軟體也超過六十份,因此對於需要識別這些授權條款的開發者來說,一個可以快速辨識這些授權條款差異的方法是很有幫助的。</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=105&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="106"></a> wxPython基礎視窗程式</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">紀博文 2007/01/10</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">視窗程式設計是一件相當專業的工作,就像發射火箭升空一樣困難又複雜。其實視窗程式設計並沒有那樣的遙不可及,只要熟悉主要的視窗概 念,並選擇適當的開發工具,你也可以很快的設計出一個像樣的視窗程式。</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=106&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="107"></a> 2007 年展望:重大套件釋出、虛擬化成熟、企業重心轉向平台附加價值</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">Administrator 2007/01/10</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">2007 年的開放源碼,預料 Linux 將可維持其發展步調。紅帽 (Red Hat) 等散佈套件商的重大釋出值得期待。虛擬技術的加溫將有助 Linux 提高在資料中心的能見度與應用層面。另外,開放源碼軟體企業的營運模式,將從提供基本平台如 Linux 作業系統或資料庫等,轉而在開放源碼平台上建構具附加價值的上層系統。</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=107&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="784"></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">謝良奇 2006/11/28</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">開放源碼開發實驗室 (Open Source Development Labs) 舉辦的第三屆桌面架構會議 (Desktop Architecture Meeting),日前在美國奧勒岡州的波特蘭召開,吸引來自各機構超過 40 名開發人員參加,討論如何加速 Linux 桌面的發展。</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=784&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="785"></a> 2006 年回顧:開放源碼公司創投收獲豐富 成長 131%</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">謝良奇 2006/12/22</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<div class="blogbody">
<div class="storyintro">
<p>今年度 Linux 與開放源碼廠商在贏取創投青睞上,的確收獲頗豐。電腦商業探索 (Computer Business Review) 的部落格指出,2006 年投入開放源碼企業的投資額成長了 131%,到達 4 億零 450 萬美元。</p>
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=785&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="786"></a> 亞洲開發者調查:70% 開發者曾採用過開放源碼模組</td>
</tr>
<tr>
<td style="font-size: 12px; color: #999999; font-weight: bold;" colspan="2" width="70%" height="30" align="left" valign="top">謝良奇 2006/12/15</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<div class="blogbody">
<div class="storyintro">
<p>Evans Data Corporation 近期所做的一份調查報告指出,開放源碼在亞洲地區的使用率,近年來有大幅提升的現象,如今超過 70% 的亞洲軟體開發者都在應用軟體開發中,採用過開放源碼模組。</p>
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="index.php%3Foption=com_content&task=view&id=786&Itemid=56.html" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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="815"></a> 自由軟體鑄造場專案下載排行榜 12/24</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/12/24</td>
</tr>
<tr>
<td style="font-size: 12px; color: #444444; line-height: 200%;">
<p>本週排名第一的「新同文堂」下載數破 10 萬次,也成為第一個有此紀錄的專案。其餘專案下載排名與上週專案排名相同,各專案的排名、下載次數與專案網址如下所示,使用者可針對有興趣的專案做進一步了解:</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>109424 次</td>
</tr>
<tr>
<td>2</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=333" target="_blank">中文 WordPress</a></td>
<td>75827 次</td>
</tr>
<tr>
<td>3</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=209" target="_blank">OpenVanilla 輸入法及文字輸出處理架構</a></td>
<td>47777 次</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>46312 次</td>
</tr>
<tr>
<td>5</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=165" target="_blank">LifeType 中文開發與推廣</a></td>
<td>43074 次</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>35225 次</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>30784 次</td>
</tr>
<tr>
<td>8</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=412" target="_blank">Joomla! 中文版</a></td>
<td>28692 次</td>
</tr>
<tr>
<td>9</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=106" target="_blank">中文應用環境讀書會</a></td>
<td>22718 次</td>
</tr>
<tr>
<td>10</td>
<td><a href="https://rt.openfoundry.org/Foundry/Project/Download/?Queue=194" target="_blank">OSXchat</a></td>
<td>22234 次</td>
</tr>
</tbody>
</table>
<p>(統計截止時間:2006/12/24 15:58)</p>
</td>
</tr>
<tr>
<td colspan="2" align="left"><a href="https://www.openfoundry.org/index.php?option=com_content&task=view&id=815&Itemid=56" style="font-size: 12px; color: #fd6003;">詳細內容... </a></td>
</tr>
<tr>
<td align="right"><a href="Newsletter.html%3Fid=238&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>