Bachir Soussi Chiadmi 5 years ago
parent
commit
94b7023d9f
1 changed files with 24 additions and 3 deletions
  1. 24 3
      readme.md

+ 24 - 3
readme.md

@@ -1,6 +1,27 @@
-# ethica-spinoza.net the App
-
+# Ethica
 
 [app.ethica-spinoza.net](http://app.ethica-spinoza.net)
 
-Pure vanilla javascript app, using [mithril](https://mithril.js.org/) and compiled with [webpack](https://webpack.js.org/)
+Ethica, work without obstacle, is a free internet application for internet and smartphones which proposes a digital and augmented edition of the Ethics by Spinoza (1632-1677).
+
+Published in Latin in 1677, the Ethics intends to demonstrate "in the manner of surveyors" not only the existence of God, the nature and the origin of the human mind, but still the way which leads "as by the hand" to salvation and bliss.
+
+Thanks to an unprecedented visualization of the text, Ethica makes visible the demonstrative network of the work. The user can see and read freely the text, explore it in a innovative and intuitive way.
+
+Ethica is accessible to all, curious, specialists or lovers of Spinoza, philosophers, researchers, students.
+
+
+## The application
+
+###The database
+We are developing a JSON database model adapted to Spinoza's Ethics, allowing us to dynamically load content into the interface and also to share these contents in a standardized way. This bdd model is constantly evolving in relation to the development of the project.
+
+We also developed a routine python we allow to recover the different versions of the Ethics available in free right on internet as well as a new translation in Brazilian and to format them for our model of bdd json.
+
+### Design
+Multiple tests and versions of design and graph for the reading interface have all been done under Linux and with free software, mainly Inkscape. We will also share the sources of all these design documents.
+
+### The development of the interface
+The interface is developed in pure javascript (vanilla). There is no back-office, or server-side code, which makes the application autonomous, to make it available in different contexts : website, desktop application, mobile application. We use the [mithril](https://mithril.js.org/) interface framework to gain weight and speed of development. This framework is at the same time very light, flexible in these models of use, and very fast.
+
+We have not added any additional js plugin, such as jquery for example, in order to gain execution velocity and because current javascript environments are powerful enough and standardized enough to be used as is. [webpack](https://webpack.js.org/) serves as a development environment, which allows to design the source application of different modules arranged between them. This has the effect of better organizing the code and allow a more fluid collaborative work.