Ask HN: Why don't these applications have more competition?

2 points by xs ↗ HN
1. Alternatives to MS Sharepoint don't seem to be mature or give similar features. Specifically I need a document repository to see a history of documents and their changes. Of course multiple users must be able to edit and access and edit or checkout docs. It must also be internally hosted. Why hasn't Sharepoint been killed yet?

2. Non-Wordpress cooking blog templates. As a static blog enthusiast myself, I can't find any that have cooking blog templates. I can imagine some yaml headers for ingredients and recipe steps, then the rest of the page for extra fluff like photos. I want it to do all the hard work for me such as adding hrecipe tags, format the recipe to be print and mobile friendly, etc. I'm having to make a cooking blog from scratch which just seems crazy and exhausting.

3 comments

[ 4.0 ms ] story [ 11.3 ms ] thread
Sharepoint: Drupal does revisions on content and files just fine and supports super granular user permissions.

Cooking templates: Seems like you are overthinking this. Structure your recipes as yaml and then you can parse it however using handlebars or whatever template lang you choose. Not sure why you need such a specific template. Just choose a theme that looks nice and replace the header. Content is king anyway.

(comment deleted)