From d2908144370e7bdb523dadf761d6eff634fe1c6e Mon Sep 17 00:00:00 2001 From: Edi Date: Mon, 23 Oct 2017 18:23:26 +0200 Subject: [PATCH 1/6] Fix pagination --- bl-themes/micro/php/home.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-themes/micro/php/home.php b/bl-themes/micro/php/home.php index 11784af5..8b127652 100644 --- a/bl-themes/micro/php/home.php +++ b/bl-themes/micro/php/home.php @@ -25,11 +25,11 @@ From 8075e3bbfe82c1cf2020dd494b0b7cd81f0294eb Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 24 Oct 2017 12:03:43 +0200 Subject: [PATCH 2/6] Pagination --- bl-themes/kernel-panic/php/home.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bl-themes/kernel-panic/php/home.php b/bl-themes/kernel-panic/php/home.php index f0ca152a..4847120d 100644 --- a/bl-themes/kernel-panic/php/home.php +++ b/bl-themes/kernel-panic/php/home.php @@ -25,4 +25,16 @@ - \ No newline at end of file + + + + From a82a28bd756fe9bdfd834bc2b11c2d1c08eef508 Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 24 Oct 2017 12:04:38 +0200 Subject: [PATCH 3/6] Float for pagination --- bl-themes/kernel-panic/css/bludit.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bl-themes/kernel-panic/css/bludit.css b/bl-themes/kernel-panic/css/bludit.css index 338f701c..c73054bc 100755 --- a/bl-themes/kernel-panic/css/bludit.css +++ b/bl-themes/kernel-panic/css/bludit.css @@ -57,6 +57,16 @@ article.page footer { text-align: right; } +/* PAGINATION */ + +.pagination { + width: 100%; +} + +.pagination > li > a.float-right { + float: right; +} + /* PLUGINS */ div.plugin:not(:last-child) { @@ -102,4 +112,4 @@ div.plugin-pages li.parent h3 { div.plugin-pages ul.child { margin-left: 5px; -} \ No newline at end of file +} From ee73e26cbb0409aa1f1474711c9cb76618c53fb4 Mon Sep 17 00:00:00 2001 From: ADTC Date: Wed, 25 Oct 2017 19:13:02 +0530 Subject: [PATCH 4/6] Show Edit page Sidebar below all else in Mobile View --- bl-kernel/admin/themes/default/css/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bl-kernel/admin/themes/default/css/default.css b/bl-kernel/admin/themes/default/css/default.css index a62bfe5f..4b987ab7 100644 --- a/bl-kernel/admin/themes/default/css/default.css +++ b/bl-kernel/admin/themes/default/css/default.css @@ -325,7 +325,9 @@ button.aslink:hover { } .bl-publish-sidebar { - display: none !important; + width: 100% !important; + padding: 0 !important; + margin-bottom: 25px !important; } .bl-publish-view { @@ -746,4 +748,4 @@ div.plugin-links > span.separator { #jsformplugin button[type=submit] { margin: 0; } -} \ No newline at end of file +} From 9222f6645f9e7c88a05936c0bf9be5c35f32b7bb Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 25 Oct 2017 17:19:31 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 168705c5..d4dc1375 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,30 @@ Requirements You just need a web server with PHP support. +PHP v5.3 or higher. +PHP mbstring module for full UTF-8 support. +PHP gd module for image processing. +PHP dom module for DOM manipulation. +PHP json module for JSON manipulation. +Supported web servers: +Bludit supports almost every webserver +PHP Built-in web server + - PHP v5.3 or higher. - PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support. - PHP [gd](http://php.net/manual/en/book.image.php) module for image processing. - PHP [dom](http://php.net/manual/en/book.dom.php) module for DOM manipulation. - PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation. -- Webserver with PHP support - * PHP Built-in web server +- Supported web servers: + * Bludit supports almost every webserver + * PHP Built-in web server Installation guide ------------------ -1. Download the latest version from https://cdn.bludit.com/builds/bludit_latest.zip -2. Extract the zip file into a directory like `bludit`. -3. Upload the directory `bludit` to your server/hosting. +1. Download the latest version from the official page. [Bludit.com](https://www.bludit.com) +2. Extract the zip file into a directory like bludit. +3. Upload the directory `bludit` to your web server or hosting. 4. Visit your domain https://example.com/bludit/ 5. Follow the Bludit Installer to configure the website. From d98e0082b25a72008093d0ac2cabd668ff6dd962 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 25 Oct 2017 17:24:48 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4dc1375..8455232e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Bludit supports **Markdown** and **HTML code** for the content. [![Bludit PRO](https://img.shields.io/badge/Bludit-PRO-blue.svg)](https://pro.bludit.com/) -Social networks +Social Networks --------------- - [Twitter](https://twitter.com/bludit) @@ -45,7 +45,7 @@ PHP Built-in web server * Bludit supports almost every webserver * PHP Built-in web server -Installation guide +Installation Guide ------------------ 1. Download the latest version from the official page. [Bludit.com](https://www.bludit.com) @@ -54,6 +54,11 @@ Installation guide 4. Visit your domain https://example.com/bludit/ 5. Follow the Bludit Installer to configure the website. +Docker Image +------------ +Bludit provides an official Docker image. +- https://hub.docker.com/r/bludit/docker/ + License ------- Bludit is open source software licensed under the [MIT license](https://tldrlegal.com/license/mit-license).