File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ## Important notes about the repo(!!!)
3
+
4
+ 1 . The development of the project is moved from
5
+ [ the Laurent Clévy's ADFlib repo] ( https://github.com/lclevy/ADFlib )
6
+ to [ the new one] ( https://github.com/t-w/ADFlib ) . So for getting future
7
+ releases as well as the lastest development code,
8
+ the new repository should be used.
9
+
10
+ 2 . Please read the 'Contributing' section before submitting any PRs.
11
+
12
+
1
13
# ADFlib (Amiga Disk File library)
2
14
3
15
## Introduction
@@ -43,7 +55,7 @@ Usage info is shown when they are executed without any parameters
43
55
44
56
### unADF
45
57
46
- ` unADF ` is an unzip like utility for .ADF files:
58
+ ` unADF ` is an unzip like utility for ` .ADF ` files:
47
59
48
60
```
49
61
unadf [-lrcsp -v n] dumpname.adf [files-with-path] [-d extractdir]
@@ -97,7 +109,7 @@ and undelete them (in the future possibly also extract them to local filesystem)
97
109
98
110
## Credits:
99
111
100
- - main design and code : Laurent Clevy
112
+ - main design and code : Laurent Clévy
101
113
- current maintainer, recent core developments (Dec 2022-): Tomasz Wolak
102
114
- unadf rewrite (in 2019) : Stuart Caie
103
115
- Bug fixes and C++ wrapper : Bjarke Viksoe (adfwrapper.h)
You can’t perform that action at this time.
0 commit comments