forked from dockers/pixelfed
46 lines
1.7 KiB
Diff
46 lines
1.7 KiB
Diff
From 507d1947f4a006edf3b0698ef63a7537be9bf739 Mon Sep 17 00:00:00 2001
|
|
From: chris <cg@zknt.org>
|
|
Date: Sat, 20 Apr 2024 16:20:26 +0200
|
|
Subject: [PATCH 3/6] point to modified sourcecode
|
|
|
|
as per AGPL license of original source, modifications must be disclosed.
|
|
---
|
|
.gitattributes | 12 ------------
|
|
resources/views/site/opensource.blade.php | 2 +-
|
|
2 files changed, 1 insertion(+), 13 deletions(-)
|
|
delete mode 100644 .gitattributes
|
|
|
|
diff --git a/.gitattributes b/.gitattributes
|
|
deleted file mode 100644
|
|
index 25c1b1b6..00000000
|
|
--- a/.gitattributes
|
|
+++ /dev/null
|
|
@@ -1,12 +0,0 @@
|
|
-* text=auto
|
|
-*.css linguist-vendored
|
|
-*.scss linguist-vendored
|
|
-*.js linguist-vendored
|
|
-CHANGELOG.md export-ignore
|
|
-
|
|
-# Collapse diffs for generated files:
|
|
-public/**/*.js text -diff
|
|
-public/**/*.json text -diff
|
|
-public/**/*.css text -diff
|
|
-public/img/* binary -diff
|
|
-public/fonts/* binary -diff
|
|
diff --git a/resources/views/site/opensource.blade.php b/resources/views/site/opensource.blade.php
|
|
index cb2e7c77..63645f0c 100644
|
|
--- a/resources/views/site/opensource.blade.php
|
|
+++ b/resources/views/site/opensource.blade.php
|
|
@@ -7,7 +7,7 @@
|
|
</div>
|
|
<hr>
|
|
<section>
|
|
- <p class="lead">The software that powers this website is called <a href="https://pixelfed.org">Pixelfed</a> and anyone can <a href="https://github.com/pixelfed/pixelfed">download</a> or <a href="https://github.com/pixelfed/pixelfed">view</a> the source code and run their own instance!</p>
|
|
+ <p class="lead">This website runs a modified version of the Pixelfed software, which you can find on <a href="https://git.zknt.org/chris/pixelfed/">Git</a> (original, unmodified software: <a href="https://github.com/pixelfed/pixelfed/">here on Github</a></p>
|
|
</section>
|
|
@endsection
|
|
|
|
--
|
|
2.44.0
|
|
|