Skip to content

Commit 152b1e5

Browse files
committed
update
1 parent a67f456 commit 152b1e5

16 files changed

+1009
-721
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,32 @@
55
src/3
66
src/2
77
src/1
8+
src/__pycache__/data.db
9+
src/__pycache__/img/floppy-disk.ico
10+
src/__pycache__/img/floppy-disk.png
11+
src/__pycache__/img/icon_blue.png
12+
src/__pycache__/img/icon_green.png
13+
src/__pycache__/img/icon_red.png
14+
src/__pycache__/img/icon_white.png
15+
src/__pycache__/img/icon_yellow.bmp
16+
src/__pycache__/img/icon_yellow.png
17+
src/__pycache__/img/new-document.png
18+
src/__pycache__/img/open-folder.png
19+
src/__pycache__/img/screen000.png
20+
src/__pycache__/img/screen001.png
21+
src/__pycache__/img/splash.png
22+
src/img/floppy-disk.ico
23+
src/img/floppy-disk.png
24+
src/img/icon_blue.png
25+
src/img/icon_green.png
26+
src/img/icon_red.png
27+
src/img/icon_white.png
28+
src/img/icon_yellow.bmp
29+
src/img/icon_yellow.png
30+
src/img/new-document.png
31+
src/img/open-folder.png
32+
src/img/screen000.png
33+
src/img/screen001.png
34+
src/img/splash.png
35+
/src/output
36+
src/1.py

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
some stuff for "HelpNDoc" (www.helpndoc.com) - the Help authoring Software for CHM, HTML, PDF, ... help projects
33

44
Preview Front-Window 1:
5-
![Preview](img/screen000.png)
5+
![Preview](src/img/screen000.png)
66

77
Preview Front-Window 2:
8-
![Preview](img/screen001.png)
8+
![Preview](src/img/screen001.png)

img/floppy-disk.png

-1.19 KB
Binary file not shown.

img/icon_blue.png

-892 Bytes
Binary file not shown.

img/icon_green.png

-913 Bytes
Binary file not shown.

img/icon_red.png

-902 Bytes
Binary file not shown.

img/icon_white.png

-823 Bytes
Binary file not shown.

img/icon_yellow.png

-778 Bytes
Binary file not shown.

img/new-document.png

-514 Bytes
Binary file not shown.

img/open-folder.png

-1.09 KB
Binary file not shown.

img/screen000.png

-39.3 KB
Binary file not shown.

img/screen001.png

-27.6 KB
Binary file not shown.
5.52 KB
Binary file not shown.

src/__pycache__/topics.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root
2+
tztt
3+
yyy
4+
+ yyxxxx oooo
5+
+ yyyyy4444 123
6+
++ aaaaa1 441
7+
+++ zulu
8+
+++ popo
9+
+++ mopo
10+
++ lilly
11+
+ mietz
12+
++ pappe
13+
ooop
14+
+ ppppp
15+
yyyy

0 commit comments

Comments
 (0)