[go: up one dir, main page]

Menu

Tree [0376ad] master / administration /
 History

HTTPS access


File Date Author Commit
 designViews 2010-07-26 paul-gregory paul-gregory [31f0e3] fix bug on bad tag loading
 php-common 2010-07-14 paul-gregory paul-gregory [793b1d] refactor paths
 README 2010-07-14 paul-gregory paul-gregory [49ce48] refactor paths
 addUser.php 2010-07-19 paul-gregory paul-gregory [aeb9a4] introduce a fixed salt to avoid rainbow table a...
 importFromGContact.php 2010-07-18 paul-gregory paul-gregory [ca088d] format date when importing data
 upgradeViews.php 2010-07-14 paul-gregory paul-gregory [793b1d] refactor paths

Read Me

That folder contains several important files :
- addUser.php is a script used to list or add users (and also create the CouchDb database),
- importFromGContact.php is a migration script used to import GContact users into GContact2,
- upgradeViews.php is a script used to upgrade all CouchDb design views (to use only when an update occurs to a design view),
- designViews\* : theses files are CouchDb design views that we must install when creating a CouchDb database,
- lib\* : theses files are common code used by php scripts.

That folder and its files are not used by web application. They shall be called from a command line.
That folder MUST be private, meaning no HTTP access.