]> gitweb.fluxo.info Git - debian.git/commitdiff
Static website config
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Nov 2015 12:59:50 +0000 (10:59 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Nov 2015 12:59:50 +0000 (10:59 -0200)
Makefile
TODO.md
ikiwiki.setup
index.mdwn
templates/page.tmpl

index 3e5d279f9b74373961caed14cb5384e535654de8..a58550d03ebf302df6ddc839e06b9d9cf8c470d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,4 @@ web:
        @ikiwiki --setup ikiwiki.setup
 
 web_deploy:
-       @rsync -avz --delete www/ debian:/var/sites/debian/www/
+       @rsync -avz --delete --exclude=keyring www/ debian:/var/sites/debian/www/
diff --git a/TODO.md b/TODO.md
index eddf73b6da0b8ab892658a81c6e78b02882e176f..dae1f7bb2b0dd305c0980323b678b7f7618b4b60 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -9,7 +9,7 @@ Organization
   * `debian-dev-setup`.
   * `debian-build`.
 * Merge all `build-area` folders.
-* Deploy as a ikiwiki + git-annex instance, perhaps replacing reprepro.
+* Deploy as a ikiwiki + git-annex instance, replacing reprepro.
 * Try an [AutomateBackports](https://wiki.debian.org/AutomateBackports) setup.
 * Vagrant: run `debian-dev-setup` as an additional shell provisioner.
 * Security: https://wiki.debian.org/SecurePbuilder
@@ -27,6 +27,7 @@ Backport
   * http://dev.mutt.org/hg/mutt/rev/b38c4838976f and other patches
   * https://www.8t8.us/mutt/patches/
   * [#757117 - mutt-patched: Please add patch to encrypt postponed messages - Debian Bug report logs](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757117).
+* [firejail](https://l3net.wordpress.com/projects/firejail/) [from sid](https://packages.debian.org/sid/firejail).
 
 Port
 ----
@@ -37,6 +38,8 @@ Port
 * [Blingbling](http://awesome.naquadah.org/wiki/Blingbling).
 * [x2go-server](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465821).
 * [Terminology](https://www.enlightenment.org/p.php?p=about/terminology).
+* [playpen](https://github.com/thestinger/playpen).
+* [minijail](https://github.com/omegaup/minijail).
 
 WNPP
 ----
index a47896052f04b645def0ba8a911adde93ec265c5..210577de50b7ff0b0dc0236a465efba76cf75f38 100644 (file)
@@ -8,28 +8,28 @@
 use IkiWiki::Setup::Standard {
   wikiname => "Debian Packages",
   admindebian => ["debian", ],
-  adminemail => 'debian@sarava.org',
+  adminemail => 'debian@fluxo.info',
 
   # Be sure to customise these..
   srcdir => ".",
   destdir => "www",
 
-  url => "https://debian.sarava.org",
-  cgiurl => "https://debian.sarava.org/ikiwiki.cgi",
+  url => "https://debian.fluxo.info",
+  cgiurl => "https://debian.fluxo.info/ikiwiki.cgi",
   #templatedir => "/usr/share/ikiwiki/templates",
   #underlaydir => "/usr/share/ikiwiki/basewiki",
 
   # Subversion stuff.
   #rcs => "svn",
-  #historyurl => "http://svn.sarava.org/trunk/[[file]]",
-  #diffurl => "http://svn.sarava.org/trunk/[[file]]?root=wiki&amp;r1=[[r1]]&amp;r2=[[r2]]",
+  #historyurl => "http://svn.fluxo.info/trunk/[[file]]",
+  #diffurl => "http://svn.fluxo.info/trunk/[[file]]?root=wiki&amp;r1=[[r1]]&amp;r2=[[r2]]",
   #svnrepo => "/svn/wiki",
   #svnpath => "trunk",
 
   # Git stuff.
   rcs => "git",
-  historyurl => "https://git.sarava.org/?p=debian.git;a=history;f=[[file]]",
-  diffurl => "https://git.sarava.org/?p=debian.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+  historyurl => "https://git.fluxo.info/?p=debian.git;a=history;f=[[file]]",
+  diffurl => "https://git.fluxo.info/?p=debian.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
   #gitorigin_branch => "origin",
   #gitmaster_branch => "master",
   # See https://ikiwiki.info/tips/laptop_wiki_with_git/
index f6c7e6d4cf6c8b2165ad95ef65e4a64530bc4fac..86f10fa43b99c0686580aee90f3f09439a374b36 100644 (file)
@@ -1,7 +1,6 @@
-Debian packaging effort!
-========================
+[[!meta title="Debian packaging effort!"]]
 
-In the past, we used to be [heavy slackware users](https://simplepkg.sarava.org) when we just
+In the past, we used to be [heavy slackware users](https://simplepkg.fluxo.info) when we just
 had a few boxes to manage. Then we had to change our whole packaging paradigm when we switched
 to Debian.
 
@@ -10,13 +9,12 @@ the course of learning the intricacies of Debian packaging.
 
 Grab this repository using
 
-    git clone --recursive git://git.sarava.org/debian.git
+    git clone --recursive git://git.fluxo.info/debian.git
 
 Configuration files
 -------------------
 
-All the commands in this guide assumes that you're using [these configuration
-files](https://git.sarava.org/?p=rhatto/dotfiles/debian.git;a=summary).
+All the commands in this guide assumes that you're using [these configuration files](https://git.fluxo.info/?p=rhatto/dotfiles/debian.git;a=summary).
 
 Starting a new package
 ----------------------
index 2e18cdccf3774cd598e6a9649aca5f8661d2ece5..b525d22118d5cd2a6e1367a85d80684e7e97b281 100644 (file)
@@ -16,7 +16,7 @@
 <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap.min.css" type="text/css" />
-<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap-responsive.css" />
+<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap-responsive.min.css" />
 <TMPL_IF LOCAL_CSS>
 <link rel="stylesheet" href="<TMPL_VAR BASEURL><TMPL_VAR LOCAL_CSS>" type="text/css" />
 <TMPL_ELSE>