Changes between Initial Version and Version 1 of webfrontend


Ignore:
Timestamp:
Jan 31, 2014, 8:28:38 AM (10 years ago)
Author:
dwinter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • webfrontend

    v1 v1  
     1== Web Front end ==
     2
     3The database is internnally accessible over the new via
     4
     5
     6http://intern.mpiwg-berlin.mpg.de/arb/
     7
     8
     9=== Import of data ===
     10
     11All data is imported from Filemaker using the [https://drupal.org/project/feeds feed module].
     12
     13
     14
     15==== entities ====
     16Recipes, Sources, and Glossary entries are directly imported from Filemaker via XML export using the node importer and XPATH Parser.
     17
     18glossary
     19
     20http://USER:PW@fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-find&-db=ARB_ArtistsRecipeBooks_COLOGNE&-lay=N_glossary&-max=1000
     21
     22recipes
     23http://USER:PW@fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-find&-db=ARB_ArtistsRecipeBooks_COLOGNE&-lay=N_recipes
     24
     25
     26
     27==== relations ====
     28
     29Relations are also directly imported into [https://drupal.org/project/relation Relations])
     30
     31recipes -sources
     32
     33curl "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
     34
     35
     36
     37glossary - recipes
     38
     39http://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
     40
     41
     42glossary-recipes
     43
     44curl -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
     45
     46http://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
     47
     48
     49=== Display ===
     50
     51The 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.]
     52
     53(for introducing relations and views see: http://nodeone.se/en/relation-and-views-pt-1)
     54
     55(for EVA see: http://torontowebsitedeveloper.com/drupal-video-tutorials/drupal-7-node-reference-tutorial)
     56
     57
     58
     59
     60