diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ab1f416 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/Homepage.iml b/.idea/Homepage.iml new file mode 100644 index 0000000..dc26b75 --- /dev/null +++ b/.idea/Homepage.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..8b7911e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..8bd7228 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..820b0ef --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2eae564 --- /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/pom.xml b/pom.xml new file mode 100644 index 0000000..d9c86c2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,168 @@ + + 4.0.0 + + tv.autonomousbroadcastnetwork + Homepage + 1.0.1-BETA.0.0 + + Open Autonomous Connection + https://open-autonomous-connection.org/ + + https://open-autonomous-connection.org/ + The ABN's main page + + + 25 + 25 + UTF-8 + + + + + UnlegitDqrk + Open Autonomous Connection + https://open-autonomous-connection.org/ + https://unlegitdqrk.dev/ + + Owner + Head Developer + + + + Maple + Open Autonomous Connection + https://open-autonomous-connection.org/ + https://niumaple.carrd.co/ + + Owner + Head Developer + + + + + + Issue Tracker + https://repo.open-autonomous-connection.org/autonomous-broadcast-network/Homepage/issues + + + + + Open Autonomous Public License (OAPL) + https://open-autonomous-connection.org/license.html + + + + + + oac + https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven + + true + + + + + + + org.openautonomousconnection + Protocol + 1.0.1-BETA.0.5 + + + org.projectlombok + lombok + 1.18.42 + provided + + + org.openjfx + javafx-base + 26-ea+22 + compile + + + org.openjfx + javafx-fxml + 26-ea+22 + compile + + + org.openjfx + javafx-swing + 26-ea+22 + compile + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.6.0 + + + package + + shade + + + + + tv.autonomousbroadcastnetwork.Index + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + + + org.projectlombok + lombok + 1.18.42 + + + + + --add-exports + java.base/sun.security.x509=ALL-UNNAMED + --add-exports + java.base/sun.security.util=ALL-UNNAMED + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + false + false + none + en_US + UTF-8 + UTF-8 + UTF-8 + + + + attach-javadocs + + jar + + + + + + + \ No newline at end of file diff --git a/src/main/java/tv/autonomousbroadcastnetwork/Index.java b/src/main/java/tv/autonomousbroadcastnetwork/Index.java new file mode 100644 index 0000000..0fed13e --- /dev/null +++ b/src/main/java/tv/autonomousbroadcastnetwork/Index.java @@ -0,0 +1,5 @@ +package tv.autonomousbroadcastnetwork; + +public class Index { + +}