Changeset 21 in code for trunk/lib/peers.ml


Ignore:
Timestamp:
Nov 1, 2022, 5:11:09 PM (2 years ago)
Author:
fox
Message:

Moved conversion file, conf -> pack, fixes

Conversion:

  • Configuration sought in: txt.conf, ~/.config/txt/txt.conf
  • logarion.conf to produce index and target formats

Publication:

  • publish <ids>: copies txt with ID into Pubdir/public_{html,gemini,gopher} (Pubdir fromtxt.conf), if dirs exist, and runs convert <pubdir>

Fixes:

  • Feed <nav> regression
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/peers.ml

    r16 r21  
    1 let text_dir = Filename.concat (File_store.def_dir ()) "peers"
     1let text_dir = Filename.concat (File_store.txtdir ()) "peers"
    22
    33let fold fn init = match Sys.readdir text_dir with
Note: See TracChangeset for help on using the changeset viewer.