Don't take this the wrong way, but why PHP?
HTMLy: Databaseless Blogging Platform (Flat-File Blog)
11–20 of 66 posts
Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#12Earlier quoted context omitted.
Sure makes sense. I asked because I always see post about Jekyll and octopress, and such. That are basically server-less.
Yep - and there's also some benefits performance and security wise to not having any serverside code at all (other than nginx, or whatever). The problems you have with jekyll, pelican, et al is that you lose site-side search, 'related posts' (without some reasonably complex compile-side clobber), etc. etc. Using extremely minimal PHP lets you deploy just as easily, you don't get too much of a performance hit (a hell…
Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#13Earlier quoted context omitted.
Yep - and there's also some benefits performance and security wise to not having any serverside code at all (other than nginx, or whatever). The problems you have with jekyll, pelican, et al is that you lose site-side search, 'related posts' (without some reasonably complex compile-side clobber), etc. etc. Using extremely minimal PHP lets you deploy just as easily, you don't get too much of a performance hit (a hell…
> It's only awful when used to build anything massivly complex (such as joomla! or drupal...) Or a Bitcoin exchange
Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#14Don't take this the wrong way, but why PHP?
Outside of "the bubble" the web is basically made of php and perl. Its like the dark matter of the internet. If you want to reach all they way down to the weekend dabbler, you really need to choose one of those 2, and of those 2, php seems more immediately accessible.
Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#15Don't take this the wrong way, but why PHP?
Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#16we can add it to the list: http://staticsitegenerators.net/ :)
Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#17Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#18Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#19Re: HTMLy: Databaseless Blogging Platform (Flat-File Blog)
#20I can think of a lot of disadvantages with not using an actual database. What's the benefit of going back to flat files?