Skip to content

Commit 0aeef04

Browse files
committed
0.95 - Late updates
1 parent ccd8583 commit 0aeef04

File tree

4 files changed

+180
-2
lines changed

4 files changed

+180
-2
lines changed
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
snel_installer definition-file for
2+
si-version===2.45
3+
4+
5+
This file contains installation-information for:
6+
project-name===readibl 0.95 for-linux
7+
destination===readibl_packages
8+
def-version===1.2
9+
10+
11+
Project-specific remarks:
12+
13+
Writes currently to a home-dir-path -see vars
14+
installer-exec: /media/OnsSpul/1klein/1joris/k1-onderwerpen/computer/Programmeren/nimtaal/jester/readibl/mostfiles/snel_installer_2.45
15+
===================================================
16+
17+
18+
19+
VARIABLES TO SET
20+
comment: if needed update the below versions from x.y to your own version
21+
arguments---separator=#
22+
target=/home/bruik/toepassingen/readibl/readibl_packages/readibl_0.95
23+
archive=/home/bruik/toepassingen/readibl/readibl_packages/readibl_0.95.tar.gz
24+
dirbasename=readibl_0.95
25+
>----------------------------------<
26+
DIRECTORIES TO CREATE
27+
comment: from 2.3 onward all super-dirs are co-created
28+
arguments---none
29+
#target#/sourcecode
30+
#target#/public
31+
#target#/help_info
32+
#target#/data_files
33+
>----------------------------------<
34+
TARGET-LOCATION AND SOURCE-FILES TO COPY
35+
comment: why is there a no_ssl version?
36+
arguments---linux_set_exe=1
37+
#target#
38+
.
39+
flashread
40+
>----------------------------------<
41+
TARGET-LOCATION AND SOURCE-FILES TO COPY
42+
comment: here stuff the starting-dir
43+
arguments---none
44+
#target#
45+
.
46+
LICENSE
47+
settings_flashread.conf
48+
parse_dutch.dat
49+
parse_english.dat
50+
parse_german.dat
51+
language_template.dat
52+
summary_all_empty.dat
53+
summary_dutch_bronnen.dat
54+
summary_dutch_gen1_tiny.dat
55+
summary_dutch_gen2_small.dat
56+
summary_dutch_gen3_default.dat
57+
summary_dutch_gen4_large.dat
58+
summary_english_archeology.dat
59+
summary_english_causation.dat
60+
summary_english_computer.dat
61+
summary_english_custom01.dat
62+
summary_english_gaming.dat
63+
summary_english_gen1_tiny.dat
64+
summary_english_gen2_small.dat
65+
summary_english_gen3_default.dat
66+
summary_english_gen4_large.dat
67+
summary_english_historical.dat
68+
summary_english_places.dat
69+
summary_english_sources.dat
70+
summary_english_times.dat
71+
summary_english_years.dat
72+
flashread.html
73+
outer_html.html
74+
cacert.pem
75+
dutch_translations.tra
76+
>----------------------------------<
77+
TARGET-LOCATION AND SOURCE-FILES TO COPY
78+
your-comment-here
79+
arguments---none
80+
#target#/sourcecode
81+
.
82+
flashread.nim
83+
fr_tools.nim
84+
g_mine.nim
85+
g_options.nim
86+
jo_htmlgen.nim
87+
loadgui.nim
88+
process_text.nim
89+
source_files.nim
90+
stringstuff.nim
91+
webgui_def.nim
92+
>----------------------------------<
93+
TARGET-LOCATION AND SOURCE-FILES TO COPY
94+
your-comment-here
95+
arguments---none
96+
#target#/public
97+
./public
98+
flashread.css
99+
>----------------------------------<
100+
TARGET-LOCATION AND SOURCE-FILES TO COPY
101+
your-comment-here
102+
arguments---none
103+
#target#/help_info
104+
.
105+
help.txt
106+
what-is-new.txt
107+
>----------------------------------<
108+
TARGET-LOCATION AND SOURCE-FILES TO COPY
109+
your-comment-here
110+
arguments---none
111+
#target#/help_info
112+
..
113+
README.md
114+
>----------------------------------<
115+
TARGET-LOCATION AND SOURCE-FILES TO COPY
116+
your-comment-here
117+
arguments---none
118+
#target#/data_files
119+
./data_files
120+
list-of-summaries.lst
121+
>----------------------------------<
122+
EXECUTE SHELL-COMMANDS - IN ORDER
123+
comment: create a tar.gz-archive; -C changes dir to avoid absolute paths
124+
arguments---none
125+
tar cfz #archive# -C #target#/.. #dirbasename#
126+
>----------------------------------<
127+
#END-OF-BLOCKS
128+
129+

mostfiles/settings_flashread.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# This is a configuration file for flashread / Readibl
2+
# Every option uses one line (but it may line-wrapped in your editor)
23
# Per line there are four fields related to the option:
34
# name, value, description and value-list.
4-
# the fields are separated by a triple underscore-sign
5+
# The fields are separated by a triple underscore-sign
6+
# The value-list-elements are separated by a double comma
57
# Please normally use lower case letters
6-
# version 1.5
8+
# Options can disabled by prefixing a hash-sign
9+
# version 1.6
710

811

912

mostfiles/summary_english_gaming.dat

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Extraction-strings for summarizing with Flashread.
2+
Language: english
3+
Summary-type: generic
4+
version: 1.3
5+
6+
7+
8+
9+
SIGNAL-WORDS TO HANDLE
10+
gameplay
11+
conclu
12+
verdict
13+
chang
14+
player
15+
AI
16+
manual
17+
tutorial
18+
install
19+
hardware
20+
platform
21+
genre
22+
developer
23+
publisher
24+
design
25+
distribut
26+
producer
27+
skill
28+
graphic
29+
story
30+
dialog
31+
campaign
32+
skirmish
33+
>----------------------------------<
34+
35+
36+
37+
scenario
38+
theor
39+
hypothe
40+
plan
41+
plans
42+
goal
43+
agenda
44+
45+

mostfiles/summary_english_sources.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ report
3030
announc
3131
refer
3232
Refer
33+
document
3334
Dr
3435
who
3536
whose

0 commit comments

Comments
 (0)