Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyedeekay/i2p-bookmarks
Automatically installs I2P-Related Bookmarks
https://github.com/eyedeekay/i2p-bookmarks
bookmarks bookmarks-manager i2p webextension
Last synced: 24 days ago
JSON representation
Automatically installs I2P-Related Bookmarks
- Host: GitHub
- URL: https://github.com/eyedeekay/i2p-bookmarks
- Owner: eyedeekay
- License: cc0-1.0
- Created: 2022-10-19T21:49:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T07:23:15.000Z (over 2 years ago)
- Last Synced: 2024-11-09T03:38:06.730Z (3 months ago)
- Topics: bookmarks, bookmarks-manager, i2p, webextension
- Language: HTML
- Homepage: https://eyedeekay.github.io/I2P-Bookmarks/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# I2P Bookmarks
Uses [Tassel](https://eyedeekay.github.io/Tassel) to generate automatically-installing
bookmarks related to I2P.```json
{
"Directory": "I2P Bookmarks",
"bookmarks": [{
"title": "I2P Hostname Directory",
"url": "http://notbob.i2p"
},
{
"title": "I2P Development Discussions",
"url": "http://zzz.i2p"
},
{
"title": "I2P Community Forum",
"url": "http://i2pforum.i2p"
},
{
"title": "Legwork Search Engine",
"url": "http://legwork.i2p"
},
{
"title": "I2P Stats",
"url": "https://stats.i2p"
},
{
"title": "I2P Metrics",
"url": "http://placeholder.i2p"
},
{
"title": "IDK's homepage",
"url": "https://idk.i2p"
},
{
"title": "Postman's Bittorrent Tracker",
"url": "http://tracker2.postman.i2p"
},
{
"title": "Postman's Headquarters",
"url": "http://hq.postman.i2p"
},
{
"title": "Placeholder",
"url": "http://placeholder.i2p"
}
]
}
```