friendica/view/theme/frio
Hypolite Petovan c38a5e443d Merge branch 'develop' into issue/#3062
* develop: (68 commits)
  Added documentation
  update to the translation
  update to the translations
  translation docs now contain basic usage of the Transifex client
  - Replace TinyMCE-enabled filebrowser.tpl by filebrowser_plain.tpl content
  - Remove misc TinyMCE mentions in docs and minifyjs
  - Remove $theme_richtext_editor boot var - Remove "richtext" feature - Remove fix_mce_lf() function - Remove nomce parameter
  - Remove TinyMCE mentions in themes
  - Remove tinyMCE mentions or convert to addeditortext() - Remove $editselect template value
  Remove tinyMCE libraries
  limit the description of the meta tag to 160 characters in /mod/display
  Improved handling of non string values in the config
  Bugfix: Caching of non string cache values now works.
  Reformatted stuff, improved query
  Auto-focus first input field of modal when shown
  Use cache instead of config for storing last proc_run time
  Some added logging
  Bugfix for masses of php warnings
  Rearranged the logging
  Some changed logging
  ...

# Conflicts:
#	view/theme/frost-mobile/js/theme.js
#	view/theme/frost/js/theme.js
2017-01-27 15:30:21 -05:00
..
css Frio: implent switcher element 2017-01-03 17:33:01 +01:00
font/open_sans restructuring for PR for friendica main repo 2016-05-25 15:12:29 +02:00
frameworks Frio: implent switcher element 2017-01-03 17:33:01 +01:00
img restructuring for PR for friendica main repo 2016-05-25 15:12:29 +02:00
js Check for existing element in openMenu() 2017-01-09 11:34:41 +11:00
php Normalize App parameter declaration (view folder) 2017-01-09 23:06:08 +11:00
schema restructuring for PR for friendica main repo 2016-05-25 15:12:29 +02:00
templates Merge branch 'develop' into issue/#3062 2017-01-27 15:30:21 -05:00
config.php Normalize App parameter declaration (view folder) 2017-01-09 23:06:08 +11:00
experimental restructuring for PR for friendica main repo 2016-05-25 15:12:29 +02:00
LICENSE restructuring for PR for friendica main repo 2016-05-25 15:12:29 +02:00
README.md Update README.md 2016-08-05 20:31:14 +02:00
screenshot.png restructuring for PR for friendica main repo 2016-05-25 15:12:29 +02:00
style.php restructuring for PR for friendica main repo 2016-05-25 15:12:29 +02:00
theme.php - Remove TinyMCE mentions in themes 2017-01-26 22:54:32 -05:00

frio

A bootstrap based theme for friendica

This Theme was started as an experiment to give the user a good looking and modern theme for friendica.

I conentrated on 3 topics:

  1. A Modern, mobile friendly UI with bootstrap and awesome font
  2. Try to get a new UX for friendica (e.g. use modals where it seems to be useful)
  3. Give the user a powerfull (but easy) possebillities for custimation to personalize the theme and give it a own note.

Installation Requirements:

  • modern Browser with JS enabled (Chrome/Chromium is recommended)
  • 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.

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)?

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 ;-)

If anyone wants to contribute to this theme he/she is welcome to do this.

PS: Don't blame me too much for ugly code and hacks. Fix it ;-)

Screenshots

Default Default - Stream

Modals Modals

Theme - Settings Theme - Settings

Red schema Red schema

Love Music schema Love Music schema

frio on mobile

frio on mobile

Credits:

HumHub - Social Network Kit - https://github.com/humhub/humhub

Hubzilla - Community Server - https://github.com/redmatrix/hubzilla/

Michael Vogel (Vier Theme) - https://github.com/annando

StefOfficiel (Friendiboot Theme) - https://github.com/StefOfficiel/Friendiboot

License:

https://raw.githubusercontent.com/friendica/friendica/develop/view/theme/frio/LICENSE

original commit history