Commit 66bda8765ba706509d821f2af1a4e07c61ff0953
- Date: Mon Mar 24 20:58:30 +0000 2008
- Committer: Rodrigo Lazo (rlazo.paz@gmail.com)
- Author: Rodrigo Lazo (rlazo.paz@gmail.com)
- Commit SHA1: 66bda8765ba706509d821f2af1a4e07c61ff0953
- Tree SHA1: f2865c54cd12215f24045d74c9c312c97c6e7ccc
Documentation update to v0.2
Commit diff
| |   |
| 1 | | GoogleMail Sentinel is copyright (C) 2008 Rodrigo Lazo |
| 2 | | |
| 3 | 1 | Rodrigo Lazo <rlazo.paz@gmail.com> |
| toggle raw diff |
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1 @@
-GoogleMail Sentinel is copyright (C) 2008 Rodrigo Lazo
-
Rodrigo Lazo <rlazo.paz@gmail.com> |
| |   |
| 12 | 12 | |
| 13 | 13 | Following the GTK+ reference[1], there is a msgid "translator-credits" |
| 14 | 14 | where you should put your name and email so you receive credit for |
| 15 | | your work on the credits tab of the about dialog. |
| 15 | your work on the credits tab of the about dialog. It's also important |
| 16 | to place your information on the Last-translator "header" of the .po |
| 17 | file. If you don't fill this fields your translation will be accepted, |
| 18 | but it will be harder to give you credit. |
| 16 | 19 | |
| 17 | 20 | To submit your translation create a new issue on the issue tracker |
| 18 | 21 | |
| toggle raw diff |
--- a/HACKING
+++ b/HACKING
@@ -12,7 +12,10 @@ convention.
Following the GTK+ reference[1], there is a msgid "translator-credits"
where you should put your name and email so you receive credit for
-your work on the credits tab of the about dialog.
+your work on the credits tab of the about dialog. It's also important
+to place your information on the Last-translator "header" of the .po
+file. If you don't fill this fields your translation will be accepted,
+but it will be harder to give you credit.
To submit your translation create a new issue on the issue tracker
|
| |   |
| 29 | 29 | value should be correct for any installation using the default LIBDIR |
| 30 | 30 | and PREFIX values. If you modify the prefix value I'm sure you have |
| 31 | 31 | enough knowledge to modify this path to the correct value. |
| 32 | |
| 33 | Your config file, for security reasons, should have 600 as permissions |
| 34 | because store important information (username/password) as clear |
| 35 | text. More permissions would allow other users to look at your file |
| 36 | and get your username/passowrd. See bug #1[1] for more information |
| 37 | |
| 38 | Footnotes: |
| 39 | [1] http://code.google.com/p/gmail-sentinel/issues/detail?id=1 |
| 40 | |
| toggle raw diff |
--- a/INSTALL
+++ b/INSTALL
@@ -29,3 +29,12 @@ the directory were the media files (images) are stored. The default
value should be correct for any installation using the default LIBDIR
and PREFIX values. If you modify the prefix value I'm sure you have
enough knowledge to modify this path to the correct value.
+
+Your config file, for security reasons, should have 600 as permissions
+because store important information (username/password) as clear
+text. More permissions would allow other users to look at your file
+and get your username/passowrd. See bug #1[1] for more information
+
+Footnotes:
+[1] http://code.google.com/p/gmail-sentinel/issues/detail?id=1
+ |
| |   |
| 2 | 2 | NEWS |
| 3 | 3 | ====== |
| 4 | 4 | |
| 5 | 0.2: |
| 6 | * Added next/previous buttons on the notification popup |
| 7 | This will allow users to browse within the popup all the new messages |
| 8 | * Added open button on the notification popup |
| 9 | It will launch your browser to see the full message |
| 10 | * New translations (italian and slovak) |
| 11 | Thanks to giacomomargarito and shamotj |
| 12 | |
| 5 | 13 | 0.1: |
| 6 | 14 | |
| 7 | 15 | First version |
| toggle raw diff |
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
NEWS
======
+0.2:
+* Added next/previous buttons on the notification popup
+ This will allow users to browse within the popup all the new messages
+* Added open button on the notification popup
+ It will launch your browser to see the full message
+* New translations (italian and slovak)
+ Thanks to giacomomargarito and shamotj
+
0.1:
First version |