mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
updated dockerfile + option 2 and 3 merging is WIP
This commit is contained in:
parent
b772fc454d
commit
97fcc4c8c4
3 changed files with 117 additions and 86 deletions
|
@ -116,19 +116,18 @@ V1.0.1:
|
|||
- py: since .gitignore makes it so that www/participants doesnt exist, automatically create the directory structure from www/.official_participants
|
||||
- git: figured out how to have an automatically updated lantern instance via gitignore+cronjob
|
||||
|
||||
V1.0.2:
|
||||
V1.0.2: (WIP)
|
||||
- php+css : make the css styling not ugly on mobile
|
||||
- py: make sure that running option 4 automatically creates the folder for a new official webring participant and downloads the files all the same, instead of just iterating through the folders.
|
||||
- py: check that banners are at the most 5MB big
|
||||
- py : if an argument is passed to lantern.py, enter automation mode, and at least automate option 4, 9 and 10 (ex: python3 lantern.py 4)
|
||||
- py: in option 1, upon listing new links, if the description isn't empty, consider the link as trusted, and write it verified.csv. If description is empty, write it in unverified.csv instead.
|
||||
```
|
||||
|
||||
Future Versions:
|
||||
```
|
||||
V1.0.2:
|
||||
- py: in option 1, upon listing new links, if the description isn't empty, consider the link as trusted, and write it verified.csv. If description is empty, write it in unverified.csv instead.
|
||||
- py: in option 2, upon trusting links, if description doesnt exist, ask the user to write one that isn't empty, and if it does exist, ask the user to press enter to keep the existing description, otherwise write a new one
|
||||
- py: merge the option 2 and 3 together, and repurpose option 3 to become "edit links attributes"
|
||||
V1.0.2: (WIP)
|
||||
- py: merge the option 2 and 3 together to become "Trust/Untrust/Blacklist a website entry", and repurpose option 3 to become "edit existing links attributes"
|
||||
- py: option 4: at the end of the synchronization phase, iterate over (your own) unverified links that do NOT have a description, and find the first description in other participants' verified.csv file to put in there, to enrich your unverified list (and skip if nobody wrote a description for it)
|
||||
|
||||
V1.0.3:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue