|
HistView Api Doc | |||||
| PREV NEXT | Frames No Frame | |||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
download, histviewConfiguration for HistView and Download Class
| Field Summary | ||
| string | $arch Default architecture for packages (RPM style - for Debian, it will be calculated based on this) | |
| string | $argsep Though "&" works for most sites (and even is used by most sites), this does not conform to the W3C standards since it usually introduces some entity. So if you can, use ";" instead. | |
| string | $basedir Base directory. | |
| string | $bug ChangeLog Symbol for a bug | |
| string | $cbug CSS class for a bug comment | |
| string | $cchange CSS class for a change comment | |
| string | $change ChangeLog Symbol for a change | |
| string | $cminus CSS class for removed stuff | |
| string | $cplus CSS class for a new feature | |
| string | $crawlerfile Read crawler network names from a file | |
| array | $db Database to store download statistics. | |
| string | $debbase Directory holding the *. | |
| string | $deficon Icon to use by default. | |
| string | $dltype How to handle files to download: Use Download Class ("internal"), or directly link to them ("direct") | |
| array | $excludes Files to exclude | |
| string | $ibug Icon for a bug | |
| string | $ichange Icon for a change | |
| string | $icondir URL directory where all other icons are stored | |
| string | $ideb Icon for Debian packages | |
| string | $ignore ChangeLog Symbol introducing a line to be ignored | |
| string | $ignorefile Read bots to ignore from a file | |
| string | $iminus Icon for removed stuff | |
| string | $iplus Icon for new feature | |
| string | $irpm Icon for RPM packages | |
| string | $itar Icon for tar files | |
| integer | $max_relnum Highest release number to expect. | |
| string | $minus ChangeLog Symbol for removed things | |
| string | $noRefererAction Action for requests w/o referer Valid actions are: "pass" (no action), "deny" (reject request), "whois" (network check - and reject crawler networks) | |
| string | $plus ChangeLog Symbol for new feature | |
| string | $rejectfile Read bots to reject from a file | |
| string | $rejectheader Header for rejected clients | |
| string | $rejectmsg Message to give to rejected clients | |
| string | $relname Release Name - this is the (optional) string appended to the official version number, as you find it e. | |
| string | $rpmbase Directory holding the *. | |
| integer | $statisticsmode Shall we use the statistic functions (download counter)? | |
| string | $tarbase Directory holding your *. | |
| string | $ver ChangeLog Symbol introducing the version number | |
| Field Detail |
string $arch
Default architecture for packages (RPM style - for Debian, it will be calculated based on this)
string $argsep
Separator for arguments in the URL
string $basedir
Base directory. Most times this is your web servers DOCUMENT_ROOT. For details, see also histview::set_basedir(). Leave empty if you are using the download class (i.e. hvconfig::dltype is set to "internal").
string $bug
ChangeLog Symbol for a bug
string $cbug
CSS class for a bug comment
string $cchange
CSS class for a change comment
string $change
ChangeLog Symbol for a change
string $cminus
CSS class for removed stuff
string $cplus
CSS class for a new feature
string $crawlerfile
Read crawler network names from a file
array $db
Database to store download statistics. Irrelevant (i.e. not used) when
statistics are turned off (statisticsmode=0). To override these settings
later, it won't work this way -- use the db_setup method
instead! The array defined here has the elements host, database, user,
pass, table
string $debbase
Directory holding the *.deb files for download. This is often the same for all your apps, since it mostly points to the same repository
string $deficon
Icon to use by default. This must be a complete <IMG> tag.
string $dltype
How to handle files to download: Use Download Class ("internal"), or directly link to them ("direct")
array $excludes
Files to exclude
string $ibug
Icon for a bug
string $ichange
Icon for a change
string $icondir
URL directory where all other icons are stored
string $ideb
Icon for Debian packages
string $ignore
ChangeLog Symbol introducing a line to be ignored
string $ignorefile
Read bots to ignore from a file
string $iminus
Icon for removed stuff
string $iplus
Icon for new feature
string $irpm
Icon for RPM packages
string $itar
Icon for tar files
integer $max_relnum
Highest release number to expect. The release number is the number following the relname (or, if relname is not set, the version). Example: "prog-0.3.5-1_i386.deb" and "prog-0.3.5-johnny1_i386.deb" both have the relnum set to "1". HistView is looping to find the latest release - so here we tell it when to stop at latest.
string $minus
ChangeLog Symbol for removed things
string $noRefererAction
Action for requests w/o referer Valid actions are: "pass" (no action), "deny" (reject request), "whois" (network check - and reject crawler networks)
string $plus
ChangeLog Symbol for new feature
string $rejectfile
Read bots to reject from a file
string $rejectheader
Header for rejected clients
string $rejectmsg
Message to give to rejected clients
string $relname
Release Name - this is the (optional) string appended to the official version number, as you find it e.g. for Medibuntu with "medibuntu" in "googleearth-4.3_4.3.7204.836-0medibuntu1_i386.deb"
string $rpmbase
Directory holding the *.rpm files for download. This is often the same for all your apps, since it mostly points to the same repository
integer $statisticsmode
Shall we use the statistic functions (download counter)? 0-No, 1-Yes
string $tarbase
Directory holding your *.tar.gz files for download. If you have only one, it will be sufficient to define it here. Otherwise, you will have to override this setting in the corresponding PHP file
string $ver
ChangeLog Symbol introducing the version number
|
HistView Api Doc | |||||
| PREV NEXT | Frames No Frame | |||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
This document was generated by phpdocgen 0.16.
Copyright © 2002-03 Stéphane GALLAND (under the GNU General Public License)