<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CT Project</title>
	<atom:link href="http://ctproject.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ctproject.wordpress.com</link>
	<description>Publishing the Complete Teachings of J. Krishnamurti</description>
	<lastBuildDate>Wed, 26 Mar 2008 19:33:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ctproject.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CT Project</title>
		<link>http://ctproject.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ctproject.wordpress.com/osd.xml" title="CT Project" />
	<atom:link rel='hub' href='http://ctproject.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Setting up MacPorts and Bash shell paths on OS X</title>
		<link>http://ctproject.wordpress.com/2008/03/26/setting-up-macports-and-bash-shell-paths-on-os-x/</link>
		<comments>http://ctproject.wordpress.com/2008/03/26/setting-up-macports-and-bash-shell-paths-on-os-x/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 19:33:13 +0000</pubDate>
		<dc:creator>mlommel</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://ctproject.wordpress.com/?p=57</guid>
		<description><![CDATA[It looks like many Unix tools will be useful for the CT work; Apple&#8217;s OS X is based on BSD, a Unix flavor, but not every tool that could be useful is either ported to OS X or necessarily in a recent release. MacPorts allows the OS X user to install more recent releases of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=57&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It looks like many Unix tools will be useful for the CT work; Apple&#8217;s OS X is based on BSD, a Unix flavor, but not every tool that could be useful is either ported to OS X or necessarily in a recent release.  MacPorts allows the OS X user to install more recent releases of Unix tools and keep them updated properly. </p>
<p>I use an ancient Titanium G4, but am running OS x 10.4, and its fine for most work. (We&#8217;ll need to see if it can handle intensive Tex processing of the larger documents).</p>
<p>One trick to getting the MacPorts installed correctly was to learn a bit more about the Bash shell and how paths work. This study discovered a feature of Bash that doesn&#8217;t seem well-enough documented to me. </p>
<p>For instance, say I have a new install of eMacs or TexLive from MacPorts stored in <code> /opt/local/bin </code>(default location). I may have an older eMacs or other target program in <code>/usr/bin</code> or <code>usr/local/bin</code>, etc. So, I could just change the path from <code>/usr/bin</code> to <code> /opt/local/bin</code>. But then <i>everything else</i> I have in <code>/usr/bin</code> will not be accessible in the shell, without typing out the full path. I could also create an alias or a symlink from say <code>emacs</code> to <code>/opt/local/bin/emacs</code>. But, then I have to remember to do this each time I add something from MacPorts, and it tends to be an ad hoc, less transparent, solution.</p>
<p>Here&#8217;s the trick: you can see your current path as Bash understands it by:</p>
<p><code><br />
echo $PATH<br />
</code></p>
<p>You&#8217;ll get something like:</p>
<p><code><br />
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin<br />
</code></p>
<p>The colons separate different PATH directories. The important thing is that when searching for a command to execute, Bash searches from left to right and stops on the first executable it finds which matches the name. So, I have set-up my $PATH variable to look like this:</p>
<p><code><br />
/opt/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/texbin<br />
</code></p>
<p>Then any new things I install with MacPorts are captured first in the MacPorts bin location, otherwise the command falls through to the next directory.</p>
<p>I&#8217;m very much a novice in the world of Unixy things, but it was fun to discover this&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=57&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/26/setting-up-macports-and-bash-shell-paths-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f14bd7eecb1cc188edf3c5588f2629cd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mlommel</media:title>
		</media:content>
	</item>
		<item>
		<title>Distribution &#8211; Git</title>
		<link>http://ctproject.wordpress.com/2008/03/24/distribution-git/</link>
		<comments>http://ctproject.wordpress.com/2008/03/24/distribution-git/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 20:39:41 +0000</pubDate>
		<dc:creator>mlommel</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://ctproject.wordpress.com/?p=56</guid>
		<description><![CDATA[Linus Torvald who created Linux has created a distributed &#8216;version control&#8217; system to do linux development among all the software contributors around the world. It might also be a good engine for distributing and keeping updated and authentic the CT body of text. Wikipedia Entry<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=56&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Linus Torvald who created Linux has created a distributed &#8216;version control&#8217; system to do linux development among all the software contributors around the world. It might also be a good engine for distributing and keeping updated and authentic the CT body of text.</p>
<p><a href="http://en.wikipedia.org/wiki/Git_%2528software%2529">Wikipedia Entry</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=56&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/24/distribution-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f14bd7eecb1cc188edf3c5588f2629cd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mlommel</media:title>
		</media:content>
	</item>
		<item>
		<title>How page sizing works &#8211; &amp; phi</title>
		<link>http://ctproject.wordpress.com/2008/03/20/how-page-sizing-works-phi/</link>
		<comments>http://ctproject.wordpress.com/2008/03/20/how-page-sizing-works-phi/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 21:27:10 +0000</pubDate>
		<dc:creator>kfoundations</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://ct.embarkd.com/20080320/how-page-sizing-works-phi/</guid>
		<description><![CDATA[Click for full-size.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=55&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Click for full-size.<br />
<img src='http://ct.embarkd.com/wp-content/uploads/2008/03/439px-a_size_illustration2_with_letter_and_legalsvg.thumbnail.png' alt='Metric page folding' /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=55&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/20/how-page-sizing-works-phi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d7ee5a4f46d0a9e0fd517f7037848f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kfoundations</media:title>
		</media:content>

		<media:content url="http://ct.embarkd.com/wp-content/uploads/2008/03/439px-a_size_illustration2_with_letter_and_legalsvg.thumbnail.png" medium="image">
			<media:title type="html">Metric page folding</media:title>
		</media:content>
	</item>
		<item>
		<title>An (Quick) Introduction to Book Design and Typography.</title>
		<link>http://ctproject.wordpress.com/2008/03/20/an-quick-introduction-to-book-design-and-typography/</link>
		<comments>http://ctproject.wordpress.com/2008/03/20/an-quick-introduction-to-book-design-and-typography/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 21:20:02 +0000</pubDate>
		<dc:creator>kfoundations</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://ct.embarkd.com/20080320/an-quick-introduction-to-book-design-and-typography/</guid>
		<description><![CDATA[These are the first few pages of the The Memoir Class, a LaTeX vocabulary for book layout. Found it to be a helpful introduction to terminology and book design issues.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=54&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href='http://ct.embarkd.com/wp-content/uploads/2008/03/brief-introduction-to-book-design-and-typography.pdf' title='brief-introduction-to-book-design-and-typography.pdf'>These are the first few pages of the The Memoir Class</a>, a LaTeX vocabulary for book layout. Found it to be a helpful introduction to terminology and book design issues.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=54&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/20/an-quick-introduction-to-book-design-and-typography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d7ee5a4f46d0a9e0fd517f7037848f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kfoundations</media:title>
		</media:content>
	</item>
		<item>
		<title>Gutenberg Page Design</title>
		<link>http://ctproject.wordpress.com/2008/03/20/gutenberg-page-design/</link>
		<comments>http://ctproject.wordpress.com/2008/03/20/gutenberg-page-design/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 21:16:45 +0000</pubDate>
		<dc:creator>kfoundations</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://ct.embarkd.com/20080320/gutenberg-page-design/</guid>
		<description><![CDATA[However, one of the design decisions discussed in past CT material was a double-wide margin for notes.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=53&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href='http://ct.embarkd.com/wp-content/uploads/2008/03/gutenberg-page-design-method.jpg' title='Gutenberg Page Design Method'><img src='http://ct.embarkd.com/wp-content/uploads/2008/03/gutenberg-page-design-method.jpg' alt='Gutenberg Page Design Method' /></a></p>
<p>However, one of the design decisions discussed in past CT material was a double-wide margin for notes.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=53&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/20/gutenberg-page-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d7ee5a4f46d0a9e0fd517f7037848f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kfoundations</media:title>
		</media:content>

		<media:content url="http://ct.embarkd.com/wp-content/uploads/2008/03/gutenberg-page-design-method.jpg" medium="image">
			<media:title type="html">Gutenberg Page Design Method</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimal Characters per line for readers</title>
		<link>http://ctproject.wordpress.com/2008/03/20/optimal-characters-per-line-for-readers/</link>
		<comments>http://ctproject.wordpress.com/2008/03/20/optimal-characters-per-line-for-readers/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 21:01:57 +0000</pubDate>
		<dc:creator>kfoundations</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://ct.embarkd.com/20080320/optimal-characters-per-line-for-readers/</guid>
		<description><![CDATA[From the &#8216;Memoir Book Class&#8221; Manual: Experiments have shown that the number of characters in a line of single column text on a page should be in the range 60 to 70 for ease of reading. The range may be as much as 45 to 75 characters but 66 characters is often considered to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=52&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>From the &#8216;Memoir Book Class&#8221; Manual:</div>
<blockquote><p>
Experiments have shown that the number of characters in a line of single column text<br />
on a page should be in the range 60 to 70 for ease of reading. <strong>The range may be as much<br />
as 45 to 75 characters but 66 characters is often considered to be the ideal number. </strong>Much<br />
shorter and the eye is dashing back and forth between each line. Much longer it is hard to<br />
pick up the start of the next line if the eye has to jump back too far — the same line may<br />
be read twice or the following line may be inadvertently jumped over. For double column<br />
text the ideal number of characters is around 45, give or take 5 or so.<br />
Bringhurst [Bri92] gives a method for determining the number of characters in a line<br />
for any font: measure the length of the lowercase alphabet and use a copyfitting table that<br />
shows for a given alphabet length and line length, the average number of characters in<br />
that line. Table 2.2 is an abridged version of Bringhurt’s copyfitting table. For example, it<br />
suggests that a font with a length of 130pt should be set on a measure of about 26pc for a<br />
single column or in an 18pc wide column if there are multiple columns.<br />
The vertical height of the typeblock should be constant from page to page. The lines<br />
of text on facing pages should be aligned horizontally across the spine, which also means<br />
that they will be at the same place on both sides of a leaf. Alignment across the spine<br />
means that the eye is not distracted by an irregularity at the centre of a spread, and leaf<br />
alignment stops ghosting of text through a thin page, giving a crisper look to the work. So,<br />
the spacing between lines should be constant. This implies that the depth of the typeblock<br />
should be an integral multiple of the space required for each line; that is, be specified as<br />
a multiple of the leading. A ten point type, for example, will normally have two points<br />
between lines, to give a leading of 12 points. This can be written as 10/12. Usefully, one<br />
pica is 12 points so with a 12pt leading vertical distances can be conveniently expressed in<br />
picas (one pica per line). Another implication of this is that any space left for illustrations<br />
or tables, or the amount of space taken by chapter and section headings should also be an<br />
integer multiple of the leading.
</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=52&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/20/optimal-characters-per-line-for-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d7ee5a4f46d0a9e0fd517f7037848f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kfoundations</media:title>
		</media:content>
	</item>
		<item>
		<title>Week of 14 March 2008</title>
		<link>http://ctproject.wordpress.com/2008/03/20/week-of-17-march-2008/</link>
		<comments>http://ctproject.wordpress.com/2008/03/20/week-of-17-march-2008/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:58:07 +0000</pubDate>
		<dc:creator>kfoundations</dc:creator>
				<category><![CDATA[Status Updates]]></category>

		<guid isPermaLink="false">http://ct.embarkd.com/20080320/week-of-17-march-2008/</guid>
		<description><![CDATA[Meeting with Wendy, re: new export from ArKives DB and EW issues. Development of WordPress site Have tried several plugins to try and create public/private division. Would like to find task management plugin Need to make comments more visible. Completed reading of WordPress manual Generated questions for TUG mailing list: Started reading LaTeX guide and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=51&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<strong>Meeting with Wendy, re:  new export from ArKives DB and EW issues.</strong></p>
<li>
<li>
<li>
<li>
<li>
<p><strong>Development of WordPress site</strong></p>
<li>Have tried several plugins to try and create public/private division.
<li>Would like to find task management plugin
<li>Need to make comments more visible.
<p><strong>Completed reading of WordPress manual</strong></p>
<li>Generated questions for TUG mailing list:
<ol>
<li>
<li>
<li>
</ol>
<p><strong>Started reading LaTeX guide and LaTeX guide Companion</strong></p>
<li>Has given a better ground to evaluate what we would be getting into with this MarkUp language and some limitations.<br />
<strong>Also Reviewed &#8216;Memoir Manual&#8217; which is a form of LaTeX markup</strong></p>
<li>I think straight LaTeX seems to be what we would need;
<li>and is better documented.<br />
<strong> Received reply from Tibetan Buddhist Resource Center.</strong></p>
<li> They created a Digital Library Management System.<br />
First uploads to Zoho and Dabble Databases of new export from ArKives.</p>
<li>Dabble does not handle dates correctly, puts them all in the future. Would need to find a way in excel to change years to YYYY instead of YY.
<li>Zoho does not import the 5,000 lines; crashes in both Safari and FireFox.
<li>Will try and import Zoho in smaller chunks.
<li>Sometimes for both apps, they are very unresponsive and that gets frustrating after a while.
<li>Maybe the extra difficulty of running our own database will be warranted. Looking at Ruby and MySQL on Dreamhost. This would also open the door to having images and text files stored there. See Research page.
<li> Eric &#8212; is it time we get in contact with the possible Ruby volunteer?<br />
<strong>Reviewed Eloquent Systems Knowledge Management linked by Wendy.</strong></p>
<li>They have several products but they are geared toward either archive management (which we already have in place) or physical lending libraries (which doesn&#8217;t match us very well.) Great tools though for those things.<br />
<strong>Continued work on CT Report.</strong></p>
<p><strong>Finished reading all CT background materials.</strong></p>
<li>This generated a list of questions for Mark.
<li>The documents taken as a whole leave both editorial and goal questions.
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=51&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/20/week-of-17-march-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d7ee5a4f46d0a9e0fd517f7037848f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kfoundations</media:title>
		</media:content>
	</item>
		<item>
		<title>Can &#8216;Page&#8217; views in Dabble be set-up to have authentication?</title>
		<link>http://ctproject.wordpress.com/2008/03/17/can-page-views-in-dabble-be-set-up-to-have-authentication/</link>
		<comments>http://ctproject.wordpress.com/2008/03/17/can-page-views-in-dabble-be-set-up-to-have-authentication/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 17:43:23 +0000</pubDate>
		<dc:creator>kfoundations</dc:creator>
				<category><![CDATA[Answered]]></category>
		<category><![CDATA[Questions]]></category>

		<guid isPermaLink="false">http://ct.embarkd.com/20080317/can-page-views-in-dabble-be-set-up-to-have-authentication/</guid>
		<description><![CDATA[Answered: Yes; but unfortunately every user who has a login and password, even if they only have access to &#8220;Page&#8221; views, counts against the total number of allowed users per account. For the base non-profit price of $200 per year, we would have 5 users. That might be enough for the CT database, but not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=49&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Answered: Yes; but unfortunately every user who has a login and password, even if they only have access to &#8220;Page&#8221; views, counts against the total number of allowed users per account. For the base non-profit price of $200 per year, we would have 5 users. That might be enough for the CT database, but not enough for EW database. (Or for Subtitle Database, if we wanted to extend it in that direction.) One work-around would be to have our own authentication for the url (with .htaccess for instance) and then everyone share a user past that point. This might not work with many users overlapping access at the same time. Zoho has a clear advantage here in not limiting number of users. On the otherhand, the actual annual cost might be justifiable. Leads to another question: what would be the annual cost for 100 / 500 / 1,000 users on Dabble? </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=49&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/17/can-page-views-in-dabble-be-set-up-to-have-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d7ee5a4f46d0a9e0fd517f7037848f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kfoundations</media:title>
		</media:content>
	</item>
		<item>
		<title>What web/server tech is behind Dabble/Zoho?</title>
		<link>http://ctproject.wordpress.com/2008/03/17/what-webserver-tech-is-behind-dabblezoho/</link>
		<comments>http://ctproject.wordpress.com/2008/03/17/what-webserver-tech-is-behind-dabblezoho/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 17:32:22 +0000</pubDate>
		<dc:creator>kfoundations</dc:creator>
				<category><![CDATA[Open]]></category>
		<category><![CDATA[Questions]]></category>

		<guid isPermaLink="false">http://ct.embarkd.com/20080317/what-webserver-tech-is-behind-dabblezoho/</guid>
		<description><![CDATA[For Caspio it is Microsoft SQL server. For Zoho, it is likely one of the open source databases&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=48&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For Caspio it is Microsoft SQL server. For Zoho, it is likely one of the open source databases&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ctproject.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ctproject.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ctproject.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ctproject.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ctproject.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ctproject.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ctproject.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ctproject.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ctproject.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ctproject.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ctproject.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ctproject.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ctproject.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ctproject.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ctproject.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ctproject.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=48&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/17/what-webserver-tech-is-behind-dabblezoho/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d7ee5a4f46d0a9e0fd517f7037848f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kfoundations</media:title>
		</media:content>
	</item>
		<item>
		<title>Can content on Scribd.com be kept in protected access?</title>
		<link>http://ctproject.wordpress.com/2008/03/17/can-content-on-scribdcom-be-kept-in-protected-access/</link>
		<comments>http://ctproject.wordpress.com/2008/03/17/can-content-on-scribdcom-be-kept-in-protected-access/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 17:31:11 +0000</pubDate>
		<dc:creator>kfoundations</dc:creator>
				<category><![CDATA[Open]]></category>
		<category><![CDATA[Questions]]></category>

		<guid isPermaLink="false">http://ct.embarkd.com/20080317/can-content-on-scribdcom-be-kept-in-protected-access/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=47&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ctproject.wordpress.com&amp;blog=3227381&amp;post=47&amp;subd=ctproject&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ctproject.wordpress.com/2008/03/17/can-content-on-scribdcom-be-kept-in-protected-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d7ee5a4f46d0a9e0fd517f7037848f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kfoundations</media:title>
		</media:content>
	</item>
	</channel>
</rss>
