Changeset 364


Ignore:
Timestamp:
02/10/11 00:42:25 (13 years ago)
Author:
misc
Message:

enhance documentation fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Distrib.pm

    r349 r364  
    146146=head2 distrib.exists( DISTRIB ) 
    147147 
    148 Return true or false if disteibution C<DISTRIB> exists. 
     148Return true or false if distribution C<DISTRIB> exists. 
    149149 
    150150C<DISTRIB> is a structure with following key/value: 
     
    166166=back 
    167167 
    168 This function is usefull to check if a search have chance to suceed, eg if the 
    169 user is not searching a rpm on a not existing ditribution. 
     168This function is useful to check if a search have chance to succeed, eg if the 
     169user is not searching a rpm on a non existing distribution. 
    170170 
    171171=cut 
     
    189189=head2 Url: /distrib 
    190190 
    191 Return the list of currently stored distributions. 
     191Return the list of currently indexed distributions. 
    192192 
    193193=cut 
     
    208208=head2 Url: /distrib/<DISTRIBUTION> 
    209209 
    210 Return the list of available release for given C<DISTRIBUTION>. 
     210Return the list of available releases for given C<DISTRIBUTION>. 
    211211 
    212212=cut 
     
    226226=head2 Url: /distrib/<DISTRIBUTION>/<RELEASE> 
    227227 
    228 Return the list of available architecture for given C<DISTRIBUTION>, 
     228Return the list of available architectures for given C<DISTRIBUTION>, 
    229229C<RELEASE>. 
    230230 
     
    304304=item arch 
    305305 
    306 The arch name 
     306The archictecture name 
    307307 
    308308=back 
     
    356356=item arch 
    357357 
    358 The arch name 
     358The architecture name 
    359359 
    360360=back 
     
    394394=head2 distrib.srpms( DISTRIB ) 
    395395 
    396 Return a list of sources packages available for C<DISTRIB>. 
     396Return a list of source packages available for C<DISTRIB>. 
    397397 
    398398C<DISTRIB> is a struct with following keys/values: 
     
    410410=item arch 
    411411 
    412 The arch name 
     412The architecture name 
    413413 
    414414=back 
     
    499499=head2 Url: /distrib/<DISTRIBUTION>/<RELEASE>/<ARCH>/srpms 
    500500 
    501 Return the list of available sources rpms for given C<DISTRIBUTION>, 
     501Return the list of available source rpms for given C<DISTRIBUTION>, 
    502502C<RELEASE>, C<ARCH>. 
    503503 
     
    525525=head2 Url: /distrib/<DISTRIBUTION>/<RELEASE>/<ARCH>/srpms/<RPMNAME> 
    526526 
    527 Show the highter version of source rpm named C<RPMNAME> for given 
     527Show the highest version of source rpm named C<RPMNAME> for given 
    528528C<DISTRIBUTION>, C<RELEASE>, C<ARCH>. 
    529529 
     
    545545=head2 Url: /distrib/<DISTRIBUTION>/<RELEASE>/<ARCH>/rpms/<RPMNAME> 
    546546 
    547 Show the highter version of binary rpm named C<RPMNAME> for given 
     547Show the highest version of binary rpm named C<RPMNAME> for given 
    548548C<DISTRIBUTION>, C<RELEASE>, C<ARCH>. 
    549549 
     
    569569C<DISTRIBUTION>, C<RELEASE>, C<ARCH>. 
    570570 
    571 This is likelly the same thing than C</rpm/PKGID> but website will return 404 
    572 error if the rpm is not in this distrib 
     571This is likely the same thing than C</rpm/PKGID> but website will return a 404 
     572error code if the rpm is not in this distrib 
    573573 
    574574=cut 
     
    608608C<RELEASE>, C<ARCH>. 
    609609 
    610 The return list is an array of struct: 
     610The result list is an array of struct: 
    611611 
    612612    [ 
Note: See TracChangeset for help on using the changeset viewer.