Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit e219f16

Browse files
authored
Merge pull request #27 from ExchangeCalendar/master
Pull master into ec-4.0
2 parents dcd78fb + bedeb68 commit e219f16

File tree

2 files changed

+7
-65
lines changed

2 files changed

+7
-65
lines changed

README.md

Lines changed: 4 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,7 @@
1-
##Exchange EWS Provider
2-
=====================
3-
Thank you for checking out Ericsson's Exchange EWS Provider. Ericsson and the Ericsson QA team are grateful for the help and hard work of many [contributors][contributors] like yourself.
1+
Exchange Calendar is an **add-on for Thunderbird and Lightning** that provides **Exchange calendar support**.
42

5-
Current Release Vs. Download trend is something like [this](https://rawgit.com/muthusuba/github-tools/master/downloads-trend.html?user=Ericsson&repo=exchangecalendar)
6-
7-
8-
Getting involved as a contributor
9-
------------------------------------------
10-
We love working with contributors for Exchange EWS Provider, but it does require a few skills. You will need to know some Javascript, XUL, some CSS and a basic familiarity with GitHub.
11-
12-
If you know some Javascript, it's worth having a look at the Object Oriented Programming to understand the basic concepts of class based coding and especially for xul window objects.
13-
14-
If you need to brush-up on programming, but are eager to start contributing immediately, please consider helping us find bugs in Github [Exchange EWS Provider][Exchange EWS Provider] or find bugs in the Issues tested by the [EricssonQA][EricssonQA] team. To brush up on Javascript skills before engaging with us, Dive Into Javascript [mozilla][mozilla] is an excellent resource. W3schools also has [notes on Javascript][w3schools] available through their website. The programming concepts you will need to know include functions, working with classes, and some object-oriented programming basics. To brush up on XUL, Mozilla [XUL][XUL] is an easy and simple place to learn XUL, More of XUL are dynamically configured and cross-plateform.
15-
16-
Special thanks to all our [contributors][contributors]
17-
18-
[w3schools]: http://www.w3schools.com/js/
19-
[mozilla]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
20-
[EricssonQA]: https://github.com/Ericsson/exchangecalendar/
21-
[Exchange EWS Provider]: https://github.com/Ericsson/exchangecalendar/issues
22-
[XUL]: https://developer.mozilla.org/en-US/Add-ons/Overlay_Extensions/XUL_School
23-
[contributors]: https://github.com/Ericsson/exchangecalendar/contributors
24-
25-
Questions are always welcome
26-
----------------------------
27-
While we take pains to keep our documentation updated, the best source of information is those of us who work on the project. We also have the [wiki][wiki] pages to answer your general questions about contributing to Exchange EWS Provider.
28-
29-
[wiki]: https://github.com/Ericsson/exchangecalendar/wiki
30-
31-
Getting set up
32-
-------------
33-
It's easy to get set up: just 2 pieces of software to install and in few command lines you'll be running the addon!
34-
35-
### Install Thunderbird
36-
If you don't already have it installed, please install latest version
37-
https://support.mozilla.org/en-US/kb/installing-thunderbird
38-
39-
### Install Lightning
40-
If you don't already have it installed, please install latest version
41-
https://support.mozilla.org/en-US/kb/installing-lightning-thunderbird
42-
43-
### Cloning the test repository with Git
44-
After you have installed [Git] you will need to clone the project to your hard drive. From your workspace directory run this command which will copy (clone) the project to your hard drive
45-
46-
git clone --recursive git://github.com/Ericsson/exchangecalendar.git
47-
[Git]: http://en.wikipedia.org/wiki/Git_%28software%29
3+
## Contributing
4+
This add-on is open-source and based on the work of many [contributors](https://github.com/ExchangeCalendar/exchangecalendar/graphs/contributors).
485

496
### Installing developement tools
507
You will need to install Dom Inspector, Javascript Debugger and some other development tools. Fortunately `Thunderbird addons` makes it easy to install all of these:
@@ -53,21 +10,6 @@ Now using bash we'll compile the addon we need (which are written in wiki)
5310

5411
cd ./exchangecalendar_master; chmod +x ./build.sh; ./build.sh;
5512

56-
Now you can install the Exchange EWS Provider addon
57-
58-
Writing Code
59-
-------------
60-
If you want to get involved and add more code, then there's just a few things
61-
we'd like to ask you to do:
62-
63-
1. Use the similar code format for all new developement and window objects
64-
2. Follow mozilla's simple [Coding Style Guide][Coding Style Guide] recommendations
65-
3. Fork this project with your own GitHub account
66-
4. Make sure all tests are passing and submit a pull request with your changes
67-
68-
[Coding Style Guide]: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style
69-
70-
License
71-
-------
13+
## License
7214
This software is licensed under the [GNU GPL] Version 3
7315
[GNU GPL]: http://www.gnu.org/licenses/gpl.html

locale/exchangecalendar/fr-FR/exchangeSettingsOverlay.dtd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<!ENTITY exchWebServices.UserAvailability.label "Seul le status de disponibilité de l'utilsateur du calendrier de cette BAL sera visible.">
5151

5252

53-
<!ENTITY exchWebServices.exchtype.label "Exchange Type">
54-
<!ENTITY exchWebServices.hostexch.label "Hosted Exchange">
53+
<!ENTITY exchWebServices.exchtype.label "Infrastructure Exchange">
54+
<!ENTITY exchWebServices.hostexch.label "Infrastructure Exchange dédiée">
5555
<!ENTITY exchWebServices.365exch.label "Microsoft Office365">
56-
<!ENTITY exchWebServices.detail.label "Details">
56+
<!ENTITY exchWebServices.detail.label "Détails">

0 commit comments

Comments
 (0)