Difference between revisions of "Documentator"

From Fab Lab Wiki - by NMÍ Kvikan
Jump to: navigation, search
(New page: A placeholder for eventually completing the documentation on the [http://blogs.fabfolk.com/anu/2011/03/documentator-check-in-check-out/ Documentator] station at ProtoSpace (Fablab Utrecht,...)
 
m (Concept)
Line 5: Line 5:
 
...
 
...
  
We're using Drupal, so this writeup is about all the nuts and bolts of Drupal 6 configuration needed to pull of the idea. (other platforms for providing something similar might be developed in the future, depending on need/demand)
+
We're using Drupal, so this writeup is about all the nuts and bolts of Drupal 6 configuration needed to pull off the idea. (other platforms for providing something similar might be developed in the future, depending on need/demand)
  
 
=Modules=
 
=Modules=

Revision as of 18:16, 20 April 2011

A placeholder for eventually completing the documentation on the Documentator station at ProtoSpace (Fablab Utrecht, NL)

Concept

...

We're using Drupal, so this writeup is about all the nuts and bolts of Drupal 6 configuration needed to pull off the idea. (other platforms for providing something similar might be developed in the future, depending on need/demand)

Modules

A number of Drupal contributed modules were used to produce different parts of the functionality required by the "kiosk" stands

  • Workflow - for managing the documentation (FabMoment) states - things should not be published
  • Rules - for catching system events that can launch actions (such as publishing a FabMoment or logging lab visit)
  • Custom module: checkin log - provides actions for logging lab visitor information as they check in and check out, and ways for lab personnel to view the data)

Content

Anatomy of a (ProtoSpace) FabMoment: ...

Configuration

...

Theming

A number of templates were used to "skin" the user interface to be as simple as possible so that users could not fall off the system by clicking the wrong thing at the wrong time

  • ...