Skip to content

Instantly share code, notes, and snippets.

View fladi's full-sized avatar
🏠
Working from home

Michael Fladischer fladi

🏠
Working from home
View GitHub Profile
@six519
six519 / convert_test.py
Created August 20, 2014 07:44
Convert file to another file format using LibreOffice API in Python
#!/usr/bin/env python3
"""
VIEW COMPLETE CODE AT
=====================
* https://github.com/six519/libreoffice_convert
THANKS
======
@tdonohue
tdonohue / gist:7815940
Created December 5, 2013 23:22
My Apache mod_shib sample setup for DSpaceDirect (using mod_proxy to redirect to Tomcat via port 8009).
## WARNING THIS IS NOT YET IN PRODUCTION. IT SEEMS TO WORK IN TESTING THOUGH
<VirtualHost *:80>
ServerName test.dspacedirect.org
## Logging Settings ##
ErrorLog ${APACHE_LOG_DIR}/test.dspacedirect.org-error.log
CustomLog ${APACHE_LOG_DIR}/test.dspacedirect.org-access.log combined
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.