1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Hidden Z
6e3862d7ab Convert tabs to spaces 2015-10-27 19:41:44 +00:00
Hidden Z
75de76cf4c Allow different ordering in /browse/ 2015-10-27 19:15:14 +00:00
Hidden Z
38a792c7c0 validation.py: add support for ECDSA keys 2014-12-22 19:05:40 +00:00
Hidden Z
e4f5ae4a6c All hosts browsing: change sorting
Order all hosts in /browse/ by name in alphabetical order. I think it is
better, because hosts will not drift across pages at every timestamp
update.
2013-10-09 15:43:26 +00:00
Hidden Z
43bcfec7ed Fix settings import
According to django 1.5 documentation, settings should be imported as
>>> from django.conf import settings
2013-09-27 18:19:49 +00:00
Hidden Z
76ee7dbd0e Migrate all function-based generic views to a class-based views 2011-12-23 18:56:47 +00:00
Hidden Z
a15bfb9cfa Replace direct_to_template generic view with class-based TemplateView
This is done as a part of migration to django 1.3. See
https://docs.djangoproject.com/en/1.3/topics/generic-views-migration/
for additional info.
2011-12-20 19:17:33 +00:00
Hidden Z
3edb8fe653 validation.py: change python version in shebang 2011-12-20 19:15:48 +00:00
Hidden Z
eec3ecbb64 rss.py: remove shebang 2011-12-20 19:15:28 +00:00
Hidden Z
6fce92307a pyi2phosts/lib/validation.py: update error message 2011-02-19 15:09:26 +00:00
Hidden Z
483d14987d pyi2phosts/lib/validation.py: add i18n 2011-02-19 14:59:23 +00:00
Hidden Z
ccfd0d2494 pyi2phosts/lib/rss.py: add subclass for freshy added hosts 2011-02-16 18:59:13 +00:00
Hidden Z
dc919135cc Implement RSS export for all active hosts
KwukDuck asked me for RSS for using it with LiveBookmarks firefox
plugin in his portable I2P package.
2011-02-15 19:57:00 +00:00
Hidden Z
b0c2851734 validation.py: fix grammar 2010-12-30 20:13:29 +00:00
Hidden Z
d017333906 utils.py: get_b32(): handle bad base64 hashes 2010-11-07 20:46:25 +00:00
Hidden Z
623134e1a2 pyi2phosts/lib/utils.py: add get_b32()
Because we want to use b64->b32 conversion from different places, move
in to our library.
2010-11-05 14:27:51 +00:00
Hidden Z
6fb4d60ce6 Rename web -> pyi2phosts 2010-11-04 12:41:42 +00:00