diff --git a/TODO.txt b/TODO.txt index 7f51a411..ac2a0e65 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,4 +1,3 @@ - [INTERFACE] GUI for linkchecker - + add debian .menu file + test on Windows + more configuration options diff --git a/debian/linkchecker-gui.menu b/debian/linkchecker-gui.menu new file mode 100644 index 00000000..61c6bc13 --- /dev/null +++ b/debian/linkchecker-gui.menu @@ -0,0 +1,6 @@ +?package(linkchecker-gui):\ + needs="X11"\ + section="Applications/Web Development"\ + hints="KDE"\ + title="LinkChecker"\ + command="/usr/bin/linkchecker-gui"