Search found 10 matches

by stain
Tue Nov 28, 2006 11:34 am
Forum: General discussions
Topic: FeedBurner redirection
Replies: 7
Views: 4278

yes, thank you garvin, now it works.

bye, alberto.
by stain
Thu Nov 16, 2006 7:14 pm
Forum: General discussions
Topic: FeedBurner redirection
Replies: 7
Views: 4278

another problem

of course, you were right. BUT I have another bug, right now.

it seems that all my feed went redirected, and that's good, but also my categories feed are redirected to the main feed on feedburner, which is not good. how about it?

take a look at my general feed and a category feed:

http://www ...
by stain
Fri Nov 03, 2006 2:51 pm
Forum: General discussions
Topic: FeedBurner redirection
Replies: 7
Views: 4278

by the way, someone told me this behavior will take much bandwidth, since feedburner is not able to get etag and last modified informations... is it right? or... will you surprise me again? :-)
by stain
Fri Nov 03, 2006 2:44 pm
Forum: General discussions
Topic: FeedBurner redirection
Replies: 7
Views: 4278

that's great, well done! and thank you.

bye, alberto.
by stain
Fri Nov 03, 2006 1:29 pm
Forum: General discussions
Topic: FeedBurner redirection
Replies: 7
Views: 4278

FeedBurner redirection

hi all

I did activate my s9y plugin to forse redirection to FeedBurner, and it works fine, since I get a 302 redirection on all my feeds to feedburner.

BUT, how can now feedburner get my feeds in they get redirected to feedburner? does it comes to an infinite loop?? or should I do any other trick ...
by stain
Sat Apr 29, 2006 11:32 pm
Forum: Plugins
Topic: adding bloglines ping to weblogping
Replies: 2
Views: 2176

i know i can do it

but I guess bloglines is so widely used to justify the choice

anyway... no problem
by stain
Sat Apr 29, 2006 4:08 pm
Forum: Plugins
Topic: adding bloglines ping to weblogping
Replies: 2
Views: 2176

adding bloglines ping to weblogping

bloglines did release a new ping service so I added the new service to the weblogping pluging:

Code: Select all

            array(
              'name' => 'Bloglines',
              'host' => 'www.bloglines.com',
              'path' => '/ping')
I suggest to add it in the cvs.

bye, alberto.
by stain
Wed Apr 19, 2006 7:28 pm
Forum: Plugins
Topic: freetag plugin patch
Replies: 12
Views: 6567

great

tnx gavin.

i look forward to see your changes ;-)

bye, alberto.
by stain
Wed Apr 19, 2006 7:56 am
Forum: Plugins
Topic: freetag plugin patch
Replies: 12
Views: 6567

freetag plugin patch

hi all

already posted on the ML, but no reply, so I post it here.

I modified freetag plugin, in order to let him display related posts based on tags, when viewing a post. related posts are listed below the post footer. I also added few configs and did translate freetag in italian.

one major ...
by stain
Tue Jun 07, 2005 7:16 pm
Forum: Plugins
Topic: Freetag Plugin Beta
Replies: 6
Views: 7246

not working

I just override serendipity_event_freetag plugin directory

It returns me the following errors:

Code: Select all

SELECT tag, count(tag) as total 
        		FROM s9y_entrytags 
        		GROUP BY tag 
        		ORDER BY tag

/ Table 'my_db.s9y_entrytags' doesn't exist
maybe something I missed?

bye