mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 7a3bbd0dd9b9f638ffed3cbf5c7a3934adf38b7a
parent e3779129d6ef109275040f9aba4c45b36af5e74f
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 23 Jun 2014 11:21:35 +0200

Hello web fonts

Diffstat:
M.htaccess | 4++--
MREADME.md | 2+-
Msystem/core/core.php | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess @@ -8,10 +8,10 @@ RewriteRule ^(content|system)/ error404 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^robots.txt$ system/config/robots.txt [L] RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_URI} \.(css|js|png)$ +RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$ RewriteRule ^media/plugins/(core-.+) system/core/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_URI} \.(css|js|png)$ +RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$ RewriteRule ^media/plugins/(.+) system/plugins/$1 [L] RewriteCond yellow.php -F diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -Yellow 0.3.4 +Yellow 0.3.5 ============ Yellow is for people who make websites. diff --git a/system/core/core.php b/system/core/core.php @@ -5,7 +5,7 @@ // Yellow main class class Yellow { - const Version = "0.3.4"; + const Version = "0.3.5"; var $page; //current page var $pages; //pages from file system var $config; //configuration