Skip to content

Commit c862833

Browse files
committed
Rename devnotes.txt to DEVELOPMENT.
1 parent 5296cc7 commit c862833

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

devnotes.txt renamed to DEVELOPMENT

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
Notes for developers
2+
====================
3+
4+
Development is taking place at Github:
5+
https://github.com/shinnok/johnny
6+
27

38
To extract format list from John's ouput:
49
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ RESOURCES += resources/resources.qrc
6060
OTHER_FILES += README \
6161
LICENSE \
6262
INSTALL \
63-
CHANGELOG
63+
CHANGELOG \
64+
DEVELOPMENT
6465

6566
osx {
6667
TARGET = Johnny

0 commit comments

Comments
 (0)