1
0
mirror of https://git.envs.net/envs/twtxt.git synced 2024-09-16 14:24:59 +00:00
Commit Graph

235 Commits

Author SHA1 Message Date
buckket
faf196271a This is 1.2.2 2017-09-27 00:51:54 +02:00
buckket
0bd1874ea9 Be more explicit about our dependencies, no major update pls 2017-09-27 00:46:43 +02:00
buckket
bed6544c3b Adopt to aiohttp 2.x changes 2017-09-27 00:40:25 +02:00
buckket
119a6b9613 Fixing two minor bugs
* Check if status actually contains something (it won't when the request failed)
* UnboundLocalError, oh please how could I forgot
2017-09-27 00:38:39 +02:00
Felix Bayer
f86fd00771 Merge pull request #131 from IBPX/revert-129-patch-1
Revert "Simplify `date` command"
2017-09-21 17:00:09 +02:00
Felix Bayer
4cc96c4431 Merge pull request #132 from dertuxmalwieder/master
Update README.rst
2017-09-20 12:27:44 +02:00
Cthulhux
de3c125703 Here we go 2017-09-20 10:55:09 +02:00
IBPX
17792cc3d7 Revert "Simplify date command (#129)"
This reverts commit abd1928943.
2017-09-18 16:57:49 -07:00
IBPX
abd1928943 Simplify date command (#129)
Make twtxting example even more simple by using "date -Isecond"
2017-09-19 00:00:14 +02:00
trax
feb583d2d9 update trqx contributions (#130)
Update README
2017-09-18 23:58:33 +02:00
Felix Bayer
0fe12539ca hello? is this still on? 2017-03-17 14:14:25 +01:00
trax
88944f9c91 Update README.rst (#125)
add txtnish an twgwtxt
2017-03-17 01:47:51 +01:00
Mario Domgoergen
e07e3347a4 add txtnish (#124) 2017-03-17 01:46:30 +01:00
Mario Domgoergen
3242022f0b add we-are-twtxt (#123) 2017-03-17 01:46:12 +01:00
buckket
6badc0b7c1 update docs and README.rst 2017-01-18 00:30:32 +01:00
Felix Bayer
c6853f6dd5 Update README.rst 2017-01-13 20:06:11 +01:00
buckket
2af186e061 Move check upwards in cli.timeline 2016-04-07 12:45:43 +02:00
buckket
698ce22882 Merge branch 'master' of github.com:buckket/twtxt 2016-04-07 12:43:45 +02:00
buckket
b6f54aa519 Ask user for twturl in twtxt quickstart (closes #116) 2016-04-07 12:42:34 +02:00
DracoBlue
cd9d6655fa Registry doc change
* Fixed curl examples

* Changed from mention-format to nick\ttwtxturl\t for lists

* Added info about nick/url to the reading-part

* Added a codeblock example for the query format

* Updated example for users

* /users endpoint reflects the new format, too.
2016-04-04 10:27:06 +02:00
Mario Domgoergen
2b31ad3cc4 Update README.rst
Adding roster.twtxt.org
2016-04-04 02:12:02 +02:00
buckket
99a17dd236 Adding option to specify minimal interval between checks (closes #100)
The option is called 'timeline_update_interval', defaults to 10.
The behaviour is as follows: If cache is enabled and was updated
in the last 'timeline_update_interval' seconds, skip any network
requests and load the timline completely from the cache, otherwise
proceed with network requests and add new content to the cache, if
necessary. This only works if the cache is enabled.

An overwrite switch is also added, called: --force-update
When specified network requests will be made to check if
cache content is still up-to-date, but the cache will still
be used, when possible. Use --no-cache if you want to disable
the caching.
2016-03-30 21:26:03 +02:00
buckket
a62df25e44 Update MANIFEST.in 2016-03-30 20:35:25 +02:00
Felix Bayer
db656a90f0 Merge pull request #111 from LeMagnesium/timeline_update_skip
Skip updating feeds if timeline is called very often
2016-03-30 18:33:59 +02:00
buckket
63e0cfb751 Add character_warning option, defaults to None (closes #4)
When composing a tweet with more than <character_warning> characters,
aks the user for confirmation before writing the tweet to disk.

twtxt quickstart will create a config file with character_warning set to 140.
This is in line with setting the character_limit to 140 via quickstart.
2016-03-30 17:19:07 +02:00
buckket
5cb114f6c9 Fix config test 2016-03-30 06:48:32 +02:00
buckket
7d180f5b2d Warn about SSL certificate errors (closes #102)
but only when using follow/following commands
2016-03-30 06:39:28 +02:00
buckket
6b94d36227 Set log level to CRITICAL when not in verbose mode.
Reason: We catch the important errors anyway.
2016-03-30 06:26:09 +02:00
buckket
c1bbd6aa7f Improve quickstart command
+ allow setting a custom config file location (closes #112)
* create all non-existent directories (closes #114)
* ask before overwriting any files (closes #113)
2016-03-30 05:20:59 +02:00
buckket
96c533d47d Remove version check from setup.py, so older Python versions can parse it. 2016-03-21 20:11:36 +01:00
buckket
c4d3a1098e Include test env via extras_require in setup.py 2016-03-21 20:08:53 +01:00
buckket
e1ec0086f8 Merge branch 'master' of github.com:buckket/twtxt 2016-03-12 16:30:35 +01:00
buckket
3dea745144 We can haz homebrew formula 2016-03-12 16:30:26 +01:00
buckket
87f2399c6c Merge pull request #108 from quite/misleading
That example did not give RFC3339 (and date -Is variously gives tz w/ & w/o colon)
2016-03-11 16:12:09 +01:00
LeMagnesium
1baa9d3f77 Skip updating feeds if timeline is called very often 2016-03-08 21:16:42 +01:00
Daniel Lublin
5e3c775255 That example did not give RFC3339 (and date -Is variously gives tz w/ & w/o colon) 2016-03-05 15:59:54 +01:00
buckket
288a1354be Merge branch 'master' of github.com:buckket/twtxt 2016-03-04 22:03:44 +01:00
buckket
a4ddea8074 We can haz Arch PKGBUILD 2016-03-04 22:03:26 +01:00
buckket
831bd557ed Merge pull request #105 from mdom/feature/rfc3339
Replace ISO 8601 with RFC 3339 (resolves #103)
2016-03-03 01:51:14 +01:00
buckket
3f05667792 Merge pull request #106 from buckket/revert-83-feature/timeline-since
Revert "Support --since option for timeline and view cli command"
2016-03-02 19:35:31 +01:00
buckket
2c121cd290 Revert "Support --since option for timeline and view cli command" 2016-03-02 19:28:53 +01:00
buckket
8080d11634 Merge pull request #83 from timofurrer/feature/timeline-since
Support --since option for timeline and view cli command
2016-03-02 19:23:52 +01:00
Mario Domgoergen
192a6d489e Replace ISO 8601 with RFC 3339 (resolves #103) 2016-03-02 09:12:34 +01:00
buckket
4d87af8ab3 Fixed name of test function 2016-03-01 13:53:27 +01:00
buckket
6ab24a3aab Improve config file sanity checking 2016-03-01 13:52:17 +01:00
buckket
8b65399b21 Merge pull request #87 from Altoyyr/issue_73
Issue #73
2016-03-01 13:06:29 +01:00
buckket
6913d951a4 Merge pull request #101 from mdom/patch-2
Add link to txtnix
2016-02-22 20:52:46 +01:00
Mario Domgoergen
0fc0ad4789 Add link to txtnix 2016-02-22 20:41:09 +01:00
altoyyr
364e588bf9 adds basic config_sanity unittest 2016-02-19 17:44:23 +01:00
altoyyr
edd5247814 implements issue #73
adds config.check_config_sanity method

This method retrieves all config properties in Config
and tries to load them via the configparser. It
excepts ValueException and prints a useful error-
message via click.

The program terminates if a config-error was found.
2016-02-19 17:20:52 +01:00