taskSavannah Administration - Tasks: task #5844, Submission of Python Graphical...

 
 

task #5844: Submission of Python Graphical Grep-like Tool

Submitter:  Miguel Ángel García <magmax>
Submitted:  Fri 25 Aug 2006 09:10:04 PM UTC
   
 
Should Start On:  Thu 24 Aug 2006 10:00:00 PM UTC Should be Finished on:  Sun 03 Sep 2006 10:00:00 PM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Done Privacy:  Public
Assigned to:  stevenr Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 10 Sep 2006 09:48:02 AM UTC, comment #3: 

Hi,

I have approved your project.  You will receive an automated e-mail containing detailed information about the approval.  There is just one small point with regards to your code submission.


When you upload your code, please make sure you 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.


Regards.

Steven Robson <stevenr>
Sat 26 Aug 2006 02:29:36 PM UTC, comment #2: 

Ok. Here you are the code. I have no better way to send it. I'd like to use SVN/CVS directly when it will be on the net.

Miguel Ángel García <magmax>
Sat 26 Aug 2006 07:58:13 AM UTC, comment #1: 

Hi,

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


Please include a (perhaps temporary) URL pointing to the source code. Alternatively, you can forward the code to me by email or attach it to this tracker.

We wish to review your source code, even if it is not functional, to catch potential legal issues early.

For example, to release your program properly under the GNU GPL you must include a copyright notice and permission-to-copy statements at the beginning of every  copyrightable file, usually any file more than 10 lines long.  This is explained in http://www.gnu.org/licenses/gpl-howto.html.  Our review would help catch potential omissions such as these.

Note that sending code to our repositories is a release, since the code will then be publicly available through anonymous access.


To help us better keep track of your registration, please use the tracker's web interface following the link below. Do not reply directly, the registration process is not driven by e-mail, and we will not receive such replies.

Regards.

Steven Robson <stevenr>
Fri 25 Aug 2006 09:10:04 PM UTC, original submission:  

A new project has been registered at Savannah
This project account will remain inactive until a site admin approves or discards 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.nongnu.org/siteadmin/groupedit.php?group_id=8739>


REGISTRATION DETAILS


Full Name:
----------
  Python Graphical Grep-like Tool

System Group Name:
-----------------
  pygrep

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

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

Description:
------------
  Pygrep is a graphical tool similar to "grep".

Usually, when you are developping a big application, you must battle with a lot of sources, and you need to search a lot of words (variables, function names, constants and so on). A lot of times, "grep" is powerful enouth to help you in your searchs, but other times it is not.

This program tries to help you in these cases:
- It will allow to save a profile with different configurations of search directories.
- You'll be able to click on the found labels and open the file on your default (or not) editor.
- You can decide if you want to search only in the files that was obtained in the last search. Notice that it is not the same as "$ grep word|grep word2", but may be similar to "$ grep word2 `grep -H word|cut -f1 -d':'`" 
- It will be possible to show the line before/after/both the expresion to search (the match expresion will be highlighted)
- Well... I have no more requisites, but when people will use it, they could give their experiences.

Source Code: Sorry, but I cannot include an url with the actual status of the project, but it is only on my PC. Version 0.1 is almost already prepared to be used.

License: GPL

Language: Python + GTK + Glade

Other Software Required:
------------------------
  python-2.4
python-glade2
python-gtk2


Other Comments:
---------------
  This is the first time I try to "send my programs to the world". I have a lot of little programs in my PC, but all of them are a)bad programmed; b)unended; c)wrong.

This is my real first try and I have no idea about what I have to do ;)


Miguel Ángel García <magmax>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #10597:  pygrep.glade added by magmax (25KiB - application/x-glade - pygrep GUI in glade (2). It must be at sources/pygrep directory to work (by the moment))
file #10596:  pygrep.py added by None (8KiB - text/x-python - Source code)

 

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 8 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-10-22 stevenr CategoryApproved Projects to be Reviewed Project Approval
    Open/ClosedOpen Closed
2006-09-10 stevenr CategoryProject Approval Approved Projects to be Reviewed
    StatusNeed Info Done
2006-08-26 magmax Attached File- Added pygrep.glade, #10597
2006-08-26 None Attached File- Added pygrep.py, #10596
2006-08-26 stevenr StatusNone Need Info
    Assigned toNone stevenr

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code