From a9c0e3fabb9908ea0ad0f4e26fc503d87ab7112c Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Fri, 1 Apr 2011 15:53:45 -0400 Subject: [PATCH] Discontinue the twitter widget and pull news directly from identi.ca --- Makefile | 1 + sphinx/_static/neurodebian.css | 24 +++++++++++++++ sphinx/_static/neurodebian_bullet.png | Bin 0 -> 565 bytes sphinx/index.rst | 41 +++++++------------------- 4 files changed, 35 insertions(+), 31 deletions(-) create mode 100644 sphinx/_static/neurodebian_bullet.png diff --git a/Makefile b/Makefile index 880f0d2..cbd3f0f 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ pics: html: pics source rsync -rvlhp sphinx/ build/src cd artwork; cp button_w200.png logo_tuned/fmri_w200.png ../build/src/_static; cd .. + cp 3rd/jquery.livetwitter/jquery.livetwitter.min.js build/src/_static cd build/src && $(MAKE) html BUILDDIR=$(CURDIR)/build 2>&1 mv $(WWW_DIR)/_static/robots.txt $(WWW_DIR)/ cp -r build/src/lists $(WWW_DIR)/ diff --git a/sphinx/_static/neurodebian.css b/sphinx/_static/neurodebian.css index 799714d..f20f4e9 100644 --- a/sphinx/_static/neurodebian.css +++ b/sphinx/_static/neurodebian.css @@ -42,6 +42,30 @@ div.sphinxsidebar { font-size: 90%; } +div#identica_widget { + font-size: 80%; +} + +div#identica_widget p { + margin-top: 0.2em; + margin-bottom: 0.2em; + display: list-item; + list-style-image:url(neurodebian_bullet.png); +} + +div.tweet { + border-bottom: 1px dotted #aaa; + margin-left: 2em; +} + +span.time:before { + content: "["; +} + +span.time:after { + content: "]"; +} + div.clearer { clear: both; } diff --git a/sphinx/_static/neurodebian_bullet.png b/sphinx/_static/neurodebian_bullet.png new file mode 100644 index 0000000000000000000000000000000000000000..74b51e776ebe08bdf4ef0ec4e3a6f7179ed13258 GIT binary patch literal 565 zcmV-50?Pe~P)K(Rwb{E+gC=wPcT&!a*%dTdCh>^Em8Tw)w~Zcl-72^ZtCk z-*4ZjC<={U9;bDjz!4n6N=)Gk-eLelNywG}qQ$^GPFLVOl2ZHvA2E&?9oUBpIDj$q z#?x(2HW&B95?~&uyU>qkNyvH{#{OemK`$<%UMOzOPXD~IyBPc)6-6PB(}Q@3KHOQ} z#y`MyJjFto?r5}jY84*gauTw!W+l+NY^vZ2?llX0(|U6K;(rpdaa==$?NxN* zZUg5vIEu+%GcB)n76VhGx;iRqKN|Qvz)f^l@wIdT?^}=6=VohH&2PCc30YXE?O>u& z>Lg@E9;YK{t739dstUEU7*0Yq)XWGo1_Hf(4XmdEMZJWelR1Y6Kw zO+q$G7}9z4fm zv|}&{*@p%FU%(RDjvnmAH}i9zz~?f}rzB)^jXL-ZtZ<>RaLDZw00000NkvXXu0mjf D - +
+ -Follow us on identi.ca_ or twitter_ to subscribe to the NeuroDebian news. +Older news items are available on identi.ca_. Follow us on identi.ca_ +(preferred) or twitter_ to subscribe to the NeuroDebian news. .. _identi.ca: http://identi.ca/neurodebian .. _twitter: http://twitter.com/NeuroDebian -- 2.39.2