We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5296cc7 commit c862833Copy full SHA for c862833
devnotes.txt renamed to DEVELOPMENT
@@ -1,4 +1,9 @@
1
Notes for developers
2
+====================
3
+
4
+Development is taking place at Github:
5
+https://github.com/shinnok/johnny
6
7
8
To extract format list from John's ouput:
9
run/john | perl -ne '$f = 1 if /^--format/; $f = 0 if /^--[^f]/; print "$1\n" while m!([-\w\(\)]+)(/|$)!g and $f; ' > format-list
johnny.pro
@@ -60,7 +60,8 @@ RESOURCES += resources/resources.qrc
60
OTHER_FILES += README \
61
LICENSE \
62
INSTALL \
63
- CHANGELOG
+ CHANGELOG \
64
+ DEVELOPMENT
65
66
osx {
67
TARGET = Johnny
0 commit comments