MyShaarly is a fork of https://github.com/shaarli/Shaarli. It build for my usage, feel free to try.
5d8de7587d
This changes creates a new form in addlink page allowing to create multiple bookmarks at once more easily. It focuses on re-using as much existing code and template component as possible. These changes includes: - a new form in addlink (hidden behind a button by default), containing a text area for URL, and tags/private status to apply to created links - this form displays a new template called editlink.batch, itself including editlink template multiple times - User interation in this new templates are handle by a new JS script (shaare-batch.js) making AJAX requests, and therefore does not need page reloading - ManageShaareController has been split into 3 distinct controllers: + ShaareAdd: displays addlink template + ShaareManage: various operation applied on existing shaares (change visibility, pin, deletion, etc.) + ShaarePublish: handles creation/edit forms and saving Shaare's form - Updated translations Fixes #137 |
||
---|---|---|
.dev | ||
.docker | ||
.github | ||
application | ||
assets | ||
cache | ||
data | ||
doc | ||
inc | ||
pagecache | ||
plugins | ||
tests | ||
tmp | ||
tpl | ||
.dockerignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.htaccess | ||
.readthedocs.yml | ||
.travis.yml | ||
AUTHORS | ||
CHANGELOG.md | ||
composer.json | ||
composer.lock | ||
CONTRIBUTING.md | ||
COPYING | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.armhf | ||
index.php | ||
init.php | ||
Makefile | ||
mkdocs.yml | ||
package.json | ||
phpcs.xml | ||
phpdoc.dist.xml | ||
phpunit.xml | ||
README.md | ||
shaarli_version.php | ||
webpack.config.js | ||
yarn.lock |
The personal, minimalist, super-fast, database free, bookmarking service.
Do you want to share the links you discover? Shaarli is a minimalist link sharing service that you can install on your own server. It is designed to be personal (single-user), fast and handy.
Quickstart
Demo
You can use this public demo instance of Shaarli. It runs the latest development version of Shaarli and is updated/reset daily.
Login: demo
; Password: demo
License
Shaarli is Free Software. See COPYING for a detail of the contributors and licenses for each individual component.