initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

11
nift/libre.patch Normal file
View File

@@ -0,0 +1,11 @@
--- a/nsm.cpp 2024-01-13 13:54:06.000000000 +0100
+++ b/nsm.cpp 2024-05-30 17:05:50.200098668 +0200
@@ -240,7 +240,7 @@
asciiNift();
std::cout << "Nift (aka nifty-site-manager or nsm) (c)" << DateTimeInfo().currentYYYY();
- std::cout << " is a cross-platform open source website and project generator" << std::endl;
+ std::cout << " is a free and libre website and project generator" << std::endl;
std::cout << "Official Website: " << c_blue << "https://nift.dev/" << c_white << std::endl;
std::cout << "Source: " << c_blue << "https://github.com/nifty-site-manager/nsm" << c_white << std::endl;
std::cout << "Installed: " << c_gold << "v" << NSM_VERSION << c_white << std::endl;