Advertising
advertising
related pastes to tag 'statusnet'
- 2012388 - StatusNet build number: statusnet
-
- echo "<?php \$config['site']['build'] = '`date -u +%Y%m%dT%H%M%S`';" > /etc/statusnet/buildno.php
- 1949620 - javascript addon: hook js addon statusnet
-
- function MyInlineJavaScript($action)
- {
- $action->inlineScript('alert("Here is an alert!")');
- return true;
- }
- function MyJavaScriptFile($action)
- {
- 1942888 - draft of a comment: error blog validation statusnet
-
- FWIW if re-ordering what's in the video, I'd begin with what's at the 0:25 mark.
- Make it immediately understandable that:
- * StatusNet can do more than Twitter
- * StatusNet can do your tweets for you
- 1809743 - Age plugin for StatusNet: statusnet registration extrafields
-
- <?php
- class AgePlugin extends Plugin
- {
- function onCheckSchema() {
- $schema = Schema::get();
- $schema->ensureTable('extra_fields',
- 1759358 - turn off paths: statusnet disable paths
-
- if ($_pi) {
- }
- 1665331 - Example using check password: event statusnet checkpassword
- 1647156 - sample OMB 0.2 entry: statusnet omb
-
- <entry xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0"
- xmlns:omb="http://openmicroblogging.org/atom">
- <title>BUGabundo's status from 2009-10-14</title>
- <id>http://identi.ca/notice/12345</id>
- <updated>2009-10-14T18:30:02Z</updated>
- <author><name>BUGabundo</name></author>
- <content type="text">@leo check out !identica on #mysite</content>
- <content type="text/html">@<a href='http://army.twit.tv/leolaporte'>leo</a> check out !<a href='http://mi.bugabundo.net/group/identica'>identica</a> on #<a href='http://mi.bugabundo.net/tag/mysite'>mysite</a></content>
- 1643852 - Change StatusNet logo height: hook height width logo statusnet
-
- // Change the values here
- $logo_width = 1000;
- $logo_height = 320;
- function MyLogoLayout($action)
- {
- 1592507 - add custom JS to StatusNet: javascript hook event js statusnet endshowscripts
-
- // This function can have any name
- function AddMyScript($action)
- {
- // $action->script('path') puts in a script link
- // I recommend putting custom code in the local directory
- // like this