This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Lucien Cartier-Tilet 84eb5da7f5
Add design file
2022-06-22 11:08:56 +02:00
.gitignore Add design file 2022-06-22 11:08:56 +02:00
LICENSE Add License 2022-05-06 21:53:59 +02:00
README.org Add preliminary README 2022-05-06 22:01:08 +02:00
design.org Add design file 2022-06-22 11:08:56 +02:00
ol-conlang.el [ol-conlang] Add conlang-md formating for dictionary links 2022-06-22 11:08:20 +02:00
org-conlang.el Add org-conlang, ox-conlang-md, and ox-conlang-json files 2022-06-22 11:08:30 +02:00
ox-conlang-json.el Add org-conlang, ox-conlang-md, and ox-conlang-json files 2022-06-22 11:08:30 +02:00
ox-conlang-md.el Add org-conlang, ox-conlang-md, and ox-conlang-json files 2022-06-22 11:08:30 +02:00
ox-conlang-tsx.el Add ox-conlang-tsx.el 2022-05-06 21:53:59 +02:00
test.org Initial commit 2022-05-06 21:53:41 +02:00

README.org

org-conlang

Introduction

org-conlang is the collection of three libraries I use in order to publish my conlanging website. It is made of three different libraries:

ol-conlang
handles internal links to a dictionary in org-mode prefixed with the conlang keyword
ox-conlang-tsx
exports my org files, except my dictionary, to files that can be used by my front-end. The latter is yet to be built
ox-conlang-json
exports my dictionary to a database JSON file that will be used by my website to create dynamic pages for each word.

Table of Contents   TOC_2_gh

Installation

TBA

Customizing

TBA

Contributing

TBA

License

org-conlang is available under the GNU GPL-3.0 license. You can find the full text in the LICENSE file.