aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dc049bbb611e58333fab80929edc393584484412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# PyShaarli

Just a simple, databaseless, static, shaarli like system link sharing.

- No fucking database
- No fucking tracking
- No fucking javascript


# TODO

Fonctionalities:
```
[ ] Flat file system management
    [X] Get an article
    [X] Get all articles
    [ ] Get `n` articles from a range
    [X] Add an article
    [X] Delete an article
    [ ] Edit an article
    [X] Import from shaarli 0.11
[ ] Search
    [ ] Indexation
[ ] Cli
    [ ] List all articles
    [ ] Add an article
        [ ] Update rss flux
    [ ] Add an article
    [ ] Edit an article
    [ ] Delete an article
    [ ] Search article name, tag and text
    [ ] Generate rss flux
[ ] Web
    [ ] List all articles
    [ ] Add an article
        [ ] Update rss flux
    [ ] Add an article
    [ ] Edit an article
    [ ] Delete an article
    [ ] Search article name, tag and text
```