User:Manetta/i-could-have-written-that/filesystem-interface-related-material

From XPUB & Lens-Based wiki
< User:Manetta‎ | i-could-have-written-that
Revision as of 19:51, 10 November 2015 by Manetta (talk | contribs) (Created page with "<div style="width:50%;"> __NOTOC__ =filesystem interface (workflow)= 500px<br> <small>screenshot of http://pzwart1.wdka.hro.nl/~...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

filesystem interface (workflow)

I-could-have-written-that-webpage.png
screenshot of http://pzwart1.wdka.hro.nl/~manetta/i-could-have-written-that/

info

I-could-have-written-that-filesystem.png

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

related