GSoC/2016/StatusReports/MinhChu: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2016‎ | StatusReports
No edit summary
 
Line 25: Line 25:
'''Finished points:'''
'''Finished points:'''
* I rewrote the app from the scratch, improved the code quality. And now Neverland can quickly build a theme for Wordpress/Drupal/Mediawiki
* I rewrote the app from the scratch, improved the code quality. And now Neverland can quickly build a theme for Wordpress/Drupal/Mediawiki
* My work is in [https://quickgit.kde.org/?p=websites%2Fneverland.git this git repository] on [http://quickgit.kde.org/?p=websites%2Fneverland.git&a=shortlog&h=a7dddf61ce33ebed76afa75f040a3d757bd56902 gsoc branch]
* My work is in [https://quickgit.kde.org/?p=websites%2Fneverland.git this git repository] on [https://quickgit.kde.org/?p=websites%2Fneverland.git&a=shortlog&h=c6298ed1a27816aff6f19932509e7f96652450b6 gsoc branch]
* My [https://community.kde.org/KDE.org/Neverland documentation] about using Neverland
* My [https://community.kde.org/KDE.org/Neverland documentation] about using Neverland
'''Improvement (in the future):'''
'''Improvement (in the future):'''
* Remove the neccessary of Mustache, using only Html
* Remove the neccessary of Mustache, using only Html
* Make a desktop app
* Make a desktop app

Latest revision as of 18:38, 18 August 2016

Project Overview

Project Name: Neverland Theme Builder (Neverland for short)

Description: KDE's Neverland is able to build full themes from a set of template files. The designer needs to only care about the css/js files and the correct nesting of the layout (html). Once satisfied, complete themes for any supported CMS can be outputted and then used accordingly. The project is based on node.js.

TL;DR: You create a html theme from html, css, js, mustache with prepared tools such as gulp, bower. And then Neverland creates Drupal/Neverland/Wordpress themes base on that theme (see screenshoots).

About Gsoc: it is a good experience working with Neverland project and Open source community. I learned more about Node, Node packages, working with real life project and under pressure. Overall, it was still awesome. You can see my blog posts about my progress of writing Neverland.

Screenshoots:

screen-shot-2016-06-24-at-13-31-24.png Html theme screen-shot-2016-06-24-at-13-41-14.png Wordpress theme screen-shot-2016-08-17-at-15-27-42-fullpage.png Mediawiki theme screen-shot-2016-08-17-at-15-29-54-fullpage.png Drupal theme

Work Report

Finished points:

  • I rewrote the app from the scratch, improved the code quality. And now Neverland can quickly build a theme for Wordpress/Drupal/Mediawiki
  • My work is in this git repository on gsoc branch
  • My documentation about using Neverland

Improvement (in the future):

  • Remove the neccessary of Mustache, using only Html
  • Make a desktop app