This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Authored my Maxfan http://github.com/Maxfan-zone http://maxfan.org | |
# This is used to convert tikz code into svg file and load in you jekyll site | |
# | |
# Install: | |
# | |
# 1. Copy this file in your _plugins/ directory. You can customize it, of course. | |
# 2. Make sure texlive and pdf2svg are installed on your computer. | |
# 3. Set path to pdf2svg in _config.yml in "pdf2svg" variable | |
# | |
# Input: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* Feeds a database with the content of a bibtex file parsed with bibtexbrowser | |
* See: http://www.monperrus.net/martin/feeding-mysql-database-with-bibtexbrowser | |
* Author: Martin Monperrus, Xiaodong Qi | |
* Last Modification Date: Oct 2015 | |
* Creation Date: Feb 2012 | |
*/ | |
// if exists, should contain define('DB_PASSWORD', 'dssizyrekzbqsf');, etc. | |
@include('conf.local.php'); |