Compare commits
5 Commits
441e61fb50
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 359729efc2 | |||
| cf92b68164 | |||
| 770812e364 | |||
| ae1a7f2c77 | |||
| 586e59d306 |
32
.gitignore
vendored
Executable file
32
.gitignore
vendored
Executable 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
35
TODO.md
Normal file → Executable file
@@ -3,38 +3,39 @@
|
|||||||
## To Do
|
## To Do
|
||||||
|
|
||||||
In no particular order, here is a semi-current list of things to be done in Infopump.
|
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
|
||||||
@@ -107,7 +107,7 @@ try {
|
|||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<ul class="fh5co-social">
|
<ul class="fh5co-social">
|
||||||
<!--<li><a href="#"><i class="icon-twitter"></i></a></li>
|
<!--<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>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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ function esc_attr($text) {
|
|||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://cyberpunklibrarian.nohost.me/gitlab/code/infopump">GitLab</a>
|
<a href="https://cyberpunklibrarian.nohost.me/gitea/Public/infopump">Repo</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
BIN
original-template/.DS_Store
vendored
BIN
original-template/.DS_Store
vendored
Binary file not shown.
BIN
sass/.DS_Store
vendored
BIN
sass/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user