stevecooley
Forum Replies Created
-
Forum: Plugins
In reply to: PostMaster 2.0 now available!This seems to work very well! I’m using it to email photos from my iPhone, and it’s working great. Nice work!
Forum: Themes and Templates
In reply to: Where can I get new themes?Oh well…. sheesh.
Forum: Installing WordPress
In reply to: “There doesn’t seem to be any new mail.” & wp-mail.phpSigh, me too
Forum: Plugins
In reply to: connecting with wp-emailme three
Forum: Fixing WordPress
In reply to: POP3 connect error using wp-email.phpMe too, running mac osx tiger 10.4.2.. I did the same steps before finding this thread. I’m trying to get Postie to work so I can post photos to my blog…. so far, it’s not liking my login.
this is the error message:
#!/usr/bin/php -q Connecting to somejunkwelike.com:110 (pop3)) as qwertyuiop@somejunkwelike.com Ooops POP3 connect: Error [61] [Connection refused]Forum: Requests and Feedback
In reply to: rss subscribe to one page or postBasically, I’m trying to extend the wiki like functionality that using pages offers, and rely on NetNewsWire to show me when pages are changed by my trusted co-authors.
The big problem with using pages is the unknown way it interacts with the rss feed… does it? Nope, it doesn’t show up in the feed. This is a really great way to let me let my viewers know when my site changes. I just go about being the content creator, and let my viewers subscribe to the pages they want to stay notified of changes.
Ok, relatedly, the most obvious way to make changes to pages would be with MarsEdit. Unfortunately, the xmlrpc front door doesn’t bother with pages. This is too bad… MarsEdit would make a supreme editing tool for pages. That would let me maintain my website without having to do it over the web.
can we have an xmlrpc script that just spits out pages? I guess that’s something I could investigate if I weren’t slammed with work currently. 🙁
Forum: Requests and Feedback
In reply to: rss subscribe to one page or postHey, you know what, this doesn’t do what I want. It works, yes, but it doesn’t include the main post in the feed. I want it to include the content of the post in the feed, not just the comments.
Forum: Requests and Feedback
In reply to: rss subscribe to one page or postworks at home, I’ll have to check it at work too.. thanks
Forum: Fixing WordPress
In reply to: Blank Index.PHPthank you, that fixed my issue as well.
Forum: Requests and Feedback
In reply to: rss subscribe to one page or postwell, you’re very lucky, because that doesn’t work for me. 🙂
Forum: Plugins
In reply to: Multi Blogger hackWhere did you read that?
Forum: Requests and Feedback
In reply to: rss subscribe to one page or postafter comments link in my theme:
<a href="/blog/rss_per_article.php?url=<?php urlencode(the_permalink()); ?>" rel="bookmark">subscribe to this article</a> -and then here’s my duct-tape-and-popsicle-stick solution, rss_per_article.php:
<?php// configuration start
$url = $_GET["url"];
$title="rename me in net news wire";// configuration stop
// <<<heredoc_is_useful
echo <<<xml
<?xml version="1.0" encoding="utf-8"?>
<!-- generator="scrape-a-page/1.0" -->
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
><channel>
<title>$title</title>
<link>$url</link>
<description>$title</description>
<copyright>No Copyright</copyright>
<pubDate>Tue, 15 Feb 2005 20:52:38 +0000</pubDate>
<generator>scrape-a-page</generator><item>
<title>$title</title>
<link>$url</link>
<comments>$url</comments>
<pubDate>Tue, 15 Feb 2005 19:15:27 +0000</pubDate>
me<category>scraping pages is fun</category> <guid>$url</guid>
<description>$title</description>
<content:encoded><![CDATA[
xml;// heredoc_is_useful;
// seriously.// scraaaape!
include($url);echo <<<xml2
]]></content:encoded>
<wfw:commentRSS>$url</wfw:commentRSS>
</item></channel>
</rss>
xml2;
?>Forum: Requests and Feedback
In reply to: rss subscribe to one page or postBahaha.. below: “RSS feed for this thread” .. Yeah! like that!
Forum: Requests and Feedback
In reply to: An Idea to add Multiple Blog FunctionI’d love to not have to install WPMU to get multiple blogs.. whatever it takes to get it working aside from mandatory mod_rewrite… I’m all for it. I tried WPMU, but it just won’t run on my internal box, which is where I need it to run. I’m just not l33t enough to fix my problem with mod_rewrite. Boo hoo for me! 😛
Forum: Installing WordPress
In reply to: Stable release of multiblog versionAlso, I think “web application of the year” is a well deserved title, but with multi-blogs, I think it would be more like “Unstoppable force”… which is even better. Or… “Industry Standard”