about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README23
-rw-r--r--README.org6
2 files changed, 6 insertions, 23 deletions
diff --git a/README b/README
index 7c33219..0fbc112 100644
--- a/README
+++ b/README
@@ -1,8 +1,10 @@
-                               ━━━━━━━━━
+           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
                                  OCTANS
+             Octans is a program to solve Algot's Wordplay
+                          (Wordsearch) puzzles
 
                                 Andinus
-                               ━━━━━━━━━
+           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 
 
 Table of Contents
@@ -10,27 +12,10 @@ Table of Contents
 
 Demo
 Installation
-.. Release
-.. From Source
-..... Without `git'
-..... With `git'
 Documentation
-.. Implementation
-.. Options
-..... dict
-..... length
-..... path
-..... verbose
 News
-.. v0.1.4 - 2021-02-19
-.. v0.1.3 - 2021-01-24
-.. v0.1.2 - 2021-01-20
-.. v0.1.1 - 2021-01-20
-.. v0.1.0 - 2021-01-19
 
 
-Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles.
-
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  Website          <https://andinus.nand.sh/octans>
  Source           <https://git.tilde.institute/andinus/octans>
diff --git a/README.org b/README.org
index ece7157..300fa44 100644
--- a/README.org
+++ b/README.org
@@ -1,10 +1,8 @@
 #+title: Octans
-#+author: Andinus
-#+email: andinus@nand.sh
+#+subtitle: Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles
+#+export_file_name: index
 #+setupfile: ~/.emacs.d/org-templates/projects.org
 
-Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles.
-
 | Website         | https://andinus.nand.sh/octans             |
 | Source          | https://git.tilde.institute/andinus/octans |
 | GitHub (mirror) | https://github.com/andinus/octans          |
broutines to respective modules' href='/andinus/octans/commit/README?h=v0.2.2&id=5bb0f224483fbc1d57fd1c5a2f4a22dd7263ecd6'>5bb0f22 ^
015b208 ^
5bb0f22 ^

015b208 ^
5bb0f22 ^






015b208 ^
c78971d ^
5bb0f22 ^
c78971d ^

5bb0f22 ^







015b208 ^
5bb0f22 ^


015b208 ^















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164