Go to file
Annika Backstrom b5a1d7b0d4
readme: add screenshot
2024-05-25 15:29:18 +01:00
app Create app layout, move bookmark view into component 2024-05-25 14:59:27 +01:00
bootstrap Add models and starter Bookmark display 2024-05-25 00:48:23 +01:00
config Initial commit 2024-05-24 21:07:22 +01:00
database Add models and starter Bookmark display 2024-05-25 00:48:23 +01:00
public Initial commit 2024-05-24 21:07:22 +01:00
resources Create some real styles 2024-05-25 14:59:45 +01:00
routes Add models and starter Bookmark display 2024-05-25 00:48:23 +01:00
storage Initial commit 2024-05-24 21:07:22 +01:00
tests Initial commit 2024-05-24 21:07:22 +01:00
.editorconfig Initial commit 2024-05-24 21:07:22 +01:00
.env.example Initial commit 2024-05-24 21:07:22 +01:00
.gitattributes Initial commit 2024-05-24 21:07:22 +01:00
.gitignore Initial commit 2024-05-24 21:07:22 +01:00
LICENSE Add AGPL 3.0 license 2024-05-25 15:10:18 +01:00
README.md readme: add screenshot 2024-05-25 15:29:18 +01:00
artisan Initial commit 2024-05-24 21:07:22 +01:00
composer.json Initial commit 2024-05-24 21:07:22 +01:00
composer.lock Initial commit 2024-05-24 21:07:22 +01:00
package-lock.json Add an app layout and some styles 2024-05-25 13:47:48 +01:00
package.json Add an app layout and some styles 2024-05-25 13:47:48 +01:00
phpunit.xml Initial commit 2024-05-24 21:07:22 +01:00
vite.config.js Add an app layout and some styles 2024-05-25 13:47:48 +01:00

README.md

url snail

A little project because I haven't made anything new in a while, I would like to learn Laravel, and maybe I don't need to use Pinboard.in any more.

Screenshot of the bookmark index in url snail

Ideas

  • Import from Pinboard.in JSON export
  • Bookmark permalink
  • Bookmark index
  • Bookmark pagination
  • Editing
  • Tag cloud
  • Tag permalink
  • Multi-user support

License

This project is copyright ©2024 Annika Backstrom.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.