summaryrefslogtreecommitdiff
path: root/data/repositories.json
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-05-31 15:02:06 +0200
committerxengineering <me@xengineering.eu>2022-05-31 15:02:06 +0200
commite9ebf412c7dd22984fa571a012c0cda65369165d (patch)
tree7273c5371fb91d67f5bb86e6f8d1d9d795c5de55 /data/repositories.json
parent1c46049283351c7a6e5e1ce386d0f0ef5951d6a5 (diff)
downloadwebsite-e9ebf412c7dd22984fa571a012c0cda65369165d.tar
website-e9ebf412c7dd22984fa571a012c0cda65369165d.tar.zst
website-e9ebf412c7dd22984fa571a012c0cda65369165d.zip
Move repository data from data to content
Diffstat (limited to 'data/repositories.json')
-rw-r--r--data/repositories.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/data/repositories.json b/data/repositories.json
deleted file mode 100644
index 9ce3422..0000000
--- a/data/repositories.json
+++ /dev/null
@@ -1,50 +0,0 @@
-[
- {
- "name":"website",
- "description":"xengineering's website as a Git repository"
- },
- {
- "name":"birdscan",
- "description":"Software to take beautiful pictures of birds with a Raspberry Pi camera"
- },
- {
- "name":"dotfiles",
- "description":"Git repository to track my personal GNU/Linux dotfiles"
- },
- {
- "name":"iot-barcode-scanner",
- "description":"Service that makes barcode scanners available on the network for IoT usage"
- },
- {
- "name":"ledcontrol",
- "description":"Firmware project for the STM32F103C8T6 microcontroller to control LED strips"
- },
- {
- "name":"libweb",
- "description":"Repository with reusable components for web development"
- },
- {
- "name":"pkgbuilds",
- "description":"Repository with packaging files for the Arch Linux build system"
- },
- {
- "name":"scripts",
- "description":"Some useful scripts"
- },
- {
- "name":"stlscope",
- "description":"Simple program to view .stl files"
- },
- {
- "name":"webiot",
- "description":"Small webserver for my personal Internet of Things (IoT)"
- },
- {
- "name":"xbackup",
- "description":"Convenience wrapper around the Borg backup tool"
- },
- {
- "name":"xbot",
- "description":"Software to create simpel chat bots for the XMPP/Jabber protocol"
- }
-]