Initial commit
authorLanius Trolling <lanius@laniustrolling.dev>
Wed, 15 Jun 2022 20:27:48 +0000 (16:27 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Wed, 15 Jun 2022 20:27:48 +0000 (16:27 -0400)
commit34ed3e1e2139766cb9bd5c425f41f04c35e3bd92
treecc6461645ec954504dbdca2daf534edf20472f39
Initial commit
95 files changed:
.gitignore [new file with mode: 0644]
.idea/.gitignore [new file with mode: 0644]
.idea/gradle.xml [new file with mode: 0644]
.idea/inspectionProfiles/Project_Default.xml [new file with mode: 0644]
.idea/markdown.xml [new file with mode: 0644]
.idea/misc.xml [new file with mode: 0644]
.idea/uiDesigner.xml [new file with mode: 0644]
.idea/vcs.xml [new file with mode: 0644]
build.gradle.kts [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
gradlew [new file with mode: 0644]
gradlew.bat [new file with mode: 0644]
logs/server.log [new file with mode: 0644]
patch [new file with mode: 0644]
settings.gradle.kts [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/Configuration.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/Factbooks.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/article_listing.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/html_utils.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/http_utils.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/parser.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/parser_tags.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/parser_toc.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/tylan_language.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/view_bar.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/view_nav.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/view_tpl.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/views_error.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/views_lore.kt [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/views_prefs.kt [new file with mode: 0644]
src/main/resources/logback.xml [new file with mode: 0644]
src/main/resources/static/font/tylan-language-alphabet-3.woff [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/elements/array-selector.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/elements/custom-style.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/elements/dom-bind.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/elements/dom-if.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/elements/dom-module.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/elements/dom-repeat.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/legacy/class.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/legacy/legacy-element-mixin.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/legacy/mutable-data-behavior.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/legacy/polymer-fn.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/legacy/polymer.dom.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/legacy/templatizer-behavior.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/mixins/element-mixin.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/mixins/gesture-event-listeners.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/mixins/mutable-data.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/mixins/property-accessors.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/mixins/property-effects.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/mixins/template-stamp.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/array-splice.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/async.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/boot.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/case-map.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/debounce.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/flattened-nodes-observer.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/flush.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/gestures.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/import-href.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/mixin.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/path.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/render-status.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/resolve-url.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/style-gather.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/templatize.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/lib/utils/unresolved.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/polymer-element.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/polymer/polymer.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/shadycss/apply-shim.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/shadycss/apply-shim.min.js [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/shadycss/apply-shim.min.js.map [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/shadycss/custom-style-interface.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/shadycss/custom-style-interface.min.js [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/shadycss/custom-style-interface.min.js.map [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/shadycss/scoping-shim.min.js [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/shadycss/scoping-shim.min.js.map [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/webcomponentsjs/webcomponents-lite.js [new file with mode: 0644]
src/main/resources/static/gltf-viewer/bower_components/webcomponentsjs/webcomponents-lite.js.map [new file with mode: 0644]
src/main/resources/static/gltf-viewer/gltf-viewer.html [new file with mode: 0644]
src/main/resources/static/gltf-viewer/js/OrbitControls.js [new file with mode: 0644]
src/main/resources/static/gltf-viewer/js/three-examples.js [new file with mode: 0644]
src/main/resources/static/gltf-viewer/js/three.js [new file with mode: 0644]
src/main/resources/static/images/background-dark.jpg [new file with mode: 0644]
src/main/resources/static/images/background.jpg [new file with mode: 0644]
src/main/resources/static/images/external-link-dark.svg [new file with mode: 0644]
src/main/resources/static/images/external-link.svg [new file with mode: 0644]
src/main/resources/static/images/icon.svg [new file with mode: 0644]
src/main/resources/static/images/logo.svg [new file with mode: 0644]
src/main/resources/static/images/panel-dark.svg [new file with mode: 0644]
src/main/resources/static/images/panel.svg [new file with mode: 0644]
src/main/resources/static/init.js [new file with mode: 0644]
src/main/resources/static/style.css [new file with mode: 0644]
update [new file with mode: 0644]