Compare commits
No commits in common. "8951a7f08059a608871bfcce5cbe1dd85a6739ad" and "c8b0acac474bcd285d578c3937a2ab3087321291" have entirely different histories.
8951a7f080
...
c8b0acac47
1269 changed files with 1105 additions and 352 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -9,8 +9,3 @@ db.sql
|
|||
*key
|
||||
Makefile2
|
||||
*~
|
||||
/db
|
||||
/sillydb
|
||||
sillydb
|
||||
/sillydb/
|
||||
/db/
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ RUN make
|
|||
|
||||
CMD ["/bin/bash", "-c", "go run generate.go && go run main.go"]
|
||||
|
||||
EXPOSE 8888
|
||||
EXPOSE 8798
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@ body {
|
|||
max-width: 940px;
|
||||
margin: 0 auto;
|
||||
padding: 1em;
|
||||
font-family: Arial;
|
||||
background: #fff7fc;
|
||||
color: midnightblue;}
|
||||
font-family: Verdana;
|
||||
background-color: azure;
|
||||
color: midnightblue;
|
||||
}
|
||||
|
||||
.faces {
|
||||
margin-bottom: 1em;
|
||||
max-width: 500px;
|
||||
}
|
||||
.home {
|
||||
background-image: url('https://file.garden/aJzQmzrHVB4BLKwu/pencils-5682457_640.jpg');
|
||||
}
|
||||
|
||||
.profile-picture {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
|
@ -24,13 +24,12 @@ background-image: url('https://file.garden/aJzQmzrHVB4BLKwu/pencils-5682457_640.
|
|||
|
||||
.cols {
|
||||
display: grid;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.a
|
||||
.status-username {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
|
@ -46,7 +45,7 @@ a {
|
|||
|
||||
.status {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
|
|
|
|||
|
|
@ -1,83 +0,0 @@
|
|||
body {
|
||||
max-width: 940px;
|
||||
margin: 0 auto;
|
||||
padding: 1em;
|
||||
font-family: Arial;
|
||||
background-image: url('https://file.garden/aJzQmzrHVB4BLKwu/pencils-5682457_640.jpg');
|
||||
color: midnightblue;
|
||||
}
|
||||
|
||||
.faces {
|
||||
margin-bottom: 1em;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.profile-picture {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.flash {
|
||||
background-color: lightgreen;
|
||||
padding: 0.5em 1em;
|
||||
color: darkgreen;
|
||||
}
|
||||
|
||||
.cols {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.status-username {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.status-content {
|
||||
margin: 0 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
.status nav {
|
||||
font-size: 0.8em;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.status {
|
||||
margin-bottom: 1em;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.edit-status {
|
||||
width: 100%; box-sizing: border-box; height: 100px;
|
||||
}
|
||||
|
||||
.tools {
|
||||
list-style-position: inside;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 650px) {
|
||||
.cols {
|
||||
grid-template-columns: 1fr 2fr;
|
||||
grid-gap: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.radio { display: inline-block }
|
||||
.field { margin-bottom: 1rem; max-width: 500px; }
|
||||
.field > label { margin-bottom: .25rem; }
|
||||
.field > * { display: block; width: 100%; box-sizing: border-box; }
|
||||
|
||||
.info {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
1
db/PG_VERSION
Normal file
1
db/PG_VERSION
Normal file
|
|
@ -0,0 +1 @@
|
|||
13
|
||||
BIN
db/base/1/112
Normal file
BIN
db/base/1/112
Normal file
Binary file not shown.
BIN
db/base/1/113
Normal file
BIN
db/base/1/113
Normal file
Binary file not shown.
BIN
db/base/1/1247
Normal file
BIN
db/base/1/1247
Normal file
Binary file not shown.
BIN
db/base/1/1247_fsm
Normal file
BIN
db/base/1/1247_fsm
Normal file
Binary file not shown.
BIN
db/base/1/1247_vm
Normal file
BIN
db/base/1/1247_vm
Normal file
Binary file not shown.
BIN
db/base/1/1249
Normal file
BIN
db/base/1/1249
Normal file
Binary file not shown.
BIN
db/base/1/1249_fsm
Normal file
BIN
db/base/1/1249_fsm
Normal file
Binary file not shown.
BIN
db/base/1/1249_vm
Normal file
BIN
db/base/1/1249_vm
Normal file
Binary file not shown.
BIN
db/base/1/1255
Normal file
BIN
db/base/1/1255
Normal file
Binary file not shown.
BIN
db/base/1/1255_fsm
Normal file
BIN
db/base/1/1255_fsm
Normal file
Binary file not shown.
BIN
db/base/1/1255_vm
Normal file
BIN
db/base/1/1255_vm
Normal file
Binary file not shown.
BIN
db/base/1/1259
Normal file
BIN
db/base/1/1259
Normal file
Binary file not shown.
BIN
db/base/1/1259_fsm
Normal file
BIN
db/base/1/1259_fsm
Normal file
Binary file not shown.
BIN
db/base/1/1259_vm
Normal file
BIN
db/base/1/1259_vm
Normal file
Binary file not shown.
BIN
db/base/1/13382
Normal file
BIN
db/base/1/13382
Normal file
Binary file not shown.
BIN
db/base/1/13382_fsm
Normal file
BIN
db/base/1/13382_fsm
Normal file
Binary file not shown.
BIN
db/base/1/13382_vm
Normal file
BIN
db/base/1/13382_vm
Normal file
Binary file not shown.
0
db/base/1/13384
Normal file
0
db/base/1/13384
Normal file
BIN
db/base/1/13386
Normal file
BIN
db/base/1/13386
Normal file
Binary file not shown.
BIN
db/base/1/13387
Normal file
BIN
db/base/1/13387
Normal file
Binary file not shown.
BIN
db/base/1/13387_fsm
Normal file
BIN
db/base/1/13387_fsm
Normal file
Binary file not shown.
BIN
db/base/1/13387_vm
Normal file
BIN
db/base/1/13387_vm
Normal file
Binary file not shown.
0
db/base/1/13389
Normal file
0
db/base/1/13389
Normal file
BIN
db/base/1/13391
Normal file
BIN
db/base/1/13391
Normal file
Binary file not shown.
BIN
db/base/1/13392
Normal file
BIN
db/base/1/13392
Normal file
Binary file not shown.
BIN
db/base/1/13392_fsm
Normal file
BIN
db/base/1/13392_fsm
Normal file
Binary file not shown.
BIN
db/base/1/13392_vm
Normal file
BIN
db/base/1/13392_vm
Normal file
Binary file not shown.
0
db/base/1/13394
Normal file
0
db/base/1/13394
Normal file
BIN
db/base/1/13396
Normal file
BIN
db/base/1/13396
Normal file
Binary file not shown.
BIN
db/base/1/13397
Normal file
BIN
db/base/1/13397
Normal file
Binary file not shown.
BIN
db/base/1/13397_fsm
Normal file
BIN
db/base/1/13397_fsm
Normal file
Binary file not shown.
BIN
db/base/1/13397_vm
Normal file
BIN
db/base/1/13397_vm
Normal file
Binary file not shown.
0
db/base/1/13399
Normal file
0
db/base/1/13399
Normal file
BIN
db/base/1/13401
Normal file
BIN
db/base/1/13401
Normal file
Binary file not shown.
0
db/base/1/1417
Normal file
0
db/base/1/1417
Normal file
0
db/base/1/1418
Normal file
0
db/base/1/1418
Normal file
BIN
db/base/1/174
Normal file
BIN
db/base/1/174
Normal file
Binary file not shown.
BIN
db/base/1/175
Normal file
BIN
db/base/1/175
Normal file
Binary file not shown.
BIN
db/base/1/2187
Normal file
BIN
db/base/1/2187
Normal file
Binary file not shown.
0
db/base/1/2224
Normal file
0
db/base/1/2224
Normal file
0
db/base/1/2328
Normal file
0
db/base/1/2328
Normal file
0
db/base/1/2336
Normal file
0
db/base/1/2336
Normal file
BIN
db/base/1/2337
Normal file
BIN
db/base/1/2337
Normal file
Binary file not shown.
BIN
db/base/1/2579
Normal file
BIN
db/base/1/2579
Normal file
Binary file not shown.
BIN
db/base/1/2600
Normal file
BIN
db/base/1/2600
Normal file
Binary file not shown.
BIN
db/base/1/2600_fsm
Normal file
BIN
db/base/1/2600_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2600_vm
Normal file
BIN
db/base/1/2600_vm
Normal file
Binary file not shown.
BIN
db/base/1/2601
Normal file
BIN
db/base/1/2601
Normal file
Binary file not shown.
BIN
db/base/1/2601_fsm
Normal file
BIN
db/base/1/2601_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2601_vm
Normal file
BIN
db/base/1/2601_vm
Normal file
Binary file not shown.
BIN
db/base/1/2602
Normal file
BIN
db/base/1/2602
Normal file
Binary file not shown.
BIN
db/base/1/2602_fsm
Normal file
BIN
db/base/1/2602_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2602_vm
Normal file
BIN
db/base/1/2602_vm
Normal file
Binary file not shown.
BIN
db/base/1/2603
Normal file
BIN
db/base/1/2603
Normal file
Binary file not shown.
BIN
db/base/1/2603_fsm
Normal file
BIN
db/base/1/2603_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2603_vm
Normal file
BIN
db/base/1/2603_vm
Normal file
Binary file not shown.
0
db/base/1/2604
Normal file
0
db/base/1/2604
Normal file
BIN
db/base/1/2605
Normal file
BIN
db/base/1/2605
Normal file
Binary file not shown.
BIN
db/base/1/2605_fsm
Normal file
BIN
db/base/1/2605_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2605_vm
Normal file
BIN
db/base/1/2605_vm
Normal file
Binary file not shown.
BIN
db/base/1/2606
Normal file
BIN
db/base/1/2606
Normal file
Binary file not shown.
BIN
db/base/1/2606_fsm
Normal file
BIN
db/base/1/2606_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2606_vm
Normal file
BIN
db/base/1/2606_vm
Normal file
Binary file not shown.
BIN
db/base/1/2607
Normal file
BIN
db/base/1/2607
Normal file
Binary file not shown.
BIN
db/base/1/2607_fsm
Normal file
BIN
db/base/1/2607_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2607_vm
Normal file
BIN
db/base/1/2607_vm
Normal file
Binary file not shown.
BIN
db/base/1/2608
Normal file
BIN
db/base/1/2608
Normal file
Binary file not shown.
BIN
db/base/1/2608_fsm
Normal file
BIN
db/base/1/2608_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2608_vm
Normal file
BIN
db/base/1/2608_vm
Normal file
Binary file not shown.
BIN
db/base/1/2609
Normal file
BIN
db/base/1/2609
Normal file
Binary file not shown.
BIN
db/base/1/2609_fsm
Normal file
BIN
db/base/1/2609_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2609_vm
Normal file
BIN
db/base/1/2609_vm
Normal file
Binary file not shown.
BIN
db/base/1/2610
Normal file
BIN
db/base/1/2610
Normal file
Binary file not shown.
BIN
db/base/1/2610_fsm
Normal file
BIN
db/base/1/2610_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2610_vm
Normal file
BIN
db/base/1/2610_vm
Normal file
Binary file not shown.
0
db/base/1/2611
Normal file
0
db/base/1/2611
Normal file
BIN
db/base/1/2612
Normal file
BIN
db/base/1/2612
Normal file
Binary file not shown.
BIN
db/base/1/2612_fsm
Normal file
BIN
db/base/1/2612_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2612_vm
Normal file
BIN
db/base/1/2612_vm
Normal file
Binary file not shown.
0
db/base/1/2613
Normal file
0
db/base/1/2613
Normal file
BIN
db/base/1/2615
Normal file
BIN
db/base/1/2615
Normal file
Binary file not shown.
BIN
db/base/1/2615_fsm
Normal file
BIN
db/base/1/2615_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2615_vm
Normal file
BIN
db/base/1/2615_vm
Normal file
Binary file not shown.
BIN
db/base/1/2616
Normal file
BIN
db/base/1/2616
Normal file
Binary file not shown.
BIN
db/base/1/2616_fsm
Normal file
BIN
db/base/1/2616_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2616_vm
Normal file
BIN
db/base/1/2616_vm
Normal file
Binary file not shown.
BIN
db/base/1/2617
Normal file
BIN
db/base/1/2617
Normal file
Binary file not shown.
BIN
db/base/1/2617_fsm
Normal file
BIN
db/base/1/2617_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2617_vm
Normal file
BIN
db/base/1/2617_vm
Normal file
Binary file not shown.
BIN
db/base/1/2618
Normal file
BIN
db/base/1/2618
Normal file
Binary file not shown.
BIN
db/base/1/2618_fsm
Normal file
BIN
db/base/1/2618_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2618_vm
Normal file
BIN
db/base/1/2618_vm
Normal file
Binary file not shown.
BIN
db/base/1/2619
Normal file
BIN
db/base/1/2619
Normal file
Binary file not shown.
BIN
db/base/1/2619_fsm
Normal file
BIN
db/base/1/2619_fsm
Normal file
Binary file not shown.
BIN
db/base/1/2619_vm
Normal file
BIN
db/base/1/2619_vm
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue