taskSavannah Administration - Tasks: task #5717, Submission of CrowTDE

 
 

task #5717: Submission of CrowTDE

Submitter:  Tai Yuan liang <yldai>
Submitted:  Fri 14 Jul 2006 08:58:41 AM UTC
   
 
Should Start On:  Thu 13 Jul 2006 04:00:00 PM UTC Should be Finished on:  Sun 23 Jul 2006 04:00:00 PM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Cancelled Privacy:  Public
Assigned to:  kickino Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 10 Sep 2006 05:28:31 PM UTC, comment #3: 

Hi,

We did not get a response from you, so we deleted your project from the pending queue.

If you would still like to have your project hosted at Savannah, please register it again.

The re-registration URL found in our acknowledgment of your earlier registration will direct
you to the proper location where you can re-register your project.

Regards.

Sebastian Wieseler <kickino>
Mon 21 Aug 2006 03:09:44 PM UTC, comment #2: 

Hi,

I am waiting for an answer from you.

If within one week I still do not get a reply, I will remove your project.
You will still be able to register it again once you have the time to deal with the registration issues.

Are you still willing to host your project at Savannah?
If not, please tell us - we don't bite, and it will make us gain time.

Regards.

Sebastian Wieseler <kickino>
Mon 31 Jul 2006 07:02:49 PM UTC, comment #1: 

Hi,
I'm evaluating the project you submitted for approval in Savannah.

At first, can you please give me a list of the licenses of your dependence? Or at least the project webpages of the required software?



At second, the address of the FSF has changed, and is now:

  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

Please update your license notices.

Updates versions of the GPL, LGPL and GFDL can also be found at:
http://www.gnu.org/licenses/gpl.txt
http://www.gnu.org/licenses/lgpl.txt
http://www.gnu.org/licenses/fdl.txt

Please update the copy of the license (usually, the 'COPYING' file) in your package as well.

You can find some background and a possible migration script at https://savannah.gnu.org/forum/forum.php?forum_id=3766


At third, please remove GIF image files from your project and replace them with an other format (such as PNG or JPEG).

Because of the patents (Unisys and IBM) covering the LZW compression algorithm which are used when making GIF files,
it's impossible to have free software to generate proper GIFs.  These patents also apply to the compress program.

For more information, see http://www.gnu.org/philosophy/gif.html.


At fourth, for your /images/ in general: Please add a README file in their directories and add there license+copyright notices as described in http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html


At fifth, is it really necesarry to add binaries to an /source/ tarball? If not, please remove them, if so, please add a README file for them, too, and write there license+copyright notices for them there, too.



At sixth, some of your sources files lack information about copyright+license:
In order to release your project properly and unambiguously under the GPL,
please place copyright notices and permission-to-copy statements at the beginning of every file of source code.

In addition, if you haven't already, please include a copy of the plain text version of the GPL,
available from http://www.gnu.org/licenses/gpl.txt, into a file named "COPYING".

For more information, see http://www.gnu.org/licenses/gpl-howto.html.

The GPL FAQ explains why these procedures must be followed.
To learn why a copy of the GPL must be included with every copy of the code, for example,
see http://www.gnu.org/licenses/gpl-faq.html#WhyMustIInclude.



At seventh, for your documentation:
In order to release your project properly and unambiguously under the FDL,
please place copyright notices and permission-to-copy statements after the title page of each work.

In addition, if you haven't already, please add a copy of the FDL
(available from http://www.gnu.org/licenses/fdl.html in various formats)
as a section of your works , and as plain text in a file named 'COPYING' (http://www.gnu.org/licenses/fdl.txt).

For more information, see http://www.gnu.org/licenses/fdl.html#SEC4

http://www.gnu.org/licenses/fdl-howto.html also covers additional points,
including a smaller notice that you can use in auxiliary files.


Regards,

Sebastian Wieseler <kickino>
Fri 14 Jul 2006 08:58:41 AM UTC, original submission:  

A new project has been registered at Savannah
The project account will remain inactive until a site admin approve or discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific "Group Administration" page, accessible only to site administrators, effectively logged as site administrators (superuser):

  <https://savannah.gnu.org/siteadmin/groupedit.php?group_id=8676>


######### REGISTRATION DETAILS #########

Full Name:
----------
  CrowTDE

System Group Name:
-----------------
  crowtde

Type:
-----
  non-GNU software & documentation

License:
--------
  GNU General Public License V2 or later

Description:
------------
  Project name: CrowTDE

CrowTDE is an open source Tcl/Tk development environment(IDE) written in Tcl/Tk. Its purposes is to provide a convenient environment for Tcl/Tk programmers. Currently CrowTDE runs on Linux and Windows, while i am trying to retrofit further versions which will run on more platforms as well as more features in the near future.

Currently home :
 - http://crow.ee.stut.edu.tw/dai/crowtde/index.htm
Source code:
 - http://crow.ee.stut.edu.tw/dai/crowtde/CrowTDE-0.4.tar.gz
Single file executable:
 - Windows : http://crow.ee.stut.edu.tw/dai/crowtde/CrowTDE-0.4.exe
 - Linux : http://crow.ee.stut.edu.tw/dai/crowtde/CrowTDE-0.4.bin
 
Features :
 - Supports source code debugging (breakpoints, stepping, watch variables, and more).
 - Project manager (easy to organize projects, folders, files).
 - Procedure navigator (fast location and jump to procedure).
 - Multi-file editing.
 - Colored syntax-highlighting.
 - Interactive syntax completion.
 - Easy to Run/Stop Tcl/Tk scripts (just click on toolbar buttons).
 - Support for Nagelfar (static syntax-checking).
 - Native language support.
 - Support for Starkit. (generate binaries for Windows or Linux)
 - Integrated Tcl/Tk documentation.
 - Auto-indent/outdent block selection.
 - Integrated MP3 player.
 - Code templates.
 - Graphical search tools (easy to search files and search in files).
 - Find/Replace keyword in editors.


Other Software Required:
------------------------
  Requirement libraries:
 - Tcl/Tk v8.4.12 above        (required)
 - Thread v2.6 above           (required)
 - BWidget v1.7 above          (required)
 - treectrl v2.1 above         (required)
 - tkpng v0.3 above            (required)
 - tdom 0.81 above             (required)
 - tkhtml3 above               (required)
 - snack 2.2 above             (optional)

External programs:
  - Tkcon 2.4 above
  - Nagelfar 1.1.3 above
  - tclkit 8.4 above
  - sdx


Tai Yuan liang <yldai>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-09-10 kickino StatusPing-ed Cancelled
    Open/ClosedOpen Closed
2006-08-21 kickino StatusWait reply Ping-ed
2006-07-31 kickino StatusNone Wait reply
    Assigned toNone kickino

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code