Commit Graph

57 Commits (75f625a93e70565fd57c535b123e35f47ee3da68)
 

Author SHA1 Message Date
Nick Dumas 93d401d954 tweaking log message
Nick Dumas afc310ba6e extractAttachments is now implemented
I realized I needed to keep track of three lists: Attachments, Notes,
and Posts. Notes and Posts both contain links to attachments but have
radically different folder structures.
Nick Dumas f7cd824968 Inject logging before starting any work
Nick Dumas f9cbca8f74 Parameterizing my walkFuncs.
Nick Dumas 7fe6b81982 Refactored more code out of main(). Added logging.
In the interest of more granular logging, I refactored the walk func
into three functions that each work to gather one set of data.

Added a bunch of logging for sanity
Nick Dumas 4d12633e08 first draft
ndumas c23d4eac97 Initial commit