qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/sheet/include websecurity.qin UI.qin webco...


From: Francois Le Droff
Subject: [Qsos-commits] qsos/sheet/include websecurity.qin UI.qin webco...
Date: Tue, 24 Oct 2006 16:33:00 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Francois Le Droff <francoisledroff>     06/10/24 16:32:59

Added files:
        sheet/include  : websecurity.qin UI.qin webcontentmanagement.qin 

Log message:
        my first contrib to the includes, in order to prepare the wiki templates

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/sheet/include/websecurity.qin?cvsroot=qsos&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qsos/sheet/include/UI.qin?cvsroot=qsos&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/qsos/sheet/include/webcontentmanagement.qin?cvsroot=qsos&rev=1.1

Patches:
Index: websecurity.qin
===================================================================
RCS file: websecurity.qin
diff -N websecurity.qin
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ websecurity.qin     24 Oct 2006 16:32:59 -0000      1.1
@@ -0,0 +1,159 @@
+<section name="websecurity" title="Security for web application">
+    
+ 
+        <element name="authentifaction" title="Authentification Backend">
+            <element name="authenbackendldap" title="LDAP">
+                <desc0>No LDAP based authentification available</desc0>
+                <desc1>LDAP available but limited (e.g: group mapping limited, 
etc)</desc1>
+                <desc2>LDAP is one of the recommended authentification 
backend</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="authenbackendad" title="Active Directory">
+                <desc0>No Active Directory based authentification 
available</desc0>
+                <desc1>Active Directory available but limited (e.g: group 
mapping limited, etc)</desc1>
+                <desc2>Active Directory is one of the recommended 
authentification backend</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="authenbackenddb" title="data base">
+                <desc>Here we do not attach importance on supported data 
bases, please see the
+                    storage support section</desc>
+                <desc0>No data base base authentification availble</desc0>
+                <desc1>Data base available but limited (e.g: group mapping 
limited, etc)</desc1>
+                <desc2>Data base is one of the recommended authentification 
backend</desc2>
+                <comment/>
+                <score/>
+            </element>
+        </element>
+        
+        
+    <element name="usersrightsmanagement" title="User Rights Management">
+        <element name="accessrights" title="access rights management">
+            <desc>
+                Does the system support access rights: 
+                to control the capabilities (comment, view, edit, delete, 
compute, script...) of each users on the overall system
+            </desc>
+            <desc0>Feature is not supported, every user has the same 
capabilities</desc0>
+            <desc1>Feature is partialy supported, but not fine grained</desc1>
+            <desc2>Feature is supported, and the capabilities are exhaustive 
according to the system capabilities.</desc2>
+            <comment></comment>
+            <score></score>
+        </element>
+        <element name="usersgroups" title="User group's management">
+            <desc>
+                Does the system support users group and thus, users group 
access rights management: 
+                to control the capabilities (comment, view, edit, delete, 
compute, script...) of each users groups ?
+            </desc>
+            <desc0>Feature is not supported</desc0>
+            <desc1>Feature is partially supported</desc1>
+            <desc2>Feature is supported</desc2>
+            <comment></comment>
+            <score></score>
+        </element>
+        <element name="spaceaccessrights" title="Space access rights 
management">
+            <desc>
+                Is the web content dividable in subparts, spaces ?
+                Does the system support access rights for those spaces: 
+                to control the capabilities (comment, view, edit, delete, 
compute, script...) of each users 
+                (and users group, if they are supported. ) on specific 
space/sub-part of the system ?
+            </desc>
+            <desc0>Feature is not supported, the system is not divided in 
spaces</desc0>
+            <desc1>Feature is partially supported, but not fine grained</desc1>
+            <desc2>Feature is fully supported</desc2>
+            <comment></comment>
+            <score></score>
+        </element>
+    </element>
+        
+    <element name="antispammingandvandalism" title="anti spamming and 
vandalism features">
+        <element name="hostblocking" title="Host Blocking">
+            <desc>
+                Host Blocking : Deny access from IP list
+            </desc>
+            <desc0>Feature is not supported</desc0>
+            <desc1>Feature is partialy supported</desc1>
+            <desc2>Feature is supported</desc2>
+            <comment></comment>
+            <score></score>
+        </element>
+        <element name="blacklist" title="Black List">
+            <desc>
+                Blacklist (of known URL ,word or content to associate with 
spam)
+            </desc>
+            <desc0>Feature is not supported</desc0>
+            <desc1>Feature is partialy supported</desc1>
+            <desc2>Feature is supported</desc2>
+            <comment></comment>
+            <score></score>
+        </element>
+        <element name="captcha" title="CAPTCHA">
+            <desc>
+                CAPTCHA : to diffenciate a robot from an anonymous user
+            </desc>
+            <desc0>Feature is not supported</desc0>
+            <desc1>Feature is partialy supported</desc1>
+            <desc2>Feature is supported</desc2>
+            <comment></comment>
+            <score></score>
+        </element>
+        <element name="robotscontrol" title="robots and search engine control 
features">
+            <desc>
+                robots and search engine control features, such as :
+                nofollow (external links tags with rel="nofollow"); 
+                Delayed Indexing (of search engine, to have time to track down 
the spam and vandalism).
+                Do Detail in the comment section.
+            </desc>
+            <desc0>No such features</desc0>
+            <desc1>Limited features</desc1>
+            <desc2>Such features are supported</desc2>
+            <comment></comment>
+            <score></score>
+        </element>
+    </element>
+        
+        
+    <element name="signatureandcontentprotection" title="other signature and 
content protection features">
+        <element name="signaturemechansim" title="Signing">
+            <desc>support for digital cypher (e.g: GNU PGP)</desc>
+            <desc0>Feature not supported</desc0>
+            <desc1>Fetautre partialy supported</desc1>
+            <desc2>Feature fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+        
+        <element name="digitalwatermarking" title="Digital watermarking">
+            <desc>
+            Digital watermarking is a technique which allows an individual 
+            to add hidden copyright notices or other verification messages 
+            to digital audio, video, or image signals and documents
+            </desc>
+            <desc0>Feature not supported</desc0>
+            <desc1>Fetautre partialy supported</desc1>
+            <desc2>Feature fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+        
+        <element name="DRM" title="DRM">
+            <desc/>
+            <desc0>Feature not supported</desc0>
+            <desc1>Fetautre partialy supported</desc1>
+            <desc2>Feature fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+        
+        <element name="mailencryption" title="Mail Encryption">
+            <desc/>
+            <desc0>Feature not supported</desc0>
+            <desc1>Fetautre partialy supported</desc1>
+            <desc2>Feature fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+    </element>
+    
+    
+</section>
\ No newline at end of file

