README in rtriplify-0.0.1 vs README in rtriplify-0.0.2
- old
+ new
@@ -1,21 +1,20 @@
rTriplify
========
rTriplify is a ruby clone of the triplify-php version. It is used to create
-a rdf-mapping of your existing database and serve it out to the (semantic)-web.
+a rdf-mapping of your existing database and serves it out to the (semantic)-web.
rTriplify uses the rails database models to generate your rdf-data.
-
It comes with most of the origin features of triplify.
-Please have a look at ..... to see the full features list.
+I will go on detail on this later.
In addition you have the possibility to generate RDFa -Data and place it inside of
your webpage as a hidden div. Please be aware that this is not the clean way to
serve your content as RDFa. But I think, if you have generated the mapping file
for your database it's just the consequence to place RDFa on your page instead.
-rTriplify gives you the right tools to place RDFa tags on your Webpage without having
+RTriplify gives you the right tools to place RDFa tags on your Webpage without having
to do a full code review of your templates. And of course, search engines like google
and yahoo already watch for these tags. Google already rewards RDFa tags with some specials.
For further informations please see here [1] or [2] here
@@ -28,10 +27,10 @@
gem install rtriplify
then place a triplify.yml file in the config folder of your RoR-application.
Probably it's the best idea to use the sample config file included in the gem or
-you can download the sample file here [3] too.
+you can download a clean sample file here [3] too.
Usaly the sample config has all configuration possibilitys inside of it and
it's well documented. I think you can start now and change the config so that it
will fit to your Application.