User:Manetta/i-could-have-written-that/filesystem-interface-related-material
filesystem interface (workflow)
screenshot of http://pzwart1.wdka.hro.nl/~manetta/i-could-have-written-that/
info
This is an interface that i use to collect material related to my research for 'i-could-have-written-that'. The interface uses the elements from the default filesystem on current computers: the form of a list, its nested structure, foldernames, filenames, file-extensions, and a little preview. By displaying the filenames as links, files could also be viewed individually. This all is an attempt to reveal the nature of the workflow into the interface.
upload workflow
- filesystem (to order and collect material)
- markdown files (to write documents)
- pandoc (to convert markdown to HTML documents)
- python (to 'walk' through filesystem and write the static index.html)
- git (to upload to pzwart1, and git-hook to automatic 'pull' an update to the public_html folder)
- makefile (to run these commands at once, by typing 'make')
notes
in a filesystem, documents are either files or folders