== Web Front end == The database is internnally accessible over the new via http://intern.mpiwg-berlin.mpg.de/arb/ === Import of data === All data is imported from Filemaker using the [https://drupal.org/project/feeds feed module]. ==== entities ==== Recipes, Sources, and Glossary entries are directly imported from Filemaker via XML export using the node importer and XPATH Parser. glossary http://USER:PW@fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-find&-db=ARB_ArtistsRecipeBooks_COLOGNE&-lay=N_glossary&-max=1000 recipes http://USER:PW@fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-find&-db=ARB_ArtistsRecipeBooks_COLOGNE&-lay=N_recipes ==== relations ==== Relations are also directly imported into [https://drupal.org/project/relation Relations]) recipes -sources curl "http:USER:PW//admin:e1nste1n@fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-find&-db=ARB_ArtistsRecipeBooks_COLOGNE&-lay=C_recipes_sources" -O glossary - recipes http://USER:PW@fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-find&-db=ARB_ArtistsRecipeBooks_COLOGNE&-lay=C_recipes_ingredient_appellation&-skip=2700&-max=20 glossary-recipes curl -O "http://USER:PWF@fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-find&-db=ARB_ArtistsRecipeBooks_COLOGNE&-lay=C_recipes_ingredient_appellation" -O http://USER:PWF@fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-find&-db=ARB_ArtistsRecipeBooks_COLOGNE&-lay=C_recipes_ingredient_appellation&-skip=2700&-max=10 === Display === The display makes heavily use of [https://drupal.org/project/views views] and the possibility to attache views to nodes using [https://drupal.org/project/eva EVA.] (for introducing relations and views see: http://nodeone.se/en/relation-and-views-pt-1) (for EVA see: http://torontowebsitedeveloper.com/drupal-video-tutorials/drupal-7-node-reference-tutorial)