mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
commit
21c11dab2a
3 changed files with 5 additions and 6 deletions
|
@ -8,7 +8,3 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
|
|||
- Import and export bookmarks from and to Netscape Bookmark file.
|
||||
- Simple web interface for those who don't want to use a command line app.
|
||||
- Where possible, by default shiori will download a static copy of the webpage in simple text and HTML format, which later can be used as an offline archive for that page.
|
||||
|
||||
### Shiori Web Extension
|
||||
|
||||
[Shiori Web Extension](https://github.com/go-shiori/shiori-web-ext) is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page.
|
|
@ -4,3 +4,7 @@ The default account is `shiori` with password `gopher`. It is removed once anoth
|
|||
|
||||
- username: `shiori`
|
||||
- password: `gopher`
|
||||
|
||||
### Shiori Web Extension
|
||||
|
||||
[Shiori Web Extension](https://github.com/go-shiori/shiori-web-ext) is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page.
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
"en": "Simple bookmark manager",
|
||||
"fr": "Gestionnaire de liens simple"
|
||||
},
|
||||
"version": "1.5.3~ynh4",
|
||||
"version": "1.5.3~ynh5",
|
||||
"url": "https://github.com/go-shiori/shiori",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"website": "https://github.com/go-shiori/shiori",
|
||||
"admindoc": "https://github.com/go-shiori/shiori/wiki",
|
||||
"userdoc": "https://github.com/go-shiori/shiori/wiki/Usage",
|
||||
"code": "https://github.com/go-shiori/shiori"
|
||||
|
|
Loading…
Reference in a new issue