renamed most tweet-stuff to tentia
This commit is contained in:
parent
0d49a3b275
commit
3a7c2f612a
362 changed files with 13308 additions and 561 deletions
|
@ -1,42 +1,36 @@
|
|||
Twittia
|
||||
Tentia
|
||||
=======
|
||||
|
||||
Twittia is a slim Twitter client for OS X written in mostly JavaScript.
|
||||
It doesn't implement much of Twitters functionality, only the things **I**
|
||||
Tentia is a slim Tent client for OS X written in mostly JavaScript.
|
||||
It doesn't implement much of Tents functionality, only the things **I**
|
||||
care for. Therefore it is **small** and **fast** and looks good
|
||||
by doing so. _"Keep it simple, stupid!"_ Is the mantra, therefore there
|
||||
will not by much more functionality as it is now. But you're welcome to
|
||||
fork and extend it.
|
||||
|
||||
[Download Twittia 2](http://github.com/downloads/jeena/Twittia/Twittia.app.zip)
|
||||
[Download Tentia](http://github.com/downloads/jeena/Tentia/Ttentia.app.zip)
|
||||
|
||||
It works on Mac OS 10.5 and higher.
|
||||
|
||||

|
||||

|
||||
|
||||
FAQ:s
|
||||
-----
|
||||
|
||||
1. The global hotkey for a new Tweet is: `Ctrl Alt Cmd t`
|
||||
1. The global hotkey for a new Message is: `Ctrl Alt Cmd m`
|
||||
|
||||
2. Yes there is a twittia: url scheme.
|
||||
2. Yes there is a tentia: url scheme.
|
||||
|
||||
3. Yes, there is a JavaScript-plugin-API. Create this file:
|
||||
`~/Library/Application Support/Twittia/Plugin.js`
|
||||
`~/Library/Application Support/Tentia/Plugin.js`
|
||||
|
||||
4. Yes, you can change the look through CSS. Create this file:
|
||||
`~/Library/Application Support/Tentia/Style.css`
|
||||
|
||||
|
||||
|
||||
Nice to know
|
||||
------------
|
||||
|
||||
There was a original Twittia 1 which was written in Ruby-Cocoa, it was
|
||||
quite ok back then, but the code was a mess. And then along came
|
||||
Tweetie and I lost the desire to write my own Twitter client, because
|
||||
it was so much further then twittia and looked nicer and so on.
|
||||
|
||||
But now Tweetie wasn't update for a really long time, and I really
|
||||
wanted to see retweets in my stream so I decided to rip out the look
|
||||
from Twittia 1 and implement it in a new much slimmer version.
|
||||
|
||||
And because Twitter offers a JSON API and Twittias rendering Engine is
|
||||
just a simple WebKit WebView I implemented the core functionality in
|
||||
JavaScript and am very happy with it.
|
||||
Originally the code was written for a Twitter client called
|
||||
[Twittia](https://github.com/jeena/Twittia/wiki).
|
Reference in a new issue