<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Default Dirs</title>
	<atom:link href="http://akrabat.com/2006/05/31/default-dirs/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2006/05/31/default-dirs/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 20 Nov 2008 07:28:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2006/05/31/default-dirs/#comment-1141</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sat, 03 Jun 2006 20:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/05/31/default-dirs/#comment-1141</guid>
		<description>For the most important thing is to get most of the code out of the document root. I know that in theory htaccess prevents access to the bits you don't want people to see, but in the real world mistakes happen.

I didn't mention docs cos we keep those separate from the code along with the PSD files and other large "original works" that aren't needed for the website itself.</description>
		<content:encoded><![CDATA[<p>For the most important thing is to get most of the code out of the document root. I know that in theory htaccess prevents access to the bits you don't want people to see, but in the real world mistakes happen.</p>
<p>I didn't mention docs cos we keep those separate from the code along with the PSD files and other large "original works" that aren't needed for the website itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Goodwin</title>
		<link>http://akrabat.com/2006/05/31/default-dirs/#comment-1128</link>
		<dc:creator>David Goodwin</dc:creator>
		<pubDate>Sat, 03 Jun 2006 12:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/05/31/default-dirs/#comment-1128</guid>
		<description>Thanks for that; we're just starting a new project at the moment (based on Propel+Smarty etc), and I think I might your structure can fit that quite well (and it saves me from trying to think of something suitable).

Historically, I've tended to only have a few directories; e.g something like :


--/projects/foo
----/sql - db schemas etc
----/docs - req. specs etc.
----/tests - any automated tests etc.
----/php - controllers and static html
------/templates - smarty files
------/css
------/js
      

David.</description>
		<content:encoded><![CDATA[<p>Thanks for that; we're just starting a new project at the moment (based on Propel+Smarty etc), and I think I might your structure can fit that quite well (and it saves me from trying to think of something suitable).</p>
<p>Historically, I've tended to only have a few directories; e.g something like :</p>
<p>&#8211;/projects/foo<br />
&#8212;-/sql - db schemas etc<br />
&#8212;-/docs - req. specs etc.<br />
&#8212;-/tests - any automated tests etc.<br />
&#8212;-/php - controllers and static html<br />
&#8212;&#8212;/templates - smarty files<br />
&#8212;&#8212;/css<br />
&#8212;&#8212;/js</p>
<p>David.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
