Display only titles+links in listings & caching
Posted: Sun Nov 26, 2006 7:13 pm
HI,
I hacked a trivial blog for http://www.spacezone.de/blog/ and I'm thinking about replacing it by something better if I could just find a blogging system that can do what my blog does:
news style I tend to write long articles, In future I want to integrate images, movies, etc. I don't want all this on the homepage (I think scrolling is pretty anoying). Therefore, whenever a list of entries is displayed, I want to show only a list of titles. This has several advantages: looks less bloggish, readers get to read what interests them most instead of most recent entries, search engines get it right without any magic
Ultrafast lightweight solution (or fast cache). Features are great, whatever feature you offer I'd like to try it, but first of all I want my writing available, reliably under any condition. If it doesn't serve as fast as apache serves static files, it simply won't do[/list]
simple interface ATM I publish by sftp uploading txt files. I certainly cannot be bothered with anything more sophisticated
I skim read the documentation and browsed the spartacus database without any solutions to my idea of a blog. (I admit this differs from what most people want.) I'm sure "news style" could be done by a template hiding entry bodies, but can it be done efficiently or would the server spend expensive CPU seconds to proccess things never to be displayed?
Certainly, a powerful system is never lightweight. The question is, will the "dynamic" caching compensate for this? Or would I need the new/experimental "simple cache" module?
From screenshots it seems you implemented a Web UI with WYSIWYG editing, which is not what I want. (Nice to have, though, in case my grandma wants to strat blogging *evil_grin*). There is also an API and a POP3 interface. Would it be hard to have a simple Web UI (text only, no scripts) or file upload editing. What kind of markup is used? Wiki-like?
I don't mean to critisize your work and I haven't looked at the code yet. I'm trying to find out, whether to joinig the s9y community or not. I have programming skills, though I don't like PHP very much.
Jan
I hacked a trivial blog for http://www.spacezone.de/blog/ and I'm thinking about replacing it by something better if I could just find a blogging system that can do what my blog does:
news style I tend to write long articles, In future I want to integrate images, movies, etc. I don't want all this on the homepage (I think scrolling is pretty anoying). Therefore, whenever a list of entries is displayed, I want to show only a list of titles. This has several advantages: looks less bloggish, readers get to read what interests them most instead of most recent entries, search engines get it right without any magic
Ultrafast lightweight solution (or fast cache). Features are great, whatever feature you offer I'd like to try it, but first of all I want my writing available, reliably under any condition. If it doesn't serve as fast as apache serves static files, it simply won't do[/list]
simple interface ATM I publish by sftp uploading txt files. I certainly cannot be bothered with anything more sophisticated
I skim read the documentation and browsed the spartacus database without any solutions to my idea of a blog. (I admit this differs from what most people want.) I'm sure "news style" could be done by a template hiding entry bodies, but can it be done efficiently or would the server spend expensive CPU seconds to proccess things never to be displayed?
Certainly, a powerful system is never lightweight. The question is, will the "dynamic" caching compensate for this? Or would I need the new/experimental "simple cache" module?
From screenshots it seems you implemented a Web UI with WYSIWYG editing, which is not what I want. (Nice to have, though, in case my grandma wants to strat blogging *evil_grin*). There is also an API and a POP3 interface. Would it be hard to have a simple Web UI (text only, no scripts) or file upload editing. What kind of markup is used? Wiki-like?
I don't mean to critisize your work and I haven't looked at the code yet. I'm trying to find out, whether to joinig the s9y community or not. I have programming skills, though I don't like PHP very much.
Jan