cfenollosa / bashblog

A single Bash script to create blogs. Download, run, write, done!
1.66k stars 228 forks source link

Information: new features #142

Open bkauler opened 7 years ago

bkauler commented 7 years ago

I have added features to BashBlog, see here:

http://easyos.info/news/201708/bashblog-forked-to-shellcms.html

If you want to import any of these features to bashblog, you are welcome.

Anyway, this just an info post, can be closed.

leafstrat commented 7 years ago

Hey Barry,

Another reason that BashBlog does not scale well, is that a page view of all posts with a particular tag, can be very big, if, for example, there are 1,000 posts. In fact, this is a horrendous situation, as an enormous page is created. shellCMS will only create a page showing the first 8 of those 1,000, with "Older" (and "Newer") links. Up to 5 older pages can be viewed, past which a history summary page is displayed.

That does make sense to be worried about if you are planning on making a ton of posts. So you implemented pagination? That's cool!

Unip0rn commented 6 years ago

Hi @bkauler, the link is dead - so does the fork still reside somewhere?

bkauler commented 6 years ago

shellCMS home page:

http://bkhome.org/shellcms/

Regards, Barry Kauler

On 8/25/18, The Webinterface notifications@github.com wrote:

Hi @bkauler, the link is dead - so does the fork still reside somewhere?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/cfenollosa/bashblog/issues/142#issuecomment-415965182