diff --git a/.gitmodules b/.gitmodules
index 3fe4687..03d7a25 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,6 @@
[submodule "include/Westwind.Scripting"]
path = include/Westwind.Scripting
url = https://github.com/RickStrahl/Westwind.Scripting.git
+[submodule "include/Sharp.Augeas"]
+ path = include/Sharp.Augeas
+ url = git@git.codeliturgy.com:P0/Sharp.Augeas.git
diff --git a/CodeLiturgy.Dashboard.sln b/CodeLiturgy.Dashboard.sln
index 7d7bee5..05329d6 100644
--- a/CodeLiturgy.Dashboard.sln
+++ b/CodeLiturgy.Dashboard.sln
@@ -39,6 +39,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeLiturgy.Domain", "CodeL
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeLiturgy.Data.Auth", "CodeLiturgy.Data.Auth\CodeLiturgy.Data.Auth.csproj", "{2998FE17-18AD-4888-A696-7F6340F8A543}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharp.Augeas", "include\Sharp.Augeas\Sharp.Augeas\Sharp.Augeas.csproj", "{F12DB2F1-2F2C-4A4C-BBAA-944AF5FB0E59}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeLiturgy.SiteManager", "CodeLiturgy.SiteManager\CodeLiturgy.SiteManager.csproj", "{CE32D9DC-DDC8-47FE-AFCA-71DF894D06DE}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -89,6 +93,14 @@ Global
{2998FE17-18AD-4888-A696-7F6340F8A543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2998FE17-18AD-4888-A696-7F6340F8A543}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2998FE17-18AD-4888-A696-7F6340F8A543}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F12DB2F1-2F2C-4A4C-BBAA-944AF5FB0E59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F12DB2F1-2F2C-4A4C-BBAA-944AF5FB0E59}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F12DB2F1-2F2C-4A4C-BBAA-944AF5FB0E59}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F12DB2F1-2F2C-4A4C-BBAA-944AF5FB0E59}.Release|Any CPU.Build.0 = Release|Any CPU
+ {CE32D9DC-DDC8-47FE-AFCA-71DF894D06DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {CE32D9DC-DDC8-47FE-AFCA-71DF894D06DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {CE32D9DC-DDC8-47FE-AFCA-71DF894D06DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {CE32D9DC-DDC8-47FE-AFCA-71DF894D06DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/CodeLiturgy.SiteManager/CodeLiturgy.SiteManager.csproj b/CodeLiturgy.SiteManager/CodeLiturgy.SiteManager.csproj
new file mode 100644
index 0000000..593aa7d
--- /dev/null
+++ b/CodeLiturgy.SiteManager/CodeLiturgy.SiteManager.csproj
@@ -0,0 +1,13 @@
+
+
+
+ net7.0
+ enable
+ enable
+
+
+
+
+
+
+
diff --git a/CodeLiturgy.SiteManager/SiteManager.cs b/CodeLiturgy.SiteManager/SiteManager.cs
new file mode 100644
index 0000000..0f9f4d8
--- /dev/null
+++ b/CodeLiturgy.SiteManager/SiteManager.cs
@@ -0,0 +1,6 @@
+namespace CodeLiturgy.SiteManager;
+
+public class SiteManager
+{
+
+}
\ No newline at end of file
diff --git a/CodeLiturgy.Views/Utils/LayoutCache.cs b/CodeLiturgy.Views/Utils/LayoutCache.cs
index 72605f0..ed36421 100644
--- a/CodeLiturgy.Views/Utils/LayoutCache.cs
+++ b/CodeLiturgy.Views/Utils/LayoutCache.cs
@@ -73,7 +73,7 @@ internal class LayoutCache
if (!userAuthenticated)
{
var menuToShow = new List();
- menuToShow.Add(new RouteView("Blue West", "/"));
+ menuToShow.Add(new RouteView("CodeLiturgy Dashboard", "/"));
return menuToShow;
}
diff --git a/CodeLiturgy/Core/System/BlueProgram.cs b/CodeLiturgy/Core/System/BlueProgram.cs
index 4300171..5480e50 100644
--- a/CodeLiturgy/Core/System/BlueProgram.cs
+++ b/CodeLiturgy/Core/System/BlueProgram.cs
@@ -25,7 +25,7 @@ namespace BlueWest.Core
private void BlueWestConsoleBanner()
{
Console.WriteLine(" |------------------------------«");
- Console.WriteLine(" » Blue West «");
+ Console.WriteLine(" » CodeLiturgy Dashboard «");
Console.WriteLine(" |------------------------------«\n");
}
diff --git a/include/Sharp.Augeas b/include/Sharp.Augeas
new file mode 160000
index 0000000..70ca1f6
--- /dev/null
+++ b/include/Sharp.Augeas
@@ -0,0 +1 @@
+Subproject commit 70ca1f65dbe7fdfb17893ec730424dc3c610f8b2