aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-04-28 16:50:25 +0000
committerJoursoir <chat@joursoir.net>2021-04-28 16:50:25 +0000
commit76a96a99e4b106fa52187958d30764394d27f911 (patch)
treecf580e67f0e4724c72c9fc8a66a307e1ee232791
parent34f21050dd5947ebe5a61d02f43f9a57cb967108 (diff)
downloadctimeline-76a96a99e4b106fa52187958d30764394d27f911.tar.gz
ctimeline-76a96a99e4b106fa52187958d30764394d27f911.tar.bz2
ctimeline-76a96a99e4b106fa52187958d30764394d27f911.zip
add example of config
-rw-r--r--example_config41
1 files changed, 41 insertions, 0 deletions
diff --git a/example_config b/example_config
new file mode 100644
index 0000000..6d8d155
--- /dev/null
+++ b/example_config
@@ -0,0 +1,41 @@
+# Example config file for ctimeline
+
+branch.name=Linux Kernel
+branch.age_from=2000
+branch.age_to=2021
+branch.desc=Open-source, Unix-like operating system kernel
+
+branch.name=PulseAudio
+branch.age_from=2004
+branch.age_to=2021
+branch.desc=Sound system for POSIX OSes
+
+branch.name=cgit
+branch.age_from=2007
+branch.age_to=2021
+branch.desc=A hyperfast web frontend for git repositories written in C
+
+branch.name=ALSA
+branch.age_from=1997
+branch.age_to=2020
+branch.desc=Advanced Linux Sound Architecture
+
+branch.name=NeXTSTEP
+branch.age_from=1989
+branch.age_to=1995
+branch.desc=Object-oriented, multitasking operating system
+
+branch.name=dpkg
+branch.age_from=1994
+branch.age_to=2018
+branch.desc=Package managment system in the open-source operating system Debian
+
+branch.name=wireguard-linux
+branch.age_from=2016
+branch.age_to=2021
+branch.desc=WireGuard for the Linux kernel
+
+branch.name=ctimeline
+branch.age_from=2021
+branch.age_to=2021
+branch.desc=Web frontend for timelines written in C