<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>gomme fatale</title>
	<atom:link href="http://openoffice.or.kr/gomme/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://openoffice.or.kr/gomme</link>
	<description>곰므의 오픈소스 이야기</description>
	<pubDate>Mon, 06 Sep 2010 17:14:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>ko</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chromium OS on DELL mini 9</title>
		<link>http://openoffice.or.kr/gomme/?p=315</link>
		<comments>http://openoffice.or.kr/gomme/?p=315#comments</comments>
		<pubDate>Thu, 19 Nov 2009 21:11:03 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Chrome]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=315</guid>
		<description><![CDATA[
우분투 9.10에서 Chromium OS 를 빌드하고 USB에 담아 DELL mini 9 에서 부팅한 화면입니다. 로그인하면 그냥 Chrome 브라우저가 뜹니다.

화면이나 소리는 문제가 없는데 무선랜이 작동하지 않는군요. 유선랜은 잘 됩니다. 
넷북이 크롬 브라우저 전용 디바이스가 되어버렸군요. :-)
]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=315</wfw:commentRss>
		</item>
		<item>
		<title>지메일과 줄 간격</title>
		<link>http://openoffice.or.kr/gomme/?p=296</link>
		<comments>http://openoffice.or.kr/gomme/?p=296#comments</comments>
		<pubDate>Thu, 15 Jan 2009 07:30:45 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=296</guid>
		<description><![CDATA[(나이가 들어서 그런지 ㅜ.ㅜ ) 줄 간격이 좁은 웹페이지를 읽다 보면 가끔 불편을 느끼는 경우가 있습니다. 상당한 시간 동안 계속 들여다 보고 글을 읽어야 하는 지메일과 같은 사이트는 그 정도가 더합니다. 파이어폭스에서는 간단하게 줄 간격을 바꿀 수 있다는 것을 알고 있었지만, 프로그램의 &#8216;기본 값&#8217;을 그대로 두고 사용하는 성격이라 미루고 미루다가 드디어 줄 간격을 살짝 늘였습니다.

모질라 [...]]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=296</wfw:commentRss>
		</item>
		<item>
		<title>크롬의 그리스몽키 스크립트 지원</title>
		<link>http://openoffice.or.kr/gomme/?p=295</link>
		<comments>http://openoffice.or.kr/gomme/?p=295#comments</comments>
		<pubDate>Tue, 21 Oct 2008 07:37:17 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=295</guid>
		<description><![CDATA[Google Operating System 블로그에 크롬의 그리스몽키(greasemonkey) 스크립트 지원에 대한 정보가 올라왔습니다.
최근 개발자 버전에서는 크롬을 실행할 때 &#8211;enable-greasemonkey 라는 플래그를 추가하면 c:\scripts 디렉토리에 있는 사용자 스크립트를 실행한다고 합니다. 스크립트 디렉토리는 아래 소스 코드에서 볼 수 있듯이 아직 하드코드로 지정되어 있습니다.

[/src/chrome/common/chrome_paths.cc]
bool PathProvider(int key, std::wstring* result) {
  // Some keys are just aliases&#8230;
  switch (key) {
 [...]]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=295</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Web Application Installer</title>
		<link>http://openoffice.or.kr/gomme/?p=294</link>
		<comments>http://openoffice.or.kr/gomme/?p=294#comments</comments>
		<pubDate>Thu, 16 Oct 2008 17:31:34 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=294</guid>
		<description><![CDATA[마이크로소프트가 윈도우 서버에 ASP.Net 및 php 기반 웹 애플리케이션을 쉽게 설치할 수 있는 설치 프로그램을 제공합니다. 지원하는 웹 애플리케이션은 WordPress, phpBB, Druapl과 같은 php 기반의 오픈소스 애플리케이션이 다수입니다. 

http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx
마이크로소프트가 오픈소스 웹 애플리케이션을 배포한다는 사실이 무척 흥미롭습니다. :-)
]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=294</wfw:commentRss>
		</item>
		<item>
		<title>커밋 모니터 (Commit Monitor)</title>
		<link>http://openoffice.or.kr/gomme/?p=291</link>
		<comments>http://openoffice.or.kr/gomme/?p=291#comments</comments>
		<pubDate>Mon, 06 Oct 2008 07:54:53 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Chrome]]></category>

		<category><![CDATA[Chromium]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=291</guid>
		<description><![CDATA[오픈소스 프로젝트에 대해서 공부하는 방법에는 여러 가지가 있겠지만 가장 좋은 방법은 역시 소스 코드를 직접 읽는 것입니다. 관심 있는 모듈의 소스 코드를 살펴보는 것과 동시에 소스 코드의 변경 사항을 그때그때 파악할 수 있다면 훨씬 효율적인 소스 읽기가 가능하리라 생각합니다.
요즘 Chromium 프로젝트에 관심이 있어서 서브버전 저장소의 변경 사항을 손쉽게 파악하는 방법이 있는지 알아보다가 커밋 모니터(Commit Monitor)라는 [...]]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=291</wfw:commentRss>
		</item>
		<item>
		<title>자유/오픈소스 소프트웨어에 대한 12가지 오해</title>
		<link>http://openoffice.or.kr/gomme/?p=290</link>
		<comments>http://openoffice.or.kr/gomme/?p=290#comments</comments>
		<pubDate>Wed, 24 Sep 2008 23:52:05 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=290</guid>
		<description><![CDATA[Twelve Myths about Free and Open Source Software
http://itmanagement.earthweb.com/features/article.php/3771441
이 글은 EARTHWEB에 실린 Bruce Byfield의 &#8216;Twelve Myths about Free and Open Source Software&#8217;를 한국어로 번역한 것입니다. 원문을 정확하게 전달하려고 노력하였으나 의역한 부분도 있으므로 정확한 정보는 원문을 참고하시기 바랍니다.
&#8230;
여러분은 컴퓨터를 가진 사람이라면 누구나 자유/오픈소스 소프트웨어(Free and Open Source Software, 이하 FOSS)에 대해서 알고 있다고 생각하실지도 모르겠습니다. 그러나 여러분이 [...]]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=290</wfw:commentRss>
		</item>
		<item>
		<title>Google Docs에서 발생하는 크롬의 문서 정렬 문제</title>
		<link>http://openoffice.or.kr/gomme/?p=288</link>
		<comments>http://openoffice.or.kr/gomme/?p=288#comments</comments>
		<pubDate>Sun, 21 Sep 2008 18:30:46 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=288</guid>
		<description><![CDATA[크롬의 가장 큰 매력이라고 할 수 있는 빠른 속도 때문에 요즘 크롬을 주로 사용하고 있는데요, 사소한 버그들이 심심찮게 눈에 띕니다. 특히, Google의 서비스 제품에서 발생하는 버그는 더욱 흥미롭습니다. 앞서 알려드렸던 캘린더 버그에 이어 이번에는 구글의 온라인 워드프로세서에서 발생하는 버그입니다.

위 그림은 구글 워드프로세서에서 새로운 문서를 만들고 아래와 같이 단락에 justfy 정렬 옵션을 적용한 후 파이어폭스와 크롬에서 [...]]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=288</wfw:commentRss>
		</item>
		<item>
		<title>Google 캘린더에서 발생하는 크롬의 희한한 버그</title>
		<link>http://openoffice.or.kr/gomme/?p=286</link>
		<comments>http://openoffice.or.kr/gomme/?p=286#comments</comments>
		<pubDate>Sat, 20 Sep 2008 23:42:48 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=286</guid>
		<description><![CDATA[
크롬으로 Google 캘린더를 사용하다가 희한한 버그를 발견했습니다. 한 주 보기에서 맨 윗 줄을 클릭하면 하루 종일에 해당하는 일정을 만들 수가 있는데, 금요일하고 토요일을 클릭하면 하루가 아닌 이틀 동안의 일정이 만들어집니다. 그러니까, 금요일을 클릭하면 금요일부터 토요일까지의 일정이 만들어지고 토요일을 클릭하면 토요일부터 일요일까지의 일정이 만들어집니다. 물론, 다른 요일을 클릭할 때는 아무런 문제가 없구요.
설정에서 언어를 영어로 바꾸면 한 [...]]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=286</wfw:commentRss>
		</item>
		<item>
		<title>Chromium의 스크롤 버그가 수정되었다는 반가운 소식</title>
		<link>http://openoffice.or.kr/gomme/?p=282</link>
		<comments>http://openoffice.or.kr/gomme/?p=282#comments</comments>
		<pubDate>Wed, 17 Sep 2008 05:30:55 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Chrome]]></category>

		<category><![CDATA[Chromium]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=282</guid>
		<description><![CDATA[Chromium의 터치패드 스크롤 버그가 수정되었군요! 방금 새로 빌드한 버전에서 혹시나 하는 마음으로 터치패드 가장자리를 살~짝 밀어 올리니까 위로 스크롤이 되는 것이 아니겠습니까? 드디어 제 노트북에서도 가상 스크롤이 제대로 작동합니다. 조만간에 구글 크롬에도 수정 사항이 반영되리라 기대합니다.
구체적인 내용은 다음 페이지에서 확인할 수 있습니다.
http://codereview.chromium.org/2878
설명에 보면 가상 스크롤 막대를 RenderWidgetHostHwnd(껍데기)에서 WebContents(알맹이)로 옮겼다는 내용이 나오는데, 버그와 이 변경의 관계를 [...]]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=282</wfw:commentRss>
		</item>
		<item>
		<title>Chromium의 치명적인 버그와 &#8216;나두요~&#8217; 코멘트 스팸!</title>
		<link>http://openoffice.or.kr/gomme/?p=279</link>
		<comments>http://openoffice.or.kr/gomme/?p=279#comments</comments>
		<pubDate>Sun, 07 Sep 2008 15:17:13 +0000</pubDate>
		<dc:creator>jeongkyu</dc:creator>
		
		<category><![CDATA[Chrome]]></category>

		<category><![CDATA[Chromium]]></category>

		<guid isPermaLink="false">http://openoffice.or.kr/gomme/?p=279</guid>
		<description><![CDATA[소프트웨어에 버그가 있는 것은 당연한 것이고 베타 버전이라면 더욱 그렇습니다. 그런데, 얼마 전에 배포된 Chromium 베타에는 랩탑 사용자들에게 치명적인 버그가 하나 있습니다. 터치 패드를 사용해서 가상 스크롤을 사용할 때, 아래로 내리기는 되는데 위로 올리기가 안되는 버그입니다. 저도 랩탑을 쓰는지라 발견하자마자 보고하려고 했는데 한 발 늦었더군요. :-)
재빠른 수정을 기다리며 버그 항목에 별표 표시를 해두고 나왔는데, 문제는 [...]]]></description>
		<wfw:commentRss>http://openoffice.or.kr/gomme/?feed=rss2&amp;p=279</wfw:commentRss>
		</item>
	</channel>
</rss>

