dsandler / brdfdr (http://brdfdr.com/)

Prototype implementation of the FETHR distributed microblogging/publishing platform.

Clone this repository (size: 81.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/dsandler/brdfdr/
commit 11: 3540e5045d8f
parent 10: a4b5252a6b01
branch: default
Tweak.
Daniel Sandler
11 months ago

Changed (Δ59 bytes):

raw changeset »

birdfeeder/templates/user.html (3 lines added, 2 lines removed)

Up to file-list birdfeeder/templates/user.html:

114
114
115
115
</div>
116
116
<div>
117
<small><b>debug:</b> <a href="user/debug">state</a>; message graph (last 1000
118
msgs): <a href="user/graph?limit=1000&format=png">png</a> <a href="user/graph?limit=1000&format=dot">dot</a></small>
117
<small><b>debug:</b> <a href="user/debug">state</a>; message graph (last 100
118
msgs): <a href="user/graph?start=0&limit=100&format=png&private=false&show=all">png</a> <a
119
href="user/graph?start=0&limit=100&format=dot&private=false&show=all">dot</a></small>
119
120
</div>
120
121
</div> 
121
122