<?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: Hear your blog by phone&#8230;</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/</link>
	<description></description>
	<pubDate>Mon, 08 Sep 2008 15:45:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: ..:: DDNet Blog ::..</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7563</link>
		<dc:creator>..:: DDNet Blog ::..</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7563</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;Listen to My Blog on the Phone!&lt;/strong&gt;
You can now call this number: 1 800 555 tell and listen to my blogs that I post. What you
</description>
		<content:encoded><![CDATA[<trackback /><strong>Listen to My Blog on the Phone!</strong><br />
You can now call this number: 1 800 555 tell and listen to my blogs that I post. What you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanita.net</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7562</link>
		<dc:creator>Amanita.net</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7562</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;Call Me (on the line)&lt;/strong&gt;
You can now listen to this site over the phone, thanks to Dave's tutorial (found via ScriptyGoddess). To hear it,</description>
		<content:encoded><![CDATA[<trackback /><strong>Call Me (on the line)</strong><br />
You can now listen to this site over the phone, thanks to Dave&#8217;s tutorial (found via ScriptyGoddess). To hear it,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meredith</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7560</link>
		<dc:creator>Meredith</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7560</guid>
		<description>Hey Kyle, let us know if you figure out how to keep it from reading the code.  I'm trying to find out, but it's all a bit over my head!</description>
		<content:encoded><![CDATA[<p>Hey Kyle, let us know if you figure out how to keep it from reading the code.  I&#8217;m trying to find out, but it&#8217;s all a bit over my head!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7561</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7561</guid>
		<description>Well, I figured it out, what you need to do is create a new index template called something like "Plain Text" and save it as plaintext.htm (or whatever extension you like).  Insert the following into it:

&#60;MTEntries lastn="7"&#62;
&#60;!--START--&#62;
&#60;$MTEntryBody convert_breaks="0" remove_html="0"$&#62;
&#60;!--STOP--&#62;
&#60;/MTEntries&#62;

Then, in the script, where you replace scattered.org with whatever your site is, replace that with the address of your "Plain Text" file.

I also figured out another trick.  I figured out how to have the program tell the listener about the site or whatever you want when they say "Help".  Here's what you do.

Find the place in the code where it says "Entry Form."  Below this, you will find what the computer says when the listener first comes to your extension between &#60;audio&#62; and &#60;/audio&#62; blocks.  You can change this to whatever you'd like, but make sure to include something saying "For more information, say HELP."  Call into my extension for an example.

Now, find where it says "Previous Item" in the code.  After the &#60;/catch&#62; part of this part of the code (I think this can go anywhere, this is just where I put it), insert the following:

&#60;!--HELP--&#62;
&#60;help&#62;
&#60;audio&#62;Whatever you want this part to say.........
&#60;/audio&#62;
&#60;/help&#62;

And that should be it, if you have any questions, just post another comment.</description>
		<content:encoded><![CDATA[<p>Well, I figured it out, what you need to do is create a new index template called something like &#8220;Plain Text&#8221; and save it as plaintext.htm (or whatever extension you like).  Insert the following into it:</p>
<p>&lt;MTEntries lastn=&#8221;7&#8243;&gt;<br />
&lt;!&#8211;START&#8211;&gt;<br />
&lt;$MTEntryBody convert_breaks=&#8221;0&#8243; remove_html=&#8221;0&#8243;$&gt;<br />
&lt;!&#8211;STOP&#8211;&gt;<br />
&lt;/MTEntries&gt;</p>
<p>Then, in the script, where you replace scattered.org with whatever your site is, replace that with the address of your &#8220;Plain Text&#8221; file.</p>
<p>I also figured out another trick.  I figured out how to have the program tell the listener about the site or whatever you want when they say &#8220;Help&#8221;.  Here&#8217;s what you do.</p>
<p>Find the place in the code where it says &#8220;Entry Form.&#8221;  Below this, you will find what the computer says when the listener first comes to your extension between &lt;audio&gt; and &lt;/audio&gt; blocks.  You can change this to whatever you&#8217;d like, but make sure to include something saying &#8220;For more information, say HELP.&#8221;  Call into my extension for an example.</p>
<p>Now, find where it says &#8220;Previous Item&#8221; in the code.  After the &lt;/catch&gt; part of this part of the code (I think this can go anywhere, this is just where I put it), insert the following:</p>
<p>&lt;!&#8211;HELP&#8211;&gt;<br />
&lt;help&gt;<br />
&lt;audio&gt;Whatever you want this part to say&#8230;&#8230;&#8230;<br />
&lt;/audio&gt;<br />
&lt;/help&gt;</p>
<p>And that should be it, if you have any questions, just post another comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7558</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7558</guid>
		<description>Neato!</description>
		<content:encoded><![CDATA[<p>Neato!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7559</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7559</guid>
		<description>Glad you guys like the script!

The VoiceXML document that the script creates is very basic, just to get your feet wet.  If you study up over at TellMe, you'll see fancy tricks you can add to spice things up.  Fun for everyone!  Woo-hoo!</description>
		<content:encoded><![CDATA[<p>Glad you guys like the script!</p>
<p>The VoiceXML document that the script creates is very basic, just to get your feet wet.  If you study up over at TellMe, you&#8217;ll see fancy tricks you can add to spice things up.  Fun for everyone!  Woo-hoo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7556</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7556</guid>
		<description>Wow.  I  think I am going to try and implement that in the morning.  I think everyone should set this up so that wherever you are, you can listen to someone's latest blog entry.</description>
		<content:encoded><![CDATA[<p>Wow.  I  think I am going to try and implement that in the morning.  I think everyone should set this up so that wherever you are, you can listen to someone&#8217;s latest blog entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7557</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7557</guid>
		<description>Well, I got it up.  If you want to try it out, call 1-800-555-TELL and say "Extensions" then, type in 97869.  The entries of my blog will be read to you.  

I just through this up there, so it reads the HTML, when I have the time, I'm going to change that.</description>
		<content:encoded><![CDATA[<p>Well, I got it up.  If you want to try it out, call 1-800-555-TELL and say &#8220;Extensions&#8221; then, type in 97869.  The entries of my blog will be read to you.  </p>
<p>I just through this up there, so it reads the HTML, when I have the time, I&#8217;m going to change that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7555</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7555</guid>
		<description>heh. I just love geeky scripty stuff! :)</description>
		<content:encoded><![CDATA[<p>heh. I just love geeky scripty stuff! <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camille</title>
		<link>http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7554</link>
		<dc:creator>Camille</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/07/19/hear-your-blog-by-phone/#comment-7554</guid>
		<description>That is hardcore crazy-bout-bloggin if you ask me!!  I am cracking up!  I love it!</description>
		<content:encoded><![CDATA[<p>That is hardcore crazy-bout-bloggin if you ask me!!  I am cracking up!  I love it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.313 seconds -->
