From: Andreas K. <and...@ac...> - 2014-10-02 00:22:16
|
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. |