Skip to content

Commit 4f038cd

Browse files
committed
update documentation
1 parent 43fcee4 commit 4f038cd

File tree

3 files changed

+29
-68
lines changed

3 files changed

+29
-68
lines changed

CHANGLOG.md

+2-66
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,4 @@
1-
2-
# Changelog Lindex
3-
4-
# 0.2.1 - 19 feb 2020
5-
- index: _index_docs_tasks
6-
7-
# 0.2.0 - 22 October 2019
8-
- config: TRM wordt TAX
9-
- config: VAL wordt TRM
10-
- config: wiki_indexes wordt L0-CONF-ROOT ... zie spec
11-
- config: L2 wordt L1
12-
- config: L3 wordt L2
13-
- index: _index_term_values_starred wordt _index_terms_starred
14-
- index: _index_keys wordt _index_taxonomies
15-
- index: _index_docs_with_keys.json wordt _index_docs_with_props.json
16-
- code: l2 wordt l1
17-
- code: l3 wordt l2
18-
19-
# 0.1.7
20-
- arrays
21-
22-
# 0.1.6
23-
- can fully replace wimpi-scripts
24-
- also index int, float and bool
25-
- show version
26-
- self info
27-
- release
28-
29-
# 0.1.5
30-
- hernoemen naar Lindex
31-
- travis testen
32-
- versie bijwerken
33-
- brew bijwerken en testen
34-
35-
# 0.1.4
36-
- delete all index files part of indexer + spec
37-
- def write_title_index + erb + spec
38-
- wimpi vim database laten wijzen naar wimpix-spec
39-
- wimpix_main_conf_vervangen met 3 nieuwe paden (db/state/index)
40-
- fix coverage
41-
- confs l2 aanmaken
42-
- confs l3 aanmaken
43-
- L2-INDEX_TRM_xxxx.json
44-
- L3-INDEX_TRM_xxxx_VAL_yyyy de kock.json
45-
- _index_term_values_starred.json
46-
- wimpix cli laten werken met ander paden
47-
48-
# 0.1.3
49-
- spec starred.json
50-
- _index_keys.json + spec
51-
- _index_docs_with_keys.json + spec
52-
- _index_docs_with_title.json + spec
53-
54-
# 0.1.2
55-
- test mock data
56-
- spec home dir independent
57-
- _index_docs_starred.json
58-
59-
# 0.1.1
60-
- read config
1+
# Changelog Carl
612

623
# 0.1.0
63-
- crystal framework
64-
- project repo
65-
- build stuff
66-
- test framework
67-
- coverage
68-
- cli lib
4+
- initial implentation of Linden Specification 0.2

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Pim Snel
3+
Copyright (c) 2021 Pim Snel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
1-
# Carl, a linden indexer implemented in Hugo
1+
# Carl
22

3+
Carl is a Linden Indexer implemented in Hugo.
4+
5+
## Install
6+
7+
To be able to run Carl you need to have installed a recent version of
8+
[Hugo](https://gohugo.io/). At time of writing this was 0.8.1.
9+
10+
To install Carl clone this repository to a place on your harddrive.
11+
12+
```
13+
git clone https://github.com/linden-project/carl ~/MyLindenWiki
14+
```
15+
16+
## Start Carl as daemon
17+
18+
Run to start Carl as a Linden Indexer execute the following commands.
19+
20+
```
21+
cd ~/MyLindenWiki
22+
hugo server \
23+
--renderToDisk \
24+
--ignoreCache \
25+
--forceSyncStatic \
26+
--cleanDestinationDir \
27+
--disableFastRender
328
429
## Contributors
530

0 commit comments

Comments
 (0)