]> littlesong.place Git - swapshop.git/summary
 
descriptionThe Swap Shop - a simple website for organizing MMiaH collabs
ownerChris
last changeSun, 31 May 2026 12:14:51 +0000 (08:14 -0400)
readme

The Swap Shop

This is a little PHP app for collecting a list of names in a random order. All of the magic happens in index.php.

It uses a sqlite database with two tables: one for "events" (called "swap lists" on the site), and one for "peeps" (the individual names in the lists). Each entry in the 'peeps' table has a name (shown on the page), and a random number generated when joining that's used to sort the list.

And that's pretty much it! Creating a new swap list adds a new row to the events table, and joining a list adds a row to peeps.

shortlog
2026-05-31 Chris FulljamesUpdate README master
2026-05-31 Chris FulljamesUpdate README
2026-05-31 Chris FulljamesAdd slash to URL
2026-05-23 Chris FulljamesMinor cleanup
2026-05-23 Chris FulljamesOnly reload on change
2026-05-16 Chris FulljamesMove image to static folder
2026-05-16 Chris Fulljamesremove image
2026-05-16 Chris Fulljamesadd shop image
2026-05-10 Chris FulljamesFix escaping and URL prefix
2026-05-10 Chris FulljamesFix colors on iOS, https
2026-05-10 Chris FulljamesUpdate permissions
2026-05-10 Chris FulljamesAdd README.md
2026-05-10 Chris FulljamesRename to index
2026-05-10 Chris FulljamesRename collabs -> swapshop
2026-05-10 Chris FulljamesInitial commit
heads
2 weeks ago master