commit c65a2bc56a3324d5a1cd1b04ce1066c2fd3b5a52
Author: Anselm R Garbe <[email protected]>
Date:   Mon Jul 3 18:48:54 2017 +0200

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

diff --git a/ev.suckless.org/index.md b/ev.suckless.org/index.md
index 12ede7b8..ba8265f1 100644
--- 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
deleted file mode 100644
index 15472cfa..00000000
--- a/sta.li/_werc/tpl/master.tpl
+++ /dev/null
@@ -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
index 27921e69..a4b951c2 100644
--- 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.


Reply via email to