How secure is this platform compared to say something like Wordpress?
Specter – A minimal, elegant and free Markdown-enabled blogging platform
11–20 of 50 posts
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#12Pelican, Specter, Silvrback...I'm starting to get really confused. Is building your own blogging engine the new rite of passage for the web age, supplanting the practice of building your own text editor? Is it okay if I keep writing post in HTML, rather than REST? Or am I missing out on some awesome set of features? I'd love to know if anyone actually converted to one of these platforms and found themselves writing m…
> Is it okay if I keep writing post in HTML, rather than REST?
What?
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#13How secure is this platform compared to say something like Wordpress?
With WordPress, there's always the possibility of your blog being hacked, because it executes queries and there's always the chance for bugs to exist some where in the huge ocean of code. On the other hand, with static blog generators (like specter, octopress, pelican, etc) your generated blog will be static html and as far as I know, there's no way you can really question html's security, simply because security doe…
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#14Earlier quoted context omitted.
With WordPress, there's always the possibility of your blog being hacked, because it executes queries and there's always the chance for bugs to exist some where in the huge ocean of code. On the other hand, with static blog generators (like specter, octopress, pelican, etc) your generated blog will be static html and as far as I know, there's no way you can really question html's security, simply because security doe…
Do you lose functionality without queries? I'm assuming static means there is less interactivity, like commenting.
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#15Pelican, Specter, Silvrback...I'm starting to get really confused. Is building your own blogging engine the new rite of passage for the web age, supplanting the practice of building your own text editor? Is it okay if I keep writing post in HTML, rather than REST? Or am I missing out on some awesome set of features? I'd love to know if anyone actually converted to one of these platforms and found themselves writing m…
I think it's the new todo list.
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#16Interesting: "I wrote something new in a way or with tools that I had not used before. Here's what worked, here's what didn't, and here's what I learned."
Unfortunately, this is the former. I'd be interested in reading the latter if you wrote something up about your experience with this.
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#17Earlier quoted context omitted.
With WordPress, there's always the possibility of your blog being hacked, because it executes queries and there's always the chance for bugs to exist some where in the huge ocean of code. On the other hand, with static blog generators (like specter, octopress, pelican, etc) your generated blog will be static html and as far as I know, there's no way you can really question html's security, simply because security doe…
Do you lose functionality without queries? I'm assuming static means there is less interactivity, like commenting.
I've been using static blogging for about a year now, it's great. Fast, simple, miss nothing from Blogger or Posterous, don't know about Wordpress never used it, and all your content is stored in your own Github repository.
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#18Earlier quoted context omitted.
With WordPress, there's always the possibility of your blog being hacked, because it executes queries and there's always the chance for bugs to exist some where in the huge ocean of code. On the other hand, with static blog generators (like specter, octopress, pelican, etc) your generated blog will be static html and as far as I know, there's no way you can really question html's security, simply because security doe…
Do you lose functionality without queries? I'm assuming static means there is less interactivity, like commenting.
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#19Uninteresting: "Use my blog platform! It has the power of node!" Interesting: "I wrote something new in a way or with tools that I had not used before. Here's what worked, here's what didn't, and here's what I learned." Unfortunately, this is the former. I'd be interested in reading the latter if you wrote something up about your experience with this.
Re: Specter – A minimal, elegant and free Markdown-enabled blogging platform
#20I am asking, in a not snarky but genuinely curious way, what are the advantages of any of these platforms over wordpress?
The most important one to me is not using PHP (THEshittiest programming language ever) and being built upon NodeJS. Also, look at my answer below about the security aspect of it.