savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #7079] Submission of ForumHandler


From: Knuthy
Subject: [Savannah-register-public] [task #7079] Submission of ForumHandler
Date: Fri, 13 Jul 2007 02:32:00 +0000
User-agent: Opera/9.21 (X11; Linux i686; U; en)

URL:
  <http://savannah.gnu.org/task/?7079>

                 Summary: Submission of ForumHandler
                 Project: Savannah Administration
            Submitted by: knuthy
            Submitted on: vendredi 13.07.2007 à 02:31
         Should Start On: vendredi 13.07.2007 à 00:00
   Should be Finished on: lundi 23.07.2007 à 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

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
<https://savannah.gnu.org/siteadmin/groupedit.php?group_id=9388> page*,
accessible only to site administrators, effectively *logged as site
administrators* (superuser):

* Group Administration
<https://savannah.gnu.org/siteadmin/groupedit.php?group_id=9388>


= 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






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?7079>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]