Skip to content

Fundamental concepts

Benjamin Ooghe-Tabanou edited this page Dec 21, 2012 · 1 revision

In order to provide the best hypertextual corpus possible, HCI has to define a new way of dealing with web pages, aggregate of web pages and crawling. To do so, it was necessary to define fundamental concepts the software relies on.

  • Our Documentary Model of the Web is the way our system understands the web as a structure. It involves:
  • cascading definition
    • a LRU can be a PAGE or a 404 error or Forbidden see LRU prefixes
    • a PAGE can be a NODE or a just a page without links because of Precision_limit
    • a NODE can be a WEB ENTITY or be included inside an other web entity more generic
  • exception in the cascade:
    • a LRU_PREFIX can be a WEB ENTITY
And also: 500px

Deprecated concepts

Clone this wiki locally