Generate Slack Security Token https://api.slack.com/web#auth Post message to slack https://gist.github.com/alexstone/9319715 Example of PHP Slack https://github.com/Frlnc/php-slack Good oauth video Note: don’t
UnfoldingWord Links
Shared door43 plugin https://github.com/unfoldingWord-dev/dokuwiki-plugin-shared OBS doc upload https://github.com/unfoldingWord-dev/dokuwiki-plugin-obs-doc-upload with export buttons https://github.com/unfoldingWord-dev/dokuwiki-plugin-obs-doc-upload/tree/feature/ExportButton
Pandoc Notes
Pandoc release page: https://github.com/jgm/pandoc/releases
Hubot notes
Documentation https://hubot.github.com/docs/scripting/ Coffee script (note, install node.js first) http://coffeescript.org/ Hubot issues: https://github.com/unfoldingWord-dev/hubot I am assigned issue 2 and
Run Script in Photoshop
Save javascript as .jsx file. Start Photoshop with a pictures. Create an action (Windows->Actions->create new set->create new action) Press the
My Dokuwiki Plugin Links
zipodt Convert all files within subnamespace to odt (open office) format then download a zip of the files. https://github.com/unfoldingWord-dev/dw-zipodt usfmimport
Run XAMPP At Startup
The following works for Windows 8: First, set XAMPP controller to run at windows startup Right click Windows icon, select
Foxpro table delete and pack using sql
Using SQL within foxpro program (not ODBC from a PHP program) set exclusive on cd to where things are
Git sync
To sync a branch to master: 1. Make sure master is defined. Check with git remote -v. If not defined,
Dokuwiki Plugin Name Rules
I always forget how exactly to name my plugins. So here are the rules copied from Dokuwiki web site for