Skip to content

Commit

Permalink
fix typos in index.html
Browse files Browse the repository at this point in the history
* `stch` -> `such`
* `<p>` -> `</p>`
* `responsability for retrying accesss based` -> `responsibility for retrying access attempts`
  • Loading branch information
TallTed authored Sep 12, 2019
1 parent 3443e7f commit f9adce6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ <h1>Block diagrams</h1>
</ul>

<p>The rdflib library is modular. Higher level functions such as the Update Manager and the Fetcher depend on the
core modules stch as the Store, which depends on low level parts such as the basic RDF model.
<p>
<img src="diagrams/rdflib-block-diagram.svg" alt="Separate modules perform different functions to provide local query, web access, and live update." />
core modules such as the Store, which depends on low level parts such as the basic RDF model.
</p>

<img src="diagrams/rdflib-block-diagram.svg" alt="Separate modules perform different functions to provide local query, web access, and live update." />

<p>
The Fetcher module adds an awareness of the web of linked data, rather than just abstract RDF.
It implements http(s): and file: URIs and tracks the metadata from the HTTP transaction and stores that also in the store.
This diagram points out that the responsability for retrying accesss based which fail because of different HTTP errors and browser blocking in CORS
This diagram points out that the responsibility for retrying access attempts which fail because of different HTTP errors and/or browser blocking in CORS
are handled in various different places.
</p>

Expand Down

0 comments on commit f9adce6

Please sign in to comment.