Skip to content

Commit f955f10

Browse files
committed
DOC: The bookshelf is now represented as a graph (see #11).
1 parent c79edcc commit f955f10

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ A modern version of this (see figure below) will be achieved with CouchDB filter
3737
The concept of *literature* (*e.g.* "scientific literature") is that *reading* a document results in *writing* new ones (highlights, annotations, analyses, translations, critics, etc.).
3838
Hence the meaning of a document is indeed in the whole graph of direct or indirect sources and offsprings.
3939

40+
![](docs/component_graph.png)
41+
4042
### Forward links
4143

4244
![](docs/screenshot_translator_forwardlink.png)

docs/component_bookshelf.png

37.1 KB
Loading

docs/component_graph.png

201 KB
Loading

frontend/src/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Source: [routes/Bookshelf.js](https://github.com/Hypertopic/HyperGlosae/blob/mai
1010

1111
Parts:
1212

13-
- [DocumentsCards](#documentscards)
13+
- Graph
14+
- [FutureDocument](#futuredocument)
1415

1516

1617
## Lectern
@@ -27,7 +28,6 @@ Parts:
2728

2829
## DocumentsCards
2930

30-
<img src="../../docs/component_bookshelf.png" />
3131
<img src="../../docs/component_documentscards.png" width="15%" />
3232
<img src="../../docs/component_documentscards2.png" width="40%" />
3333

0 commit comments

Comments
 (0)