diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 18:34:25 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 18:34:25 +0000 |
commit | 1a9f50fcbc79413ccc669349b682aa6a6ebb398b (patch) | |
tree | a7673155e97d56f5714a5f9cb3e74f941e961346 /protocols/Twitter/docs | |
parent | 5aa2a6fdad72feeff99041bfdf17fd607a45033a (diff) |
Twitter: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/docs')
-rw-r--r-- | protocols/Twitter/docs/betaVersion.html | 1 | ||||
-rw-r--r-- | protocols/Twitter/docs/changelog.html | 15 | ||||
-rw-r--r-- | protocols/Twitter/docs/twitter-translation.txt | 58 | ||||
-rw-r--r-- | protocols/Twitter/docs/version.html | 1 |
4 files changed, 72 insertions, 3 deletions
diff --git a/protocols/Twitter/docs/betaVersion.html b/protocols/Twitter/docs/betaVersion.html new file mode 100644 index 0000000000..13f1601e8e --- /dev/null +++ b/protocols/Twitter/docs/betaVersion.html @@ -0,0 +1 @@ +Twitter 1.0.0.0
\ No newline at end of file diff --git a/protocols/Twitter/docs/changelog.html b/protocols/Twitter/docs/changelog.html index 6da6b1d409..44a157bd7a 100644 --- a/protocols/Twitter/docs/changelog.html +++ b/protocols/Twitter/docs/changelog.html @@ -3,10 +3,19 @@ <title>Miranda Twitter Changelog!</title>
</head>
<body>
+ <h2>0.0.9.7</h2>
+ - Major options cleanup<br>
+ - Default group now has a GUI in the options/accounts<br>
+ - stopped twitter from going offline so much (needs 3 network fails in a row before it will go offline)<br>
+ - open source! code is super messy. please feel free to post if you have any questions. the open source code will not compile with the official OAUTH keys!<br>
+ - added code to stop tweets becoming messages. you will need to add a "tweetToMsg" variable as type BYTE to the db, and set to 0 if you want tweets to NOT become messages.<br>
+ - fixed single % signs from disappearing in the group chat, and also stopped "%" becoming "%%" if you typed it into the group chat input area to tweet.<br>
+ - fixed long native retweets from being truncated<br>
+ - code cleanup, minor fixes<br>
<h2>0.0.9.6</h2>
- - Updater now working
- - Basic "auto" group support. If you want to have twitter contacts auto added to a group, before you connect to twitter (but after you create the account in miranda) create a "DefaultGroup" string key in the database and make the value the group you want twitter contacts to be automatically added to. This won't copy existing contacts to the group, just newly added ones.
- - Other minor fixes
+ - Updater now working<br>
+ - Basic "auto" group support. If you want to have twitter contacts auto added to a group, before you connect to twitter (but after you create the account in miranda) create a "DefaultGroup" string key in the database and make the value the group you want twitter contacts to be automatically added to. This won't copy existing contacts to the group, just newly added ones.<br>
+ - Other minor fixes<br>
<h2>0.0.9.5</h2>
- Retweets will now appear in the timeline!<br>
- Fixed group chat highlighting when YOU make a tweet<br>
diff --git a/protocols/Twitter/docs/twitter-translation.txt b/protocols/Twitter/docs/twitter-translation.txt new file mode 100644 index 0000000000..d27e9902d0 --- /dev/null +++ b/protocols/Twitter/docs/twitter-translation.txt @@ -0,0 +1,58 @@ +; Common strings that belong to many files
+;[]
+
+; ../../protocols/Twitter/connection.cpp
+;[Failed to get Twitter Access Tokens, please go offline and try again. If this keeps happening, check your internet connection.]
+;[OAuth variables are out of sequence, they have been reset. Please reconnect and reauthorise Miranda to Twitter.com (do the PIN stuff again)]
+;[Please enter a password.]
+;[Something went wrong with authorisation, OAuth keys have been reset. Please try to reconnect. If problems persist, please se your doctor]
+;[You're missing the Nick key in the database. This isn't really a big deal, but you'll notice some minor quirks (self contact in list, no group chat outgoing message highlighting, etc). To fix it either add it manually or reset your twitter account in the miranda account options]
+
+; ../../protocols/Twitter/proto.cpp
+;[%s Protocol]
+;[%s avatar connection]
+;[%s server connection]
+;[Basic]
+;[Network]
+;[Popups]
+;[Send Tweet...]
+
+; ../../protocols/Twitter/theme.cpp
+;[Protocols]
+;[Reply...]
+;[Twitter]
+;[Visit Homepage]
+
+; ../../protocols/Twitter/twitter.rc
+;[Back]
+;[Base URL:]
+;[But not during sign-on]
+;[Cancel]
+;[Colors]
+;[Create a new Twitter account]
+;[Custom]
+;[Default group:]
+;[Enable popup notifications for Tweets]
+;[Enter Twitter PIN]
+;[Enter the PIN provided by Twitter to complete your sign in. This is a one time process until you recreate your Miranda Twitter account.]
+;[Misc. Options]
+;[OK]
+;[Once every]
+;[Permanent]
+;[Please cycle your connection for these changes to take effect]
+;[Polling rate:]
+;[Preview]
+;[Send]
+;[Send Tweet]
+;[Server:]
+;[Text]
+;[Timeouts]
+;[Treat tweets as messages]
+;[Use Popup colors]
+;[Use Windows colors]
+;[Use custom colors]
+;[Use default]
+;[Use group chat for Twitter feed]
+;[Username:]
+;[[Sign in to link your twitter account]]
+;[sec]
diff --git a/protocols/Twitter/docs/version.html b/protocols/Twitter/docs/version.html new file mode 100644 index 0000000000..13f1601e8e --- /dev/null +++ b/protocols/Twitter/docs/version.html @@ -0,0 +1 @@ +Twitter 1.0.0.0
\ No newline at end of file |