sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit c65a2bc56a3324d5a1cd1b04ce1066c2fd3b5a52
parent b6eedf90baa7e722c9b19c7432daeed1f61a167f
Author: Anselm R Garbe <anselm@garbe.us>
Date:   Mon,  3 Jul 2017 18:48:54 +0200

clarfied donations section, removed stali's master.tpl override
and added a link to stali's source

Diffstat:
Mev.suckless.org/index.md | 4+---
Dsta.li/_werc/tpl/master.tpl | 104-------------------------------------------------------------------------------
Msta.li/index.md | 4++++
3 files changed, 5 insertions(+), 107 deletions(-)

diff --git a/ev.suckless.org/index.md b/ev.suckless.org/index.md @@ -44,7 +44,5 @@ letter or email at any time. There is no refund of the membership fee, though. Donations --------- -Our treasurer is currently working on setting up an infrastruture to collect -donations. As registered association we can issue invoices (under German law) -for your donation, that you can use in your (German) tax declaration. +Please check out our [donations](http://suckless.org/donations) page for further advise. diff --git a/sta.li/_werc/tpl/master.tpl b/sta.li/_werc/tpl/master.tpl @@ -1,104 +0,0 @@ -<!doctype html> -<html> -<head> - <title>%($pageTitle%)</title> - <link rel="stylesheet" type="text/css" href="/pub/style.css"> - <meta charset="utf-8"> -</head> -<body> - <div id="header"> - <a href="/"><img src="/logo.svg" /></a> - <span id="headerSubtitle">static linux</span> - </div> - - <div id="menu"> - <span class="left"> -% if(~ $site 'suckless.org') { - <a class="thisSite" href="http://suckless.org">home</a> -% } -% if not { - <a href="http://suckless.org">home</a> -% } -% if(~ $site 'dwm.suckless.org') { - <a class="thisSite" href="http://dwm.suckless.org">dwm</a> -% } -% if not { - <a href="http://dwm.suckless.org">dwm</a> -% } -% if(~ $site 'st.suckless.org') { - <a class="thisSite" href="http://st.suckless.org">st</a> -% } -% if not { - <a href="http://st.suckless.org">st</a> -% } -% if(~ $site 'core.suckless.org') { - <a class="thisSite" href="http://core.suckless.org">core</a> -% } -% if not { - <a href="http://core.suckless.org">core</a> -% } -% if(~ $site 'sta.li') { - <a class="thisSite" href="http://sta.li">stali</a> -% } -% if not { - <a href="http://sta.li">stali</a> -% } -% if(~ $site 'surf.suckless.org') { - <a class="thisSite" href="http://surf.suckless.org">surf</a> -% } -% if not { - <a href="http://surf.suckless.org">surf</a> -% } -% if(~ $site 'tools.suckless.org') { - <a class="thisSite" href="http://tools.suckless.org">tools</a> -% } -% if not { - <a href="http://tools.suckless.org">tools</a> -% } -% if(~ $site 'libs.suckless.org') { - <a class="thisSite" href="http://libs.suckless.org">libs</a> -% } -% if not { - <a href="http://libs.suckless.org">libs</a> -% } -% if(~ $site 'ev.suckless.org') { - <a class="thisSite" href="http://ev.suckless.org">e.V.</a> -% } -% if not { - <a href="http://ev.suckless.org">e.V.</a> -% } - </span> - <span class="right"> - <a href="http://dl.sta.li">download</a> - <a href="http://git.sta.li">source</a> - </span> - </div> - - <div id="content"> -% if(! ~ $#handlers_bar_left 0) { - <div id="nav"> -% for(h in $handlers_bar_left) { -% run_handler $$h -% } - </div> -% } - - <div id="main"> - -% run_handlers $handlers_body_head - -% run_handler $handler_body_main - -% run_handlers $handlers_body_foot - - </div> - - </div> - - <div id="footer"> - <span class="right"> - &copy; 2010-2017 stali project @ suckless.org| <a href="http://garbe.us/Contact">Impressum</a> - </span> - </div> -</body> -</html> diff --git a/sta.li/index.md b/sta.li/index.md @@ -19,6 +19,10 @@ stali goals * Include a hand selected collection of the best tools for each task (including [sbase](http://core.suckless.org/sbase), [ubase](http://core.suckless.org), ...) * Upgrade/install using git, no package manager needed +Source +------ +Check out all repositories at [git.sta.li](http://git.sta.li). + Download -------- * 20160825 stali for RPi [stapi.img.gz](http://dl.sta.li/stapi.img.gz) available for download.