👷♂️
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
<!-- Begin Open Graph metadata --> | |
<meta content='summary' name='twitter:card'/> | |
<meta content='@<your twitter account>' name='twitter:site'/> | |
<b:if cond='data:blog.metaDescription'> | |
<meta expr:content='data:blog.metaDescription' name='og:description'/> | |
<b:else/> | |
<!-- Twitter Cards require a description but blogger posts don't always have one --> | |
<meta content='<Default Post Description>' name='og:description'/> | |
</b:if> | |
<b:if cond='data:blog.pageType == "item"'> |
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
// vim: ft=javascript: | |
/*jslint sloppy: true, vars: true, white: true, nomen: true, browser: true */ | |
/*global SpreadsheetApp, UiApp, UrlFetchApp, Utilities */ | |
/* | |
* A script to automate requesting data from an external url that outputs CSV data. | |
* | |
* Adapted from the Google Analytics Report Automation (magic) script. | |
* @author [email protected] (Nick Mihailovski) | |
* @author [email protected] (Ian Lewis) | |
*/ |
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
u""" | |
sudo pip install docutils pygments # システム Python に docutils インストール | |
rvm use 1.8.7 | |
gem install RbST | |
/var/www/vhosts/redmine/script/plugin install git://github.com/alphabetum/redmine_restructuredtext_formatter.git | |
RbST はなんと! 日本語に対応しません! orz (幸いなことに、 docutils の部分は Python で書かれている) |
NewerOlder