Search found 10 matches

by murks
Fri May 21, 2010 1:24 pm
Forum: General discussions
Topic: RSS feeds per category/tag
Replies: 7
Views: 4766

Re: RSS feeds per category/tag

Done so (after hunting for a while for the correct place to put it..).
It's pretty nice now and it should be more obvious the the Tag isn't just yet another syndication link..

Thanks :)
by murks
Fri May 21, 2010 3:28 am
Forum: General discussions
Topic: RSS feeds per category/tag
Replies: 7
Views: 4766

Re: RSS feeds per category/tag

Thanks, not a bad idea, but the buttons are a bit too prominent for my taste, not sure I'll leave it that way. But it's nice to have some options.
by murks
Fri May 21, 2010 2:33 am
Forum: General discussions
Topic: RSS feeds per category/tag
Replies: 7
Views: 4766

Re: RSS feeds per category/tag

Thanks a lot Don, I didn't think it would be so easy. The mentioned help page led me to believe that I need to edit the rss.php file, which obviously is not the case.

This seems to work like a charm: http://murks.lima-city.de/serendipity/r ... ty[tag]=la

Thanks again for the quick help.
by murks
Thu May 20, 2010 10:24 pm
Forum: General discussions
Topic: RSS feeds per category/tag
Replies: 7
Views: 4766

RSS feeds per category/tag

Hi.
I want to a planet to receive only the feeds of the relevant posts, but I'm kind of lost.

I found this page: http://www.s9y.org/49.html#A4
but it doesn't quite help me, since there's no line in my rss.php that looks similar to the examples given. I don't know any php at all, but the file looks ...
by murks
Tue Mar 23, 2010 3:00 pm
Forum: Bugs
Topic: Wrong checksums with 1.5.2 ?
Replies: 12
Views: 5805

Re: Wrong checksums with 1.5.2 ?

Hi!

In a SafeMode envirnoment you might want to try the Spartacus FTP mode, so that Spartacus tries t connect via PHP instead locally. However that requires the FTP extension of PHP to be enabled...

HTH,.
Garvin
I tried but I got:
Warning: ini_set() has been disabled for security reasons in ...
by murks
Tue Mar 23, 2010 10:43 am
Forum: Bugs
Topic: Wrong checksums with 1.5.2 ?
Replies: 12
Views: 5805

Re: Wrong checksums with 1.5.2 ?

Hi!

It's apparently not that well known, but according to the reviews it's fantastic.
I could only try it on a very limited installation so far, but it seemed easy enough to use. I have yet to figure out whether it can provide feeds per category/tag so I could send only posts with a certain tag ...
by murks
Mon Mar 22, 2010 3:24 pm
Forum: Bugs
Topic: Wrong checksums with 1.5.2 ?
Replies: 12
Views: 5805

Re: Wrong checksums with 1.5.2 ?

Hi!

If you maybe have SSH access to the target server, you could try to extract the archive through a "wget ... tar -xvzf" chain and then make a "diff" of the resulting .sh files and the ones you manually FTPed over, just to see what the difference could be?
Sadly I don't have ssh access. There's ...
by murks
Mon Mar 22, 2010 2:43 pm
Forum: Bugs
Topic: Wrong checksums with 1.5.2 ?
Replies: 12
Views: 5805

Re: Wrong checksums with 1.5.2 ?

Hi!

The checksums of the files are tried to be calculated in a way that removes \r and \n linebreaks from the files, but in certain occasions depending on the host and client OS'es/software, the files can be mangled with additional linefeeds or extra-characters that screw with the hashing.

The ...
by murks
Mon Mar 22, 2010 12:58 pm
Forum: Bugs
Topic: Wrong checksums with 1.5.2 ?
Replies: 12
Views: 5805

Re: Wrong checksums with 1.5.2 ?

Hi!

How did you upload the files? It seems your FTP client might have used ASCII transfer for .sh and .lib files. If you ensure that the transfer is done with BINARY transfer, all should be well.

gftp was set to binary mode for sure, filezilla was set to 'auto' so I don't know what it used. The ...
by murks
Sun Mar 21, 2010 8:18 pm
Forum: Bugs
Topic: Wrong checksums with 1.5.2 ?
Replies: 12
Views: 5805

Wrong checksums with 1.5.2 ?

Hi there.
I attempted a fresh install of serendipity but didn't go through with it since a couple of checksums didn't match.
I tried those downloads:
Serendipity 1.5.2 tar.gz
(MD5: 4b8bc7cce9e2b2ba6c0c0e87855e53cc)
Serendipity 1.5.2 tar.bz2
(MD5: 942c48b7aac9cec78e91d273f03738a0)
Serendipity 1.5.2 ...