diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0685205..d25d09e 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,9 +1,12 @@ -Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application. This application is distributed as a single binary, which means it can be installed and used easily. ### Features -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." +- Simple and clean command line interface. +- Basic bookmarks management i.e. add, edit and delete. +- Search bookmarks by their title, tags, url and page content. +- Import and export bookmarks from and to Netscape Bookmark file. +- Portable, thanks to its single binary format and sqlite3 database +- 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. + diff --git a/doc/screenshots/example.jpg b/doc/screenshots/example.jpg deleted file mode 100644 index a1efa1a..0000000 Binary files a/doc/screenshots/example.jpg and /dev/null differ diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..929a20c Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/manifest.json b/manifest.json index 456a6a3..61ceda8 100644 --- a/manifest.json +++ b/manifest.json @@ -9,13 +9,14 @@ "version": "1.5.0~ynh1", "url": "https://example.com", "upstream": { - "license": "free", + "license": "MIT", "website": "https://example.com", "demo": "https://demo.example.com", - "admindoc": "https://yunohost.org/packaging_apps", + "admindoc": "https://github.com/go-shiori/shiori/wiki", + "userdoc": "https://github.com/go-shiori/shiori/wiki/Usage", "code": "https://github.com/go-shiori/shiori" }, - "license": "free", + "license": "MIT", "maintainer": { "name": "John doe", "email": "john.doe@example.com"