mikuli.cz

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

commit 0802eccb63c1e69b15d99b7ee36f14fcf1e09bea
parent e9d3d1951a3e8aac19b19a269b58fca2e83c126d
Author: markseu <mark2011@mayberg.se>
Date:   Sun, 15 Feb 2015 13:34:55 +0100

Documentation update

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

diff --git a/README.md b/README.md @@ -13,8 +13,8 @@ How do I install this? 3. Open your website in a browser. That's it. How do I get started? ---------------------- -Start by editing your website. Just give it a try. +--------------------- +You already have everything you need. Start by editing your website. There's not much to learn. For more information see [Yellow documentation](https://github.com/markseu/yellowcms/wiki). Create the website you want. For more features download [Yellow extensions](https://github.com/markseu/yellowcms-extensions). diff --git a/system/core/core.php b/system/core/core.php @@ -698,7 +698,7 @@ class YellowPage return $this->base.$this->location; } - // Return page URL, with server scheme and server name + // Return page URL with server scheme and server name function getUrl() { return $this->yellow->toolbox->getUrl($this->serverScheme, $this->serverName, $this->base, $this->location);