X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/f584847a413df03429af6f1054b897c14c9adee2e97dd57802f6117f1cf981a2..a5d35df250559cb050af68ec1d0b62fe2e77bf9fc8182ec3ca2f20e28dc36b92:/INSTALL diff --git a/INSTALL b/INSTALL index 95ab43b..f048ad9 100644 --- a/INSTALL +++ b/INSTALL @@ -144,6 +144,12 @@ Gitweb repositories Spaces in both project path and project owner have to be encoded as either '%20' or '+'. + Other characters that have to be url-encoded, i.e. replaced by '%' + followed by two-digit character number in octal, are: other whitespace + characters (because they are field separator in a record), plus sign '+' + (because it can be used as replacement for spaces), and percent sign '%' + (which is used for encoding / escaping). + You can generate the projects list index file using the project_index action (the 'TXT' link on projects list page) directly from gitweb.