<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>QUOIT Blog &#187; タスク管理</title>
	<atom:link href="http://ken.quoit.jp/tag/%e3%82%bf%e3%82%b9%e3%82%af%e7%ae%a1%e7%90%86/feed/" rel="self" type="application/rss+xml" />
	<link>http://ken.quoit.jp</link>
	<description>Programming, OpenSource, HTML/CSS etc...</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:18:36 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>タスク管理システム</title>
		<link>http://ken.quoit.jp/2009/08/24/%e3%82%bf%e3%82%b9%e3%82%af%e7%ae%a1%e7%90%86%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0/</link>
		<comments>http://ken.quoit.jp/2009/08/24/%e3%82%bf%e3%82%b9%e3%82%af%e7%ae%a1%e7%90%86%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 10:37:31 +0000</pubDate>
		<dc:creator>yakumo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[OpenSouce]]></category>
		<category><![CDATA[タスク管理]]></category>

		<guid isPermaLink="false">http://quoit.jp/ken/?p=13</guid>
		<description><![CDATA[会社で手軽なタスク管理システムを導入しようかと思い、いろいろ漁っていた。 最初はバグトラックに近いものをイメージしてて、「trac」とかを考えたのだが、 いかんせんユーザがシステムに慣れてないので、 設置したはいいけど全然使わないことは明白。 ならば、もっと簡単なタスク管理システムにしようと。 で、ちょっと探してたら出てきたのが「OpenTask」。 おお、なんだか簡単そうだ、ということで早速導入を試みるも、いろいろと難点が。 テストで設置してみたのがステージングのサーバだったから、php.iniの設定で error_reporting = E_ALL となってたもんで、NOTICE吐きまくりで大変なことに。 仕方なく、 error_reporting = E_ALL &#038; ~E_NOTICE として、NOTICEを除いたらスッキリ。 しかし、ユーザログインはBASICなのだが、そんな記述がどこにもないのは何でだろうか。 設置したページより以前にBASIC認証をかませてたもんだから、動作がおかしなことになってしまった。 「PHPの知識がある方であれば、使い方に合わせて自由に変更・カスタマイズが行えます。」 とのことですが、READMEくらいは欲しいところ。 結局、カスタマイズのこととかを考えると、自分で作ったほうが速いのかも。。。]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>会社で手軽なタスク管理システムを導入しようかと思い、いろいろ漁っていた。</p>
<p>最初はバグトラックに近いものをイメージしてて、「<a href="http://trac.edgewall.org/" target="_blank">trac</a>」とかを考えたのだが、<br />
いかんせんユーザがシステムに慣れてないので、<br />
設置したはいいけど全然使わないことは明白。</p>
<p>ならば、もっと簡単なタスク管理システムにしようと。</p>
<p>で、ちょっと探してたら出てきたのが「<a href="http://opentask.jp/" target="_blank">OpenTask</a>」。</p>
<p>おお、なんだか簡単そうだ、ということで早速導入を試みるも、いろいろと難点が。</p>
<p>テストで設置してみたのがステージングのサーバだったから、php.iniの設定で</p>
<blockquote><p>error_reporting  =  E_ALL</p></blockquote>
<p>となってたもんで、NOTICE吐きまくりで大変なことに。</p>
<p>仕方なく、</p>
<blockquote><p>error_reporting  =  E_ALL &#038; ~E_NOTICE</p></blockquote>
<p>として、NOTICEを除いたらスッキリ。</p>
<p>しかし、ユーザログインはBASICなのだが、そんな記述がどこにもないのは何でだろうか。</p>
<p>設置したページより以前にBASIC認証をかませてたもんだから、動作がおかしなことになってしまった。</p>
<p>「PHPの知識がある方であれば、使い方に合わせて自由に変更・カスタマイズが行えます。」</p>
<p>とのことですが、READMEくらいは欲しいところ。</p>
<p>
結局、カスタマイズのこととかを考えると、自分で作ったほうが速いのかも。。。</p>
<div class="shr-publisher-13"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://ken.quoit.jp/2009/08/24/%e3%82%bf%e3%82%b9%e3%82%af%e7%ae%a1%e7%90%86%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

