From e6f18c10ec6e9792b70852e500a82c19132d8ae5 Mon Sep 17 00:00:00 2001 From: Gormogon Date: Fri, 20 Feb 2015 20:12:00 -0500 Subject: [PATCH] Fixed Format --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 79e0c681b..fbce89be0 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ $ make ### Design Notes __Calamares is currently split as follows__: -1. __libcalamares__ - The back-end library. - * Only depends on QtCore, yaml-cpp, Python and Boost.Python. - * Provides a job queue and generic jobs. - * Comes with 3 job interfaces: C++, Python and process (the latter is very limited). -2. __libcalamaresui__ - The front-end library. - * Same dependencies as libcalamares, plus QtWidgets and other Qt modules. - * Comes with a module loading system, for different kinds of plugins. - * Themeable, so branding can be done easily (plugin-based, TBD). - * Presents a bunch of pages in a scripted order, enqueues jobs in the back-end library. -3. __calamares__ - The main executable. - * A thin wrapper around libcalamaresui; starts up and plugs together all the parts. + 1. __libcalamares__ - The back-end library. + * Only depends on QtCore, yaml-cpp, Python and Boost.Python. + * Provides a job queue and generic jobs. + * Comes with 3 job interfaces: C++, Python and process (the latter is very limited). + 2. __libcalamaresui__ - The front-end library. + * Same dependencies as libcalamares, plus QtWidgets and other Qt modules. + * Comes with a module loading system, for different kinds of plugins. + * Themeable, so branding can be done easily (plugin-based, TBD). + * Presents a bunch of pages in a scripted order, enqueues jobs in the back-end library. + 3. __calamares__ - The main executable. + * A thin wrapper around libcalamaresui; starts up and plugs together all the parts.