cchelpbot | NOTICE: cron Tue Oct 31 00:04:26 UTC 2006: made new cchost snapshots : http://mirrors.creativecommons.org/cchost/packages/ | 00:05 |
---|---|---|
*** klepas has quit IRC | 00:27 | |
*** bkhl has quit IRC | 00:31 | |
cchelpbot | New news from http://wiki.creativecommons.org/wiki/index.php?title=special:recentchanges&feed=rss: Image:71349312-S.jpg <http://wiki.creativecommons.org/Image:71349312-S.jpg> | 00:50 |
*** mlinksva has joined #cc | 00:59 | |
*** ry1 has joined #cc | 01:06 | |
*** ry1 has left #cc | 01:06 | |
*** dorileo has joined #cc | 02:09 | |
*** mlinksva has quit IRC | 02:16 | |
*** bovinity has quit IRC | 02:25 | |
*** mlinksva has joined #cc | 02:36 | |
*** dorileo has quit IRC | 02:38 | |
cchelpbot | New news from http://wiki.creativecommons.org/wiki/index.php?title=special:recentchanges&feed=rss: OpenOfficeOrg Addin <http://wiki.creativecommons.org/OpenOfficeOrg_Addin> || SL Upcoming Events <http://wiki.creativecommons.org/SL_Upcoming_Events> || Registrars <http://wiki.creativecommons.org/Registrars> || CcNutch <http://wiki.creativecommons.org/CcNutch> || CCInfo for Acrobat <http://wiki.creativecommons.org/CCInfo_for_Acrobat> || PDF <http://wiki.creativecommons.org/PDF> || CCInfo for Acrobat <http://wiki.creativecommons.org/CCInfo_for_Acrobat> || CcNutch <http://wiki.creativecommons.org/CcNutch> | 02:38 |
*** dorileo has joined #cc | 02:39 | |
*** nujunto has joined #cc | 03:12 | |
*** nujunto has left #cc | 03:12 | |
cchelpbot | New news from http://creativecommons.org/weblog/rss: Remix the Remixer <http://creativecommons.org/weblog/entry/6121> || Version 3.0 - Revised License Drafts <http://creativecommons.org/weblog/entry/6120> | 06:19 |
*** klepas has joined #cc | 07:06 | |
*** klepas has quit IRC | 07:37 | |
*** klepas has joined #cc | 07:40 | |
*** sama has joined #cc | 07:43 | |
cchelpbot | NOTICE: cron Tue Oct 31 08:04:37 UTC 2006: made new cchost snapshots : http://mirrors.creativecommons.org/cchost/packages/ | 08:07 |
tannewt | rejon, how do I access POST variables from a PHP class like fourstones-import.inc | 08:11 |
paulproteus | $_POST | 08:12 |
paulproteus | iirc. | 08:12 |
tannewt | that works even if its included in another file? | 08:13 |
paulproteus | Sure, why not? (-: | 08:13 |
tannewt | ah, I see it | 08:13 |
paulproteus | It's PHP! There's no structure. | 08:13 |
tannewt | stupid me | 08:13 |
tannewt | too much java for me | 08:13 |
tannewt | what form does $args['upload_date'] need to be in? | 08:28 |
paulproteus | I don't know, but I'm going to bed now. (-: | 08:28 |
tannewt | sleep well | 08:29 |
rejon | tannewt: right, $_POST | 08:30 |
tannewt | rejon, got it | 08:30 |
rejon | I usually use $_REQUEST because that is all $_GET or $_POST | 08:30 |
tannewt | right | 08:30 |
tannewt | what is it that I add to see the data dump? | 08:30 |
tannewt | add to the url | 08:30 |
rejon | oh, that isn't available anymoe from there | 08:31 |
rejon | from the URL | 08:31 |
rejon | removed that option | 08:31 |
tannewt | ack | 08:31 |
rejon | only from the commandline script | 08:31 |
rejon | in bin | 08:31 |
rejon | its easy to use | 08:32 |
rejon | php cc-host-datadump.php --help | 08:32 |
tannewt | I dont have a plain php command | 08:33 |
rejon | what | 08:33 |
rejon | what system are you using | 08:34 |
tannewt | gentoo | 08:34 |
rejon | what? | 08:34 |
rejon | you have to have it | 08:34 |
rejon | do a `where php` on the CLI | 08:34 |
rejon | /usr/bin/php PATH_TO_CCHOST/bin/cc-host-datadump.php | 08:34 |
rejon | should be the same | 08:34 |
tannewt | yikes | 08:34 |
tannewt | my $PATH is botched | 08:35 |
rejon | no, that is just fill-it-in | 08:35 |
rejon | what I typed | 08:35 |
tannewt | I dont have a /usr/bin/php | 08:36 |
rejon | what | 08:36 |
rejon | emerge php | 08:36 |
rejon | i think its | 08:36 |
rejon | emerge dev-php/php | 08:36 |
rejon | checking... | 08:37 |
rejon | Calculating dependencies... done! | 08:37 |
rejon | [ebuild U ] dev-lang/php-5.1.6-r6 [5.1.6-r4] USE="apache2 berkdb bzip2 cli crypt gd gdbm iconv* imap ipv6 ldap mysql ncurses nls pcre posix* readline reflection sasl session spell spl sqlite ssl truetype* unicode xml* xmlreader xmlwriter zlib -adabas -apache -bcmath -birdstep -calendar -cdb -cgi -cjk -concurrentmodphp -ctype -curl -curlwrappers -db2 -dbase -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob | 08:37 |
rejon | thats what i get | 08:37 |
rejon | you have to have the cli use flag set | 08:37 |
rejon | add to your make.conf | 08:37 |
rejon | /etc/make.conf | 08:37 |
rejon | USE="cli" | 08:37 |
rejon | add to your already set USE in that file | 08:38 |
tannewt | ah okay | 08:38 |
*** sama has quit IRC | 08:48 | |
tannewt | rejon, are there a minimum set of tags I should set with each upload to indicate content type etc.? | 08:56 |
rejon | that is up to you | 08:56 |
rejon | i would just set the minimum as video | 08:57 |
rejon | for your site | 08:57 |
rejon | or rather, as the defaul feed tag | 08:57 |
*** bkhl has joined #cc | 08:57 | |
tannewt | well I'm mass importing photos right now | 08:57 |
rejon | cool, is it working ok for you? | 09:00 |
rejon | i think we should put all mass import scripts in bin | 09:00 |
tannewt | I'm writing the script at the moment | 09:00 |
rejon | if you submit as a patch to cctools, I will check it out | 09:01 |
rejon | http://sf.net/projects/cctools | 09:01 |
tannewt | / modifying it | 09:01 |
tannewt | right | 09:01 |
rejon | cool | 09:01 |
rejon | after that, and we accept, will give you access to svn | 09:01 |
rejon | if you want | 09:01 |
tannewt | but PostProcessNewUpload is poorly documented | 09:01 |
rejon | yes, this is true | 09:01 |
rejon | basically, its where all the magic is for uploads | 09:01 |
rejon | please help comment it | 09:02 |
tannewt | I'd rather not because I don't like how things are run out of svn | 09:02 |
rejon | that is something that would be beneficial | 09:02 |
rejon | what do you mean? | 09:02 |
tannewt | understood but it'd be easier if someone who already knew would document it | 09:02 |
rejon | well, that is the point | 09:02 |
rejon | if you document and send patch, then it will instigate someone to fix it up | 09:03 |
tannewt | how major production sites are run off cchost pulled from svn | 09:03 |
tannewt | fix the documentation up? | 09:03 |
rejon | that is how wordpress.com does it, that is how wikipedia does | 09:03 |
rejon | etc | 09:03 |
rejon | its very common | 09:03 |
rejon | now | 09:03 |
tannewt | hmm | 09:03 |
tannewt | it makes me nervous | 09:03 |
rejon | but you don't have to if you don't want | 09:03 |
rejon | it shouldn't | 09:03 |
rejon | if we are that confident, then you should be | 09:03 |
tannewt | but I guess thats a consequence of poor webapp upgrade processes | 09:04 |
rejon | but if not, there are the packages | 09:04 |
rejon | yes, cchost has the best out there by a long shot | 09:04 |
rejon | svn up | 09:04 |
rejon | and in your browser | 09:04 |
tannewt | yup | 09:04 |
rejon | http://cchostinstall/?update=1 | 09:04 |
rejon | thats it | 09:04 |
tannewt | I want to add the video but I need to figure out the annodex to cchost stuff first | 09:05 |
rejon | i disagree | 09:05 |
rejon | I would say get the video up first | 09:05 |
rejon | and then work on the annodex support | 09:05 |
rejon | start from lowest tech to highest tech and not vice-versa | 09:05 |
rejon | my new approach | 09:05 |
tannewt | but it doesn't even allow for ogg theora support | 09:05 |
rejon | yes it does | 09:05 |
rejon | just don't use getid3 | 09:06 |
rejon | use the pseudo-file verified | 09:06 |
tannewt | :-/ | 09:06 |
rejon | verifier | 09:06 |
rejon | that is what i set up on openfontlibrary.org for everything | 09:06 |
rejon | i added all major font file types | 09:06 |
tannewt | thumbnails also need to be created upon file/upload add instead of on the fly | 09:06 |
rejon | http://cchost.localhost/media/admin/pverify | 09:07 |
rejon | yep | 09:07 |
rejon | file it | 09:07 |
rejon | ;) | 09:07 |
rejon | add to the it actually, there is one up there | 09:07 |
rejon | in the request tracker | 09:07 |
tannewt | I'd be willing to write it but I dont understand the big picture of cchost's code | 09:08 |
rejon | its all event based | 09:08 |
rejon | thus, just hook into the event for upload done, and attach that to a function or method and done | 09:08 |
rejon | it will be called upon upload done | 09:08 |
rejon | oh, for the pseudo verifier, looks like the magic file bytes for ogg are: OggS | 09:09 |
rejon | ^OggS | 09:09 |
tannewt | okay | 09:09 |
tannewt | rejon, have you seen my install recently? | 09:10 |
rejon | no | 09:10 |
tannewt | http://openroadtrip.net/cchost/media/view/media/photos | 09:10 |
tannewt | ooohhh, thumbnails :-) | 09:10 |
rejon | cool! :0 | 09:10 |
rejon | heya, you should make a div container with a specific height and width so the column is all in line | 09:11 |
rejon | cool man | 09:11 |
rejon | ok, i need shower and sleep | 09:11 |
tannewt | alright, sleep well | 09:12 |
rejon | cool...yeah, honestly, please get in the habit of adding to feature requests and filing what you want | 09:13 |
rejon | i feel like your requests are falling off the radar and it doesn' help to keep pinging me repeatedly about getting things dones | 09:13 |
rejon | it just makes me not want to chat | 09:14 |
rejon | and trust me, i love chatting | 09:14 |
tannewt | alright | 09:14 |
tannewt | I'll try my best | 09:14 |
rejon | but more importantly love to get work done and help plug you and others into hacking so we can all help clear code blockages | 09:14 |
rejon | and other blockages | 09:14 |
rejon | aka, need more fiber in diet | 09:14 |
rejon | ok, pce | 09:14 |
tannewt | bye :-D | 09:14 |
*** rejon has quit IRC | 09:15 | |
*** tannewt has quit IRC | 09:33 | |
cchelpbot | New news from http://wiki.creativecommons.org/wiki/index.php?title=special:recentchanges&feed=rss: OpenOfficeOrg Addin <http://wiki.creativecommons.org/OpenOfficeOrg_Addin> || SL Upcoming Events <http://wiki.creativecommons.org/SL_Upcoming_Events> || Registrars <http://wiki.creativecommons.org/Registrars> || CcNutch <http://wiki.creativecommons.org/CcNutch> || CCInfo for Acrobat <http://wiki.creativecommons.org/CCInfo_for_Acrobat> || PDF <http://wiki.creativecommons.org/PDF> || CCInfo for Acrobat <http://wiki.creativecommons.org/CCInfo_for_Acrobat> || CcNutch <http://wiki.creativecommons.org/CcNutch> | 10:04 |
*** rejon has joined #cc | 10:15 | |
*** sama has joined #cc | 10:31 | |
*** dorileo has quit IRC | 11:40 | |
*** dorileo has joined #cc | 12:14 | |
*** klepas has quit IRC | 12:19 | |
cchelpbot | NOTICE: cron Tue Oct 31 16:03:44 UTC 2006: made new cchost snapshots : http://mirrors.creativecommons.org/cchost/packages/ | 16:07 |
*** rejon has quit IRC | 16:52 | |
*** sama has quit IRC | 17:02 | |
*** mlinksva has quit IRC | 17:21 | |
*** bovinity has joined #cc | 17:28 | |
*** mlinksva has joined #cc | 17:34 | |
*** rejon has joined #cc | 17:51 | |
rejon | http://joi.ito.com/archives/2006/11/01/sitting_in_my_room.html | 18:19 |
rejon | hahahaha | 18:19 |
*** sama has joined #cc | 19:29 | |
*** tannewt has joined #cc | 20:37 | |
tannewt | rejon, data-dump isn't working for me | 21:02 |
*** tannewt has quit IRC | 22:19 | |
*** mlinksva has quit IRC | 22:49 | |
*** mlinksva has joined #cc | 22:52 | |
*** tannewt has joined #cc | 23:38 |
Generated by irclog2html.py 2.3 by Marius Gedminas - find it at mg.pov.lt!