Greetings,

in my first version of script "LinkCheck.sh" I explicitly only consider-
ed files of types "*.md", "*.png",  and "*.wmts" as possible targets for
links.  However,  this prevents the detection of other -- at least mean-
while -- unnecessary files.

So I experimented using the reverse logic: every file tracked by Mercur-
ial except special  Mercurial files  (".hg*"),  my own script files, the
makefile, and "*.txt" files  (the latter at least for the time being) is
either recursively reachable from "Home.md" or is not needed.

Apart from Wolfgang's three files this turned up a few more:

   $ make check

   Unreferenced files:
   DocGisHowToRouting.md
   DocGisHowToSaveYourWork.md
   DocUseCaseMotorcycleNavigation.md
   Home.md.save
   images/DocControlMapDem/maproom7.svg
   images/DocControlMapDem/maproom8.svg
   images/DocGisDatabaseFolderItems/maproom2.svg
   images/DocGisDatabaseLostFound/maproom3.svg
   images/DocGisDatabaseWorkspaceDatabase/maproom2.svg
   images/DocGisDevices/qmapshack1.svg
   images/DocGisDevices/qmapshack3.svg
   images/DocGisItemsEditMultiple/qms2.svg
   $

These "*.svg" files do not exist for every "*.png" file,  so I wonder if
they are just artefacts from adding these pictures and could be removed,
too.  And what about "Home.md.save"?

Sincerely,
  Rainer

------------------------------------------------------------------------------
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to