Thursday 10 October 2024


Added bulk update of expire date tu Hunchbin
============================================

Hunchbin is a self hosted snippet service, and file dropper. It also
features temporarily bookmarks.

It is aimed at text mode browsers, like eww, links, and lynx. It can
be used with any browser, it uses pure HTML and HTML forms, no
JavaScript.

It is build upon the Common Lisp Hunchentoot web server.

Expiration date
---------------
Every item in Hunchbin, a file, a snippet, or a bookmark, gets
en expiration date.

This expiration date is calculated by adding the default expire period
to the creation day of the specific item. The default expire period
is user-defined, in the config file.

The user can alter the expiration date at any time.

Almost expired items
--------------------
When the expiration date of an item is just a few days away, the
expire date is shown in a bold font. This depends on the value of
`alert-days', which is user-defined, also in the config file.

The top of the browser page shows a menu, consisting of a number of
links. One of the menu items displays the list of almost expired
items.

The latest version adds check boxes to this list.

Check the checkboxes to choose one or more items, then choose the
number of days to postpone the expiration date.

Nice project
------------
Developing Hunchbin is a wonderful experience; I've learned a lot and
am enjoying programming in Common Lisp more and more.


Last edited: $Date: 2024/10/10 13:29:43 $