From 21454db8fb06d62c94ae8e7dd3a5ad10fce2f6f9 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 2 Sep 2024 14:22:00 -0400 Subject: [PATCH] Nothing ever went wrong with plain-old markdown, right? --- .gitignore | 79 +++++++++++++++++++ .idea/php.xml | 19 +++++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 82 +++++++++++++++++--- Writerside/topics/LICENSE.md => LICENSE.md | 2 +- README.md | 86 +++++++++++++++++++++ Writerside/c.list | 6 -- Writerside/cfg/buildprofiles.xml | 13 ---- Writerside/images/decentralized.png | Bin 50349 -> 0 bytes Writerside/images/peer2peer.png | Bin 35426 -> 0 bytes Writerside/s.tree | 15 ---- Writerside/topics/RPC-Communication.md | 3 - Writerside/topics/Speficiations.md | 10 --- Writerside/topics/UUID-v4.md | 15 ---- Writerside/topics/starter-topic.md | 38 --------- Writerside/v.list | 5 -- Writerside/writerside.cfg | 8 -- 17 files changed, 261 insertions(+), 126 deletions(-) create mode 100644 .gitignore create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml rename Writerside/topics/LICENSE.md => LICENSE.md (99%) create mode 100644 README.md delete mode 100644 Writerside/c.list delete mode 100644 Writerside/cfg/buildprofiles.xml delete mode 100644 Writerside/images/decentralized.png delete mode 100644 Writerside/images/peer2peer.png delete mode 100644 Writerside/s.tree delete mode 100644 Writerside/topics/RPC-Communication.md delete mode 100644 Writerside/topics/Speficiations.md delete mode 100644 Writerside/topics/UUID-v4.md delete mode 100644 Writerside/topics/starter-topic.md delete mode 100644 Writerside/v.list delete mode 100644 Writerside/writerside.cfg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc26017 --- /dev/null +++ b/.gitignore @@ -0,0 +1,79 @@ +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..f324872 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f94897f..76d4263 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,33 @@