cookutils diff lighttpd/README.md @ rev 1095

lighttpd/index.cgi: show packages without badges
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:12:42 2018 +0200 (2018-11-26)
parents 2aaf73fe2cd4
children
line diff
     1.1 --- a/lighttpd/README.md	Thu May 11 00:17:06 2017 +0300
     1.2 +++ b/lighttpd/README.md	Mon Nov 26 21:12:42 2018 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5  Examples of human friendly URIs:
     1.6  
     1.7 -  * /busybox                   : the page contains all about busybox package
     1.8 +  * /busybox                   : the page contains all about a busybox package
     1.9    * /busybox/receipt           : the page with the busybox's receipt
    1.10    * /busybox/files             : the page with the file listing
    1.11    * /busybox/file/bin/busybox  : get the specified file
    1.12 @@ -26,18 +26,18 @@
    1.13  Notes about logs
    1.14  ----------------
    1.15  
    1.16 -Single resource should be associated with the discrete URI. But due to log
    1.17 -rotation, glibc.log.2 become glibc.log.3 after package rebuilding. In such
    1.18 -situation:
    1.19 +Single resources should be associated with the discrete URI. But due to log
    1.20 +rotation, glibc.log.2 becomes glibc.log.3 after package rebuilding. In such
    1.21 +situations:
    1.22  
    1.23    1. we can't point to the specified log and line within it (URI changed);
    1.24 -  2. caching will fail, already cached log change the name.
    1.25 +  2. caching will fail, already cached log changes the name.
    1.26  
    1.27 -The solution implemented is virtually append log name with the UNIX timestamp
    1.28 -of last modification of the log instead of sequental numbers. So, for example,
    1.29 -'glibc.log.2' will virtually became 'glibc.log.1482699768'. To found the matched
    1.30 +The solution implemented is to virtually append log name with the UNIX timestamp
    1.31 +of last modification of the log instead of sequential numbers. So, for example,
    1.32 +'glibc.log.2' will virtually became 'glibc.log.1482699768'. To find the matched
    1.33  log we need to cycle among ten or less 'glibc.log*' physical files and compare
    1.34 -the files modification date with date in question.
    1.35 +the files modification date with the date in question.
    1.36  
    1.37  
    1.38  Full list of implemented human friendly URIs