Changeset 12 in code


Ignore:
Timestamp:
Jun 21, 2022, 5:22:12 PM (3 years ago)
Author:
fox
Message:

Tilde compatible publication dirs, public_*/txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/publish.ml

    r10 r12  
    77                (fun x -> try Sys.is_directory (snd x) with Sys_error _ -> false)
    88                [
    9                         "htm", home ^ "/public/html";
    10                         "gmi", home ^ "/public/gemini";
    11                         "", home ^ "/public/gopher";
     9                        "htm", home ^ "/public_html/txt";
     10                        "gmi", home ^ "/public_gemini/txt";
     11                        "", home ^ "/public_gopher/txt";
    1212                ]
    1313
Note: See TracChangeset for help on using the changeset viewer.