-
Notifications
You must be signed in to change notification settings - Fork 4
/
MANIFEST
339 lines (310 loc) · 13.4 KB
/
MANIFEST
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
Build.PL
Makefile.PL
MANIFEST
README.md
META.yml
Todo.txt
META.json
META.yml
script/A
script/T
script/asciio_to_text
script/startup_script.pl
script/stdin_to_asciio
script/json_dtd_to_asciio_script
setup/setup.ini
setup/actions/default_bindings.pl
setup/asciio_object/basic.pl
setup/hooks/canonize_connections.pl
setup/import_export/ascii.pl
setup/import_export/asciioe.pl
setup/import_export/svg.pl
setup/import_export/perl.pl
setup/Asciio
setup/Stencils/Computer
setup/Stencils/People
setup/Stencils/Divers
setup/Stencils/elements.asciio
setup/Stencils/computer.asciio
setup/Stencils/people.asciio
setup/Stencils/buildings.asciio
lib/App/Asciio.pm
lib/App/Asciio/Actions.pm
lib/App/Asciio/Arrows.pm
lib/App/Asciio/Ascii.pm
lib/App/Asciio/Boxes.pm
lib/App/Asciio/Connections.pm
lib/App/Asciio/Markup.pm
lib/App/Asciio/Cross.pm
lib/App/Asciio/Dialogs.pm
lib/App/Asciio/Elements.pm
lib/App/Asciio/Io.pm
lib/App/Asciio/Menues.pm
lib/App/Asciio/Options.pm
lib/App/Asciio/Scripting.pm
lib/App/Asciio/Server.pm
lib/App/Asciio/Setup.pm
lib/App/Asciio/Stencil.pm
lib/App/Asciio/String.pm
lib/App/Asciio/Undo.pm
lib/App/Asciio/ZBuffer.pm
lib/App/Asciio/Actions/Align.pm
lib/App/Asciio/Actions/Arrow.pm
lib/App/Asciio/Actions/Asciio.pm
lib/App/Asciio/Actions/Box.pm
lib/App/Asciio/Actions/Clipboard.pm
lib/App/Asciio/Actions/Clone.pm
lib/App/Asciio/Actions/Colors.pm
lib/App/Asciio/Actions/Debug.pm
lib/App/Asciio/Actions/Elements.pm
lib/App/Asciio/Actions/ElementsManipulation.pm
lib/App/Asciio/Actions/Eraser.pm
lib/App/Asciio/Actions/File.pm
lib/App/Asciio/Actions/Git.pm
lib/App/Asciio/Actions/Mouse.pm
lib/App/Asciio/Actions/Multiwirl.pm
lib/App/Asciio/Actions/Presentation.pm
lib/App/Asciio/Actions/Ruler.pm
lib/App/Asciio/Actions/Selection.pm
lib/App/Asciio/Actions/Shapes.pm
lib/App/Asciio/Actions/Unsorted.pm
lib/App/Asciio/Actions/ZBuffer.pm
lib/App/Asciio/stripes/angled_arrow.pm
lib/App/Asciio/stripes/center_connect_box.pm
lib/App/Asciio/stripes/editable_arrow2.pm
lib/App/Asciio/stripes/editable_box2.pm
lib/App/Asciio/stripes/ellipse.pm
lib/App/Asciio/stripes/exec_box.pm
lib/App/Asciio/stripes/group.pm
lib/App/Asciio/stripes/if_box.pm
lib/App/Asciio/stripes/process_box.pm
lib/App/Asciio/stripes/rhombus.pm
lib/App/Asciio/stripes/section_wirl_arrow.pm
lib/App/Asciio/stripes/single_stripe.pm
lib/App/Asciio/stripes/stripes.pm
lib/App/Asciio/stripes/triangle_down.pm
lib/App/Asciio/stripes/triangle_up.pm
lib/App/Asciio/stripes/wirl_arrow.pm
lib/App/Asciio/Utils/Presentation.pm
t/001_load.t
t/002_multi_wirl_connection.t
t/003_multi_wirl_diagonal_connection.t
t/004_angled_arrows.t
xt/author/dist/000_prereq.t
documentation/scripting/connected_boxes.pl
documentation/scripting/if_objects.pl
documentation/scripting/manual_connect.pl
documentation/scripting/multi_wirl.pl
documentation/scripting/objects.pl
documentation/scripting/three_boxes.pl
documentation/scripting/web_interface/stdin_to_asciio_web_example
documentation/scripting/web_interface/asciio_web_example
documentation/text/depend_and_build.txt
documentation/text/permissions.txt
documentation/presentation.pl
# GTK
script/asciio
lib/App/Asciio/GTK/Asciio.pm
lib/App/Asciio/GTK/Asciio/Boxfuncs.pm
lib/App/Asciio/GTK/Asciio/Dialogs.pm
lib/App/Asciio/GTK/Asciio/DnD.pm
lib/App/Asciio/GTK/Asciio/Selection.pm
lib/App/Asciio/GTK/Asciio/Menues.pm
lib/App/Asciio/GTK/Asciio/stripes/angled_arrow.pm
lib/App/Asciio/GTK/Asciio/stripes/editable_arrow2.pm
lib/App/Asciio/GTK/Asciio/stripes/editable_box2.pm
lib/App/Asciio/GTK/Asciio/stripes/editable_exec_box.pm
lib/App/Asciio/GTK/Asciio/stripes/ellipse.pm
lib/App/Asciio/GTK/Asciio/stripes/rhombus.pm
lib/App/Asciio/GTK/Asciio/stripes/section_wirl_arrow.pm
lib/App/Asciio/GTK/Asciio/stripes/wirl_arrow.pm
setup/GTK/setup.ini
setup/GTK/import_export/png.pl
# Text
script/tasciio
lib/App/Asciio/Text/Asciio.pm
lib/App/Asciio/Text/Asciio/Dialogs.pm
lib/App/Asciio/Text/Asciio/Menues.pm
lib/App/Asciio/Text/Asciio/stripes/editable_arrow2.pm
lib/App/Asciio/Text/Asciio/stripes/editable_box2.pm
lib/App/Asciio/Text/Asciio/stripes/editable_exec_box.pm
lib/App/Asciio/Text/Asciio/stripes/section_wirl_arrow.pm
lib/App/Asciio/Text/Asciio/stripes/wirl_arrow.pm
setup/Text/actions/vim_bindings.pl
setup/Text/asciio_object/basic.pl
setup/Text/setup.ini
META.json
Astar/astar.pl
Astar/HK
Astar/map_asciio_keep_from_other
Astar/map_asciio_spaces
Astar/map_asciio_translucent
Astar/map_connector_direction
Astar/map_heuristic
Astar/map_low
Astar/path_finder
documentation/generate_mdbook.txt
documentation/mdbook_asciio/src/accessing_documentation.md
documentation/mdbook_asciio/src/asciio_unicode.png
documentation/mdbook_asciio/src/asciio_unicode_cat.png
documentation/mdbook_asciio/src/asciio_unicode_shrunk.png
documentation/mdbook_asciio/src/Bindings.md
documentation/mdbook_asciio/src/bindings/aligning.md
documentation/mdbook_asciio/src/bindings/arrows.md
documentation/mdbook_asciio/src/bindings/asciio_auto_shrink_box.png
documentation/mdbook_asciio/src/bindings/asciio_enable_auto_shrink.png
documentation/mdbook_asciio/src/bindings/asciio_resize.png
documentation/mdbook_asciio/src/bindings/asciio_shrink.png
documentation/mdbook_asciio/src/bindings/clipboard.md
documentation/mdbook_asciio/src/bindings/commands.md
documentation/mdbook_asciio/src/bindings/debug.md
documentation/mdbook_asciio/src/bindings/display.md
documentation/mdbook_asciio/src/bindings/grouping.md
documentation/mdbook_asciio/src/bindings/grouping_stripes.md
documentation/mdbook_asciio/src/bindings/gui.md
documentation/mdbook_asciio/src/bindings/inserting.md
documentation/mdbook_asciio/src/bindings/mouse.md
documentation/mdbook_asciio/src/bindings/moving.md
documentation/mdbook_asciio/src/bindings/multiple_keys.md
documentation/mdbook_asciio/src/bindings/resizing.md
documentation/mdbook_asciio/src/bindings/selecting.md
documentation/mdbook_asciio/src/bindings/single_key.md
documentation/mdbook_asciio/src/bindings/slides.md
documentation/mdbook_asciio/src/bindings/vim-like.md
documentation/mdbook_asciio/src/chapter_1.md
documentation/mdbook_asciio/src/check_mdbook_git
documentation/mdbook_asciio/src/config/user_bindings.md
documentation/mdbook_asciio/src/config/user_bindings/binding_format.md
documentation/mdbook_asciio/src/config/user_bindings/binding_override.md
documentation/mdbook_asciio/src/config/user_bindings/capture_overlay.gif
documentation/mdbook_asciio/src/config/user_bindings/capturing_groups.md
documentation/mdbook_asciio/src/config/user_bindings/capturing_groups_overlay.md
documentation/mdbook_asciio/src/config/user_bindings/group_bindings.md
documentation/mdbook_asciio/src/config/user_bindings/warning.svg
documentation/mdbook_asciio/src/configuration.md
documentation/mdbook_asciio/src/continuous-integration.md
documentation/mdbook_asciio/src/edit_dialog.png
documentation/mdbook_asciio/src/edit_inline.png
documentation/mdbook_asciio/src/editing.md
documentation/mdbook_asciio/src/editing/drag_and_drop.gif
documentation/mdbook_asciio/src/editing/drag_drop.md
documentation/mdbook_asciio/src/editing/clone_base_element.gif
documentation/mdbook_asciio/src/editing/clone_hint_lines.gif
documentation/mdbook_asciio/src/editing/clone_selection.gif
documentation/mdbook_asciio/src/editing/cloning.md
documentation/mdbook_asciio/src/editing/grouping.md
documentation/mdbook_asciio/src/editing/grouping_elements.gif
documentation/mdbook_asciio/src/editing/keyboard.md
documentation/mdbook_asciio/src/editing/mouse.md
documentation/mdbook_asciio/src/editing/only_keyboard.gif
documentation/mdbook_asciio/src/editing/quick_arrow.gif
documentation/mdbook_asciio/src/editing/quick_box_and_section.gif
documentation/mdbook_asciio/src/editing/quick_copy.gif
documentation/mdbook_asciio/src/editing/quick_link.gif
documentation/mdbook_asciio/src/editing/quick_section.gif
documentation/mdbook_asciio/src/editing/strip-groups.md
documentation/mdbook_asciio/src/editing_elements.md
documentation/mdbook_asciio/src/editing_elements/markup_effect.png
documentation/mdbook_asciio/src/editing_elements/markup_mode.md
documentation/mdbook_asciio/src/editing_elements/markup_mode_modify.png
documentation/mdbook_asciio/src/editing_elements/markup_mode_zim.png
documentation/mdbook_asciio/src/editing_elements/markup_nesting.png
documentation/mdbook_asciio/src/examples.md
documentation/mdbook_asciio/src/examples/asciio_unicode.png
documentation/mdbook_asciio/src/examples/example1.md
documentation/mdbook_asciio/src/examples/example2.md
documentation/mdbook_asciio/src/examples/unicode_example.md
documentation/mdbook_asciio/src/export/asciio.md
documentation/mdbook_asciio/src/export/asciio_svg_graph.png
documentation/mdbook_asciio/src/export/clipboard.md
documentation/mdbook_asciio/src/export/hand_drawn.png
documentation/mdbook_asciio/src/export/svg.md
documentation/mdbook_asciio/src/export/svg_graph.svg
documentation/mdbook_asciio/src/export/text.md
documentation/mdbook_asciio/src/exporting.md
documentation/mdbook_asciio/src/for_developers/bindings.md
documentation/mdbook_asciio/src/for_developers/cross_algorithm.md
documentation/mdbook_asciio/src/for_developers/cross_condition.png
documentation/mdbook_asciio/src/for_developers/debugging.md
documentation/mdbook_asciio/src/for_developers/modify_Asciio.md
documentation/mdbook_asciio/src/for_developers/overlay.md
documentation/mdbook_asciio/src/for_developers/README.md
documentation/mdbook_asciio/src/for_developers/scripting.md
documentation/mdbook_asciio/src/for_developers/scripting_api.md
documentation/mdbook_asciio/src/for_developers/scripting_execute.md
documentation/mdbook_asciio/src/for_developers/unicode_support.md
documentation/mdbook_asciio/src/gen_doc
documentation/mdbook_asciio/src/grouping.md
documentation/mdbook_asciio/src/guide/creating.md
documentation/mdbook_asciio/src/guide/installation.md
documentation/mdbook_asciio/src/guide/reading.md
documentation/mdbook_asciio/src/history.md
documentation/mdbook_asciio/src/in_git_not_in_mdbook
documentation/mdbook_asciio/src/in_mdbook_not_in_git
documentation/mdbook_asciio/src/Interface.md
documentation/mdbook_asciio/src/misc/contributors.md
documentation/mdbook_asciio/src/misc/see_also.md
documentation/mdbook_asciio/src/modes.md
documentation/mdbook_asciio/src/modes/cross.md
documentation/mdbook_asciio/src/modes/cross_box_line.gif
documentation/mdbook_asciio/src/modes/cross_boxs.gif
documentation/mdbook_asciio/src/modes/cross_elements.png
documentation/mdbook_asciio/src/modes/cross_lines.gif
documentation/mdbook_asciio/src/modes/git.md
documentation/mdbook_asciio/src/modes/git_graph.svg
documentation/mdbook_asciio/src/modes/git_graph_feature_branch.gif
documentation/mdbook_asciio/src/modes/git_graph_feature_branch.svg
documentation/mdbook_asciio/src/modes/git_popup_menu.png
documentation/mdbook_asciio/src/modes/normal_elements.png
documentation/mdbook_asciio/src/modes/slides.md
documentation/mdbook_asciio/src/README.md
documentation/mdbook_asciio/src/stencils.md
documentation/mdbook_asciio/src/stencils/add_connector.gif
documentation/mdbook_asciio/src/stencils/angled_arrow_and_axis.gif
documentation/mdbook_asciio/src/stencils/arrow_section.gif
documentation/mdbook_asciio/src/stencils/asciio_arrows.md
documentation/mdbook_asciio/src/stencils/asciio_boxes.md
documentation/mdbook_asciio/src/stencils/asciio_exec_box.md
documentation/mdbook_asciio/src/stencils/asciio_if_and_process.md
documentation/mdbook_asciio/src/stencils/asciio_objects.md
documentation/mdbook_asciio/src/stencils/asciio_shapes.gif
documentation/mdbook_asciio/src/stencils/asciio_shapes.md
documentation/mdbook_asciio/src/stencils/border_connect.png
documentation/mdbook_asciio/src/stencils/box_connector.png
documentation/mdbook_asciio/src/stencils/box_connectors.md
documentation/mdbook_asciio/src/stencils/box_popup_menu.png
documentation/mdbook_asciio/src/stencils/box_rotated.png
documentation/mdbook_asciio/src/stencils/center_box.png
documentation/mdbook_asciio/src/stencils/code_box.png
documentation/mdbook_asciio/src/stencils/connecting_lines.gif
documentation/mdbook_asciio/src/stencils/connector_resize_handle.png
documentation/mdbook_asciio/src/stencils/diagon_ascii_tree.gif
documentation/mdbook_asciio/src/stencils/diagon_help.gif
documentation/mdbook_asciio/src/stencils/diagon_math.gif
documentation/mdbook_asciio/src/stencils/diagon_unicode_tree.gif
documentation/mdbook_asciio/src/stencils/FIGlet_asciio.gif
documentation/mdbook_asciio/src/stencils/FLGlet_asciio_slant_font.gif
documentation/mdbook_asciio/src/stencils/ie.gif
documentation/mdbook_asciio/src/stencils/if_and_process.gif
documentation/mdbook_asciio/src/stencils/il.gif
documentation/mdbook_asciio/src/stencils/insert_arrows.gif
documentation/mdbook_asciio/src/stencils/io.gif
documentation/mdbook_asciio/src/stencils/iv.gif
documentation/mdbook_asciio/src/stencils/pseudo_connectors.md
documentation/mdbook_asciio/src/stencils/user.md
documentation/mdbook_asciio/src/stencils/verbatim.md
documentation/mdbook_asciio/src/stencils/verbatim_objects.gif
documentation/mdbook_asciio/src/stencils/wirl_arrow.gif
documentation/mdbook_asciio/src/SUMMARY.md
documentation/mdbook_asciio/src/UI/asciio.png
documentation/mdbook_asciio/src/UI/GUI.md
documentation/mdbook_asciio/src/UI/hint_lines.png
documentation/mdbook_asciio/src/UI/tasciio.png
documentation/mdbook_asciio/src/UI/TUI.md
documentation/mdbook_asciio/src/UI/tui_demo.gif
documentation/mdbook_asciio/src/UIs.md
documentation/mdbook_asciio/src/unicode_support.md
documentation/mdbook_asciio/src/unicode_thai_alabo_hebrew.png
documentation/mdbook_asciio/src/videos/old_video.jpg
documentation/mdbook_asciio/src/videos/videos.md
documentation/mdbook_asciio/src/working_efficiently.md