Les articles publiés sur le site
-
$spip_version_base en spip_meta.version_installee
13 février 2016, par Hanjo — Ontwikkeling en updatesDit artikel toont de relatie tussen de versies van SPIP («spip_version_branche») en versie van de database («spip_version_base»). Hiermee kan onder andere worden herkend bij welke versie van SPIP een dump met de vermelding «version_base="13833"» behoort (in dit geval 2.0.8 of 2.0.7 of 2.0.6). (...) -
SPIP installeren
10 février 2016, par Suske — InstallatieDe installatie van SPIP is een eenvoudig proces: je hoeft niet handmatig bestanden met cryptische codes aan te passen. Hieronder vind je de twee installatiemethodes. Vereisten Apache Server of vergelijkbaar (versies hoger dan 1.2x) SQL database-server (met, afhankelijk van de keuze tijdens (...) -
SPIP 3.1
9 février 2016, par jack — Upgrades and version historySPIP 3.1 is an enhanced version of SPIP 3.0, which includes an update of embedded JavaScript libraries, a new graphical interface for private and public areas as well as many improvements. This version was released three years after SPIP 3.0 and provides developers with: an update to the (...) -
Presentation of the dist (SPIP3.1)
8 février 2016, par jack — Changing the layout and graphicsThe default templates in SPIP 3.1 integrates Tiny Typo, a clear and easily adaptable typographical base. The templates are compatible with the plugin crayons. HTML structure The templates are in Transitional XHTML 1.0 Here is the structure of the main blocks: body .page .header .nav .main (...) -
|set
The filter |setname affects the current value of the variable name. It is sometimes more convenient alternative, to the tag #SETname,value. Thus: [(#TEXTE|mb_strlen|setlenght)] [(#GETlenght) characters] is the equivalent to [(#SETlenght,[(#TEXTE|mb_strlen)])] [(#GETlenght) characters] The (...)