VPOD Hack Attempts!!
IP Addresses of VPOD Wordpress Login Attempts
Contents: About CollectionBuilder SA | About the About Page | Tech
About CollectionBuilder SA
This demo collection features items from the University of Idaho Library’s Digital Collections, and is build using CollectionBuilder-SA.
CollectionBuilder-SA is a “Stand Alone” template for creating digital collection and exhibit websites using Jekyll, given:
- a CSV of collection metadata
- a folder of images, PDFs, audio, or video files
Driven by your collection metadata, the template generates engaging visualizations to browse and explore your objects. The resulting static site can be hosted on any basic web server.
CollectionBuilder is an set of open source tools for creating digital collection and exhibit websites that are driven by metadata and powered by modern static web technology. See Getting Started Docs for detailed information.
About the About Page
We want to make About pages exciting, and easy to build.
The CollectionBuilder about page features a narrowed column with its own (optional) menu, featured content, and some technical information.
To build one, a user writes in Markdown and includes content from the site, as well as typical Bootstrap features like cards and modals, using code snippets like those detailed below.
(Each included file has several options, which are documented in the files themselves. I’ve given the content widths of 25% and 50% to save space, but you can feature the entire image or document.)
- Image –>
{% include feature/item-figure.html objectid="demo_001" width="25" %}
- PDF – >
{% include feature/item-pdf-embed.html objectid="demo_002" width="25" %}
- Video:
{% include feature/item-video-embed.html objectid="demo_004" %}
- Card – >
{% include feature/card.html header="This is a Card" text="The card features an image from the collection as a cap" objectid="demo_004" width="25" centered=true %}
This is a Card
The card features an image from the collection as a cap
- Buttons – >
{% include feature/button.html text="Button Link to Somewhere" link="https://collectionbuilder.github.io/" color="success" %}
- Alerts – >
{% include feature/alert.html text="this is an *alert* that 'warns' a user" color="warning" align="center" %}
This is an alert that ‘warns’ a user with centrally aligned text.
- Modals – >
{% include feature/modal.html button="This is a modal using a 'primary' colored button to invite clicking" title="when clicked:" text="A Modal will pop out a box with some more information" color="primary" %}
We hope this makes it easier for site builders to develop the collection AND add interesting and engaging contextual information.
Technical Credits - CollectionBuilder
This digital collection is built with CollectionBuilder, an open source tool for creating digital collection and exhibit websites that is developed by faculty librarians at the University of Idaho Library following the Lib-STATIC methodology.
Using the CollectionBuilder-SA template and the static website generator Jekyll, this project creates an engaging interface to explore driven by metadata.