Picking up on the IMDb reference.
IMDb is a database of movie metadata for all movies. important points are:<p>a) they provide a unique id for each movie<p>b) movie metadata does not exist digitally otherwise, thus imdb managed to become _the_ place for metadata about movies.<p>c) movies have a well defined set of metadata values they all share<p>now what does that mean for software?<p>a) gitreview currently uses the name of a software package as id but that is not unique. even less unique than title/year for movies. I recommend to switch to numbers right away. I.e. if <a href="http://gitreview.com/packages/nginx/" rel="nofollow">http://gitreview.com/packages/nginx/</a> is not nginx(<a href="http://nginx.org/" rel="nofollow">http://nginx.org/</a>) nothing should be.<p>b) there are many online repositories of software with various levels of metadata. and the software itself is also available online from the authors most of the time. what does gitreview add to make it _the_ place for metadata about software?<p>c) there is no well defined or commonly agreed metadata set for software, what information is gitreview collecting exactly? currently i see name, description, link and some tags. Why are you not using something like DOAP(<a href="https://github.com/edumbill/doap/wiki" rel="nofollow">https://github.com/edumbill/doap/wiki</a>)?