diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2018-04-08 18:22:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 18:22:47 +0200 |
commit | 237e7836c0adfd42b8c628e32af69a05c983ef0b (patch) | |
tree | d833de8c126594deae213b71f2a59dd5c4007416 | |
parent | 80ec7b234c82e5064f3eff1d4d423cc57175ba4b (diff) | |
parent | aec5a76b67a671f10db2bb3e81fa61ce16f72dd3 (diff) | |
download | Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.tar.gz Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.tar.zst Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.zip |
Merge pull request #1121 from virtualtam/node/packaging-metadata
Update frontend metadata and COPYING
-rw-r--r-- | .editorconfig | 2 | ||||
-rw-r--r-- | COPYING | 38 | ||||
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | doc/md/Bookmarklet.md | 4 | ||||
-rw-r--r-- | doc/md/images/edit_icon.png (renamed from images/edit_icon.png) | bin | 1548 -> 1548 bytes | |||
-rw-r--r-- | doc/md/images/logo.png (renamed from images/logo.png) | bin | 5456 -> 5456 bytes | |||
-rw-r--r-- | images/delete_icon.png | bin | 302 -> 0 bytes | |||
-rw-r--r-- | images/favicon.ico | bin | 76949 -> 0 bytes | |||
-rw-r--r-- | images/feed-icon-14x14.png | bin | 658 -> 0 bytes | |||
-rw-r--r-- | images/private_16x16.png | bin | 679 -> 0 bytes | |||
-rw-r--r-- | images/private_16x16_active.png | bin | 648 -> 0 bytes | |||
-rw-r--r-- | package.json | 4 |
12 files changed, 28 insertions, 22 deletions
diff --git a/.editorconfig b/.editorconfig index ae2dd4cc..8783e4cb 100644 --- a/.editorconfig +++ b/.editorconfig | |||
@@ -10,7 +10,7 @@ trim_trailing_whitespace = true | |||
10 | indent_style = space | 10 | indent_style = space |
11 | indent_size = 4 | 11 | indent_size = 4 |
12 | 12 | ||
13 | [*.{htaccess,html,xml,js}] | 13 | [*.{htaccess,html,js,json,xml}] |
14 | indent_size = 2 | 14 | indent_size = 2 |
15 | 15 | ||
16 | [*.php] | 16 | [*.php] |
@@ -1,55 +1,57 @@ | |||
1 | Files: * | 1 | Files: * |
2 | License: zlib/libpng | 2 | License: zlib/libpng |
3 | Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 3 | Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net> |
4 | (c) 2011-2017 The Shaarli Community, see AUTHORS | 4 | (c) 2011-2018 The Shaarli Community, see AUTHORS |
5 | 5 | ||
6 | Files: inc/reset.css | 6 | Files: assets/vintage/css/reset.css |
7 | License: BSD (http://opensource.org/licenses/BSD-3-Clause) | 7 | License: BSD (http://opensource.org/licenses/BSD-3-Clause) |
8 | Copyright: (c) 2010, Yahoo! Inc. | 8 | Copyright: (c) 2010, Yahoo! Inc. |
9 | 9 | ||
10 | Files: images/calendar.png, images/edit_icon.png, images/feed-icon-14x14.png, images/private.png, images/private_16x16.png, images/private_16x16_active.png, images/tag_blue.png | 10 | Files: assets/vintage/img/calendar.png |
11 | assets/vintage/img/edit_icon.png | ||
12 | assets/vintage/img/feed-icon-14x14.png | ||
13 | assets/vintage/img/private.png | ||
14 | assets/vintage/img/private_16x16.png | ||
15 | assets/vintage/img/private_16x16_active.png | ||
16 | assets/vintage/img/tag_blue.png | ||
11 | License: CC-BY (http://creativecommons.org/licenses/by/3.0/) | 17 | License: CC-BY (http://creativecommons.org/licenses/by/3.0/) |
12 | Copyright: (c) 2014 Yusuke Kamiyamane | 18 | Copyright: (c) 2014 Yusuke Kamiyamane |
13 | Source: http://p.yusukekamiyamane.com/ | 19 | Source: http://p.yusukekamiyamane.com/ |
14 | 20 | ||
15 | Files: images/delete_icon.png | 21 | Files: assets/vintage/img/delete_icon.png |
16 | License: CC-BY (http://creativecommons.org/licenses/by/3.0/) | 22 | License: CC-BY (http://creativecommons.org/licenses/by/3.0/) |
17 | Copyright: (c) 2014 Designmodo | 23 | Copyright: (c) 2014 Designmodo |
18 | Source: http://designmodo.com/linecons-free/ | 24 | Source: http://designmodo.com/linecons-free/ |
19 | 25 | ||
20 | Files: images/floral_left.png, images/floral_right.png, images/squiggle.png, images/squiggle_closing.png | 26 | Files: assets/vintage/img/floral_left.png |
27 | assets/vintage/img/floral_right.png | ||
28 | assets/vintage/img/squiggle.png | ||
29 | assets/vintage/img/squiggle_closing.png | ||
21 | Licence: Public Domain | 30 | Licence: Public Domain |
22 | Source: https://openclipart.org/people/j4p4n/j4p4n_ornimental_bookend_-_left.svg | 31 | Source: https://openclipart.org/people/j4p4n/j4p4n_ornimental_bookend_-_left.svg |
23 | 32 | ||
24 | Files: images/Paper_texture_v5_by_bashcorpo_w1000.jpg | 33 | Files: assets/vintage/img/Paper_texture_v5_by_bashcorpo_w1000.jpg |
25 | Licence: Public Domain | 34 | Licence: Public Domain |
26 | Source: http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 | 35 | Source: http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 |
27 | 36 | ||
28 | Files: images/logo.png | 37 | Files: assets/vintage/img/logo.png |
38 | assets/vintage/img/logo.png | ||
29 | License: zlib/libpng | 39 | License: zlib/libpng |
30 | Copyright: (c) 2011-2014 idleman idleman@idleman.fr | 40 | Copyright: (c) 2011-2014 idleman idleman@idleman.fr |
31 | 41 | ||
32 | Files: inc/blazy*.js | 42 | Files: assets/default/img/sad_star.png |
33 | License: MIT License (http://opensource.org/licenses/MIT) | 43 | License: MIT License (http://opensource.org/licenses/MIT) |
34 | Copyright: (C) Bjoern Klinggaard - @bklinggaard - http://dinbror.dk/blazy | 44 | Copyright: (C) 2015 kalvn - https://github.com/kalvn/Shaarli-Material |
35 | 45 | ||
36 | Files: inc/rain.tpl.class.php | 46 | Files: inc/rain.tpl.class.php |
47 | License: LGPL-3+ (https://www.gnu.org/licenses/lgpl-3.0.txt) | ||
37 | Copyright: 2011-2012, Federico Ulfo <rainelemental@gmail.com> | 48 | Copyright: 2011-2012, Federico Ulfo <rainelemental@gmail.com> |
38 | 2011-2012, The Rain Team <hello@raintm.com> | 49 | 2011-2012, The Rain Team <hello@raintm.com> |
39 | License: LGPL-3+ (https://www.gnu.org/licenses/lgpl-3.0.txt) | ||
40 | |||
41 | Files: inc/awesomplete* | ||
42 | License: MIT License (http://opensource.org/licenses/MIT) | ||
43 | Copyright: (C) 2015 Lea Verou - https://github.com/LeaVerou/awesomplete | ||
44 | 50 | ||
45 | Files: plugins/wallabag/wallabag.png | 51 | Files: plugins/wallabag/wallabag.png |
46 | License: MIT License (http://opensource.org/licenses/MIT) | 52 | License: MIT License (http://opensource.org/licenses/MIT) |
47 | Copyright: (C) 2015 Nicolas Lœuillet - https://github.com/wallabag/wallabag | 53 | Copyright: (C) 2015 Nicolas Lœuillet - https://github.com/wallabag/wallabag |
48 | 54 | ||
49 | Files: tpl/default/sad_star.png | ||
50 | License: MIT License (http://opensource.org/licenses/MIT) | ||
51 | Copyright: (C) 2015 kalvn - https://github.com/kalvn/Shaarli-Material | ||
52 | |||
53 | ---------------------------------------------------- | 55 | ---------------------------------------------------- |
54 | ZLIB/LIBPNG LICENSE | 56 | ZLIB/LIBPNG LICENSE |
55 | 57 | ||
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "The personal, minimalist, super-fast, no-database deli | |||
51 | # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy | 51 | # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy |
52 | # the logo to the output directory. | 52 | # the logo to the output directory. |
53 | 53 | ||
54 | PROJECT_LOGO = images/logo.png | 54 | PROJECT_LOGO = doc/md/images/logo.png |
55 | 55 | ||
56 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path | 56 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
57 | # into which the generated documentation will be written. If a relative path is | 57 | # into which the generated documentation will be written. If a relative path is |
diff --git a/doc/md/Bookmarklet.md b/doc/md/Bookmarklet.md index c899e3cf..6c7f1c6a 100644 --- a/doc/md/Bookmarklet.md +++ b/doc/md/Bookmarklet.md | |||
@@ -13,8 +13,8 @@ _This bookmarklet button is compatible with Firefox, Opera, Chrome and Safari. U | |||
13 | - When you are visiting a webpage you would like to share with Shaarli, click the _bookmarklet_ you just added. | 13 | - When you are visiting a webpage you would like to share with Shaarli, click the _bookmarklet_ you just added. |
14 | - A window opens. | 14 | - A window opens. |
15 | - You can freely edit title, description, tags... to find it later using the text search or tag filtering. | 15 | - You can freely edit title, description, tags... to find it later using the text search or tag filtering. |
16 | - You will be able to edit this link later using the ![](https://raw.githubusercontent.com/shaarli/Shaarli/master/images/edit_icon.png) edit button. | 16 | - You will be able to edit this link later using the ![](images/edit_icon.png) edit button. |
17 | - You can also check the “Private” box so that the link is saved but only visible to you. | 17 | - You can also check the “Private” box so that the link is saved but only visible to you. |
18 | - Click `Save`.**Voilà! Your link is now shared.** | 18 | - Click `Save`.**Voilà! Your link is now shared.** |
19 | 19 | ||
20 | ## Troubleshooting: The bookmarklet doesn't work with a few websites (e.g. Github.com) | 20 | ## Troubleshooting: The bookmarklet doesn't work with a few websites (e.g. Github.com) |
diff --git a/images/edit_icon.png b/doc/md/images/edit_icon.png index 16c440c8..16c440c8 100644 --- a/images/edit_icon.png +++ b/doc/md/images/edit_icon.png | |||
Binary files differ | |||
diff --git a/images/logo.png b/doc/md/images/logo.png index f8b0c94f..f8b0c94f 100644 --- a/images/logo.png +++ b/doc/md/images/logo.png | |||
Binary files differ | |||
diff --git a/images/delete_icon.png b/images/delete_icon.png deleted file mode 100644 index 810b94d8..00000000 --- a/images/delete_icon.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/images/favicon.ico b/images/favicon.ico deleted file mode 100644 index c8b043b4..00000000 --- a/images/favicon.ico +++ /dev/null | |||
Binary files differ | |||
diff --git a/images/feed-icon-14x14.png b/images/feed-icon-14x14.png deleted file mode 100644 index 10161702..00000000 --- a/images/feed-icon-14x14.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/images/private_16x16.png b/images/private_16x16.png deleted file mode 100644 index 8bb34d7d..00000000 --- a/images/private_16x16.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/images/private_16x16_active.png b/images/private_16x16_active.png deleted file mode 100644 index af990d2c..00000000 --- a/images/private_16x16_active.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/package.json b/package.json index 4320eb88..ba997c9a 100644 --- a/package.json +++ b/package.json | |||
@@ -1,4 +1,8 @@ | |||
1 | { | 1 | { |
2 | "name": "shaarli", | ||
3 | "description": "Shaarli frontend", | ||
4 | "author": "The Shaarli Community", | ||
5 | "license": "SEE LICENSE IN COPYING", | ||
2 | "dependencies": { | 6 | "dependencies": { |
3 | "awesomplete": "^1.1.2", | 7 | "awesomplete": "^1.1.2", |
4 | "blazy": "^1.8.2", | 8 | "blazy": "^1.8.2", |