meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.com/meso-web.git
Log | Files | Refs | README | LICENSE

README.md (794B)


      1 # Meso-Web
      2 
      3 Sources for the Meso-Star website.
      4 
      5 ## Requirments
      6 
      7 - star-ty
      8 - POSIX make
      9 - POSIX shell
     10 - git-wad
     11 - gzip
     12 - man2html
     13 - [mandoc](https://mandoc.bsd.lv)
     14 - md2html
     15 - rsync
     16 - tar
     17 - [tidy](https://www.html-tidy.org/)
     18 
     19 ## Quick Start
     20 
     21 Download resources not directly managed by git:
     22 
     23     git wad init
     24     git wad pull -1
     25 
     26 Edit the config.mk as needed, then run:
     27 
     28     make clean
     29     make install # Build and deploy the website
     30 
     31 ## Licences
     32 
     33 Copyright © 2017-2026 |Méso|Star> (contact@meso-star.com)
     34 
     35 Méso-Web is free software released under GPL v3+ license: GNU GPL
     36 version 3 or later. You are welcome to redistribute it under certain
     37 conditions; refer to the COPYING file for details.
     38 
     39 Generated content is licensed under
     40 [CC BY-ND 4.0](http://creativecommons.org/licenses/by-nd/4.0/)