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
.lsb, .gac_sb { | |
-webkit-appearance:push-button !important; | |
} | |
.lst, .gac_m, .lsb{ | |
font-size:10pt !important; | |
} |
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
<? | |
# Copyright 2010 by Ben Collins <[email protected]> | |
# Licensed under the GPLv3 | |
# | |
# July 29, 2010: Flattr v0.2 load.js does not expect bin2hex for data | |
# anymore. Pass arguments as normal GET | |
include_once("simplehtmldom.php"); | |
function errout($msg) { |
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
d |
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
f |
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
f |
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
function authorize(hook, args, cb){ | |
console.log(arguments) | |
if(args.req.url.indexOf('/p/private-') === 0) | |
{ | |
console.log('deny'); | |
cb([false]); | |
}else{ | |
console.log('don\'t know'); | |
cb(); | |
} |
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
Ensure that all dependencies are up to date... | |
Ensure jQuery is downloaded and up to date... | |
Clear minfified cache... | |
ensure custom css/js files are created... | |
start... | |
[2012-04-29 18:14:24.058] [WARN] console - Can't get git version for server header | |
ENOENT, no such file or directory '/private/tmp/ep_bug/.git/481c349f59e6e2214832a89193842717da4' | |
[2012-04-29 18:14:24.061] [INFO] console - Report bugs at https://github.com/Pita/etherpad-lite/issues | |
[2012-04-29 18:14:24.562] [INFO] console - Installed plugins: ep_etherpad-lite |
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
.➜ etherpad-lite git:(master) ✗ ./bin/run.sh | |
Copy the settings template to settings.json... | |
settings.json.template -> settings.json | |
Ensure that all dependencies are up to date... | |
[...] | |
Ensure jQuery is downloaded and up to date... | |
Ensure prefixfree is downloaded and up to date... | |
Clear minfified cache... | |
ensure custom css/js files are created... | |
start... |
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
'𝒜' |
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
Hello World. |
OlderNewer