From 58260021b6c3b0d9be25a777970822b823d7e61f Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 19 May 2017 13:11:30 +0200 Subject: [PATCH] Frio: remove experimental flag + rise version number to 0.8 --- view/theme/frio/README.md | 4 ++-- view/theme/frio/experimental | 0 view/theme/frio/theme.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 view/theme/frio/experimental diff --git a/view/theme/frio/README.md b/view/theme/frio/README.md index f4881f2df5..cbf60f665d 100644 --- a/view/theme/frio/README.md +++ b/view/theme/frio/README.md @@ -13,11 +13,11 @@ I conentrated on 3 topics: * if you update the theme you should disable and enable the theme again from the admin panel (to apply possible new hooks) **Note:** -This theme is marked as experimental. While it is doing its job very well in the most cases there still much work to do to get it marked as stable. So some important templates are still missing and will be added in future versions. +While Frio is doing its job very well in the most cases, there still some work to do. So some templates are still missing and will be added in future versions. Some insights into my motivation for starting coding this theme: This theme should be the start of a discussion in the friendica community (users and developers) about UI/UX in friendica. -What frameworks do we want to use? How should default friendica look like? And how do we want to use friendica? What do we need in the core code (At the present time some stuff in this is done with ugly javascript hacks and own php code)? +What frameworks do we want to use? How should default friendica look like? And how do we want to use friendica? What do we need in the core code (At the present time some stuff this is done with ugly javascript hacks and own php code)? Coding a theme is much work but you will get a really good insight of the limitations of friendica and can start a discussion about doing things differently. So join the discussion at the friendica forums ;-) diff --git a/view/theme/frio/experimental b/view/theme/frio/experimental deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index e0c382661a..551f39c8f7 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -2,7 +2,7 @@ /* * Name: frio * Description: Bootstrap V3 theme. The theme is currently under construction, so it is far from finished. For further information have a look at the ReadMe. - * Version: V.0.7 + * Version: V.0.8 * Author: Rabuzarus * */