1
0
Fork
You've already forked web-tracker
0
No description
  • Common Lisp 47.7%
  • JavaScript 45.8%
  • HTML 5.2%
  • PostScript 1.3%
Find a file
2025年11月17日 10:43:22 -03:00
assets build 2025年11月06日 10:45:59 -03:00
lib/cl-mithril explore page 2025年11月03日 18:29:51 -03:00
.gitignore First commits 2025年10月29日 16:49:44 -03:00
app.css videos category 2025年11月03日 19:29:51 -03:00
app.js with-slots 2025年11月17日 10:43:22 -03:00
app.lisp with-slots 2025年11月17日 10:43:22 -03:00
beer.lisp snackbars 2025年11月05日 15:17:25 -03:00
build.lisp import 2025年11月04日 10:22:07 -03:00
import.lisp snackbars 2025年11月05日 15:17:25 -03:00
index.html build 2025年11月06日 10:45:59 -03:00
indexed-db.lisp build 2025年11月06日 10:45:59 -03:00
install.lisp build 2025年11月06日 10:45:59 -03:00
lang.lisp categories 2025年11月07日 09:42:02 -03:00
manifest.json share works 2025年11月06日 15:45:38 -03:00
memory-store.lisp store 2025年11月04日 00:09:30 -03:00
package.lisp Build 2025年10月31日 10:34:37 -03:00
proxy.lisp build 2025年11月06日 10:45:59 -03:00
README.md README 2025年10月30日 21:47:02 -03:00
util.lisp some and every 2025年11月05日 12:09:06 -03:00
utils.js show url 2025年11月05日 11:44:18 -03:00
web-tracker.asd Build 2025年10月31日 10:34:37 -03:00
web-tracker.lisp First commits 2025年10月29日 16:49:44 -03:00
widgets.lisp store 2025年11月04日 00:09:30 -03:00

web-tracker

Purpose

PWA application for bookmarking and tracking status of web objects.

  • Track status of web objects like events, game releases, etc. Keep the user notified.
  • Bookmarker with intelligent categorization.

Implementation

  • Consider client-side only application.
  • Possible CORS proxy for scraping client side.
  • IndexDB for database.
  • Parenscript for Javascript generation.
  • Mithril.js and BeerCSS for frontend code.
  • "Share with" functionality.
  • Connect to cloud for alternative storage.
  • Implement link previews. https://andrejgajdos.com/how-to-create-a-link-preview/
  • Import booksmarks from web browser export.

Resources