taskSavannah Administration - Tasks: task #5043, Submission of PHP PrintIPP

 
 

task #5043: Submission of PHP PrintIPP

Submitter:  Thomas Harding <harding>
Submitted:  Mon 12 Dec 2005 08:50:56 PM UTC
   
 
Should Start On:  Mon 12 Dec 2005 12:00:00 AM UTC Should be Finished on:  Thu 22 Dec 2005 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Done Privacy:  Public
Assigned to:  kickino Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Wed 21 Dec 2005 09:34:23 PM UTC, comment #6: 

GPL and LGPL fixed (fresh downloads from GNU) -- forgotten to change the addresses in preambule :)

Full LICENSE written in http.php

Hope this software will serve now it's approved.

Regards,
--
TH.

Thomas Harding <harding>
Wed 21 Dec 2005 01:32:38 PM UTC, comment #5: 

Hello.

At first, because of the http.php "All Right Reserved -- NO WARRANTY -- see LICENSE".

Please don't point the people only to a LICENSE file, but include the whole license as a comment to the source code. Please fix this.


At second, and once more, 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



But nevertheless I have approved your project, but please fix the points mentioned above nevertheless. 
You will receive an automated e-mail containing detailed information about the approval.

Have fun with Savannah!


Sebastian Wieseler <kickino>
Mon 19 Dec 2005 07:08:21 PM UTC, comment #4: 

Hello,

HTTP : done
SASL: deleted
testfiles: done
/ : done

Hope it is OK
Regards,
--
T.H.

Thomas Harding <harding>
Mon 19 Dec 2005 08:56:43 AM UTC, comment #3: 

Hello.

At first, for HTTP/ every file of source code should contain copyright+license notices.

Furthermore 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.

And then add a README file in that directory and write there the copyright+license notices for the image file down.



At second, for SASL/* include copyright+license notices there, too.


Furthermore in order to release your project^Wdocumentation 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.



At third, 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 fourth, ipp_exam* should include correct copyright+license notices.

Please update your tarball and include us with a new one.
Regards,

Sebastian Wieseler <kickino>
Fri 16 Dec 2005 05:31:18 PM UTC, comment #2: 

tarball are available at
http://tom.harding.free.fr/downloads/PrintIPP/20051215/PrintIPP.tgz
please note that every day the number 20051215 (=date) is incremented by 1 (but old directories still exists).

There are changes on dependencies, they are now:
PHP5
Class: SASL http://www.phpclasses.org/browse/package/1888.html
Class: HTTP http://www.phpclasses.org/browse/package/3.html


Thomas Harding <harding>
Thu 15 Dec 2005 09:23:16 PM UTC, comment #1: 

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



HAHA! You are really funny! Please try to review a PHP project which codes was stored under an APACHE directories.
Simply result: There is no chance to review it, APACHE tries everytime to execute the PHP stuff.



Please include a (perhaps temporary) URL pointing to the source code (please! A tar file. please!).
The description you gave when registering will not be read by the general public.
If you are still concerned with privacy, however, you can forward the code to me by email.

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 GPL you must include a copyright notice and
permission-to-copy statements at the beginning of every file of source code.  This is explained in
http://www.gnu.org/licenses/gpl-howto.html.  Our review would help catch potential omissions such as these.

Regards,

Sebastian Wieseler <kickino>
Mon 12 Dec 2005 08:50:56 PM 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/admin/groupedit.php?group_id=8194>


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

Full Name:
----------
  PHP PrintIPP

System Group Name:
-----------------
  phpprintipp

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

License:
--------
  GNU Lesser General Public License

Description:
------------
  This project is an implementation of Internet Printing Protocol as a PHP class. It needs at least PHP5. It's name is PrintIPP.

It is released under LGPL.

It's code is based on PrintSendLPR, also released as LGPL, with many improvements. PrintSendLPR is hosted at
www.phpclasses.org/browse/file/10652.html
It's author is  Mick Sear.

Currently, It is able to output prints on CUPS (both files and strings).

The goal for future versions is to implement at least server's responses
parsing and job cancelling.

The current version is running on a Debian Sarge, with PHP5 coming from
testing release compiled on.

Source code is available at
http://tom.harding.free.fr/downloads/PrintIPP

Other Software Required:
------------------------
  PHP5
APACHE


Thomas Harding <harding>

 

(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

Digest:
   task dependencies.

 

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

Date Changed by Updated Field Previous Value => Replaced by
2005-12-21 kickino StatusWait reply Done
    Open/ClosedOpen Closed
2005-12-19 kickino StatusNeed Info Wait reply
2005-12-16 kickino Dependencies- task #5051 is dependent
2005-12-15 kickino StatusNone Need Info
    Assigned toNone kickino

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code