Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2006-08-11 06:01:06

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

Re: [contrib] Textpattern Planet

And here is a plugin which reads punBB feeds


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#14 2006-08-11 08:19:44

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

Re: [contrib] Textpattern Planet

do you still need people on the design front? i could help out with that!

Offline

#15 2006-08-11 09:32:45

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [contrib] Textpattern Planet

bit_rss works quite well for pulling feeds from other sites, I’ll be using it soon to pull the articles I write for TXPmag into artiswork.org

Hope it helps,

Matthew


Offline

#16 2006-08-11 10:42:18

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,909
Website

Re: [contrib] Textpattern Planet

Love this idea, Bert. TextBook has two feeds that would probably be appropriate when the time comes.

If you need to specifically discuss TxB feeds for whatever reason…here be the place.

Offline

#17 2006-08-11 14:09:58

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: [contrib] Textpattern Planet

colak, ma_smith – thanks for the links, I’ll look them over.

Destry – I’m slowly gathering all the feeds together, thanks for the heads up on TextBook.

sthmtc – I may have a design hitting my mailbox soon, I’ll contact you if I need your help, thanks.

Offline

#18 2006-08-11 18:50:32

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: [contrib] Textpattern Planet

reid wrote:

You might look at using RSS Fetch ( download zip ). I’ve got a Txp install I use as my browser’s home page, and use RSS fetch to bring in several feeds, as individual chunks. It’s fairly easy and configurable.

I tried this script and most every Textpattern site gives me: No item elements found in rss feed.

The only site that works is Textpattern Resources, maybe Alicson did something different there?

Offline

#19 2006-08-11 19:01:17

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: [contrib] Textpattern Planet

Lemme know when you’re up and running, and I’ll make sure there are links to it from the forum, main site, etc.

Offline

#20 2006-08-11 19:11:08

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: [contrib] Textpattern Planet

Mary, I’m going down the line and testing different scripts and plugins at the moment.

I’ll let you know when it’s done, thanks.

Offline

#21 2006-08-11 23:55:32

reid
Member
From: Atlanta, Ga.
Registered: 2004-04-04
Posts: 224
Website

Re: [contrib] Textpattern Planet

hcgtv wrote:

I tried this script and most every Textpattern site gives me: No item elements found in rss feed.

Was that the Atom feed or RSS? I don’t think it does Atom.


TextPattern user since 04/04/04

Offline

#22 2006-08-12 00:50:27

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: [contrib] Textpattern Planet

This is what I’ve come up with so far:

The bit_rss plugin (0.2.3) appears to be the best option, at least when it comes to Textpattern sites.

This is the RSS form that I’m using on my local test site:
<code>
<txp:permlink><txp:title /></txp:permlink>
<br />
<txp:posted /> by <txp:bit_author />
</code>

I’m displaying the last 5 entires from each of the RSS feeds, not all of them are displaying the same info.

Site Description / feed link – Title – Posted – Author – Notes

Developer Weblog – yes – yes – yes – looks good
SVN Timeline – yes – yes – no – the trac feed doesn’t have an author
Textpattern Support Forum – yes – no – no – rss.php does feed the right date and an author could be added

FAQ [Frequent questions and problems] – yes – yes – yes – looks good
TextBook [New pages] – yes – yes – yes – the files are rather large
TextBook [Recent changes] – yes – yes – yes – the files are rather large

Textpattern Resources [Plugins, etc] – yes – no – no – alicson?
TextGarden [Packaged designs] – yes – no – no – stuart?
TXP Magazine – yes – no – no – alex?

I have 9 feeds, planning on one page with a 3×3 grid. The above order is fine?

I’ve already crashed my local Apache a couple of times while refreshing the feeds, maximum execution time exceeded. I think it may be choking on the TextBook files, they are each 122KB in size.

I’ve got it set to refresh every 30 minutes, planning on putting the last time refreshed on the page or maybe when the next refresh should occur, keep the F5’s at bay.

Will keep at, the plumbing is in place, now the walls ;)

Offline

#23 2006-08-12 05:53:40

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,909
Website

Re: [contrib] Textpattern Planet

hcgtv wrote:

I think it may be choking on the TextBook files, they are each 122KB in size.

I’ll look into it, Bert. Maybe Hakjoon can give me another set of eyes too. Do you think this has anything to do with having too many returns in the feeds? Say if we reduced output from it’s default of like 25 or whatever it is to just 10? Or is this something with the feed file itself?

EDIT 1: Actually, looking at the feed files I realize my questions are probably one of the same thing. Maybe if we reduce the output number and the extent of the content (like to just an excerpt of a page, rather than a whole page) that would help. I’m not sure how to do that, exactly, but I’ll investigate.

EDIT 2: Mozilla Developer Center (which uses MediaWiki) has a couple of RSS extensions that might prove useful.

EDIT 3: Upon closer investigation, it may be something here that proves helpful. OK, nuff talk, tinker time.

Last edited by Destry (2006-08-12 06:17:56)

Offline

#24 2006-08-12 06:14:29

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: [contrib] Textpattern Planet

Destry, I don’t know what can be done but they are pretty big. How about different feeds just for the planet site and keep you current feeds alone?

Help, I had a test site going fine on my laptop. I uploaded the site to my VPS and it can’t find any of the feeds that are hosted on Textdrive. I thought the plugin went fubar on the VPS and installed Simplepie’s own Textpattern plugin and I got the same issues.

The plugins do work after more tests, cause I can read feeds off the Textpattern sites on my own VPS and I can read Simplepie’s own weblog feed.

Is Textdrive blocking IP ranges, servers from certain states, etc.

Edit: Tried Destry’s site feed (wion.com) and I can’t get to it, it’s hosted on Textdrive :(

Edit 2: I think it’s something to do with the User Agent string in Simplepie.

Last edited by hcgtv (2006-08-12 08:15:23)

Offline

Board footer

Powered by FluxBB