Search found 11 matches

by pilif
Thu Apr 12, 2007 1:15 pm
Forum: Development
Topic: Work in progress: Geshi-Plugin-Improvments
Replies: 2
Views: 4903

Re: Work in progress: Geshi-Plugin-Improvments

Hi,


Your code is PHP5 only, so that would be a reason where we would need to split the plugin into two versions...


I'd certainly be willing to adapt to PHP4. That patch I provided is just a quick hack I came up with while still trying to be as clean as possible which involved at least some OO ...
by pilif
Wed Apr 11, 2007 6:57 pm
Forum: Development
Topic: Work in progress: Geshi-Plugin-Improvments
Replies: 2
Views: 4903

Work in progress: Geshi-Plugin-Improvments

Hi there,

today I added the geshi plugin to my collection of s9y plugins because I was beginning to post more and more sourcecode on my blog. After installing, I noticed a large difference between options exposed via the [geshi]-tag and options exposed via the actual geshi-API.

This is what made ...
by pilif
Fri Mar 23, 2007 6:56 pm
Forum: Development
Topic: XMLRPC / TextMate / Date-Header
Replies: 1
Views: 4310

XMLRPC / TextMate / Date-Header

Hi again,

I had a couple of free minutes at work, so I had a look at the dateCreated-problem when posting to s9y via TextMate.

Guess what: It was a bug in MovableType that caused the whole mess and I fixed it with yet another patch to the Blogging-Bundle (the details are on the mailing list ...
by pilif
Fri Mar 23, 2007 3:25 pm
Forum: Development
Topic: XMLRPC / TextMate / Awkwardness
Replies: 2
Views: 4560

Re: XMLRPC / TextMate / Awkwardness

Hi Garvin,


Hooray for you! Just yesterday someone had similar trouble, and I bet he'd be interested in your findings. :-)


I guess that's maybe the same person that nagged me into fixing that with his comments on my blog entry about textmate (if it is: I've already sent him the patch).


So ...
by pilif
Fri Mar 23, 2007 12:11 am
Forum: Development
Topic: XMLRPC / TextMate / Awkwardness
Replies: 2
Views: 4560

XMLRPC / TextMate / Awkwardness

Hi there,

those people who use TextMate's Blogging-Bundle to maintain their Seredipity blogs may have noticed that setting the "Comments:" and "Ping:"-headers seem to have no effect (also, s9y always interprets the date sent by TM as time(0), but that's another matter I'll fix tomorrow).

I tracked ...
by pilif
Wed Jul 26, 2006 2:06 pm
Forum: General discussions
Topic: Question about feeds and FeedBurner
Replies: 1
Views: 2098

Question about feeds and FeedBurner

Hi,

I'm a bit unclear on the "FeedBurner feed" option of the Syndication Plugin. Well... actually I'm a bit unclear on how to use FeedBurner with s9y.

What I want is to display and link only the FeedBurner-Feed (obviosuly - so I can get useful statistics from them). Obviously, FeedBurner will need ...
by pilif
Wed Jul 26, 2006 1:55 pm
Forum: General discussions
Topic: Highlighting Authors comments
Replies: 1
Views: 2154

Highlighting Authors comments

Hi there,

is there a way to make s9y hightlight comments made by the original entries author? Or at least hightlight the comments made by a registered blog author?

This has two reasons:

1) As s9y knows that I'm logged in, I see no point in even displaying the name/email-fields of the comment form ...
by pilif
Fri Jul 14, 2006 1:21 pm
Forum: Bugs
Topic: Debugging remoterss-plugin
Replies: 3
Views: 2940

Hi there,

Hi!
Glad you found that out on your own :) It sounds interesting to have an option for the X latest item, if you make that configurable maybe you'd like to share your code/patch? :)


What I did was to create a script which parses a OPML-file, visits the listed feeds, interprets them to ...
by pilif
Thu Jul 13, 2006 3:27 pm
Forum: Bugs
Topic: Debugging remoterss-plugin
Replies: 3
Views: 2940

Hi again,

ok. I found out what was going on. The problem indeed was the three bytes at the beginning of the feed. They caused xml_parse_into_struct() to bail out with a "no data" error.

Anyways. As I want to display only the 5 latest updated feeds in the OPML file, I'm going to write a little ...
by pilif
Thu Jul 13, 2006 3:04 pm
Forum: Bugs
Topic: Debugging remoterss-plugin
Replies: 3
Views: 2940

Debugging remoterss-plugin

Hi there,

I have a strange problem with the remoterss-plugin ("Remote RSS/OPML-Blogroll Feed"). I wanted the plugin to work with

http://www.lipfi.ch/pilif.opml

and later I tried

http://www.lipfi.ch/pilif3.opml

too (no unicode byte order mark). Both files are generated from my newsgator ...
by pilif
Mon Jun 26, 2006 7:35 pm
Forum: Bugs
Topic: XMLRPC and Content-Type
Replies: 1
Views: 1944

XMLRPC and Content-Type

Hi there,

I noticed that the XML-RPC API sends out the wrong content-type: Actually, it sends no such header at all, making PHP send out the default text/html. There are quite many blogging applications (I used the TextMate blogging bundle) that refuse to work correctly if the right content-type is ...