From 4a66bb493440dcb4da540686a74d9a3cbbe2e247 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 12 Aug 2010 04:29:50 +0200 Subject: Bumped radicale --- app-office/radicale/files/config | 43 ---------------------- .../radicale/files/radicale-0.3-foreground.patch | 14 ------- 2 files changed, 57 deletions(-) delete mode 100644 app-office/radicale/files/config delete mode 100644 app-office/radicale/files/radicale-0.3-foreground.patch (limited to 'app-office/radicale/files') diff --git a/app-office/radicale/files/config b/app-office/radicale/files/config deleted file mode 100644 index 172e488..0000000 --- a/app-office/radicale/files/config +++ /dev/null @@ -1,43 +0,0 @@ -# Config file for radicale - a simple calendar server -# -# Place it into /etc/radicale/config (global) -# or ~/.config/radicale/config (user) -# -# The current values are the default ones - -[server] -# CalDAV server hostname, empty for all hostnames -host = -# CalDAV server port -port = 5232 -# Daemon flag -daemon = False -# SSL flag, enable HTTPS protocol -ssl = False -# SSL certificate path (if needed) -certificate = /etc/apache2/ssl/server.crt -# SSL private key (if needed) -key = /etc/apache2/ssl/server.key - -[encoding] -# Encoding for responding requests -request = utf-8 -# Encoding for storing local calendars -stock = utf-8 - -[acl] -# Access method -# Value: fake | htpasswd -type = fake -# Htpasswd filename (if needed) -filename = /etc/radicale/users -# Htpasswd encryption method (if needed) -# Value: plain | sha1 | crypt -encryption = crypt - -[storage] -# Folder for storing local calendars, -# created if not present -folder = ~/.config/radicale/calendars - -# vim:ft=cfg diff --git a/app-office/radicale/files/radicale-0.3-foreground.patch b/app-office/radicale/files/radicale-0.3-foreground.patch deleted file mode 100644 index 4f1c911..0000000 --- a/app-office/radicale/files/radicale-0.3-foreground.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/radicale.py b/radicale.py -index a0018df..7fc388a 100755 ---- a/radicale.py -+++ b/radicale.py -@@ -52,6 +52,9 @@ parser.add_option( - default=radicale.config.getboolean("server", "daemon"), - help="launch as daemon") - parser.add_option( -+ "-f", "--foreground", action="store_false", dest="daemon", -+ help="launch in foreground (opposite of --daemon)") -+parser.add_option( - "-H", "--host", - default=radicale.config.get("server", "host"), - help="set server hostname") -- cgit v1.2.3-54-g00ecf ='/web/kosten.git/log/static/js?id=93cd07c81463959b7281a10557ea1d9471b97322&ofs=50&follow=1'>js/kosten.ls (unfollow)
td>René 'Necoro' Neumann
Commit message (Expand)AuthorFilesLines
2013-09-24Increase width of page to 760pxRené 'Necoro' Neumann3-8/+9
2013-09-16typoRené 'Necoro' Neumann1-1/+1
2013-09-15Fix display of one monthRené 'Necoro' Neumann1-2/+2
2013-09-14Draw pies using highcharts JS-libRené 'Necoro' Neumann5-20/+99
1-21/+21
2014-07-14[vim] Add more snippetsRené 'Necoro' Neumann1-0/+1
2014-06-30[emacs] Better highlighting of selected areas (does not clash with PG-proofRené 'Necoro' Neumann1-0/+1
2014-06-30[i3] Add passmenu / move pidgin-bindings to '+i'René 'Necoro' Neumann1-3/+7
2014-06-20Shelve is now part of hg properRené 'Necoro' Neumann2-646/+1
2014-06-11Update dunst configRené 'Necoro' Neumann1-106/+130
2014-05-28MOAR fontsRené 'Necoro' Neumann1-12/+3
2014-05-08[vim] vsplit on rightRené 'Necoro' Neumann1-0/+3
2014-05-07Update vundleRené 'Necoro' Neumann1-0/+0
2014-05-04[i3] TypoRené 'Necoro' Neumann1-1/+1
2014-04-14Remove our 'pass' wrapperRené 'Necoro' Neumann1-96/+0
2014-04-14[i3] Automatically move firefox to 0:ff.René 'Necoro' Neumann1-0/+1
2014-04-14Use hgview instead of hgk.René 'Necoro' Neumann1-1/+1
2013-12-09Fix start_pidgin.sh to not have lurking dbus-monitor processesRené 'Necoro' Neumann1-2/+8
2013-12-03Again one more webfont.René 'Necoro' Neumann1-0/+9
2013-12-03zsh: Make up-/down- to only use local history and Ctrl-R/-S to use globalRené 'Necoro' Neumann1-1/+13
2013-12-02One more new webfontRené 'Necoro' Neumann1-0/+9
2013-11-21IE: Remove isub/isup: they are not supported anymoreRené 'Necoro' Neumann1-1/+1
2013-11-21IE/IJ: Session logicRené 'Necoro' Neumann1-2/+15
2013-11-06Colorscheme for virtual console.René 'Necoro' Neumann1-1/+5
2013-11-01Do not try to set window title and stuff in linux consoleRené 'Necoro' Neumann1-0/+3
2013-10-30Set terminal title not only on path change, but for each new prompt.René 'Necoro' Neumann1-2/+2
2013-10-22cwd-spawn: Use M-Return instead of M-o for consistency.René 'Necoro' Neumann1-2/+2
2013-10-22Add cwd-spawn to urxvt to allow spawning a new terminal from the currentRené 'Necoro' Neumann3-2/+199
2013-10-22Use chpwd_functions and precmd_functions instead of putting everything inRené 'Necoro' Neumann1-19/+23
2013-09-30urxvt: execute the wgetpaste check each timeRené 'Necoro' Neumann1-2/+5
2013-09-30urxvt: wgetpaste fixRené 'Necoro' Neumann1-4/+4
2013-09-30Allow HOME variable in .Xresources.René 'Necoro' Neumann2-3/+3
2013-09-30wgetpaste support for urxvt.René 'Necoro' Neumann2-1/+28
2013-09-30Urxvt autotransform for <filename>:<line>.René 'Necoro' Neumann1-1/+4
2013-09-30Remove tabbed(x) from urxvt. We use i3 -- no need for it.René 'Necoro' Neumann1-9/+0
2013-09-30Do not display icon in urxvt. It's not supported by i3 anyway.René 'Necoro' Neumann1-1/+1
2013-09-29Remove wrong monitors lineRené 'Necoro' Neumann1-1/+0
2013-09-29Delete vimperator paste plugin -- seems not to work anymore with new FFRené 'Necoro' Neumann1-266/+0
2013-09-29Use $HOST instead of Cauchiy in titleRené 'Necoro' Neumann1-1/+1
2013-09-24Remove herbstluftwmRené 'Necoro' Neumann1-1/+0
2013-09-24Conky changesRené 'Necoro' Neumann2-5/+13
2013-09-15Remove trailing slash from \~ulpRené 'Necoro' Neumann1-1/+1
2013-09-15Make cci explicitly use python2René 'Necoro' Neumann1-1/+1
2013-09-10Node/NPM preparationRené 'Necoro' Neumann3-1/+13