From c862833d4be43fad559d2d3866d514017d47e0c9 Mon Sep 17 00:00:00 2001 From: Shinnok Date: Mon, 24 Aug 2015 20:29:45 +0300 Subject: [PATCH] Rename devnotes.txt to DEVELOPMENT. --- devnotes.txt => DEVELOPMENT | 5 +++++ johnny.pro | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) rename devnotes.txt => DEVELOPMENT (87%) diff --git a/devnotes.txt b/DEVELOPMENT similarity index 87% rename from devnotes.txt rename to DEVELOPMENT index b9d184b..8877351 100644 --- a/devnotes.txt +++ b/DEVELOPMENT @@ -1,4 +1,9 @@ Notes for developers +==================== + +Development is taking place at Github: +https://github.com/shinnok/johnny + To extract format list from John's ouput: run/john | perl -ne '$f = 1 if /^--format/; $f = 0 if /^--[^f]/; print "$1\n" while m!([-\w\(\)]+)(/|$)!g and $f; ' > format-list diff --git a/johnny.pro b/johnny.pro index 7e07cfc..6aa5fa5 100644 --- a/johnny.pro +++ b/johnny.pro @@ -60,7 +60,8 @@ RESOURCES += resources/resources.qrc OTHER_FILES += README \ LICENSE \ INSTALL \ - CHANGELOG + CHANGELOG \ + DEVELOPMENT osx { TARGET = Johnny