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