A bookmark organizing service for real pinheads.

Trevor Elliott 60eed346e3 Clean out debugging output for service-worker il y a 3 ans
assets 97c06a6b3a add assets + start to make it look pretty il y a 4 ans
js 60eed346e3 Clean out debugging output for service-worker il y a 3 ans
lc a76642da28 Serve the service worker off of `/service-worker` il y a 3 ans
migrations 4ecc304f2a Update black and reformat il y a 3 ans
screenshots 6a3bb6f89c Edit README il y a 4 ans
scripts 9bafa53bbb Fix the populate script il y a 3 ans
static 8c7415fe16 Initial webapp manifest il y a 3 ans
stubs 9a7d8281c4 Recursively delete HasTag instances and clean tags afterwards il y a 3 ans
templates 8c7415fe16 Initial webapp manifest il y a 3 ans
tests 943ba09f33 Final fixes il y a 3 ans
.drone.yml e9577b0ed4 Add linting step to CI il y a 3 ans
.flake8 6a59fdeea6 Exclude the .venv dir for CI il y a 3 ans
.gitignore 2fce5459bb Remove compiled js from static il y a 3 ans
DEVELOPING.md 5ad99c1cec Make note about pipx il y a 4 ans
README.md 27fb48a068 Update some readme docs il y a 3 ans
lament-configuration.py 9b4908c433 Fix more lints il y a 3 ans
package.json 4cc13d8163 Update some changes il y a 3 ans
poetry.lock 4ecc304f2a Update black and reformat il y a 3 ans
pyproject.toml 4ecc304f2a Update black and reformat il y a 3 ans
tasks.py 9e91c8f090 Add yarn instal line to tasks il y a 3 ans
webpack.config.js 4cc13d8163 Update some changes il y a 3 ans
yarn.lock 4cc13d8163 Update some changes il y a 3 ans

README.md

Lament Configuration

Build Status

lament configuration logo

Bookmark organizing for pinheads. Lament Configuration is primarily developed on a self-hosted Gogs instance but is mirrored on Github for easier issue reporting.

Lament Configuration is a barebones Pinboard-like bookmark organizing service. It's currently in unstable alpha state, but current features include:

  • The ability to create, edit, and delete lists of links along with their metadata
  • A tagging system for categorizing and retrieving links.
    • Lament-Configuration tags are always hierarchical: the tag #food/bread implies the tag #food
    • Hierarchical tags are also displayed in a "unix-like" way, i.e. two tags #book/scifi and #book/fantasy will be rendered together as #book/{scifi,fantasy}.
  • A work-in-progress REST API
  • Multi-user support via manual invitation links
  • A bookmarklet to easily add new links

In-Progress Screenshots

screenshot 02

Planned Features

The following features are planned but not yet implemented.

  • Cleaner design and better responsibity, but also graceful degradation in the face of disabled JavaScript.
  • A stable and expressive REST API.
  • Better admin features, including the ability to bless secondary admins.
  • Richer tag search, with boolean operations and the like.
  • Collections: your top-level view of links can optionally be presented as several folder-like divisions instead of an amorphous soup of links.
  • Optional image previews: links can be viewed in text view or in thumbnail view, and this setting should be sticky on a per-collection basis.

Some features are missing on purpose. Lament Configuration is intended to be anti-capitalist, human-scale software: it will never attempt to scale to hundreds of users in terms of either technical limitations or features. For example, adding new users to Lament Configuration currently works by way of single-use invite links, and I am not planning on adding open user registration as a feature: manual invite links allows an administrator to add users on a case-by-base basis, but still requires manual intervention and conscious choice when extending a Lament Configuration instance to new users.

Developing

See the notes on developing lament-configuration.

Contributors