Search found 18 matches

by dand
Wed Aug 16, 2006 3:46 pm
Forum: General discussions
Topic: Save bandwidth by sending 304 Not-Modified?
Replies: 7
Views: 5563

Glad to have helped! I get to use the software for free, so it feels good to be able to contribute something back, even if it's just a little. However, about the MODIFIED_SINEC thing: Exactly this is what was modified in 1.1 with the RFC-compliance option. If you turn it on, it will behave like now....
by dand
Tue Aug 15, 2006 6:09 pm
Forum: General discussions
Topic: Save bandwidth by sending 304 Not-Modified?
Replies: 7
Views: 5563

OK so it looks like all is fine with the server. A test PHP page I made sends 304s fine. It appears that there is a bug in rss.php, on line 49: $modified_since = !empty($_SERVER['HTTP_IF_MODIFIED_SINCE']) ? gmdate('D, d M Y H:i:s \G\M\T', serendipity_serverOffsetHour(strtotime(stripslashes($_SERVER[...
by dand
Tue Aug 15, 2006 3:09 pm
Forum: General discussions
Topic: Save bandwidth by sending 304 Not-Modified?
Replies: 7
Views: 5563

I knew that there was no way s9y wouldn't have that feature already implemented ;) I'm running version 1.0 (or 1.0.1... not sure). In the options, I have "Force XHTML 1.1 compliance" turned on. Is this the option you mentioned? It should be on, right? I haven't been able to figure out yet ...
by dand
Tue Aug 15, 2006 5:23 am
Forum: General discussions
Topic: Save bandwidth by sending 304 Not-Modified?
Replies: 7
Views: 5563

Save bandwidth by sending 304 Not-Modified?

I tried subscribing to my own Serendipity blog http://danieldickison.com/blog/ , and using NetNewsWire's activity viewer, I noticed that s9y always transmits the entire RSS feed with HTTP code 200 (OK). Most of the other feeds I subscribe to will reply with a 304 (Not Modified) header to save bandwi...
by dand
Thu Dec 29, 2005 3:30 am
Forum: Installation
Topic: htaccess DirectoryIndex setting can cause problems
Replies: 1
Views: 2448

htaccess DirectoryIndex setting can cause problems

This is more of a feature suggestion than a support request: I recently did a fresh, "easy" install. At the time my domain name wasn't pointing to my freepgs.com account, so the installation was in a subdirectory (i.e. http://freepgs.com/danieldickison/blog/) even though eventually the blo...
by dand
Tue Dec 27, 2005 1:07 pm
Forum: Bugs
Topic: Spartacus sidebar plugin install trouble
Replies: 2
Views: 3140

Thanks for the quick reply. The output I posted earlier is all the output there is. It can't be blocked HTTP because some plugins work fine -- so far all the event plugins I've tried, as well as some of the sidebar plugins installed properly. I'll try to narrow down which plugins work and which ones...
by dand
Tue Dec 27, 2005 10:47 am
Forum: Bugs
Topic: Spartacus sidebar plugin install trouble
Replies: 2
Views: 3140

Spartacus sidebar plugin install trouble

Hi --- it's been a while since I've posted on this forum. I let my old blog get overgrown with weeds a while back, but it's great to see s9y has some great new features and is as solid as ever! So, I just installed the latestly nightly (s9y_200512261437) and everything's working fine except for inst...
by dand
Sun Jan 02, 2005 1:07 am
Forum: General discussions
Topic: Just curious, how many folks have trouble because of hosting
Replies: 29
Views: 27251

I actually got the hosting as a Christmas present, through freepgs plus a one-time fee upgrade (which somehow ends up with a hosting at lvcs). So I have 150MB storage, unlimited bandwidth, PHP, MySQL, FTP etc. indefinitely for "free", so I'm quite happy with it. The only problem was the la...
by dand
Sun Jan 02, 2005 12:20 am
Forum: Installation
Topic: Serendipity as Home Page
Replies: 8
Views: 7519

Here's another way. If your web server allows htaccess files, you can put this in .htaccess at the root level: Redirect 301 /index.html http://www.cushingonline.com/serendipity/ I don't know if there's an advantage to doing it this way or the other way -- can anybody shed some light on which way is ...
by dand
Sat Dec 25, 2004 5:00 am
Forum: General discussions
Topic: Just curious, how many folks have trouble because of hosting
Replies: 29
Views: 27251

I have a cheap hosting without ssh access. Is there a way to install Serendipity without ssh (and hence no way to untar/ungzip)... attempts to transfer an expanded serendipity directory has kept timing out. Any tips will be greatly appreciated :)

Daniel
by dand
Sun Sep 19, 2004 7:38 pm
Forum: General discussions
Topic: Embedding Stuff into Serendipity, Not Vice Versa???
Replies: 3
Views: 5132

What I did for my site (whose server is dead right now unfortunately) is to add the main site's navigation menu to a Serendipity theme's template file, and enclose all the serendipity stuff inside of the "mainContents" div. You also have to make sure serendipity uses the main CSS file. Dan...
by dand
Sat Nov 08, 2003 9:09 pm
Forum: General discussions
Topic: Japanese
Replies: 6
Views: 11160

Indeed -- I haven't tried posting in Japanese but someone left a comment in Japanese and the encoding messed it up. I would very much like to see Serendipity fully support Unicode.

Daniel
by dand
Sun Oct 12, 2003 10:31 pm
Forum: Bugs
Topic: XML-RPC image upload problem
Replies: 2
Views: 5997

Indeed! It turns out I have to leave the "Upload path" field in Kung-Log blank and it works fine. Thanks for you help :)

Daniel
by dand
Sun Oct 12, 2003 7:31 pm
Forum: Bugs
Topic: XML-RPC image upload problem
Replies: 2
Views: 5997

XML-RPC image upload problem

I'm having trouble uploading an image using Kung-Log, a Mac blog app that does the MT API. When I try to upload an image, it seems the data gets sent but then I get this error: Query: { blogid = 1; file = { bits = <ffd8ffe1 18f24578 69660000 4d4d002a 00000008 000d010e 00020000 00200000 00aa [...] d6...
by dand
Thu Oct 02, 2003 3:30 am
Forum: Bugs
Topic: Comments plugin links broken...
Replies: 1
Views: 4709

Comments plugin links broken...

On my blog the comments plugin in the sidebar created links that pointed to "blog/archives/##_article.html" which were always dead links. The actual archive URLs, as far is I can tell, should be "blog/archives/##_<entry-title>.html". Changing line 128 of serendipity_plugin_commen...