taskSavannah Administration - Tasks: task #7079, Submission of ForumHandler

 
 

task #7079: Submission of ForumHandler

Submitter:  Knuthy <knuthy>
Submitted:  Fri 13 Jul 2007 02:31:59 AM UTC
   
 
Should Start On:  Fri 13 Jul 2007 12:00:00 AM UTC Should be Finished on:  Mon 23 Jul 2007 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Cancelled Privacy:  Public
Assigned to:  jmd Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

  Spam posted by #64253
  Spam posted by #63237
Thu 25 Oct 2007 03:34:32 PM UTC, comment #4: 

I removed the project from the system.

Sylvain Beucler <Beuc>
Thu 25 Oct 2007 08:50:25 AM 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.

John Darrington <jmd>
Site Administrator
Sun 07 Oct 2007 09:05:26 AM 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.

John

John Darrington <jmd>
Site Administrator
Wed 26 Sep 2007 03:54:23 AM UTC, comment #1: 

Hi,
 
I'm evaluating the project you submitted for approval in Savannah. While doing so I have noticed a few problems which are described below.

The license notice does not contain the last section, "You should have received a copy of the GNU General Public License along with this program ...."  Please correct this, and add a complete verbatim copy of the license, which may be found at http://www.gnu.org/licenses/gpl.txt.   The license must be copied verbatim and in its entirety.   You should also choose a licence for your documentation.

Please check http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html for more information, and update your files.


Your project is not part of the GNU project, so we cannot accept its current type.  We want to maintain the distinction between 'GNU' and'non-GNU' projects.  If your project is approved for inclusion into Savannah, we will set it's type to 'non-GNU'.

If your project is accepted into the GNU project you may change its type.  You can do this by asking us.

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.

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.

John Darrington <jmd>
Site Administrator
Fri 13 Jul 2007 02:31:59 AM 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):



Registration Details


  • Name: ForumHandler
  • System Name:  forumhandler
  • Type: www.gnu.org portion
  • License: GNU General Public License v2 or later





Description:

(See at the end of the text the urls, I hope that you check the 2 last urls cause they give more details)
The ForumHandler module is a python based module which offer the possibility to manipulate vBulletin and phpBB forums to be more clear about manipulation here are some aspects that the module offers:
(before start reading : The Module is well advanced and the functions (below) are all functionnal)

-SubForums Navigation:
The module offers 2 methodes to navigate into the subforums (getForumsInfo() this should be used to find all subforums (ID and Title), getForumPage() to get the page of a subforum, should be used to get html which will be parsed with getForumInfo() to get the other subforums) .

-Threads Reading:
The module offers 2 methodes to read the Threads of a subforum( getThreadsInfo() to get the IDs and Titles of the Threads, getThreadPage() to get the Thread page.)

-Page navigation:
Many threads have more than 1 page, with getNextPage() we can get the page number and with getThreadPage() get that page

-Exporting to File:
Simple data export to file.

-Search into the forum:
also here we have 2 methodes: getSearchOptions() and search(), the first one is used to get all possible options in the search operation, and the 2nd one to do the search (with options from the 1st methode)

-Posting:
we have also 2methodes here :) , postNewThread() and postNewReply()

The module uses a logging system for better flexibility, also a configuration class comes with it for better use.

---------------------------
URLs:
-Code: http://gwebmaster.free.fr/ForumHandler/
The phpBB module is not as advanced as the vbulletin one

-Small doc:
1st part: http://my.opera.com/knuthy/blog/2007/07/09/forumhandler-1st-part
2nd part: http://my.opera.com/knuthy/blog/2007/07/13/forumhandler-new




Other Software Required:

Python2.5


Knuthy <knuthy>

 

(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

 

Carbon-Copy List
  • -email is unavailable- added by #64253 (Posted a comment)
  • -email is unavailable- added by #63237 (Posted a comment)
  • -email is unavailable- added by Beuc (Posted a comment)
  • -email is unavailable- added by jmd (Posted a comment)
  • -email is unavailable- added by knuthy (Submitted the item)
  •  

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

    Date Changed by Updated Field Previous Value => Replaced by
    2007-10-25 jmd StatusWait reply Cancelled
        Open/ClosedOpen Closed
    2007-09-26 jmd StatusNone Wait reply
        Assigned toNone jmd

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code