You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.gitignore | 12 months ago | |
LICENSE | 1 year ago | |
README.org | 1 year ago | |
design.org | 12 months ago | |
ol-conlang.el | 12 months ago | |
org-conlang.el | 12 months ago | |
ox-conlang-json.el | 12 months ago | |
ox-conlang-md.el | 12 months ago | |
ox-conlang-tsx.el | 1 year ago | |
test.org | 1 year ago |
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.