add docu and target

develop
Timo Bryant 2023-12-22 10:31:16 +01:00
parent 78af3f0d50
commit 106bd8a5cc
8 changed files with 82 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.gradle
build
.idea
assets

26
.run/index coprus.run.xml Normal file
View File

@ -0,0 +1,26 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="index coprus" type="JetRunConfigurationType">
<option name="MAIN_CLASS_NAME" value="docthor.app.AppKt" />
<module name="docthor.app.main" />
<option name="PROGRAM_PARAMETERS" value="--corpus assets/dewiki-20220201-clean.txt --language de" />
<shortenClasspath name="NONE" />
<extension name="net.ashald.envfile">
<option name="IS_ENABLED" value="false" />
<option name="IS_SUBST" value="false" />
<option name="IS_PATH_MACRO_SUPPORTED" value="false" />
<option name="IS_IGNORE_MISSING_FILES" value="false" />
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
<ENTRIES>
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" />
</ENTRIES>
</extension>
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension">
<option name="credential" />
<option name="region" />
<option name="useCurrentConnection" value="false" />
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>

6
Writerside/c.list Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE categories
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
<categories>
<category id="wrs" name="Writerside documentation" order="1"/>
</categories>

10
Writerside/d.tree Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
<instance-profile id="d"
name="Docthor"
start-page="starter-topic.md">
<toc-element topic="starter-topic.md"/>
</instance-profile>

View File

@ -0,0 +1,24 @@
# About Docthor
General Document Processing Project
## Assets
Asset can be found under <path>memento:/mnt/wd/export/data</path>
## Links
<deflist>
<def title="PDF Renderer for Compose">
<a href="https://github.com/GRizzi91/bouquet">bouquet</a>
</def>
</deflist>
## Modules - Libraries
All libraries should be placed unter <path>libraries</path>
<deflist>
<def title="io">
Abstraction about reading/writing to resources (filesystem, http, s3, etc pp)
</def>
</deflist>

5
Writerside/v.list Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Writerside"/>
</vars>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd">
<ihp version="2.0">
<topics dir="topics" web-path="topics"/>
<images dir="images" web-path="images"/>
<instance src="d.tree" web-path="/d/" version="1.0"/>
</ihp>

View File

@ -1,3 +1,4 @@
systemProp.gradle.user.home=/Users/kinch/.gradle/
org.gradle.parallel=true
org.gradle.caching=true
version=1.0