slweb

Једноставни генератор статичких веб страна
git clone https://git.sr.ht/~strahinja/slweb
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

options.slw (451B)


      1 ## OPTIONS
      2 
      3 **-b**  
      4 **--body-only**  
      5 Only add the contents of the `<body>` tag, skipping
      6 `<html>` and
      7 `<head>`.
      8 
      9 **-d**  
     10 **--basedir <_directory_>**  
     11 Set the base directory as a reference point to normalize paths in local links
     12 (the argument to **--relative-to** option for the **realpath** (1) command).
     13 
     14 **-h**  
     15 **--help**  
     16 Print this usage information screen.
     17 
     18 **-v**  
     19 **--version**  
     20 Print program version and exit.