@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix doap: <http://usefulinc.com/ns/doap#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix :     <https://njw.name/simplyread/#>.

:p a doap:Project;
	doap:name "SimplyRead";
	doap:shortdesc "Removes distractions from webpages";
	doap:homepage <https://njw.name/simplyread>;
	doap:repository :repo;
	doap:programming-language "JavaScript";
	doap:license <http://www.gnu.org/licenses/agpl.html>;
	doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6, :v0dot7, :v0dot8;
	doap:maintainer <https://njw.name/card>.

<https://njw.name/card> a foaf:Person;
	foaf:name "Nick White";
	foaf:homepage <https://njw.name>.

:repo a doap:GitRepository;
	doap:location <https://git.njw.name/simplyread.git>.

:v0dot1 a doap:Version;
	doap:revision "0.1";
	doap:created "2010-10-23";
	doap:file-release <https://njw.name/simplyread/readable-0.1.tar.bz2>.

:v0dot2 a doap:Version;
	doap:revision "0.2";
	doap:created "2010-11-04";
	doap:file-release <https://njw.name/simplyread/readable-0.2.tar.bz2>,
	                  <https://njw.name/simplyread/readable-0.2.xpi>.

:v0dot3 a doap:Version;
	doap:revision "0.3";
	doap:created "2010-11-13";
	doap:file-release <https://njw.name/simplyread/simplyread-0.3.tar.bz2>,
	                  <https://njw.name/simplyread/simplyread-0.3.xpi>,
	                  <https://njw.name/simplyread/simplyread-0.3.crx>.

:v0dot4 a doap:Version;
	doap:revision "0.4";
	doap:created "2010-11-16";
	doap:file-release <https://njw.name/simplyread/simplyread-0.4.tar.bz2>,
	                  <https://njw.name/simplyread/simplyread-0.4.xpi>,
	                  <https://njw.name/simplyread/simplyread-0.4.crx>.

:v0dot5 a doap:Version;
	doap:revision "0.5";
	doap:created "2011-06-23";
	doap:file-release <https://njw.name/simplyread/simplyread-0.5.tar.bz2>,
	                  <https://njw.name/simplyread/simplyread-0.5.xpi>,
	                  <https://njw.name/simplyread/simplyread-0.5.crx>.

:v0dot6 a doap:Version;
	doap:revision "0.6";
	doap:created "2011-08-14";
	doap:file-release <https://njw.name/simplyread/simplyread-0.6.tar.bz2>,
	                  <https://njw.name/simplyread/simplyread-0.6.xpi>,
	                  <https://njw.name/simplyread/simplyread-0.6.crx>.

:v0dot7 a doap:Version;
	doap:revision "0.7";
	doap:created "2011-10-04";
	doap:file-release <https://njw.name/simplyread/simplyread-0.7.tar.bz2>,
	                  <https://njw.name/simplyread/simplyread-0.7.xpi>,
	                  <https://njw.name/simplyread/simplyread-0.7.crx>.

:v0dot8 a doap:Version;
	doap:revision "0.8";
	doap:created "2011-12-12";
	doap:file-release <https://njw.name/simplyread/simplyread-0.8.tar.bz2>,
	                  <https://njw.name/simplyread/simplyread-0.8.xpi>,
	                  <https://njw.name/simplyread/simplyread-0.8.crx>.
