Dizzy-Rewrite/format/source/json
2023-01-11 00:36:50 -06:00
..
readme.json DAU Initial Commit - Everything, God Damn It! 2023-01-11 00:36:50 -06:00

[
  {
    "name": "README",
    "characters": {
      "cw": {
        "id": "cw",
        "name": [
          "Content",
          "Warning"
        ]
      },
      "w": {
        "id": "w",
        "name": [
          "Welcome"
        ]
      },
      "wh": {
        "id": "wh",
        "name": [
          "What",
          "is",
          "the",
          "Dizzy",
          "AU/Dizzy",
          "Rewrite?"
        ]
      },
      "dau": {
        "id": "dau",
        "name": [
          "Hold",
          "on,",
          "what's",
          "DAU?"
        ]
      }
    },
    "dialogue": [
      {
        "speaker": "cw",
        "dialogue": [
          "Mature content is ahead. Please, be wary of these themes:",
          "- Mentions of suicide/suicidal thoughts",
          "- Depression or mentions of self-harm",
          "- Sexual themes",
          "- Trauma and traumatic events",
          "- Homosexual animals.",
          "By reading the Dizzy Rewrite, you acknowledge these warnings.",
          "[>> Read the Dizzy Rewrite](/STORY.md)"
        ]
      },
      {
        "speaker": "w",
        "dialogue": [
          "Hello, welcome to the DAU/Dizzy Rewrite repository!"
        ]
      },
      {
        "speaker": "wh",
        "dialogue": [
          "The Dizzy Rewrite is a :/revamped/: version of the original Dizzy AU story.",
          "It's written in DAU, a new markup language made specifically for the Dizzy Rewrite.",
          "You can find the original Dizzy AU story at [MeowcaTheoRange/Dizzy-AU](https://github.com/MeowcaTheoRange/Dizzy-AU)."
        ]
      },
      {
        "speaker": "dau",
        "dialogue": [
          [
            "DAU is an acronym for ",
            "\"Dizzy AU\"",
            ". Pretty obvious there."
          ],
          "It's a markup language made for creating fictional stories in an easy-to-transport manner.",
          "If you want to quickly whip up an HTML document and a Markdown file at the same time, you can use DAU to do so.",
          "In fact, this README page you're reading was originally made in DAU. Don't believe me? Check out [the source file](/format/source/readme.dau).",
          "Anyway, you're free to use DAU to start your fictonal endeavors today. Check out [the reuse guide](/format/converted/markdown/reuse.md) for more info.",
          "-- By the way, DAU is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.html), but the :/original contents/: of the Dizzy Rewrite repository are licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)."
        ]
      }
    ]
  }
]