Compact, fast, low-maintenance digital repository.

scossu 86004e42bc Expand description in README and user guide. 18 saat önce
bin a97a8479de Add collections. 2 ay önce
config 13c0394984 Separate base and override configurations for core schemata. 5 gün önce
core_schema 13c0394984 Separate base and override configurations for core schemata. 5 gün önce
data 98e61f840e Move type definition configs; various improvements. 4 ay önce
doc 86004e42bc Expand description in README and user guide. 18 saat önce
ext 2f83fdec31 Fix explicit ID setting; add submission ID. 3 hafta önce
src dd146fa14a Add version variable to core; update road map. 1 gün önce
templates 1f598f3f82 Improve cmdoc pages; serverless pres pages. 1 hafta önce
test f2d438ae48 WIP submission reform. 2 gün önce
.gitignore cb8a2cf861 Restructure user guide. 3 gün önce
.gitmodules 2444a637db Use external MD for collection long description. 1 ay önce
CODE_OF_CONDUCT f5b8a53cb4 Parole parole parole. 2 ay önce
LICENSE f5b8a53cb4 Parole parole parole. 2 ay önce
README.md 86004e42bc Expand description in README and user guide. 18 saat önce
pocket_archive-scm-1.rockspec 13c0394984 Separate base and override configurations for core schemata. 5 gün önce
scratch.lua 35c195c3a7 Rough content model doc generator. 1 hafta önce

README.md

Pocket Archive

The idea

Stick it in your pocket and carry it around. Install it on a cloud server. Install it on a Raspberry Pi. Browse it offline. Browse it online. Duplicate it, share it, harvest it and aggregate it. Feed it non-GMO spreadsheets regularly and it will thrive.

A more sensical description

Pocket Archive is a digital archival system and static site generator for small- to medium-(?) sized archives. It is designed to function in environments with unreliable connectivity and requires very low technical and human resources to set up, run, and use.

Pocket Archive fulfills the following business functions:

  • Storage and management of files and metadata-only resources
  • Management of descriptive, administrative, and technical metadata
  • Static site generation (presentation)

Some interesting features it currently provides (or plans to implement soon):

  • Content creation and update are done by pushing spreadsheets (CSV) to a drop box
  • Fully implementing Linked Data under the hood, hiding its ugly parts from the end user
  • Higly customizable content model
  • User-definable relationships between resources
  • Able to run presentation site without an Internet connection

In spite of its design simplicity, Pocket Archive strives to be flexible. It is based on Volksdata, a very compact Linked Data store and manipulation library. There is no restriction to the types and schema of metadata allowed, or the file types supported. A file-based configuration allows to set up content types and validation rules, or to have (almost) no rules at all.

Pocket Archive is designed to reinvent as little as possible and to use standard tools found in open source operating systems to provide a full management and preservation environment. It creates and updates resources using spreadsheets instead of running a web user interface; it writes all contents to disk and metadata in an embedded database that can be archived, replicated, backed up, and restored with reliable UNIX tools such as tar, rsync, etc.

Documentation

The full user documentation sources are in the user guide folder and published at https://pkar-doc.bmll.cc

API documentation is in progress.