From: Michael Hanke Date: Fri, 1 Apr 2011 19:53:45 +0000 (-0400) Subject: Discontinue the twitter widget X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a9c0e3fabb9908ea0ad0f4e26fc503d87ab7112c;p=neurodebian.git Discontinue the twitter widget and pull news directly from identi.ca --- 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 0000000..74b51e7 Binary files /dev/null and b/sphinx/_static/neurodebian_bullet.png differ diff --git a/sphinx/index.rst b/sphinx/index.rst index 495348e..e87a3ce 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -43,39 +43,18 @@ News .. raw:: html - - +
+ -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