Compare commits

...

6 Commits

17 changed files with 43 additions and 3 deletions

15
.gitattributes vendored
View File

@ -1,3 +1,18 @@
# Normalize line endings for text files
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto
# Unlikely to be ran under Windows, Linux line endings
*.bash text eol=lf
# While this repository doesn't currently have anything for Windows, I may
# use this for reference
# https://rehansaeed.com/gitattributes-best-practices/#line-endings
*.{reg,[rR][eE][gG]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.{ahk,[aA][hH][kK]} text eol=crlf
# LFS with(/out) locking https://github.com/git-lfs/git-lfs/wiki/File-Locking
*.png filter=lfs diff=lfs merge=lfs -text lockable
*.pdf filter=lfs diff=lfs merge=lfs -text lockable
*.jpg filter=lfs diff=lfs merge=lfs -text lockable

12
.gitmodules vendored
View File

@ -7,3 +7,15 @@
[submodule "briar/forums/PandaCoderPL"]
path = briar/forums/PandaCoderPL
url = https://codeberg.org/PandaCoderPL/Briar-Forums.git
[submodule "associations/piraattinuoret/meeting-notes/official"]
path = associations/piraattinuoret/meeting-notes/official
url = https://github.com/Piraattinuoret/Poytakirjat.git
[submodule "submodules/PPFI-IM"]
path = submodules/PPFI-IM
url = https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet.git
[submodule "language-resources"]
path = language-resources
url = https://gitea.blesmrt.net/mikaela/language-resources.git
[submodule "food"]
path = food
url = https://gitea.blesmrt.net/mikaela/ruokajutut

@ -0,0 +1 @@
Subproject commit 448ba43b462d1fbca6eeee21fd27dcea8e1dfb72

1
food Submodule

@ -0,0 +1 @@
Subproject commit 8b2b85f37767f77ab006402471b852cd16c9dc8a

1
irc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
PPFI

1
irc/PPFI Symbolic link
View File

@ -0,0 +1 @@
../submodules/PPFI-IM/irc

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
# Remove cstemplate and return to network level
echo "/cs template $1 founder -*"
echo "/cs template $1 successor -*"

1
irc/piraatit/discord-irc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
start

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
cd /home/discord-irc/discord-irc
npm start -- --config /home/discord-irc/config.json

View File

@ -0,0 +1 @@
start.bash

View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd /home/discord-irc/discord-irc
npm start -- --config /home/discord-irc/config.json

1
language-resources Submodule

@ -0,0 +1 @@
Subproject commit 882dbd81dc4d3aa6a61a05ea66c93e34b4908c09

1
matrix/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
PPFI

1
matrix/PPFI Symbolic link
View File

@ -0,0 +1 @@
../submodules/PPFI-IM

1
submodules/PPFI-IM Submodule

@ -0,0 +1 @@
Subproject commit 38a998a3ad8f3ca1da760371d90d6d1f572a26fe

2
submodules/README.md Normal file
View File

@ -0,0 +1,2 @@
Submodules that don't belong strictly to one directory and are useful for
symlinks.