Skip to content

Commit 095f17c

Browse files
committed
some README work
1 parent aa53729 commit 095f17c

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# ![Meh Logo](meh.svg) Meh…
22
## …another comment system
33

4-
5-
6-
* simple, no-frills commenting system
7-
* self-hosted
8-
* multi-site support from a single installation
9-
* Mastodon integration
10-
* Disqus import
11-
* simple enough to understand and modify
4+
Meh…
5+
6+
* …is a simple, no-frills commenting system
7+
* …is self-hosted
8+
* …has multi-site support from a single installation
9+
* …has multi-language support
10+
* …has Mastodon integration
11+
* …has Disqus import
12+
* …is simple enough to understand and modify
13+
* …made by [splitbrain](https://www.splitbrain.org)
1214

1315
## Overview
1416

next.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* [x] Use guzzle in the mastodon api client
66
* [x] Clean up the mastodon api client
77
* [x] Add PSR Logging
8-
* [ ] fetch octodon comments and safely back them up
8+
* [x] fetch octodon comments and safely back them up
99
* [x] move disqus import code to a separate class
1010
* [x] make the meh-form component actually create a comment successfully
1111
* [x] simplify the root level router
@@ -32,21 +32,26 @@
3232
* [x] auto-approve comments from users with previous approved comments
3333
* [x] use https://www.npmjs.com/package/jwt-decode to decide if user is admin or simply save two tokens?
3434
* [x] add DEV environment variable
35-
* [ ] add option to set log level
35+
* [x] add option to set log level
3636
* [x] do not reset form on comment send
3737
* [x] success message on comment send needs to reflect status
3838
* [x] fix tests
3939
* [ ] add more tests
4040
* [x] htaccess for apache
4141
* [ ] github actions for tests
4242
* [x] docker image
43-
* [ ] give info about mastodon reply in form view
43+
* [x] give info about mastodon reply in form view
4444
* [x] write documentation
4545
* [x] fix timezone issue
4646
* [x] add meh-count component
47-
* [ ] add style parameter to all components
48-
* [ ] update translations
49-
* [ ] implement exception translations
47+
* [x] add style parameter to all components
48+
* [x] extract API call to a utility function
49+
* [x] update translations
50+
* [x] autobuild and publish docker image
51+
* [x] implement exception translations
52+
* [x] have an awesome logo
5053
* [ ] auto deploy to server
54+
* [ ] hide spam comments after a while
55+
* [ ] set up on splitbrain
5156
* [ ] publish
5257
* [ ] blog post

0 commit comments

Comments
 (0)