<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style> RobertPlummer: joined #tikiwiki Jyhem_laptop: joined #tikiwiki RobertPlummer: joined #tikiwiki benoitg: joined #tikiwiki goj_killedByISP: joined #tikiwiki was: kicked by amette: CIA-99 CIA-58: joined #tikiwiki Bsfez: joined #tikiwiki xavi: joined #tikiwiki <br> polom <br> <u>RobertPlummer</u>: ? <br> (still around????) <br> I did read the log for yesterday.... and you might be interested in http://profiles.tiki.org/R_HeatMaps ;-) <br> bbl Bsfez: joined #tikiwiki goth: joined #tikiwiki Jyhem_laptop: joined #tikiwiki RobertPlummer: joined #tikiwiki lphuberdeau: joined #tikiwiki Bsfez: joined #tikiwiki rodrigoprimo: joined #tikiwiki FikiFestBCN: joined #tikiwiki RobertPlummer: joined #tikiwiki Jyhem_laptop: joined #tikiwiki radek82: joined #tikiwiki sandroandrade: joined #tikiwiki RobertPlummer: joined #tikiwiki g0th: joined #tikiwiki dhazel: joined #tikiwiki jjg0th: any news on this: https://dev.tiki.org/item4276 ? <br> it seems that thoes wish list items/bugreports are not taken seriously, the better place to ask is probably the mailing list... <br> those* tikifest: joined #tikiwiki <br> <u>jjg0th</u>: http://tiki.org/Model#I_reported_a_bug_several_months_ago_and_it_has_not_been_fixed jjg0th: just saying that the ml is very responsive to any mails sent to it, but the tracker list on dev.tiki.org is not Jyhem_laptop: joined #tikiwiki tikifest: seems sub-optimal. How can we make this better? mlaporte: joined #tikiwiki RobertPlummer: joined #tikiwiki benoitg: joined #tikiwiki jjg0th: <u>mlaporte</u>: hi, again: I have indexing figured out if you're interested mlaporte: yes, tell me! jjg0th: ok <br> .doc, .xls, .ppt => catdoc (http://www.wagner.pp.ru/~vitus/software/catdoc/) <br> the commands are: <br> xls2csv -q 0 -d utf-8 %1 <br> catdoc -a -d utf-8 %1 <br> catppt -d utf-8 %1 <br> for .xls, .doc, .ppt <br> resp. application/vnd.ms-excel (I think), application/ms-word, application/vnd.ms-powerpoint <br> for .pptx => pptx2txt (pptx2txt.sf.net, needs /usr/bin/unzip) <br> pptx2txt.pl %1 - <br> for .docx => docx2txt (docx2txt.sf.net, needs /usr/bin/unzip) <br> docx2txt.pl %1 - <br> (the last two also need perl) <br> for .xlsx => xlsx2csv (https://github.com/dilshod/xlsx2csv/) <br> xlsx2csv -s 0 -p '' %1 <br> for the last one you need python <br> that's what I got <br> for the last three mime-types check the web, if you want I can post them <br> (long mime-type names) <br> but its easier if you just upload one file then the mime-type appears in the list <br> I think catppt is not working :( <br> the rest I checked (is working) mlaporte: The best is that you update Tiki code with this jjg0th: you mean document it? <br> what? <br> is there any extension you are missing? <br> my guess is: some other extension like macro docx or so still work with docx2txt.pl <br> I just specified it for the major mime-types <br> vnd.ms-office => you're out of luck since that could be either excel, word or powerpoint <br> Is that even a correct mime-type? I don't think so (officially) rodrigoprimo: joined #tikiwiki jjg0th: you could of course add a wrapper around all scripts that checks the mime-type for himself and then decides what to choose mlaporte: See line 1000 of http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/lib/filegals/filegallib.php?view=markup goth: oh! <br> <u>mlaporte</u>: what's that? <br> default programs? mlaporte: yes goth: (most people won't have the tools I mentioned) <br> maybe catdoc <br> but still nice :) <br> you could add some additional parameters <br> like force utf8 encoding mlaporte: Go for it! <br> you have commit access? goth: no <br> what about the new office files? mlaporte: What is your SourceForge.net user name? goth: huh <br> looong time ago <br> since I used sf.net <br> lemme check <br> jjermann I guess, forgot my pwd <br> ok, reset mlaporte: <u>goth</u>: you have svn write access: https://sourceforge.net/users/jjermann goth: I am very hesitant to commit anything though <br> first off: no php experience, 2nd: those pptx2txt and docx2txt tools are working but not part of any distribution i.e. not standard software... <br> also the python software is not mlaporte: I see what you mean <br> I had done some research and didn't find what you found jonnyb: joined #tikiwiki <br> polom all at TikiFestBCN mlaporte: <u>goth</u>: Within a few weeks, Louis-Philippe will attempts to add .docx, .xlsx and .pptx indexing via http://framework.zend.com/manual/1.11/en/learning.lucene.indexing.html xavi: hi jonnyb <br> still the phpstorm tutorial going on (robert guiding us remotely) jonnyb: hi xavi - is this phpstorm thing happening soon (now?) <br> oh, the t.o page said 5pm BST xavi: since 75 minutes ago :-) jonnyb: (dogfood!) xavi: you suffered from the tiki date time zone weirdnesses <br> 16h UTC jonnyb: tracker dates... grrr! xavi: sorry, we started 105 min ago (not 75) <br> unluckily, bbb screensharing was interfering with audio <br> so things moved to skype audio + screensharing jonnyb: fair enough xavi: and we started to document things here (in real time, kind of, still work in progress): http://dev.tki.org/phpstorm <br> oups, typo in url <br> http://dev.tiki.org/phpstorm jonnyb: np, worked it out :P xavi: :-) <br> btw, we had to disable the wysiwyg by default in dev.t.o <br> someone had that enabled by default for new pages <br> and with that new page: each time we saved content, the page was saved empty! <br> this happened twice <br> :-/ jonnyb: wasn't me, think it was to assist testing for 9 xavi: yes, yes, we figured it out (maybe marc :-) ) <br> plus we detected some oddity with textarea validation as mandatory field, while dogofooding the tracker for the tikifest (tracker as calendar, etc) <br> it complained as if it was empty, when it had content <br> :-/ <br> twice again, so random issues, between successful edition of item in the same tracker, with the sme browser,e tc. <br> that text area had the wysiwyg on radek82: joined #tikiwiki marclaporte: joined #tikiwiki lphuberdeau: joined #tikiwiki tikifest: joined #tikiwiki was: kicked by amette: CIA-58 CIA-108: joined #tikiwiki marclaporte: joined #tikiwiki Tiki|bot: New Forum Posts: How to get rid of the Slideshow button! - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45075 Jyhem_laptop: joined #tikiwiki marclaporte1: joined #tikiwiki rodrigoprimo: joined #tikiwiki rodrigoprimo1: joined #tikiwiki dhazel: joined #tikiwiki Caarrie: joined #tikiwiki deeku: joined #tikiwiki <br> In a template, can I call a php script can capture the returned value in a variable? The following is my non-working example: $tempurl = turl.php?f=$f_15 <br> turl.php is the script and $f_15 is a value I am passing to the script Caarrie: joined #tikiwiki <br> joined #tikiwiki <br> joined #tikiwiki