taskSavannah Administration - Tasks: task #3644, Submission of SDOM

 
 

task #3644: Submission of SDOM

Submitter:  Julian Graham <juliang>
Submitted:  Mon 17 Jan 2005 06:45:42 AM UTC
   
 
Should Start On:  Tue 18 Jan 2005 12:00:00 AM UTC Should be Finished on:  Tue 18 Jan 2005 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Done Privacy:  Public
Assigned to:  zeus Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 24 Jan 2005 01:10:15 PM UTC, comment #6: 

Hi Julian,

I have approved your project.  You will receive an automated e-mail
containing detailed information about the approval.

Regards,

Jonathan Gonzalez V. <zeus>
Mon 24 Jan 2005 02:09:05 AM UTC, comment #5: 

Hi Jonathan,
  Fixed the copyright notice in both source files.  Sorry about that -- don't know how I could have missed it!


Julian

Julian Graham <juliang>
Sun 23 Jan 2005 09:50:33 PM UTC, comment #4: 

Hi Julian,

I reviewed the tarball that you attached, you just have missing the
'(C)' in the Copyright notice, consider to fix this. Keep in mind that
you must use an upper case C in the '(C)'.

If you are willing to make the changes mentioned above, please provide
us with an URL to an updated tarball of your project.  Upon review, we
will reconsider your project for inclusion in Savannah.

Regards,

Jonathan Gonzalez V. <zeus>
Sun 23 Jan 2005 06:17:09 PM UTC, comment #3: 

Hi Jonathan et. al.,
  Sorry for the inconvenience -- I've attached a tarball containing the files you requested (i.e., the source (updated to include license + copyright), a copy of the GPL, and the beginnings of a texinfo manual).  Let me know if there's anything else you need.


Cheers,
Julian

Julian Graham <juliang>
Thu 20 Jan 2005 03:53:08 AM UTC, comment #2: 

Hi Julian,

Can you upload to this tracker a tarball? or if you prefer you can
send it to my email account. We wish to review a tarball and not just
a few files, because the tarball must containing things like the
'COPYING' file which should be a verbatim copy of GNU GPL, that you
can get from here:

    http://www.gnu.org/licenses/gpl.txt

On the other hand you have to include a Copyright and License notice
for every file with more than ten lines longs in your project. I
suggest you read the GNU GPL How-to here:

    http://www.gnu.org/licenses/gpl-howto.html

To avoid confusions about the how to apply a proper Copyright and
License notice consider to read these URLs too:

    http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html
    http://www.gnu.org/prep/maintain/html_node/License-Notices.html

Regards,

Jonathan Gonzalez V. <zeus>
Tue 18 Jan 2005 03:05:52 PM UTC, comment #1: 

Hi Julian,

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

If you do not have a web space to upload your tarball, you can upload
it here in this tracker, or if you prefer you can send it by email to
me(https://savannah.nongnu.org/users/Zeus).

Regards,

Jonathan Gonzalez V. <zeus>
Mon 17 Jan 2005 06:45:42 AM UTC, original submission:  


Site Admin. Approval/Edition URL:
 <https://savannah.gnu.org/admin/groupedit.php?group_id=7233>


###### ORIGINAL SUBMISSION DETAILS ######

System Group Name:
-----------------
  sdom


Full Name:
----------
  SDOM


Type:
-----
  non-GNU


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


Other License:
--------------



Description:
------------
  This project is an attempt to provide a complete implementation of the W3C Document Object Model level 3 API, including event handling, in Scheme, as an extension of Oleg Kiselyov's SXML API (which provides an implementation of several W3C recommendations regarding XML documents).  It is my hope that it will ultimately be included in distributions of useful Scheme modules, such as Andy Wingo's guile-lib package or the core GNU Guile distribution.  My implementation, SDOM, holds to SXML's conventions regarding the representation of structured XML as S-Lists and conforms to SXML's grammar (as specified here: http://okmij.org/ftp/Scheme/SXML.html#Grammar) such that SDOM documents are also SXML documents and can still be fully manipulated using the SXML API.  While I have a significant portion of the code already written, I haven't yet made it available anywhere that I can link to.


Other Software Required:
------------------------
  My only dependencies are a Scheme interpreter / compiler that implements a reasonable set of SRFIs (I use GNU Guile for development) and, as I mentioned above, Oleg's SXML/SSAX module, which is in the public domain (according to http://sourceforge.net/projects/ssax/).


Other Comments:
---------------


#########################################

Julian Graham <juliang>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #3525:  sdom.tar.gz added by juliang (28KiB - application/gzip - Revised copyright notice)
file #3524:  sdom.tar.gz added by juliang (27KiB - application/gzip)
file #3522:  events.scm added by juliang (5KiB - text/x-scheme - Auxiliary events module)
file #3521:  sdom.scm added by juliang (39KiB - text/x-scheme - Main SDOM module)

 

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

Date Changed by Updated Field Previous Value => Replaced by
2005-01-24 zeus StatusNone Done
    Percent Complete70% 100%
    Open/ClosedOpen Closed
2005-01-24 juliang Attached File- Added sdom.tar.gz, #79
2005-01-23 zeus Percent Complete40% 70%
2005-01-23 juliang Attached File- Added sdom.tar.gz, #78
2005-01-20 zeus Percent Complete10% 40%
2005-01-19 juliang Attached File- Added events.scm, #76
2005-01-19 juliang Attached File- Added sdom.scm, #75
2005-01-18 zeus Should Start On- 2005-01-18
    Should be Finished on- 2005-01-18
    Percent Complete0% 10%
    Assigned toNone zeus

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code