]> Lady’s Gitweb - Gitweb/blobdiff - INSTALL
gitweb: Support for tag clouds
[Gitweb] / INSTALL
diff --git a/INSTALL b/INSTALL
index 95ab43b24c87f296284b3976f40d1c49f8a4c500c60bace05c8b40bdc30f2644..f048ad9e9bf6be4bc119b74d6da23eba88b774d73575f57ac69f323b0494d053 100644 (file)
--- 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.
 
This page took 0.128065 seconds and 4 git commands to generate.