From f891c3a4be645a7413ddcad1e765fa70562b2b93 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Tue, 6 Aug 2024 17:59:21 +0100 Subject: [PATCH] Rename oreon blue to oreon nine --- .idea/.gitignore | 5 +++++ .idea/BCPackages-Interface.iml | 13 +++++++++++++ .idea/jsLibraryMappings.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ assets/svg/logo-symbolic.svg | 1 + index.html | 4 ++-- .../{oreon-blue => oreon-9}/mainstream/index.html | 0 oreonproject/{oreon-blue => oreon-9}/src/index.html | 0 9 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/BCPackages-Interface.iml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 assets/svg/logo-symbolic.svg rename oreonproject/{oreon-blue => oreon-9}/mainstream/index.html (100%) rename oreonproject/{oreon-blue => oreon-9}/src/index.html (100%) diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/BCPackages-Interface.iml b/.idea/BCPackages-Interface.iml new file mode 100644 index 0000000..9f7ba11 --- /dev/null +++ b/.idea/BCPackages-Interface.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..3577762 --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1edc894 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/assets/svg/logo-symbolic.svg b/assets/svg/logo-symbolic.svg new file mode 100644 index 0000000..75613a8 --- /dev/null +++ b/assets/svg/logo-symbolic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 90749c7..390a5ba 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ find references to all oreon packages.

-

Oreon blue

+

Oreon 9

Mainstream packages Mainstream source
@@ -54,4 +54,4 @@
- \ No newline at end of file + diff --git a/oreonproject/oreon-blue/mainstream/index.html b/oreonproject/oreon-9/mainstream/index.html similarity index 100% rename from oreonproject/oreon-blue/mainstream/index.html rename to oreonproject/oreon-9/mainstream/index.html diff --git a/oreonproject/oreon-blue/src/index.html b/oreonproject/oreon-9/src/index.html similarity index 100% rename from oreonproject/oreon-blue/src/index.html rename to oreonproject/oreon-9/src/index.html