Framework for system tags

Issue #177 open
Robert Jäschke created an issue

Think of a framework for system tags and implement it.

Sample use cases (please add more!):

  • "for:group" (endow posts to a group)

  • "system:unfiled" (no non-system tags assigned)

  • "linkchecker:404" (added by link checker)

  • "linkchecker:ignore" (linkchecker should not check (maybe it's an intranet URL))

  • "system:ignore" (don't show post in lists, only when explicitly asked to show resources with this tag)

  • "from:user"

  • "system:doIE" (grab page and do information extraction to grab publication entries from this page)

  • "expires:2006-12-01" (post is deleted at this date)

Especially: some actions (for example, deactivating the link checker) initiated through special input/clicks but realized as system tags

Comments (6)

  1. Robert Jäschke reporter

    - "ref:eswc2006search" : post is a reference of eswc2006searching; the referring paper might contain a link to /tag/eswc2006search ... this way one gets all references of a paper ... what one is modelling here is a binary relation. this way it is unidirectional, one might want to have it bidirectional. this could be accomplished by tagging the referring paper with eswc2006search ... maybe one should think more about how to model t-ary relations with tags?

  2. Andreas Hotho

    Url checker kann auch System tags nutzen und so was wie ein system:url:404 hinzufügen, wenn die url nicht mehr geht

  3. Log in to comment