From: Andreas K. <and...@ac...> - 2014-10-02 17:02:33
|
On Wed, Oct 1, 2014 at 11:49 PM, Javi Pérez <ja...@li...> wrote: > Andreas, > > I made this script for own use and now I see the great potential of this > tool. I didn’t find any good tcl script for manage the current version of > twitter API so I’m glad to be able to share my work with everyone trough > your package. I’m willing to do whatever it takes to make it convenient to > use. > > About the dev account, I think I have a dev account in source forge already. Tcllib is managed on core.tcl.tk, not sourceforge. Only the mailing lists (tcllib-devel, tcllib-bugs) are still on SF. See http://core/tcl.tk/tcllib That page refers to the trackers. You have to login as anonymous to be able to create a ticket. > Give me a way to upload the script and I will do it in your way. After creating a ticket you can attach files to it. Attaching a file as part of the creation is unfortunately not possible. > > About the online documentation: yes please of course, I due all my tcl > skills to those documentations so I love them > > > 2014-10-02 2:22 GMT+02:00 Andreas Kupries <and...@ac...>: >> >> On Wed, Oct 1, 2014 at 11:17 AM, Javi Pérez <ja...@li...> >> wrote: >> > License: i will use the license you use in every tcllib scripts >> >> Thank you. That is good. >> >> > maintenance: yes >> >> True, but how ? >> >> Would you want/need a dev account for the repository ? >> >> Or would it be enough for you to provide patches >> and updated sources through Tcllib's ticket system ? >> >> > documentation: the script is full commented -- will be documented too >> >> I am more talking about externally visible documentation. >> See for example >> >> >> https://core.tcl.tk/tcllib/doc/trunk/embedded/www/tcllib/files/modules/json/json_write.html >> >> and >> https://core.tcl.tk/tcllib/doc/trunk/modules/json/json_write.man >> >> for the sources for the document. >> >> > tests: i am using it since 2012 for my own apps, large debug >> >> So, tested by dog-fooding. Ok. >> >> > large: around 400 lines >> >> That is small to us. ... I should possibly try and compute the median >> for the files in tcllib. >> >> > >> > file type: .tm, a only one file >> > >> > this was made for own use in a personal project but it works too well >> > for >> > keep it secret, i will adapt the code for make it more universal >> >> Ok >> >> > >> > BTW: keep in mind i am not native english, so typos may be found >> > >> > dependencies: (Tcl 8.5) >> > package require http >> > package require tls >> > package require base64 >> > package require sha1 >> > package require json >> > >> > This is a piece of the script, will help you to make an idea about what >> > we >> > are talking about, if you want the full file, just ask, i dont want to >> > bother with attached files >> >> While the start looks like an application the other parts of your >> description (.tm), etc mean that it is definitely a package. >> >> Tcllib would be the better choice for placement. >> >> >> > >> > # !/bin/sh >> > # the next line will restart with tclsh wherever it is \ >> > exec tclsh "$0" "$@" >> > >> > # oauth-1.1.tm >> > # This module pretend give full support to API version 1.1 of Twitter >> > # using HTTPS for every requests. >> > # >> > # Copyright (c) 2012 Javier Pérez hx...@eg.... >> >> -- >> Andreas Kupries >> Senior Tcl Developer >> Code to Cloud: Smarter, Safer, Faster™ >> F: 778.786.1133 >> and...@ac..., http://www.activestate.com >> Learn about Stackato for Private PaaS: http://www.activestate.com/stackato >> >> 21'st Tcl/Tk Conference: Nov 10-14, Portland, OR, USA -- >> http://www.tcl.tk/community/tcl2014/ >> Send mail to tcl...@go..., by Sep 8 >> Registration is open. > > -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 and...@ac..., http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato 21'st Tcl/Tk Conference: Nov 10-14, Portland, OR, USA -- http://www.tcl.tk/community/tcl2014/ Send mail to tcl...@go..., by Sep 8 Registration is open. |