An assortment of scripts and programs that pulls in info from our repositories and puts out a website.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nils 7954295016 remove broken bugtracker 4 달 전
directcontent remove broken bugtracker 4 달 전
modules Serve module files always from root 4 년 전
static new laborejo animated screenshot 2 년 전
.gitignore Recreate current site 4 년 전
README.md Recreate current site 4 년 전
atomfeedgen.py Deprecate fluajho 4 달 전
generate.bash Deprecate fluajho 4 달 전
index2dataindex.py Add last generated date to index.html 4 년 전
projectinfo2modulepage.py remove broken bugtracker 4 달 전

README.md

Generator for laborejo.org

An assortment of scripts and programs that pulls in info from our repositories and puts out a website. Everything is a low-tech as possible while avoiding editing redundant information (e.g. copyright date on every individual page)

This is specialized for our own website and not a general purpose CMS or static site generator.

  1. generate.bash
  2. get out/ into your public html
  3. ????
  4. profit

Directories

static holds the base structure and all non-generated files such as css and images. These files do not get parsed, combined or modified but simply cp -r into out/. This is done as first step. If you have conflicting files names later they will overwrite static files.

modules are parts of static html that is the same on every page.

directcontent texts and content exclusively for the website, like a welcome, are also found here. These are not generated from projects but written directly in these files. Watch out for redundant information. Dates, version numbers etc. should not be in here.