-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
21 lines (12 loc) · 946 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
= Pond Web Mobile =
An alternative implementation to Pond's web mobile interface for cellphones and tablets. Uses jQuery Mobile.
= License =
This software is distributed under AGPLv3.
Copyright 2010 - Intraneia <http://intraneia.com/>
Author: João Miguel Neves <[email protected]>
= Installation =
Copy the files to a directory on a PHP enabled server (needed for the JSON proxy) that also serves static content.
Make sure the server is configured to server ".manifest" files with the content type "text/cache-manifest".
= Privacy & Security for the users =
All communication goes thru the proxy.php script. If you want to provide any security and privacy for your users, please use SSL for your users to use. The password will pass in plaintext on the network.
The login process receives an authentication code that is valid for Pond access for 12 hours. That authentication code is saved in a browser cookie valid for 8 hours.