|
|
@ -4,6 +4,7 @@ |
|
|
|
* Pico |
|
|
|
* Pico |
|
|
|
* |
|
|
|
* |
|
|
|
* Pico is a stupidly simple, blazing fast, flat file CMS. |
|
|
|
* Pico is a stupidly simple, blazing fast, flat file CMS. |
|
|
|
|
|
|
|
* |
|
|
|
* - Stupidly Simple: Pico makes creating and maintaining a |
|
|
|
* - Stupidly Simple: Pico makes creating and maintaining a |
|
|
|
* website as simple as editing text files. |
|
|
|
* website as simple as editing text files. |
|
|
|
* - Blazing Fast: Pico is seriously lightweight and doesn't |
|
|
|
* - Blazing Fast: Pico is seriously lightweight and doesn't |
|
|
@ -16,12 +17,13 @@ |
|
|
|
* for powerful and flexible themes. |
|
|
|
* for powerful and flexible themes. |
|
|
|
* - Open Source: Pico is completely free and open source, |
|
|
|
* - Open Source: Pico is completely free and open source, |
|
|
|
* released under the MIT license. |
|
|
|
* released under the MIT license. |
|
|
|
|
|
|
|
* |
|
|
|
* See <http://picocms.org/> for more info. |
|
|
|
* See <http://picocms.org/> for more info. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author Gilbert Pellegrom |
|
|
|
* @author Gilbert Pellegrom |
|
|
|
* @author Daniel Rudolf |
|
|
|
* @author Daniel Rudolf |
|
|
|
* @link <http://picocms.org> |
|
|
|
* @link http://picocms.org |
|
|
|
* @license The MIT License <http://opensource.org/licenses/MIT> |
|
|
|
* @license http://opensource.org/licenses/MIT The MIT License |
|
|
|
* @version 1.0 |
|
|
|
* @version 1.0 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class Pico |
|
|
|
class Pico |
|
|
@ -760,7 +762,7 @@ class Pico |
|
|
|
* for users and pure (!) theme developers ONLY. |
|
|
|
* for users and pure (!) theme developers ONLY. |
|
|
|
* |
|
|
|
* |
|
|
|
* @see Pico::getFileMeta() |
|
|
|
* @see Pico::getFileMeta() |
|
|
|
* @see <http://symfony.com/doc/current/components/yaml/introduction.html> |
|
|
|
* @see http://symfony.com/doc/current/components/yaml/introduction.html |
|
|
|
* @param string $rawContent the raw file contents |
|
|
|
* @param string $rawContent the raw file contents |
|
|
|
* @param string[] $headers known meta headers |
|
|
|
* @param string[] $headers known meta headers |
|
|
|
* @return array parsed meta data |
|
|
|
* @return array parsed meta data |
|
|
|