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.
|
11 years ago |
Hidden Z
|
43bcfec7ed
|
Fix settings import
According to django 1.5 documentation, settings should be imported as
>>> from django.conf import settings
|
11 years ago |
Hidden Z
|
76ee7dbd0e
|
Migrate all function-based generic views to a class-based views
|
13 years ago |
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.
|
13 years ago |
Hidden Z
|
3edb8fe653
|
validation.py: change python version in shebang
|
13 years ago |
Hidden Z
|
eec3ecbb64
|
rss.py: remove shebang
|
13 years ago |
Hidden Z
|
6fce92307a
|
pyi2phosts/lib/validation.py: update error message
|
14 years ago |
Hidden Z
|
483d14987d
|
pyi2phosts/lib/validation.py: add i18n
|
14 years ago |
Hidden Z
|
ccfd0d2494
|
pyi2phosts/lib/rss.py: add subclass for freshy added hosts
|
14 years ago |
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.
|
14 years ago |
Hidden Z
|
b0c2851734
|
validation.py: fix grammar
|
14 years ago |
Hidden Z
|
d017333906
|
utils.py: get_b32(): handle bad base64 hashes
|
14 years ago |
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.
|
14 years ago |
Hidden Z
|
6fb4d60ce6
|
Rename web -> pyi2phosts
|
14 years ago |