mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
v1.0.2 completed
This commit is contained in:
parent
1f07e29abc
commit
159d2265da
1 changed files with 8 additions and 10 deletions
18
README.md
18
README.md
|
@ -106,30 +106,27 @@ V1.0.0: (01/02/2025)
|
|||
- release it officially to try and onboard the first webring participants
|
||||
- php: find a way to display the description for each link
|
||||
|
||||
```
|
||||
|
||||
Current Version:
|
||||
```
|
||||
V1.0.1:
|
||||
- py: refactor/simplify the lantern.py script wherever possible (assigned to Sovereignty)
|
||||
- git: implement .gitignore to ignore www/participants, otherwise you can't do torsocks git pull without having to do a git stash
|
||||
- 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: (WIP)
|
||||
Current Version:
|
||||
```
|
||||
V1.0.2:
|
||||
- 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.
|
||||
- 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)
|
||||
```
|
||||
|
||||
Future Versions:
|
||||
```
|
||||
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:
|
||||
- py+csv: expand on the participants trust levels, add 3 columns to be filled with -1, 0 or 1 (verified.csv, blacklist.csv, webring-participants.csv) that is to customize your instance's behavior in regards to other participants
|
||||
- py: in option 4, make sure that new webring participants (that are listed from other webrings) are automatically added on your own instance aswell, in case if you trust an instance's list of webring participants (opt-in only)
|
||||
|
@ -139,8 +136,9 @@ V1.0.4:
|
|||
- docker: figure out how to dockerize the darknet lantern project while maintaining the onion-only requirement (c0mmando is on it, will merge it when he finishes)
|
||||
|
||||
V1.1.0+:
|
||||
- csv+php+py: implement PGP support to list public pgp keys for verified websites
|
||||
- csv+php: figure out how to expand the software to include simplex chatrooms (maybe add another column ?)
|
||||
- py: simplex chatrooms, figure out a way to check their uptime aswell
|
||||
- py: simplex chatrooms, figure out a way to check their uptime aswell (if the invite link is still valid or not)
|
||||
|
||||
V1.2.0+:
|
||||
- add i2p support for eepsites (hopefully by then the blogposts on i2p will be written)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue