Be warned: I'm not a programmer and my english isn't better

Would be nice if someone of the professional users could take a look at it.
I try to include some more features next time.
ChangeLogREADME.markdown wrote:This is just a small sidebar-plugin which can connect to your Piwik-installation. If you want to use it, you have to set up an user who has at least read-access to piwik. Within user-managment of piwik you can create a new one, if you don't want to use admin.
If you don't need one part of the statistics, just disable it.
If you want to change the order of output, install the plugin twice, it's stackableNow, you can can enable or disable any part of every instance until you are happy
![]()
Code: Select all
0.3
* renaming of language strings
* included some live-statistics
0.2
* some changes and optimisations by mattsches, thanks!
0.1
* first try, a lot of things could behave wrong
Code: Select all
0.3.1
* included some debug-logging
* included "known bugs" into README.markdown
Code: Select all
<li><a href="/archives/2013/10/16.html" title="4 views">the title | the blog name</a></li>
<li><a href="/archives/2013/10/15.html" title="2 views">the title | the blog name</a></li>
<li><a href="/archives/2013/10/14.html" title="1 views">the title | the blog name</a></li>
<li><a href="/archives/2013/10/18.html" title="1 views">the title | the blog name</a></li>
<li><a href="/archives/2013/08.html" title="2 views">the title | the blog name</a></li>
Code: Select all
<li><a href="http://bernd.distler.ws/archives/251-Excel-Zahlen-in-0,5er-Schritten-runden.html" title="92 Aufrufe">Excel: Zahlen in 0,5er Schritten runden</a></li>
<li><a href="http://bernd.distler.ws/archives/1329-TrueCrypt-Container-auf-iPhone-oeffnen.html" title="47 Aufrufe">TrueCrypt-Container auf iPhone öffnen</a></li>
<li><a href="http://bernd.distler.ws/archives/5-AudioConverter-unter-Linux.html" title="16 Aufrufe">AudioConverter unter Linux</a></li>
<li><a href="http://bernd.distler.ws/archives/16-Doppelseitig-scannen-und-als-PDF-speichern.html" title="11 Aufrufe">Beelitz-Heilstätten</a></li>
<li><a href="http://bernd.distler.ws/archives/335-Beelitz-Heilstaetten.html" title="11 Aufrufe">Doppelseitig scannen und als PDF speichern</a></li>
Oh, you are right. Seems, there is different name-sorting for urls and pages-titles if they have same view-countTimbalu wrote:Yes. I see its different on your blog, strange..., but there still is a bug, see
...
The last two are displaced.
Main problem is, that Piwik-API only delivers page-titles OR page-urls. You never get both values in one arrayTimbalu wrote:Beside that, why could that be that I do not get the real titles..? This is an old blog with a very new piwik counter, maybe these are links come in by search engines based on the calender day/month links...