This commit is contained in:
Alexander Weidinger 2016-08-29 14:47:22 +02:00
Родитель 516f710a6a
Коммит c1e289cccb
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -17,7 +17,7 @@ files into one file: ``js/mail.min.js``. If debug mode is disabled, this compres
## Coding guidelines ## Coding guidelines
Generally, any code contributed to this repository should comply with the general [ownCloud coding style guidelines](https://doc.owncloud.org/server/9.1/developer_manual/general/codingguidelines.html). Generally, any code contributed to this repository should comply with the general [Nextcloud coding style guidelines](https://docs.nextcloud.com/server/10/developer_manual/general/codingguidelines.html).
Currently we use several frameworks and their extensions. Namely, this app is build with jQuery, Underscore.js, Backbone.js and Backbone Marionette. Additionally, Require.js is used for loading module dependencies (code and template). Currently we use several frameworks and their extensions. Namely, this app is build with jQuery, Underscore.js, Backbone.js and Backbone Marionette. Additionally, Require.js is used for loading module dependencies (code and template).

Просмотреть файл

@ -2,7 +2,7 @@
/** /**
* @author Tahaa Karim <tahaalibra@gmail.com> * @author Tahaa Karim <tahaalibra@gmail.com>
* *
* ownCloud - Mail * Mail
* *
* This code is free software: you can redistribute it and/or modify * This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3, * it under the terms of the GNU Affero General Public License, version 3,