Skip to content

Latest commit

 

History

History
94 lines (80 loc) · 4.85 KB

File metadata and controls

94 lines (80 loc) · 4.85 KB
title DigiPres.org
subtitle Digital preservation community portal
layout base
items
title description link action subtext button-class
Welcome!
<p>Welcome to DigiPres.org, a gateway to all of the wonderful community-owned and community-oriented resources dedicated to digital preservation! </p><p>Any questions or comments? Please join our <a href='https://www.dpconline.org/digipres/pr-sig'>online meet-ups</a> (lurkers welcome!) or use <a href='https://github.com/orgs/digipres/discussions'>our forums</a>.</p><p>Something wrong? Broken or missing link? Please <a href='https://github.com/digipres/digipres.github.io/issues'>raise an issue</a>! Website or sevice down or broken? <a href='https://github.com/orgs/digipres/discussions/categories/incidents-outages'>Check for/report outages or incidents!</a></p>
Go
Hosted by GitHub
btn-primary
title image link description action
Find Your Crowd
icons/dpo-digipres-club.png
/communities/
Find like-minded souls on digipres.club, mailings lists, forums and conferences.
Let's Talk
title image link description action
Get Started
icons/dpo-floppy-plain.png
Find out how to start preserving your digital stuff.
Start Here
title image link description subtext
Use The DigiPres Awesome List
icons/dpo-signpost.png
This carefully curated list of digital preservation tools and resources is the main thing that the community maintains. Please take a look!
Be Awesome
title image link description
Find Formats
icons/dpo-formats.png
/formats/
Search across multiple format registries at once, to help you understand the contents of your digital collections.
title image link description
Track Down Tools
icons/dpo-tools.png
Use the COPTR wiki to find tools to help you do digital preservation.
title image link description
Find Publications
icons/dpo-publications.png
/publications/
Find publications on digital preservation issues via this dedicated search service and database.
title image link description
Review Policies
icons/dpo-policies.png
/policies/
Learn from others via this list of digital preservation policies from across the world.
title image link description
Explore Workflows
icons/dpo-workflows.png
/workflows/
Share your digital workflows, and explore how other peoples systems solve our shared challenges.
title image link description
Download Test Files
icons/dpo-test-files.png
Explore all the sets of openly-available files you download and use to test tools, tactics and workflows.
title image link description action
Experiment with the Workbench
icons/dpo-workbench.png
/workbench/
Try out the experimental DigiPres Workbench. Explore your formats. Compare your collections. Play with DigiPres tools, without installing a thing!
For Science!
title description card-class
Credits
<p>The images used on this website were derived from the <a href="https://wiki.dpconline.org/index.php?title=SPRUCE_Digital_Preservation_Illustrations" class="link-body-emphasis">SPRUCE Digital Preservation Illustrations</a>, created by <a href="http://www.tomwoolley.com/" class="link-body-emphasis">Tom Woolley</a> and released under a <a href="https://creativecommons.org/licenses/by-nc/3.0/deed.en" class="link-body-emphasis">CC-BY-NC</a> license thanks to funding from <a href="http://jisc.ac.uk/" class="link-body-emphasis">Jisc</a>.</p>
text-bg-light
{% for item in page.items %}
{% if item.image %}{{ item.title | default: 'a decorative image' }}{% endif %}
{% if item.title %}
{{ item.title }}
{% endif %} {% if item.description %}

{{ item.description }}

{% endif %} {% if item.link %}

{{ item.subtext | default: ''}}

{{ item.action | default: 'Go' }}
{% endif %}
{% endfor %}