@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?p=75>
  a sioc:Post ;
  dc:title "LH Tools options" ;
  dcterms:identifier 75 ;
  dc:modified "2024-04-13T12:05:23Z"^^xsd:dateTime ;
  dc:created "2015-02-12T21:02:22Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-tools-options/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">LH Tools gives the option to add the URL of an existing source of RDF automatically. It will load a selected rdf document into the store and will also follow seeAlso&#8217;s (within the same domain) to find additional content.</p>



<p class="wp-block-paragraph">To do this go to your LH-Tools settings page, under: Settings-&gt;LH-Tools<br>and add the root rdf feed for your site under Load Options. If you are using <a title="lh-rdf" href="https://lhero.org/portfolio/lh-rdf/">lh-rdf</a> as your data source generator feed will be something like https://yoursite.com/feed/lhrdf/ (for example: <a title="example rdf feed" href="https://localhero.biz/feed/lhrdf/">https://localhero.biz/feed/lhrdf/</a>).</p>



<p class="wp-block-paragraph">LH-Tools will then automatically follow seeAlso subjects (within the same domain and slowly spider your entire site). LH-Tools only spiders one document at a trime and runs on WordPress&#8217;s hourly cron so spiderring you entire site might take a long time. I am working on a more efficient processs&#8230;</p>
If you like this plugin please consider making a donation to further development

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><!-- Identify your business so that you can collect the payments. -->
<input name="business" type="hidden" value="shawfactor@gmail.com" /><!-- Specify a Donate button. -->
<input name="cmd" type="hidden" value="_donations" /><!-- Specify details about the contribution -->
<input name="item_name" type="hidden" value="LocalHero project" />
<input name="item_number" type="hidden" value="Plugin Development" />
<input name="currency_code" type="hidden" value="USD" />

<!-- Display the payment button. -->
<input alt="Donate" name="submit" src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_donate_92x26.png" type="image" />
<img loading="lazy" decoding="async" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" />

</form>"""^^rdf:XMLLiteral ;
  sioc:content """
LH Tools gives the option to add the URL of an existing source of RDF automatically. It will load a selected rdf document into the store and will also follow seeAlso&#8217;s (within the same domain) to find additional content.



To do this go to your LH-Tools settings page, under: Settings-&gt;LH-Toolsand add the root rdf feed for your site under Load Options. If you are using lh-rdf as your data source generator feed will be something like https://yoursite.com/feed/lhrdf/ (for example: https://localhero.biz/feed/lhrdf/).



LH-Tools will then automatically follow seeAlso subjects (within the same domain and slowly spider your entire site). LH-Tools only spiders one document at a trime and runs on WordPress&#8217;s hourly cron so spiderring you entire site might take a long time. I am working on a more efficient processs&#8230;
If you like this plugin please consider making a donation to further development












""" .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
