Compare commits

..

5 Commits

Author SHA1 Message Date
359729efc2 Fixed repo link from GitLab to Gitea 2025-10-14 12:55:41 -05:00
cf92b68164 Code clean up and improvements 2025-10-14 13:34:38 -04:00
770812e364 Deleteing .DS_Store
Quick clean up
2025-10-09 05:19:37 -05:00
ae1a7f2c77 Added .gitignore 2025-10-08 16:17:43 -05:00
586e59d306 Updated TODO 2025-10-08 16:16:04 -05:00
7 changed files with 53 additions and 20 deletions

BIN
.DS_Store vendored

Binary file not shown.

32
.gitignore vendored Executable file
View File

@@ -0,0 +1,32 @@
# ---> macOS
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Let's not share the working database creds
creds.php
# Maybe we don't upload all the test images either
uploads/*

35
TODO.md Normal file → Executable file
View File

@@ -3,38 +3,39 @@
## To Do
In no particular order, here is a semi-current list of things to be done in Infopump.
---
[ ] Add share button/link on item page
- [ ] Add RSS feed for new items
[x] Add metadata to item records for Zotero and RDF connections
- [x] Add metadata to item records for Zotero and RDF connections
[x] Add a citation generator (Chicago, APA, MLA)
- [x] Add a citation generator (Chicago, APA, MLA)
[x] Add an About page
- [x] Add an About page
[x] Item pages - Add clickable links on Subjects
- [x] Item pages - Add clickable links on Subjects
[x] Item pages - Add clickable links on Series
- [x] Item pages - Add clickable links on Series
[x] Menu - change categories to media types and hook to latest list
- [x] Menu - change categories to media types and hook to latest list
[x] Item pages - Add clickable links on Type
- [x] Item pages - Add clickable links on Type
[x] Item pages - Add clickable links on Creator
- [x] Item pages - Add clickable links on Creator
[x] Item pages - Add clickable links on Identifiers
- [x] Item pages - Add clickable links on Identifiers
[x] Add link to project repo
- [x] Add link to project repo
[x] Hook up social graphs and metadata on basic title search
- [x] Hook up social graphs and metadata on basic title search
[x] Add links to Neon Distopia, Cyberpunk Librarian, and The L0WL1F3 Podcast
- [x] Add links to Neon Distopia, Cyberpunk Librarian, and The L0WL1F3 Podcast
[x] Social image on home page should be switched to a local image
- [x] Social image on home page should be switched to a local image
[x] Hook up social graphs and metadata on the item record page
- [x] Hook up social graphs and metadata on the item record page
[x] Hook up social graphs and metadata on the home page
- [x] Hook up social graphs and metadata on the home page
[x] Add more search features - added basic keyword search
- [x] Add more search features - added basic keyword search

View File

@@ -107,7 +107,7 @@ try {
</p>
<hr>
<p>
<a href="https://cyberpunklibrarian.nohost.me/gitlab/code/infopump" rel="noopener noreferrer" target="_blank">GitLab</a>
<a href="https://cyberpunklibrarian.nohost.me/gitea/Public/infopump" rel="noopener noreferrer" target="_blank">Repo</a>
</p>
<ul class="fh5co-social">
<!--<li><a href="#"><i class="icon-twitter"></i></a></li>
@@ -231,7 +231,7 @@ try {
<p>Thank you from your little free Cyberpunk Librarian, and the L0WL1F3 lads at Neon Dystopia.</p>
<p>Contact: cyberpunklibrarian [at] protonmail [dot] com<br />Code: <a href="https://cyberpunklibrarian.nohost.me/gitlab/code/infopump" rel="noopener noreferrer" target="_blank">GitLab</a></p>
<p>Contact: cyberpunklibrarian [at] protonmail [dot] com<br />Code: <a href="https://cyberpunklibrarian.nohost.me/gitea/Public/infopump" rel="noopener noreferrer" target="_blank">Repo</a></p>
</div>
</div>

View File

@@ -141,7 +141,7 @@ function esc_attr($text) {
</p>
<hr>
<p>
<a href="https://cyberpunklibrarian.nohost.me/gitlab/code/infopump">GitLab</a>
<a href="https://cyberpunklibrarian.nohost.me/gitea/Public/infopump">Repo</a>
</p>
</div>

Binary file not shown.

BIN
sass/.DS_Store vendored

Binary file not shown.