Sarverott commited on
Commit
5056f73
·
verified ·
1 Parent(s): bb53340

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,2 +1,113 @@
1
  # NecroPools - zunifikowany system zapisu pośmiertnego
2
- > baza danych o zdecentralizowanej rozproszonej formie zapisu według pozyskanych opiniowanych i weryfikowanych danych możliwych do identyfikacji w rzeczywistości
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # NecroPools - zunifikowany system zapisu pośmiertnego
2
+ > baza danych o zdecentralizowanej rozproszonej formie zapisu według pozyskanych opiniowanych i weryfikowanych danych możliwych do identyfikacji w rzeczywistościdataset
3
+
4
+ ### drzewo katalogowe
5
+
6
+ ```sh
7
+ tree dataset -a >> dataset/README.md
8
+ # ├── book-of-dead
9
+ # │   ├── burial-places
10
+ # │   │   ├── .glossary.json
11
+ # │   │   ├── .index.csv
12
+ # │   │   └── .omnis.toml
13
+ # │   ├── departed-records
14
+ # │   │   ├── .glossary.json
15
+ # │   │   ├── .index.csv
16
+ # │   │   └── .omnis.toml
17
+ # │   ├── .glossary.json
18
+ # │   ├── .omnis.toml
19
+ # │   └── storylines
20
+ # │   ├── .glossary.json
21
+ # │   ├── .index.csv
22
+ # │   └── .omnis.toml
23
+ # ├── propagations
24
+ # │   ├── datastorages
25
+ # │   │   ├── huggingface.co___necropools-data.json
26
+ # │   │   └── .omnis.toml
27
+ # │   ├── .omnis.toml
28
+ # │   └── repos
29
+ # │   ├── github.com___bonescraft.json
30
+ # │   ├── github.com___dynamic-purgatory.json
31
+ # │   ├── github.com___memorialis.json
32
+ # │   ├── github.com___necropools.json
33
+ # │   ├── github.com___remember-me-humanity.json
34
+ # │   └── .omnis.toml
35
+ # ├── README.md
36
+ # └── sources
37
+ # ├── dnstrees
38
+ # │   ├── com
39
+ # │   │   ├── grobonet
40
+ # │   │   │   └── .omnis.toml
41
+ # │   │   ├── .omnis.toml
42
+ # │   │   └── regionstacker.json
43
+ # │   ├── info
44
+ # │   │   ├── .omnis.toml
45
+ # │   │   ├── regionstacker.json
46
+ # │   │   └── zmarli
47
+ # │   │   └── .omnis.toml
48
+ # │   ├── net
49
+ # │   │   ├── cmentarnik
50
+ # │   │   │   └── .omnis.toml
51
+ # │   │   ├── nekrologi
52
+ # │   │   │   ├── .omnis.toml
53
+ # │   │   │   └── www
54
+ # │   │   │   └── .omnis.toml
55
+ # │   │   ├── .omnis.toml
56
+ # │   │   └── regionstacker.json
57
+ # │   ├── .omnis.toml
58
+ # │   └── pl
59
+ # │   ├── ecmentarze
60
+ # │   │   ├── .omnis.toml
61
+ # │   │   └── www
62
+ # │   │   └── .omnis.toml
63
+ # │   ├── kontrastowo
64
+ # │   │   ├── .omnis.toml
65
+ # │   │   └── www
66
+ # │   │   └── .omnis.toml
67
+ # │   ├── ksiegazmarlych24
68
+ # │   │   ├── .omnis.toml
69
+ # │   │   └── www
70
+ # │   │   └── .omnis.toml
71
+ # │   ├── mogily
72
+ # │   │   └── .omnis.toml
73
+ # │   ├── .omnis.toml
74
+ # │   ├── regionstacker.json
75
+ # │   └── zniczsklep
76
+ # │   └── .omnis.toml
77
+ # ├── .omnis.toml
78
+ # └── websites
79
+ # ├── .omnis.toml
80
+ # └── urls.yml
81
+
82
+ # 28 directories, 46 files
83
+ ```
84
+
85
+ ### listing plików:
86
+
87
+ ```sh
88
+ ls dataset/* -a1 >> dataset/README.md
89
+ # dataset/README.md
90
+
91
+ # dataset/book-of-dead:
92
+ # .
93
+ # ..
94
+ # burial-places
95
+ # departed-records
96
+ # .glossary.json
97
+ # .omnis.toml
98
+ # storylines
99
+
100
+ # dataset/propagations:
101
+ # .
102
+ # ..
103
+ # datastorages
104
+ # .omnis.toml
105
+ # repos
106
+
107
+ # dataset/sources:
108
+ # .
109
+ # ..
110
+ # dnstrees
111
+ # .omnis.toml
112
+ # websites
113
+ ```
book-of-dead/.glossary.json ADDED
File without changes
book-of-dead/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773062613349
book-of-dead/burial-places/.glossary.json ADDED
File without changes
book-of-dead/burial-places/.index.csv ADDED
File without changes
book-of-dead/burial-places/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773062613350
book-of-dead/departed-records/.glossary.json ADDED
File without changes
book-of-dead/departed-records/.index.csv ADDED
File without changes
book-of-dead/departed-records/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773062613350
book-of-dead/storylines/.glossary.json ADDED
File without changes
book-of-dead/storylines/.index.csv ADDED
File without changes
book-of-dead/storylines/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773062613350
propagations/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773065545092
propagations/datastorages/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773065545093
propagations/datastorages/huggingface.co___necropools-data.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "link":"https://huggingface.co/datasets/Apokryf/necropools-data"
3
+ }
propagations/repos/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773065545093
propagations/repos/github.com___bonescraft.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "link":"https://github.com/The-Apokryf/bonescraft"
3
+ }
propagations/repos/github.com___dynamic-purgatory.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "link":"https://github.com/The-Apokryf/dynamic-purgatory"
3
+ }
propagations/repos/github.com___memorialis.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "link":"https://github.com/The-Apokryf/memorialis"
3
+ }
propagations/repos/github.com___necropools.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "link":"https://github.com/The-Apokryf/necropools"
3
+ }
propagations/repos/github.com___remember-me-humanity.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "link":"https://github.com/The-Apokryf/remember-me-humanity"
3
+ }
sources/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773062613348
sources/dnstrees/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773062613349
sources/dnstrees/com/regionstacker.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "note":"avoid direct calls, it is regional stack zoner domain root routing tailer of domains",
3
+ "region":"",
4
+ "zone":"",
5
+ "admins":"",
6
+ "propagators":[]
7
+ }
sources/dnstrees/info/regionstacker.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "note":"avoid direct calls, it is regional stack zoner domain root routing tailer of domains",
3
+ "region":"",
4
+ "zone":"",
5
+ "admins":"",
6
+ "propagators":[]
7
+ }
sources/dnstrees/net/regionstacker.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "note":"avoid direct calls, it is regional stack zoner domain root routing tailer of domains",
3
+ "region":"",
4
+ "zone":"",
5
+ "admins":"",
6
+ "propagators":[]
7
+ }
sources/dnstrees/pl/regionstacker.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "note":"avoid direct calls, it is regional stack zoner domain root routing tailer of domains",
3
+ "region":"",
4
+ "zone":"",
5
+ "admins":"",
6
+ "propagators":[]
7
+ }
sources/websites/.omnis.toml ADDED
@@ -0,0 +1 @@
 
 
1
+ UNIXUSAT = 1773062613349