Pagekite.py 0.4.4 is now available for download, from the usual location.
This release has been a long time coming, as we have been reorganizing the code and improving our development tools in order to facilitate some important new features. Some of the highlights of this release:
http://localhost:port/
requests.+rewritehost
back-end flag can make configuring Apache VirtualHosts unnecessary.+password/user=foo
and +ip/1.2.3.4
--remoteui
flag to facilitate development of graphical user interfaces.We are almost ready to recommend all users upgrade from v0.3 to v0.4, so if you've been dragging your feet, now would be an excellent time to give this release a try and let us know if we've overlooked something crucial!
In other news, Stelios's lua back-end implementation can be found in GitHub and Sveinbjörn Þórðarson has begun work on an OS X GUI.
Welcome to the PageKite blog!
Here we write about anything and everything to do with running the service, building a company, open-source, privacy online... you name it.
But mostly it's about PageKite.
Comments
Testing pagekite-0.4.py on Win XP shows the following error message:
C:\Programme\misc>python --version
Python 2.7
C:\Programme\misc>pagekite-0.4.py
Traceback (most recent call last):
File "C:\Programme\misc\pagekite-0.4.py", line 1157, in <module>
exec __FILES[".SELF/sockschain/__init__.py"] in sys.modules["sockschain"].__dict__
File "<string>", line 49, in <module>
ImportError: No module named fcntl
Any hints?
Thanks for the bug-report!