Introduction
Introduction Statistics Contact Development Disclaimer Help
release v0.1 - ics2txt - convert icalendar .ics file to plain text
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws…
Log
Files
Refs
Tags
README
---
commit 649e32a8728b6de27d959a7094d389eb753f93c0
parent 1e9072fc42e82f6850cff4339943916ac0813859
Author: Josuah Demangeon <[email protected]>
Date: Mon, 29 Jun 2020 00:16:01 +0200
release v0.1
Diffstat:
A .githooks/post-update | 14 ++++++++++++++
A doc/head.gph | 7 +++++++
A doc/head.html | 14 ++++++++++++++
3 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/.githooks/post-update b/.githooks/post-update
@@ -0,0 +1,14 @@
+#!/bin/sh -ex
+trap 'rm -rf "$tmp"' INT TERM EXIT HUP
+tmp=$(git-hooks-workdir "$@")
+
+cd "$tmp/doc"
+notwiki-doc html /srv/http/vhost/code/ics2txt .
+notwiki-doc gph /srv/gopher/ics2txt .
+notwiki-mandoc html html /srv/http/vhost/code/man .
+notwiki-mandoc gph utf8 /srv/gopher/man .
+
+cd "$tmp"
+make dist
+cp *.tar.gz /srv/http/vhost/code/ics2txt
+cp *.tar.gz /srv/gopher/ics2txt
diff --git a/doc/head.gph b/doc/head.gph
@@ -0,0 +1,7 @@
+
+ ⢬⠀⡠⠤⢀⡤⠄⠊⡱⢸⠤⠠⣀⠄⡧⠄
+ ⠘⠂⠑⠒⠐⠚⠁⠚⠒⠈⠒⠐⠉⠂⠑⠂
+──────────────────────────…
+[9|release v0.1|/ics2txt/ics2txt-0.1.tar.gz|server|port]
+[h|git clone git://code.z0.is/ics2txt/|URL:git://code.z0.is/ics2txt/||]
+[h|web version|URL:http://code.z0.is/ics2txt/||]
diff --git a/doc/head.html b/doc/head.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<title>ics2txt</title>
+<meta charset="UTF-8"/>
+<link rel=stylesheet href="/style.css" type="text/css"/>
+<meta name="viewport" content="initial-scale=1.0">
+
+<header>
+<a href="//josuah.net">josuah.net</a>
+<nav style="float:right;">
+<a href="/ics2txt/ics2txt-0.1.tar.gz">v0.1</a> -
+<a href="git://code.z0.is/ics2txt/">git</a> -
+<a href="gopher://code.z0.is/1/ics2txt/">gopher</a>
+</nav>
+</header>
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.