Subversion Repositories SvarDOS

Rev

Rev 562 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 562 Rev 734
1
 
1
 
2
buildidx is a little program that generates an index.tsv file for the SvarDOS repository.
2
buildidx is a little program that generates an _index.json file for the SvarDOS repository.
3
 
3
 
4
 
4
 
5
* Requirements *
5
* Requirements *
6
 
6
 
7
To operate properly, buildidx needs php and php-zip.
7
To operate properly, buildidx needs php and php-zip.
8
 
8
 
9
 
9
 
10
* How to use it *
10
* How to use it *
11
 
11
 
12
Put all your packages into a single directory, for ex. "mystuff", and call buildidx with the directory as a parameter:
12
Put all your packages into a single directory, for ex. "mystuff", and call buildidx with the directory as a parameter:
13
 
13
 
14
php buildidx.php mystuff
14
php buildidx.php mystuff
15
 
15