From c69002de7bc206e83e7248935d20c791d3f2ce89 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 16 Jun 2020 21:19:48 +0500 Subject: [PATCH] Drop everything, apply new hypha structure to files --- w/m/Fruit/0/m.json | 9 --------- w/m/Fruit/{1/t.txt => 1.txt} | 0 w/m/Fruit/1/m.json | 8 -------- w/m/Fruit/{0/t.txt => 2.txt} | 0 w/m/Fruit/Apple/0/m.json | 7 ------- w/m/Fruit/Apple/{0/b => 1.bin} | Bin w/m/Fruit/Apple/{0/t.txt => 1.txt} | 0 w/m/Fruit/Apple/meta.json | 13 +++++++++++++ w/m/Fruit/Apple/mm.json | 1 - w/m/Fruit/meta.json | 20 ++++++++++++++++++++ w/m/Fruit/mm.json | 1 - w/m/sys/main.css/1.txt | 3 +++ w/m/sys/main.css/meta.json | 11 +++++++++++ 13 files changed, 47 insertions(+), 26 deletions(-) delete mode 100644 w/m/Fruit/0/m.json rename w/m/Fruit/{1/t.txt => 1.txt} (100%) delete mode 100644 w/m/Fruit/1/m.json rename w/m/Fruit/{0/t.txt => 2.txt} (100%) delete mode 100644 w/m/Fruit/Apple/0/m.json rename w/m/Fruit/Apple/{0/b => 1.bin} (100%) rename w/m/Fruit/Apple/{0/t.txt => 1.txt} (100%) create mode 100644 w/m/Fruit/Apple/meta.json delete mode 100644 w/m/Fruit/Apple/mm.json create mode 100644 w/m/Fruit/meta.json delete mode 100644 w/m/Fruit/mm.json create mode 100644 w/m/sys/main.css/1.txt create mode 100644 w/m/sys/main.css/meta.json diff --git a/w/m/Fruit/0/m.json b/w/m/Fruit/0/m.json deleted file mode 100644 index 85557d8..0000000 --- a/w/m/Fruit/0/m.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "createdAt": 1591636222, - "comment": "update Fruit", - "tags": ["fetus", "tasty"], - "mimeType": "application/x-hypha", - "markup": "md", - "name": "Fruit", - "author": "fungimaster" -} diff --git a/w/m/Fruit/1/t.txt b/w/m/Fruit/1.txt similarity index 100% rename from w/m/Fruit/1/t.txt rename to w/m/Fruit/1.txt diff --git a/w/m/Fruit/1/m.json b/w/m/Fruit/1/m.json deleted file mode 100644 index 26649e0..0000000 --- a/w/m/Fruit/1/m.json +++ /dev/null @@ -1,8 +0,0 @@ -{ -"createdAt":1591635559, -"comment":"create Fruit", -"tags":["fetus", "tasty"], -"mimeType":"application/x-hypha", -"markup":"md", -"name":"Fruit", -"author":"bouncepaw"} diff --git a/w/m/Fruit/0/t.txt b/w/m/Fruit/2.txt similarity index 100% rename from w/m/Fruit/0/t.txt rename to w/m/Fruit/2.txt diff --git a/w/m/Fruit/Apple/0/m.json b/w/m/Fruit/Apple/0/m.json deleted file mode 100644 index c6d27a6..0000000 --- a/w/m/Fruit/Apple/0/m.json +++ /dev/null @@ -1,7 +0,0 @@ -{"createdAt":1591639464, -"comment":"add apple pic hehehe", -"tags":["img"], -"mimeType":"image/jpeg", -"markup":"plain", -"name":"Apple", -"author":"bouncepaw"} diff --git a/w/m/Fruit/Apple/0/b b/w/m/Fruit/Apple/1.bin similarity index 100% rename from w/m/Fruit/Apple/0/b rename to w/m/Fruit/Apple/1.bin diff --git a/w/m/Fruit/Apple/0/t.txt b/w/m/Fruit/Apple/1.txt similarity index 100% rename from w/m/Fruit/Apple/0/t.txt rename to w/m/Fruit/Apple/1.txt diff --git a/w/m/Fruit/Apple/meta.json b/w/m/Fruit/Apple/meta.json new file mode 100644 index 0000000..be05cac --- /dev/null +++ b/w/m/Fruit/Apple/meta.json @@ -0,0 +1,13 @@ +{ +"revisions":{ + "1":{ + "name": "Apple", + "time": 1591639464, + "author": "bouncepaw", + "comment": "add apple pic hehehe", + "tags": ["img"], + "text_mime": "plain", + "binary_mime": "image/jpeg" + } +} +} diff --git a/w/m/Fruit/Apple/mm.json b/w/m/Fruit/Apple/mm.json deleted file mode 100644 index d541574..0000000 --- a/w/m/Fruit/Apple/mm.json +++ /dev/null @@ -1 +0,0 @@ -{"creationTime": 1591639284} diff --git a/w/m/Fruit/meta.json b/w/m/Fruit/meta.json new file mode 100644 index 0000000..d0de75f --- /dev/null +++ b/w/m/Fruit/meta.json @@ -0,0 +1,20 @@ +{ +"revisions":{ + "1":{ + "name": "Fruit", + "time": 1591635559, + "author": "bouncepaw", + "comment": "create Fruit", + "tags": ["fetus", "tasty"], + "text_mime": "text/markdown" + }, + "2":{ + "name": "Fruit", + "time": 1591636222, + "author": "fungimaster", + "comment": "update Fruit", + "tags": ["fetus", "tasty"], + "text_mime": "text/markdown" + } +} +} diff --git a/w/m/Fruit/mm.json b/w/m/Fruit/mm.json deleted file mode 100644 index baaae88..0000000 --- a/w/m/Fruit/mm.json +++ /dev/null @@ -1 +0,0 @@ -{"creationTime":1591635559} diff --git a/w/m/sys/main.css/1.txt b/w/m/sys/main.css/1.txt new file mode 100644 index 0000000..4c868a4 --- /dev/null +++ b/w/m/sys/main.css/1.txt @@ -0,0 +1,3 @@ +b { + color: red; +} diff --git a/w/m/sys/main.css/meta.json b/w/m/sys/main.css/meta.json new file mode 100644 index 0000000..c25f285 --- /dev/null +++ b/w/m/sys/main.css/meta.json @@ -0,0 +1,11 @@ +{ +"revisions":{ + "1":{ + "name": "main.css", + "time": 1592244023, + "author": "wikimind", + "comment": "make a placeholder style", + "text_mime": "text/css" + } +} +}