Update README
parent
2a8fb05b4c
commit
9cd71c7290
|
@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Better handling of dev version.
|
- Better handling of dev version.
|
||||||
|
- Automating several tasks.
|
||||||
- Simplify subtitle.
|
- Simplify subtitle.
|
||||||
- Simplify customization.
|
- Simplify customization.
|
||||||
- Change path of saving file from "~/.config/manjaro-hello.json" to "~/.config/manjaro/manjaro-hello.json".
|
- Change path of saving file from "~/.config/manjaro-hello.json" to "~/.config/manjaro/manjaro-hello.json".
|
||||||
|
|
19
README.md
19
README.md
|
@ -3,25 +3,16 @@ manjaro-hello
|
||||||
|
|
||||||
A tool providing access to documentation and support for new Manjaro users.
|
A tool providing access to documentation and support for new Manjaro users.
|
||||||
|
|
||||||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4c5342caee874c079638970437d49196)](https://www.codacy.com/app/hugo-posnic/manjaro-hello?utm_source=github.com&utm_medium=referral&utm_content=Huluti/manjaro-hello&utm_campaign=Badge_Grade)
|
## What is Manjaro Hello?
|
||||||
|
|
||||||
## Why a new Manjaro Welcome Screen ?
|
|
||||||
|
|
||||||
Manjaro-hello is widely inspired by [manjaro-welcome](https://github.com/manjaro/manjaro-welcome). Manjaro-welcome has several defects, some of which are inherited from the technologies used:
|
|
||||||
- It is based on Gtk3 but because of the use of the old Python binding of Webkit, it is blocked on gtk2.
|
|
||||||
- The old old Python binding of Webkit has many serious security holes.
|
|
||||||
- Content of the app is displayed with web technologies. This makes the soft slower and complicates its evolution.
|
|
||||||
- Can't know if each link will be open in an external browser or in app.
|
|
||||||
|
|
||||||
For all this reasons, we have chosen to build a new software from scratch but keeping the original structure.
|
|
||||||
|
|
||||||
|
Manjaro-hello is widely inspired by [manjaro-welcome](https://github.com/manjaro/manjaro-welcome).
|
||||||
Currently, manjaro-hello has all the major features of manjaro-welcome plus a translation system.
|
Currently, manjaro-hello has all the major features of manjaro-welcome plus a translation system.
|
||||||
- Interface is translated using gettext and po files. (po/)
|
- Interface is translated using gettext and po files (po/).
|
||||||
- Pages are translated using differents files. (data/pages)
|
- Pages are translated using differents files (data/pages).
|
||||||
|
|
||||||
## What goals ?
|
## What goals ?
|
||||||
|
|
||||||
The goal of the project is to build a powerful welcome screen who welcome the new user and help him to discover our favorite distribution :).
|
The goal of the project is to build a powerful user interface that allows the user to discover his favorite distribution :).
|
||||||
|
|
||||||
## Technologies
|
## Technologies
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue