DevelopmentDirectoryStructure: Unterschied zwischen den Versionen

Aus FHEMWiki
(Die Seite wurde neu angelegt: „'''This is currently under development as at 2012-07-17''' == General directory structure == The base directory of fhem is $modpath (this is where fhem.pl is).…“)
 
 
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{{Todo|Überprüfung und ggfs. Aktualisierung des Seiteninhalts}}
'''This is currently under development as at 2012-07-17'''
'''This is currently under development as at 2012-07-17'''
== General directory structure ==
== General directory structure ==
Zeile 28: Zeile 29:
     www/
     www/
       pgm2/</nowiki>
       pgm2/</nowiki>
[[Kategorie:Development (Archive)]]

Aktuelle Version vom 19. Oktober 2016, 14:15 Uhr

Todo: Überprüfung und ggfs. Aktualisierung des Seiteninhalts

This is currently under development as at 2012-07-17

General directory structure

The base directory of fhem is $modpath (this is where fhem.pl is). All active modules are in $modpath/FHEM.

Inner workings of the FHEMWEB server

FHEMWEB directory structure

The base URL of the FHEMWEB server is http://hostname:port/<webname>. The path <webname> is taken from the webname attribute of the FHEMWEB device. It defaults to "fhem".

The directory layout on the file system from which fhem serves files is either (new version)

$modpath/
     www/
	  images/
		default/         (contains standard images and floorplans)
           weather/      (contains weather icons)
		dark/          (contains overrides for icons in dark style)
        smallscreen/       (contains overrides for icons in smallscreen style)
  	  docs/			 (non-existant in standard installation)
	  gplot/            (contains gplot files)
	  pgm2/             (contains javascript, css and svg files)

or (old version)

$modpath/
     FHEM

or (interim version)

$modpath/
     www/
      pgm2/