mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
change www.wakatime.com to wakatime.com
This commit is contained in:
parent
7f4f70cc85
commit
533aaac313
@ -18,7 +18,7 @@ Heads Up! For Sublime Text 2 on Windows & Linux, WakaTime depends on [Python](ht
|
|||||||
|
|
||||||
c) Type `wakatime`, then press `enter` with the `WakaTime` plugin selected.
|
c) Type `wakatime`, then press `enter` with the `WakaTime` plugin selected.
|
||||||
|
|
||||||
3. You will see a prompt at the bottom asking for your [api key](https://www.wakatime.com/#apikey). Enter your api key, then press `enter`.
|
3. You will see a prompt at the bottom asking for your [api key](https://wakatime.com/#apikey). Enter your api key, then press `enter`.
|
||||||
|
|
||||||
4. Use Sublime and your time will automatically be tracked for you.
|
4. Use Sublime and your time will automatically be tracked for you.
|
||||||
|
|
||||||
@ -29,5 +29,5 @@ Heads Up! For Sublime Text 2 on Windows & Linux, WakaTime depends on [Python](ht
|
|||||||
Screen Shots
|
Screen Shots
|
||||||
------------
|
------------
|
||||||
|
|
||||||
![Project Overview](https://www.wakatime.com/static/img/ScreenShots/Screen Shot 2013-10-26 at 5.04.01 PM.png)
|
![Project Overview](https://wakatime.com/static/img/ScreenShots/Screen Shot 2013-10-26 at 5.04.01 PM.png)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ File: WakaTime.py
|
|||||||
Description: Automatic time tracking for Sublime Text 2 and 3.
|
Description: Automatic time tracking for Sublime Text 2 and 3.
|
||||||
Maintainer: WakaTime <support@wakatime.com>
|
Maintainer: WakaTime <support@wakatime.com>
|
||||||
License: BSD, see LICENSE for more details.
|
License: BSD, see LICENSE for more details.
|
||||||
Website: https://www.wakatime.com/
|
Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
__version__ = '1.6.5'
|
__version__ = '1.6.5'
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
// This settings file will be overwritten when upgrading.
|
// This settings file will be overwritten when upgrading.
|
||||||
|
|
||||||
{
|
{
|
||||||
// Your api key from https://www.wakatime.com/#apikey
|
// Your api key from https://wakatime.com/#apikey
|
||||||
// Set this in your User specific WakaTime.sublime-settings file.
|
// Set this in your User specific WakaTime.sublime-settings file.
|
||||||
"api_key": "",
|
"api_key": "",
|
||||||
|
|
||||||
|
@ -11,4 +11,4 @@ Go to http://wakatime.com to install the plugin for your text editor.
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
https://www.wakatime.com/help/plugins/installing-plugins
|
https://wakatime.com/help/plugins/installing-plugins
|
||||||
|
@ -227,7 +227,7 @@ def get_user_agent(plugin):
|
|||||||
|
|
||||||
def send_action(project=None, branch=None, stats={}, key=None, targetFile=None,
|
def send_action(project=None, branch=None, stats={}, key=None, targetFile=None,
|
||||||
timestamp=None, isWrite=None, plugin=None, **kwargs):
|
timestamp=None, isWrite=None, plugin=None, **kwargs):
|
||||||
url = 'https://www.wakatime.com/api/v1/actions'
|
url = 'https://wakatime.com/api/v1/actions'
|
||||||
log.debug('Sending action to api at %s' % url)
|
log.debug('Sending action to api at %s' % url)
|
||||||
data = {
|
data = {
|
||||||
'time': timestamp,
|
'time': timestamp,
|
||||||
|
Loading…
Reference in New Issue
Block a user