Index: UI.qin
===================================================================
RCS file: UI.qin
diff -N UI.qin
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ UI.qin      24 Oct 2006 16:32:59 -0000      1.1
@@ -0,0 +1,26 @@
+<section name="UI" title="User interface">
+  
+  <element name="i18nUI" title="internationalisation support">
+    <desc>
+        Is the whole user interface internationalizable ? Is Unicode Supported 
?
+        Are Right-to-Left languages supported (as for Hebrew and Arabic) ?     
 
+    </desc>
+    <desc0>The feature doesn't exist</desc0>
+    <desc1>Limited support</desc1>
+    <desc2>fully supported</desc2>
+    <comment/>
+    <score/>
+  </element>
+  <element name="skinableUI" title="internationalisation support">
+    <desc>
+      Does the UI have a complete skin system ?
+      (a User/UserGroup customizable interface for instance)    
+    </desc>
+    <desc0>The feature doesn't exist</desc0>
+    <desc1>Limited support</desc1>
+    <desc2>fully supported</desc2>
+    <comment/>
+    <score/>
+  </element>
+  
+</section>

Index: webcontentmanagement.qin
===================================================================
RCS file: webcontentmanagement.qin
diff -N webcontentmanagement.qin
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ webcontentmanagement.qin    24 Oct 2006 16:32:59 -0000      1.1
@@ -0,0 +1,340 @@
+<section name="webcontentmanagement" title="Web content management support">
+    <comment>This section describes the system's web content/attachement 
management features.</comment>
+
+
+    <element name="metadata" title="Support for Meta data on content">
+        <desc>Meta data are information related to a document like (keywords, 
category, author,
+            copyright holder, ...)</desc>
+        <element name="keyword" title="Keyword support">
+            <desc>Metadata are all the specific keywords that can be attached 
to a document (e.g:
+                sun, holydays, summer for a picture from your last 
holydays)</desc>
+            <desc0>Can't add specific key word</desc0>
+            <desc1>Key word can be add but with limitation: limited list, no 
easy to way extend the
+                list</desc1>
+            <desc2>Key word power are easy to add extend</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="hierarchicalclassification" title="Hierarchical 
Classification">
+            <desc>Ability to do a classication in predesigned hierarchy, 
category or namespaces</desc>
+            <desc0>This feature doesn't exist</desc0>
+            <desc1>The feature exist but is limited.</desc1>
+            <desc2>A new document can quickly be registered in the 
hierarchy</desc2>
+            <comment/>
+            <score/>
+        </element>
+    </element>
+
+
+    <element name="documentsupport" title="document types support">
+        <desc> Supported means that the internal engine is able to store and 
eventually read or
+            parse file content in order to create preview file, find key 
words, and thus use for
+            search, merge and diff</desc>
+
+        <element name="textcontent" title="text formats">
+            <element name="importformathtml" title="HTML files">
+                <desc>If score is 1 or 2, do detail in the comment section the 
supported features :
+                    parsing, previewing, reading, searching</desc>
+                <desc0>not supported</desc0>
+                <desc1>partially: for instance: storing and metadata are 
supported but parsing is
+                    not (and consequently nor preview nor search, diff, 
merge)</desc1>
+                <desc2>fully supported</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="importformatrtf" title="RTF (Rich Text Format)">
+                <desc>If score is 1 or 2, do detail in the comment section the 
supported features :
+                    parsing, previewing, reading, searching</desc>
+                <desc0>not supported</desc0>
+                <desc1>partially: for instance: storing and metadata are 
supported but parsing is
+                    not (and consequently nor preview or search, diff, 
merge)</desc1>
+                <desc2>fully supported</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="importformatcsv" title="CSV">
+                <desc>If score is 1 or 2, do detail in the comment section the 
supported features :
+                    parsing, previewing, reading, searching</desc>
+                <desc0>not supported</desc0>
+                <desc1>partially: for instance: storing and metadata are 
supported but parsing is
+                    not (and consequently nor preview or search, diff, 
merge)</desc1>
+                <desc2>fully supported</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="importformatxml" title="XML files">
+                <desc>If score is 1 or 2, do detail in the comment section the 
supported features :
+                    parsing, previewing, reading, searching</desc>
+                <desc0>not supported</desc0>
+                <desc1>partially: for instance: storing and metadata are 
supported but parsing is
+                    not (and consequently nor preview or search, diff, 
merge)</desc1>
+                <desc2>fully supported</desc2>
+                <comment/>
+                <score/>
+            </element>
+        </element>
+
+        <element name="opendocumentsupport" title="Opendocument (open office) 
files support">
+            <desc>If score is 1 or 2, do detail in the comment section the 
supported features :
+                parsing, previewing, reading, searching</desc>
+            <desc0>not supported</desc0>
+            <desc1>partially: for instance: storing and metadata are supported 
but parsing is not
+                (and consequently nor preview or search, diff, merge)</desc1>
+            <desc2>fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="msofficesupport" title="MS Office files support">
+            <desc>If score is 1 or 2, do detail in the comment section the 
supported features :
+                parsing, previewing, reading, searching</desc>
+            <desc0>not supported</desc0>
+            <desc1>partially: for instance: storing and metadata are supported 
but parsing is not
+                (and consequently nor preview or search, diff, merge)</desc1>
+            <desc2>fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+
+        <element name="vectorialformat" title="common vectorial format">
+            <desc>Format are: wmf, svg</desc>
+            <desc0>not supported</desc0>
+            <desc1>partialy (buggy or limited feature)</desc1>
+            <desc2>fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+
+    </element>
+
+
+
+    <section name="versioncontrol" title="On line version control">
+        <desc> The documents targeted by the version control are those listed 
as fully supported in
+            the above "documentsupport" elements </desc>
+        <element name="history"
+            title="online access to each pages/docs (of fully supported media) 
history/versioning">
+            <desc0>No history/versioning</desc0>
+            <desc1>limited number of document revisions</desc1>
+            <desc2>unlimited number of document revisions</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="diff"
+            title="online supports for version differencing diff and 
retrieving prior versions.">
+            <desc0>No diff feature</desc0>
+            <desc1>Revision Diffs with the latest</desc1>
+            <desc2>Revision Diffs with the all</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="rollback"
+            title="online supports for retrieving/rollbacking to prior 
versions.">
+            <desc0>No rollback feature</desc0>
+            <desc1>rollback to the latest</desc1>
+            <desc2>rollback to all</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="mergetools"
+            title="tools to facilitate merge pages/docs (of fully supported 
media).">
+            <desc0>No such merging tools</desc0>
+            <desc1>basic merge tools</desc1>
+            <desc2>smart merge tools</desc2>
+            <comment/>
+            <score/>
+        </element>
+
+    </section>
+
+
+    <element name="picture" title="picture formats support">
+        <desc> Supported means that the internal engine is able to store and 
eventually make
+            thumbnail/preview file</desc>
+        <element name="commonpictureformat" title="common file format">
+            <desc>Format are: jpg, gif, png, bmp, tiff, xpm, </desc>
+            <desc0>not supported</desc0>
+            <desc1>supported</desc1>
+            <desc2>fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="commercialpictureformat" title="commercial formats">
+            <desc>Format are: psp (PaintShopPro), psd (Photopshop)</desc>
+            <desc0>not supported</desc0>
+            <desc1>supported</desc1>
+            <desc2>fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+    </element>
+
+    <element name="search" title="Support for search">
+        <desc>The metadata and media content support is to be detailed in the 
above metadata and
+            mediasupport elements </desc>
+        <element name="searchengine" title="Search Engine feature">
+            <desc0>No search engine available</desc0>
+            <desc1>Searches are limited (to filename, metadata or text content 
for instance)</desc1>
+            <desc2>Searches are feasable through most of the media content and 
the metadata</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="searchAPI"
+            title="Search API for more detailed searching in the contents and 
their meta-data">
+            <desc0>This feature doesn't exist</desc0>
+            <desc1>The feature exist but is limited.</desc1>
+            <desc2>This feature is fully powered</desc2>
+            <comment/>
+            <score/>
+        </element>
+    </element>
+
+
+    <element name="updatenotification" title="Support for new content or 
update notifications">
+        <element name="recentchanges" title="recent changes advertised on the 
web interface">
+            <desc0>No such features</desc0>
+            <desc1>recent changes advertised according to the today's 
date</desc1>
+            <desc2>recent changes advertised only changes that happened since 
user's last visit</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="rss" title="support for rss feed">
+            <desc>Do detail the rss feed format/protocol in the comment 
section</desc>
+            <desc0>This feature doesn't exist</desc0>
+            <desc1>The feature exists but is limited</desc1>
+            <desc2>This feature exists and feeds are tunable and/or atom feeds 
are available</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="othernotifications" title="support for other 
notifications media">
+            <desc>Do detail the media in the comment section</desc>
+            <desc0>This feature doesn't exist</desc0>
+            <desc1>The feature exists for one communication media</desc1>
+            <desc2>This feature exists for several media: e.mail, and IM for 
instance </desc2>
+            <comment/>
+            <score/>
+        </element>
+    </element>
+
+
+    <element name="contentworkflow" title="Content management Workflow">
+        <element name="simpleLock" title="Simple Lock mechanism">
+            <desc>Ability to lock file avoid data lost or synchronization 
issues</desc>
+            <desc0>The feature doesn't exist</desc0>
+            <desc1>The feature just exists</desc1>
+            <desc2>The feature exists, and administrator can quickly unlock a 
file from an user. A
+                time out system exists to unlock file after a certain amount 
of time.</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="workflow" title="Content management workflow">
+            <desc>Adding or updating a document in the system may be done 
through a complex
+                workflow. Do detail in the comment section</desc>
+            <desc0>The feature doesn't exist</desc0>
+            <desc1>The feature just exists, but the workflow is simple, a 
single moderator system
+                for instance</desc1>
+            <desc2>The feature exists, and the workflow is tunable.</desc2>
+            <comment/>
+            <comment/>
+            <score/>
+        </element>
+    </element>
+
+    <section name="pluginsandpluginability"
+        title="Plugins, pluginability, built-in objects, and page templates">
+
+        <element name="pluginability" title="plugin ability">
+            <desc> adequate software architecture for custom plugin creation, 
easy plugin interface
+                for writing your own additions. Do detail in the comment 
section the supported
+                plugin languages </desc>
+            <desc0>No such feature</desc0>
+            <desc1>limited support</desc1>
+            <desc2>fully supported</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="remoteAPI" title="XML/RPC Remote API">
+            <desc0>No such feature</desc0>
+            <desc1>poor API</desc1>
+            <desc2>rich API</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="webserviceplugin" title="web service plugin">
+            <desc0>No such feature</desc0>
+            <desc1>limited integration capabilities</desc1>
+            <desc2>good capabilities</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="feedagregation" title="ability to agregate feeds">
+            <desc0>No such feature</desc0>
+            <desc1>limited integration capabilities</desc1>
+            <desc2>good capabilities</desc2>
+            <comment/>
+            <score/>
+        </element>
+        <element name="builtinobjects" title="builtin objects or plugins">
+            <element name="calendars" title="Calendars and Calendars events">
+                <desc0>No such feature</desc0>
+                <desc1>partially or poorly implemented </desc1>
+                <desc2>well done</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="blogs" title="blogs">
+                <desc0>No such feature</desc0>
+                <desc1>A single blog is possible</desc1>
+                <desc2>multiple blogs supported</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="polls" title="polls and vote editing and 
publishing">
+                <desc0>No such feature</desc0>
+                <desc1>partially or poorly implemented </desc1>
+                <desc2>well done</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="photoalbums" title="photo albums editing and 
publishing">
+                <desc0>No such feature</desc0>
+                <desc1>partially or poorly implemented </desc1>
+                <desc2>well done</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="slideshows"
+                title="slide show editing and launching within the internet 
browser">
+                <desc0>No such feature</desc0>
+                <desc1>partially or poorly implemented </desc1>
+                <desc2>well done</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="bugtrackingintegration"
+                title="Bug tracking system integration (tickets linking and 
meta data extraction)">
+                <desc0>No such feature</desc0>
+                <desc1>limited integration: tickets linking </desc1>
+                <desc2>well supported: tickets linking and meta data 
extraction</desc2>
+                <comment/>
+                <score/>
+            </element>
+            <element name="otherplugins" title="other noticeable built-in 
plugins">
+                <desc> others: FAQ, meeting minutes, Action Tracker plugin, 
bookmarklet,
+                    Geolocalisation features: GeoURL or googleMaps plugins, 
Tagging and Tag clouds
+                    (delicio.us, technorati, others), etc. Do list the plugins 
in the comment
+                    section. </desc>
+                <desc0>No such feature</desc0>
+                <desc1>a few other plugins </desc1>
+                <desc2>many other plugins</desc2>
+                <comment/>
+                <score/>
+            </element>
+        </element>
+    </section>
+
+
+
+
+
+</section>
+




reply via email to

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