Hidden Z
|
4f98a4febe
|
pyi2phosts/templates/base.html: remove "id" from menu div
|
14 years ago |
Hidden Z
|
490f9617c3
|
base.css: convert menu identifiers to classes
|
14 years ago |
Hidden Z
|
b268a3157d
|
pyi2phosts/postkey/admin.py: provide b32-link for preview
|
14 years ago |
Hidden Z
|
8353439c5b
|
pyi2phosts/templates/base.html: fix link to css
|
14 years ago |
Hidden Z
|
beb46692ae
|
templates/index.html: define block "footer-addon"
|
14 years ago |
Hidden Z
|
866c451a67
|
pyi2phosts/other/views.py: pass b32, b64 variables to template
|
14 years ago |
Hidden Z
|
5ead4d4e78
|
templates/base.html: add block "footer-addon" inside footer
|
14 years ago |
Hidden Z
|
a3bf7c9f5c
|
pyi2phosts/settings.py: add MY_B64
|
14 years ago |
Hidden Z
|
adc7a787f5
|
py-i2phosts-checker: use get_b32()
|
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
|
6b5d731c4b
|
base.css: add div.footer
|
14 years ago |
Hidden Z
|
5019e5b185
|
base.css: add errorlist class
|
14 years ago |
Hidden Z
|
d7c5c6f21a
|
base.css: fix indent
|
14 years ago |
Hidden Z
|
94828c5761
|
setup.py: package static/
|
14 years ago |
Hidden Z
|
646d1485c6
|
.gitignore: ignore inproxy.html
|
14 years ago |
Hidden Z
|
282ccc79ec
|
Add base.css
|
14 years ago |
Hidden Z
|
fba588688c
|
templates/base.html: add navigation block
|
14 years ago |
Hidden Z
|
09faddf91b
|
templates/base.html: put block "content" into div
|
14 years ago |
Hidden Z
|
6731162a04
|
templates/base.html: add css
|
14 years ago |
Hidden Z
|
658e98b87c
|
templates/policy.html: spelling fixes (tnx 'user')
|
14 years ago |
Hidden Z
|
93cd0aedd2
|
Place policy.html with other templates
Separate "templates/local/" directory doesn't make sense because most of
reg services will use own templates for most pages.
|
14 years ago |
Hidden Z
|
2e5ba8d88d
|
pyi2phosts/urls.py: allow django to serve static files when debug enabled
|
14 years ago |
Hidden Z
|
e8d0c8b07a
|
pyi2phosts/settings.py: define default media root and url
|
14 years ago |
Hidden Z
|
c695871938
|
templates/index.html: some fixes
|
14 years ago |
Hidden Z
|
9fdef74093
|
templates/index.html: update header
|
14 years ago |
Hidden Z
|
cd95f59882
|
templates/index.html: some more fixes by 'user'
|
14 years ago |
Hidden Z
|
611235dd2d
|
pyi2phosts/templates/index.html: bugfix
|
14 years ago |
Hidden Z
|
dcee6fbb08
|
pyi2phosts/templates/index.html: bugfix
|
14 years ago |
Hidden Z
|
cb333b1282
|
templates/index.html: add points where needed
|
14 years ago |
Hidden Z
|
b5aa472a0f
|
pyi2phosts/templates/index.html: provide link to router's addressbook
|
14 years ago |
Hidden Z
|
bd9cdd42bd
|
templates/index.html: fix typo (tnx 'user')
|
14 years ago |
Hidden Z
|
16c142a5c1
|
pyi2phosts/postkey/views.py: check for hostname presence in success()
|
14 years ago |
Hidden Z
|
37994951c1
|
pyi2phosts/postkey/views.py: use redirect() instead of HttpResponseRedirect()
|
14 years ago |
Hidden Z
|
dc02bc951c
|
Revert "web/postkey/views.py: remove unneeded import"
This reverts commit 01964a33f8 .
Whoops, this import is not unneeded!
|
14 years ago |
Hidden Z
|
c1f1695ae3
|
py-i2phosts-master: remove unused config options
|
14 years ago |
Hidden Z
|
0a6eca35c6
|
setup.py: update according to last changes
|
14 years ago |
Hidden Z
|
571c4be84c
|
pyi2phosts/templates/index.html: fix url references
|
14 years ago |
Hidden Z
|
e1d0e545c3
|
Add .placeholder for distutils
We need to create /var/log/py-i2phosts at install-time, but distutils
doesn't creates an emty dirs.
|
14 years ago |
Hidden Z
|
f1f54e61ed
|
Fix imports in admin.py
|
14 years ago |
Hidden Z
|
581c453b04
|
Add template for 500 error
|
14 years ago |
Hidden Z
|
7ce4500b9c
|
Fix "settings" import
|
14 years ago |
Hidden Z
|
6fb4d60ce6
|
Rename web -> pyi2phosts
|
14 years ago |
Hidden Z
|
f63768095d
|
Revert "web: avoid importing or accessing modules using "web.*""
This reverts commit d50bb7a66f .
Conflicts:
web/settings.py
Do imports from pyi2phosts.*
|
14 years ago |
Hidden Z
|
14d076eb4d
|
web/settings.py: prefix our apps with pyi2phosts.
We need this for correct import when installed as python package.
|
14 years ago |
Hidden Z
|
a247ca2c7e
|
Add symlink pyi2phosts -> web
It gave us possibility to run py-i2phosts-* scripts in-place (without
installing our python modules into system)
|
14 years ago |
Hidden Z
|
0819e15db8
|
py-i2phosts-*: do imports from system-wide pyi2phosts
|
14 years ago |
Hidden Z
|
9efdb0dfc1
|
setup.py: fix tempplates installation
|
14 years ago |
Hidden Z
|
d50bb7a66f
|
web: avoid importing or accessing modules using "web.*"
|
14 years ago |
Hidden Z
|
9a9ddbc23f
|
setup.py: minor reformat
|
14 years ago |
Hidden Z
|
01964a33f8
|
web/postkey/views.py: remove unneeded import
|
14 years ago |