[00:11] fabricius joined #tikiwiki [00:41] arildb_ joined #tikiwiki [00:44] arildb joined #tikiwiki [00:55] fabricius gour just additional features and things easier - Ricks books are still good for the basics and first steps [00:55] fabricius gour principles remain [01:02] refizul fabricius: gour cannot hear you ;-) [01:56] lindonb joined #tikiwiki [02:12] fabricius joined #tikiwiki [02:18] luciash polom [02:57] lphuberdeau left #tikiwiki [03:01] lindonb joined #tikiwiki [03:08] goj_killedByISP joined #tikiwiki [05:31] Enrique joined #tikiwiki [05:31] Enrique Hola, buenas noches a todos, ¿alguien sabe cómo traducir el cms wiki al español? [05:34] luciash hola Enrique, I do not speak Spanish but if you mean help with translation to Spanish, try http://i18n.tiki.org [05:36] Enrique Hello, thank you very much for the link, I'm seeing now. [05:38] luciash or contact Xavi: http://tiki.org/UserPagexavidp [05:38] luciash he speaks Spanish and Catalan at least ;) [05:40] Enrique Thank you! [06:06] arildb_ joined #tikiwiki [08:35] fabricius joined #tikiwiki [08:56] gour joined #tikiwiki [09:10] fabricius refizul: gost it after writing, bust thx anyway [10:22] gour what is the procedure to move installation from one TLD to the other? all i see are notes from moving from one server to the other... [10:33] fabricius joined #tikiwiki [11:02] redflo joined #tikiwiki [12:51] fabricius joined #tikiwiki [13:52] luciash gour: u just change any custom modifications to your .htaccess and Admin > Login remember me session cookie domain to your TLD [13:53] luciash gour: and if u mean Google search position, u has to tak care of the 301 redirect manually, but that is not Tiki specific [14:14] gour luciash: first of all i plan to use tiki with nginx and second, no need to redirect...i just want to play with tiki on my localhost and/or on staging server and when accomplishing something move to production TLD, so wonder how to adjust installation settings to work when changing from tld1 to tld2 without htaccess/redirect magic? [16:10] gour is there support for disqus comments available for tiki blog? i've WP site using disqus and wonder what to do... [16:17] rinnan left #tikiwiki [16:49] steve____ joined #tikiwiki [16:59] rinnan joined #tikiwiki [18:21] marclaporte joined #tikiwiki [18:31] dhazel joined #tikiwiki [20:16] steve____ joined #tikiwiki [20:20] redflo joined #tikiwiki [21:20] lorinc joined #tikiwiki [23:27] marclaporte joined #tikiwiki [23:32] * gour watched floss weekly 'tiki' episode...nice job by marclaporte ;) [23:35] marclaporte thanks! [23:35] marclaporte I wish I could have debatted him more! [23:36] marclaporte The show was shorter than usual because of tech issues (audio) at the beginning [23:37] marclaporte There is a podcast here too: http://info.tiki.org/article188-Tiki-reaches-500-contributors-with-commit-access [23:40] gour i like that simplicity and pragmatism are part of the project...feeling much better reading tiki stuff than the feeling i had with typo3's complexity :-) [23:40] marclaporte :-) [23:40] gour i guess the project will stay with svn for the foreseeable future? [23:41] marclaporte The official source, yes [23:41] gour i tried cvs in the past, skipped over svn and jumped to darcs...later tried mtn, using bzr & hg for some time and recently a bit of git...but for personal stuff i use fossil now [23:42] gour not having many branches (i assume so), fossil is also nice (possible) fir for tiki [23:43] marclaporte But Louis-Philippe Huberdeau is working on a Git / Github mirror project. The goal is to make it easier / have a "suggested" method of maintaining local patches and for deep customizations [23:45] gour yeah, dvcs helps here...i have a habit to keep all my writings/code under (d)vcs [23:46] gour nice thing about fossil is that it, as richard hipp (author of it & sqlite) put: "github-in-a-box" combining, wiki, tracker & code [23:47] marclaporte Interesting. They obviously dogfood, and Ohloh doesn't support source analysis: https://www.ohloh.net/p/fossil-scm [23:48] marclaporte interesting: http://www.fossil-scm.org/index.html/doc/trunk/www/wikitheory.wiki [23:48] gour well, it's C [23:49] gour single executable very easy to build/upgrade [23:50] gour it favours security over speed...and very simple to operate [23:50] marclaporte For a small project, I am actually considering if we should improve Tiki to become a VCS... (!) [23:51] gour heh [23:51] gour fossil, based on sqlite3, is nice example [23:53] marclaporte I am looking for the best way to manage source code the themes and extra translations for http://profiles.tiki.org/Cartograf. We have images, some js, some Smarty templates [23:54] marclaporte And I am entertaining this idea: http://dev.tiki.org/PluginArchiveBuilder [23:56] marclaporte And I want this: https://dev.tiki.org/Web+commits [23:56] gour fossil is nice 'cause the whole repo (in this case, images & code...) is contained in a single & portable sqlite3 db file