X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=gitweb%2FINSTALL;h=26967e201aca8ea1c799e6b21cad468484753779;hb=310237b9698219f58cb9dedd7cd9a3a968e1a196;hp=f7194dbef79f3b03cc3524469c4b504a195807b6;hpb=b79c9859c8eb3bb4390f91320e126199ff884907;p=git.git diff --git a/gitweb/INSTALL b/gitweb/INSTALL index f7194dbef..26967e201 100644 --- a/gitweb/INSTALL +++ b/gitweb/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.