commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8283 - in trunk: gnue-appserver gnue-common gnue-common/doc/tech


From: reinhard
Subject: [gnue] r8283 - in trunk: gnue-appserver gnue-common gnue-common/doc/technotes gnue-common/utils gnue-common/utils/helpers gnue-dbtools gnue-designer gnue-forms gnue-integrator gnue-navigator gnue-packages gnue-reports www www/utils/webhelpers
Date: Mon, 3 Apr 2006 18:22:03 -0500 (CDT)

Author: reinhard
Date: 2006-03-29 15:33:02 -0600 (Wed, 29 Mar 2006)
New Revision: 8283

Removed:
   trunk/gnue-appserver/ROADMAP.in
   trunk/gnue-appserver/TODO
   trunk/gnue-common/ROADMAP.in
   trunk/gnue-common/TODO
   trunk/gnue-common/utils/generate-feature-plan.py
   trunk/gnue-dbtools/ROADMAP.in
   trunk/gnue-dbtools/TODO
   trunk/gnue-designer/ROADMAP.in
   trunk/gnue-designer/TODO
   trunk/gnue-forms/ROADMAP.in
   trunk/gnue-forms/TODO
   trunk/gnue-integrator/ROADMAP.in
   trunk/gnue-integrator/TODO
   trunk/gnue-navigator/ROADMAP.in
   trunk/gnue-packages/ROADMAP.in
   trunk/gnue-reports/ROADMAP.in
Modified:
   trunk/gnue-appserver/MANIFEST.in
   trunk/gnue-common/MANIFEST.in
   trunk/gnue-common/doc/technotes/00011.txt
   trunk/gnue-common/utils/helpers/tools.py
   trunk/gnue-dbtools/MANIFEST.in
   trunk/gnue-designer/MANIFEST.in
   trunk/gnue-forms/MANIFEST.in
   trunk/gnue-navigator/MANIFEST.in
   trunk/gnue-reports/MANIFEST.in
   trunk/www/README
   trunk/www/utils/webhelpers/tools.py
Log:
Removed ROADMAP.in & friends because all that information has been moved to
roundup.


Modified: trunk/gnue-appserver/MANIFEST.in
===================================================================
--- trunk/gnue-appserver/MANIFEST.in    2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-appserver/MANIFEST.in    2006-03-29 21:33:02 UTC (rev 8283)
@@ -6,7 +6,6 @@
 include NEWS
 include README
 include THANKS
-include TODO
 
 include doc/configuration.txt
 include doc/gcd.dtd

Deleted: trunk/gnue-appserver/ROADMAP.in
===================================================================
--- trunk/gnue-appserver/ROADMAP.in     2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-appserver/ROADMAP.in     2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,58 +0,0 @@
-Product: GNUe Appserver
-
-
-===================================================================
-
-
-0.7
-
-
-GOALS
-  The 0.7 Release will focus on security.
-
-
-TODO
-
-  General security audit of the code
-
-  Authentication (Select the right framework: PAM doesn't seem the best choice
-  for network based authentication. SASL? TLS?)
-
-  Role based access permissions on object create/modify/delete and field
-  read/write basis
-
-
-IN PROGRESS
-
-
-FINISHED
-
-
-===================================================================
-
-
-0.8
-
-
-GOALS
-  The 0.8 Release will add a management interface and implement
-  transaction and locking support.
-
-
-TODO
-
-  move transaction and locking support in the Appserver itself
-
-  add a Management interface with a safe 'shutdown' command.
-  (i.e. wait until all sessions are closed and forbid new sessions)
-
-  status monitoring support (memory usage, current query, current
-  sessions, ..)
-
-
-IN PROGRESS
-
-
-FINISHED
-
-

Deleted: trunk/gnue-appserver/TODO
===================================================================
--- trunk/gnue-appserver/TODO   2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-appserver/TODO   2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,51 +0,0 @@
-
-GNUe Appserver: Feature Plans
-
-======================================================================
-0.7 Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  The 0.7 Release will focus on security.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-  General security audit of the code
-
-  Authentication (Select the right framework: PAM doesn't seem the best choice
-  for network based authentication. SASL? TLS?)
-
-  Role based access permissions on object create/modify/delete and field
-  read/write basis
-
-
-======================================================================
-0.8 Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  The 0.8 Release will add a management interface and implement
-  transaction and locking support.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-  move transaction and locking support in the Appserver itself
-
-  add a Management interface with a safe 'shutdown' command.
-  (i.e. wait until all sessions are closed and forbid new sessions)
-
-  status monitoring support (memory usage, current query, current
-  sessions, ..)
-
-
-

Modified: trunk/gnue-common/MANIFEST.in
===================================================================
--- trunk/gnue-common/MANIFEST.in       2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-common/MANIFEST.in       2006-03-29 21:33:02 UTC (rev 8283)
@@ -6,7 +6,6 @@
 include NEWS
 include README
 include THANKS
-include TODO
 include setup.cfg.in
 
 include doc/*

Deleted: trunk/gnue-common/ROADMAP.in
===================================================================
--- trunk/gnue-common/ROADMAP.in        2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-common/ROADMAP.in        2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,65 +0,0 @@
-Product: GNUe Common
-
-===================================================================
-
-0.6.x
-
-
-GOALS
-
-  The focus during the 0.6.x series of GNUe Common releases
-  will concentrate on cleanup, documentation, and fixing broken
-  or partially implemented features or other incompatibilities
-  with tools.
-
-
-TODO
-
-  [ Input Masks ]
-
-  Finish format mask driver system (Text, Numbers, and Dates)
-
-  [ Data Sources ]
-
-  Add support for predefined sorting to Data Sources
-
-  [ Triggers ]
-
-  Support for self from named triggers
-
-  [ Internals ]
-
-  Explore storing compiled GParser created trees for performance
-  (g?d -> g?c)
-
-
-IN PROGRESS
-
-  [ Documentation ]
-
-  Complete first draft of "Developing Applications using GNUe Common"
-
-  [ Triggers ]
-
-  Split trigger code into language specific and trigger specific code
-
-  Add more trigger languages (ECMAScript, C#)
-
-  [ Code Cleanup ]
-
-  Usage Audit
-
-  Profile
-
-  Remove obsolete code
-
-  Complete GMenu system
-
-
-FINISHED
-
-  [ RPC code ]
-
-  General speed improvements
-
-  Add session support

Deleted: trunk/gnue-common/TODO
===================================================================
--- trunk/gnue-common/TODO      2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-common/TODO      2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,60 +0,0 @@
-
-GNUe Common: Feature Plans
-
-======================================================================
-0.6.x Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  The focus during the 0.6.x series of GNUe Common releases
-  will concentrate on cleanup, documentation, and fixing broken
-  or partially implemented features or other incompatibilities
-  with tools.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-Input Masks
-  * Finish format mask driver system (Text, Numbers, and Dates)
-
-Data Sources
-  * Add support for predefined sorting to Data Sources
-
-Triggers
-  * Support for self from named triggers
-
-Internals
-  * Explore storing compiled GParser created trees for performance
-    (g?d -> g?c)
-
-----------------------------------------------------------------------
-IN PROGRESS
-----------------------------------------------------------------------
-
-Documentation
-  * Complete first draft of "Developing Applications using GNUe Common"
-
-Triggers
-  * Split trigger code into language specific and trigger specific code
-  * Add more trigger languages (ECMAScript, C#)
-
-Code Cleanup
-  * Usage Audit
-  * Profile
-  * Remove obsolete code
-  * Complete GMenu system
-
-----------------------------------------------------------------------
-FINISHED
-----------------------------------------------------------------------
-
-RPC code
-  * General speed improvements
-  * Add session support
-
-
-

Modified: trunk/gnue-common/doc/technotes/00011.txt
===================================================================
--- trunk/gnue-common/doc/technotes/00011.txt   2006-03-29 13:47:58 UTC (rev 
8282)
+++ trunk/gnue-common/doc/technotes/00011.txt   2006-03-29 21:33:02 UTC (rev 
8283)
@@ -10,8 +10,8 @@
   code.
 
 * Read all documentation and check if is consistent with the current state of
-  the code (this includes doc/, AUTHORS, BUGS, FAQ, INSTALL, README, ROADMAP,
-  THANKS and TODO).
+  the code (this includes doc/, AUTHORS, BUGS, FAQ, INSTALL, README, and
+  THANKS).
 
 * Check if setup.py needs to be updated because of changes since the last
   release (files added, files removed, ...).

Deleted: trunk/gnue-common/utils/generate-feature-plan.py
===================================================================
--- trunk/gnue-common/utils/generate-feature-plan.py    2006-03-29 13:47:58 UTC 
(rev 8282)
+++ trunk/gnue-common/utils/generate-feature-plan.py    2006-03-29 21:33:02 UTC 
(rev 8283)
@@ -1,275 +0,0 @@
-#!/usr/bin/python
-
-import string, sys
-from xml.sax import saxutils
-
-class FeaturePlan:
-
-  def __init__ (self, input):
-
-    in_header = 1
-    version_break = 0
-    manual_break = 0
-
-    version = []
-    section1 = []
-    section2 = []
-    paragraph = []
-
-    self.versions = versions = []
-    self.header = header = {}
-
-    for line in input.readlines():
-
-      line = line[:-1]
-      ##DEBUG## print line
-
-      if not line.strip():
-        manual_break = 1
-        ##DEBUG## print "(manual break)"
-
-      elif line[0] == '=':
-        version_break = 1
-        in_header = 0
-        ##DEBUG## print "(end section)"
-
-      elif in_header:
-        field, value = line.split(':',1)
-        value = value.strip()
-        header[field] = value
-        ##DEBUG## print "(header text)"
-
-      elif version_break:
-        version = []
-        versions.append( (line, version) )
-        version_break = 0
-        ##DEBUG## print "(version)"
-
-      elif line[0] != ' ':
-        section2 = []
-        section1 = [('',section2)]
-        version.append ((line, section1))
-        ##DEBUG## print "(new section)"
-
-      else:
-        indention = int((len(line) - len(line.lstrip()))/2-2 + .5)
-
-        if indention < 0: indention = 0
-        line = line.strip()
-
-        if line[0] == '[':
-          section2 = []
-          manual_break = 1
-          section1.append( (line[1:-1].strip(), section2) )
-          ##DEBUG## print "(new subsection)"
-
-        elif manual_break:
-          paragraph = [line]
-          section2.append((indention, paragraph))
-          manual_break = 0
-          ##DEBUG## print "(new paragraph)"
-
-        else:
-          paragraph.append(line)
-          ##DEBUG## print "(con't paragraph)"
-
-    ##DEBUG## print self.versions
-
-  def writeHtml(self, output):
-
-#    colorMap = {
-#       'GOALS':       ('blue',  '#eeeeff'),
-#       'TODO':        ('red',   '#ffeeee'),
-#       'IN PROGRESS': ('yellow','#ffffee'),
-#       'FINISHED':    ('green', '#eeffee')
-#    }
-
-    colorMap = {
-       'GOALS':       ('fpGoals',  'fpGoals2'),
-       'TODO':        ('fpTodo',   'fpTodo2'),
-       'IN PROGRESS': ('fpInProgress','fpInProgress2'),
-       'FINISHED':    ('fpFinished', 'fpFinished2')
-    }
-
-    output.write(htmlHeader)
-
-    for version, sections in self.versions:
-      output.write('<tr><td colspan="2"><h2>'+ version + ' Releases</h2>')
-      for section, subsections in sections:
-        color1, color2 = colorMap[section]
-        output.write('</tr></td>\n<tr><td class="fpSection %s">%s</td><td 
class="fpDetails %s">' \
-            % (color1, section.capitalize(), color2) )
-
-        for subsection, paragraphs in subsections:
-
-          if subsection:
-            output.write('  <h3>%s</h3>\n' % subsection)
-
-            if paragraphs:
-
-              last_indentation = 0
-
-              output.write('    <ul>')
-
-              for indentation, paragraph in paragraphs:
-                if indentation > last_indentation:
-                  output.write('%s    <li>\n<ul><li>\n' % ('  ' * indentation))
-                elif indentation < last_indentation:
-                  output.write('%s    </li>\n</ul></li>\n' % ('  ' * 
last_indentation))
-
-                last_indentation = indentation
-                output.write('<li>\n' + 
saxutils.escape(string.join(paragraph,'\n')) + '</li>\n')
-
-              output.write('    </ul>\n')
-          else:
-            for indentation, paragraph in paragraphs:
-              output.write('<p>' + string.join(paragraph,'\n') + '</p>')
-
-
-      output.write('</td></tr>\n<tr><td colspan="2">&nbsp;</td></tr>\n\n\n')
-
-    output.write(htmlFooter)
-
-
-  def writeText(self, output):
-
-    output.write('\n%s: Feature Plans\n\n' % self.header['Product'])
-
-    for version, sections in self.versions:
-
-      output.write('%s\n%s Releases\n%s\n\n' % ('='*70, version, '='*70))
-
-      for section, subsections in sections:
-
-        if len(subsections) == 1 and len(subsections[0][1]) == 0:
-          continue
-
-        output.write('%s\n%s\n%s\n\n' % ('-'*70, section, '-'*70))
-
-        for subsection, paragraphs in subsections:
-
-          if subsection:
-            output.write('%s\n' % subsection)
-
-            if paragraphs:
-
-              last_indentation = 0
-
-
-              for indentation, paragraph in paragraphs:
-                if indentation > last_indentation:
-                  output.write('%s  * ' % ('  ' * indentation))
-
-                elif indentation < last_indentation:
-                  output.write('%s  * \n' % ('  ' * last_indentation))
-
-                last_indentation = indentation
-                output.write(('  %s* ' % ("    " *(indentation))) + 
string.join(paragraph,'\n    %s' % ("    " * (indentation))) + '\n')
-
-              output.write('\n')
-
-          else:
-            for indentation, paragraph in paragraphs:
-              output.write('  ' + string.join(paragraph,'\n  ') + '\n\n')
-
-
-      output.write('\n')
-
-    output.write('\n')
-
-
-_old_htmlFooter = """\
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html>
-
-<!--
-
-  This file was automatically created by generate-feature-plan.py
-
-  DO NOT HAND-EDIT THIS FILE... YOUR CHANGES WILL BE LOST
-
--->
-
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<title>__tool__ feature plan</title>
-<link rel="stylesheet" href="styles.css" type="text/css" />
-</head>
-<body>
-&nbsp;
-<table width="100%" cellpadding="5">
-<tr>
-<td valign="top" width="180">
-<div class="navmenus">
-<center>
-</center>
-<br />
-<table width="100%" >
-<tr bgcolor="#af9ca1">
-<td><i><b>GNUe Tools Feature Plans</b> </i></td>
-</tr>
-<tr bgcolor="#ced6bc">
-<td>
-<ul>
-<li><a href="../appserver/roadmap.html">GNUe Appserver</a></li>
-<li><a href="../common/roadmap.html">GNUe Common</a></li>
-<li><a href="../designer/roadmap.html">GNUe Designer</a></li>
-<li><a href="../forms/roadmap.html">GNUe Forms</a></li>
-<li><a href="../reports/roadmap.html">GNUe Reports</a></li>
-</ul>
-</td>
-</tr>
-</table>
-</div>
-</td>
-<td valign="top">
-
-
-<center><h1>__tool__ feature plan</h1></center>
-
-
-<p>
-If you cannot finish a feature in time, please consider moving it to the
-next release section.</p>
-"""
-
-htmlHeader = """
-<table class="featureplan">
-<tbody>
-"""
-
-htmlFooter = """
-</table>
-
-<p>(*) : Will require additional support in GNUe Common</p>
-"""
-
-_old_htmlFooter = """
-<hr width="75%" size="5" align="center" noshade="noshade" />
-</body>
-</html>
-"""
-
-
-############################################################
-##
-##
-if __name__ == '__main__':
-
-  infile = sys.argv[1]
-  txtfile = "TODO"
-  htmlfile = string.join(infile.split('.')[:-1],'.') + '.html'
-
-  input = open(infile)
-  fp = FeaturePlan(input)
-  input.close()
-
-  output = open(htmlfile,'w')
-  fp.writeHtml(output)
-  output.close()
-
-  output = open(txtfile,'w')
-  fp.writeText(output)
-  output.close()
-
-

Modified: trunk/gnue-common/utils/helpers/tools.py
===================================================================
--- trunk/gnue-common/utils/helpers/tools.py    2006-03-29 13:47:58 UTC (rev 
8282)
+++ trunk/gnue-common/utils/helpers/tools.py    2006-03-29 21:33:02 UTC (rev 
8283)
@@ -3,7 +3,6 @@
 from StringIO import StringIO
 import tempfile
 
-_generate_feature_plan = __import__('generate-feature-plan').FeaturePlan
 ##
 ##
 ##
@@ -14,7 +13,6 @@
     self.readme = README(tool)
     self.install = INSTALL(tool)
     self.translations = TRANSLATIONS(tool)
-    self.featureplan = FEATUREPLAN(tool)
     self.technotes = TECHNOTES(tool)
     self.docs = DOCS(tool)
     self.manpages = MAN(tool)
@@ -165,26 +163,6 @@
 ######################################################################
 ##
 ##
-class FEATUREPLAN:
-  def __init__(self, tool):
-    file = openModuleFile(tool,'ROADMAP.in')
-    if not file:
-      print "WARNING: gnue-%s has no ROADMAP.in file" % (tool)
-      file = StringIO()
-
-    self._fp = _generate_feature_plan(file)
-
-  def asHTML(self):
-    strio = StringIO()
-    self._fp.writeHtml(strio)
-    strio.seek(0)
-    return strio.read()
-
-
-
-######################################################################
-##
-##
 class TRANSLATIONS:
   def __init__(self, tool):
     file = openModuleFile(tool,'po/STATISTICS')

Modified: trunk/gnue-dbtools/MANIFEST.in
===================================================================
--- trunk/gnue-dbtools/MANIFEST.in      2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-dbtools/MANIFEST.in      2006-03-29 21:33:02 UTC (rev 8283)
@@ -5,7 +5,6 @@
 include NEWS
 include README
 include THANKS
-include TODO
 
 include setup.cfg.in
 include scripts/*

Deleted: trunk/gnue-dbtools/ROADMAP.in
===================================================================

Deleted: trunk/gnue-dbtools/TODO
===================================================================

Modified: trunk/gnue-designer/MANIFEST.in
===================================================================
--- trunk/gnue-designer/MANIFEST.in     2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-designer/MANIFEST.in     2006-03-29 21:33:02 UTC (rev 8283)
@@ -5,7 +5,6 @@
 include INSTALL
 include NEWS
 include README
-include TODO
 
 include doc/*
 include doc/man/*

Deleted: trunk/gnue-designer/ROADMAP.in
===================================================================
--- trunk/gnue-designer/ROADMAP.in      2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-designer/ROADMAP.in      2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,87 +0,0 @@
-Product: GNUe Designer
-
-===================================================================
-
-0.5.x releases
-
-GOALS
-
-  The focus during the 0.5.x series of GNUe
-  Designer releases will concentrate on using
-  the new GNUe Forms Definition and expanding
-  the support of other GNUe tools.
-
-
-TODO
-
-  All outstanding critical bugs in dcl, if any
-
-  Create container objects (boxes or groups??)
-
-  [ Forms Module ]
-
-  Add support for Dialogs
-
-  [ User Interface ]
-
-  Add Preference configuration support
-
-
-IN PROGRESS
-
-
-  [ Schema Module ]
-
-  Implement a basic grid-view schema editor
-
-
-FINISHED
-
-  [ Forms Module ]
-
-  Implement the new GFD syntax
-
-  Handle separation of fields from entries
-
-  Allow namespace-qualified layout management (still only supports
-  Character-cell based positioning)
-
-  [ User Interface ]
-
-  Add support for docking the tools
-
-  Implement an Event Inspector -- like the Property Inspector
-  except that it shows trigger bindings
-
-
-===================================================================
-
-0.6.x releases
-
-GOALS
- The focus during the 0.6.x series of GNUe Designer releases will
- concentrate on cleanup, documentation, and fixing broken or partially
- implemented features.
-
-
-TODO
-
-  All outstanding critical bugs in dcl, if any
-
-  [ Code Cleanup ]
-
-  Usage Audit
-
-  Profile
-
-  Remove obsolete code
-
-  Internal code comments
-
-  [ Reports Module ]
-
-  Start on a Reports editing framework
-
-IN PROGRESS
-
-FINISHED

Deleted: trunk/gnue-designer/TODO
===================================================================
--- trunk/gnue-designer/TODO    2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-designer/TODO    2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,82 +0,0 @@
-
-GNUe Designer: Feature Plans
-
-======================================================================
-0.5.x releases Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  The focus during the 0.5.x series of GNUe
-  Designer releases will concentrate on using
-  the new GNUe Forms Definition and expanding
-  the support of other GNUe tools.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-  All outstanding critical bugs in dcl, if any
-
-  Create container objects (boxes or groups??)
-
-Forms Module
-  * Add support for Dialogs
-
-User Interface
-  * Add Preference configuration support
-
-----------------------------------------------------------------------
-IN PROGRESS
-----------------------------------------------------------------------
-
-Schema Module
-  * Implement a basic grid-view schema editor
-
-----------------------------------------------------------------------
-FINISHED
-----------------------------------------------------------------------
-
-Forms Module
-  * Implement the new GFD syntax
-  * Handle separation of fields from entries
-  * Allow namespace-qualified layout management (still only supports
-    Character-cell based positioning)
-
-User Interface
-  * Add support for docking the tools
-  * Implement an Event Inspector -- like the Property Inspector
-    except that it shows trigger bindings
-
-
-======================================================================
-0.6.x releases Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  The focus during the 0.6.x series of GNUe Designer releases will
-  concentrate on cleanup, documentation, and fixing broken or partially
-  implemented features.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-  All outstanding critical bugs in dcl, if any
-
-Code Cleanup
-  * Usage Audit
-  * Profile
-  * Remove obsolete code
-  * Internal code comments
-
-Reports Module
-  * Start on a Reports editing framework
-
-
-

Modified: trunk/gnue-forms/MANIFEST.in
===================================================================
--- trunk/gnue-forms/MANIFEST.in        2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-forms/MANIFEST.in        2006-03-29 21:33:02 UTC (rev 8283)
@@ -6,7 +6,6 @@
 include INSTALL
 include NEWS
 include README
-include TODO
 
 include doc/*
 include doc/man/*

Deleted: trunk/gnue-forms/ROADMAP.in
===================================================================
--- trunk/gnue-forms/ROADMAP.in 2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-forms/ROADMAP.in 2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,217 +0,0 @@
-Product: GNUe Forms
-
-===================================================================
-
-0.5.x releases
-
-GOALS
-
-  The focus during the 0.5.x series of GNUe Forms releases
-  will concentrate on stabilizing the GNUe Forms Definition
-  and expanding the support of User Interfaces.
-
-
-TODO
-
-  [ Documentation ]
-
-  Complete first draft of "GNUe Forms: An Introduction for Users"
-
-  [ User Interface ]
-
-  Switch to GNUe Common menu system after it's completion(*)
-
-  Finish support for interactive Input Masks
-
-  Create container objects (boxes or groups??)
-
-  [ WX Driver ]
-
-  Notebook tab focus issue DCL Ticket 158
-
-  Attempt to find better way to deal with fonts in wx driver
-
-
-
-IN PROGRESS
-
-
-  [ Internals ]
-
-  Implement a UI Manager to better deal with UIDriver internals
-
-  [ Developer API ]
-
-  Implement Dialog support
-
-  [ Documentation ]
-
-  Complete first draft of "GNUe Forms: A Developer's Introduction"
-
-  [ QT3 Driver ]
-
-  Complete QT3 Driver
-
-
-FINISHED
-
-  [ Internals ]
-
-  Separate logic from layout in the GFD file.
-
-  Introduce a <logic> section containing <block>s and <field>s
-
-  Simplify the <entry> tag to simply be tied to a <field>
-  and to contain layout logic (basically, a positioning placeholder)
-
-  Separate layout logic from the main XML specification and implement
-  with namespaces.
-
-  Write a converter for old-style GFD files
-
-  Clean up UIDrivers to better handle multiple forms
-
-
-
-===================================================================
-
-0.6.x releases
-
-GOALS
-
-  The focus during the 0.6.x series of GNUe Forms releases
-  will concentrate on cleanup, documentation, and fixing broken
-  or partially implemented features. No new feature will to
-  introduced beyond those available in the final 0.5.x release.
-
-
-TODO
-
-  [ Internals ]
-
-  Code Cleanup:
-
-    Usage Audit
-    Profile
-    Remove obsolete code
-    Internal code comments
-
-
-  [ User Interface ]
-
-  Switch to GNUe Common menu system after it's completion(*)
-
-
-IN PROGRESS
-
-
-FINISHED
-
-
-===================================================================
-
-0.7.x
-
-
-GOALS
-  Focus on enhancing the UI system.
-
-
-TODO
-
-  [ User Interface ]
-
-  Grid View Mode
-
-  More run-time widget control
-
-  Popup search dialog support
-
-  The box tag with a width or height of 1 should draw a line
-
-  [ GNUe Appserver Support ]
-
-  Tighter integration with GNUe Appserver
-
-
-IN PROGRESS
-
-FINISHED
-
-
-
-===================================================================
-
-0.8.x
-
-
-GOALS
- Focus on adding requested features.
-
-
-TODO
-
-  [ User Interface ]
-
-  Find within loaded data(*)
-
-  Dynamic Sorting of loaded data(*)
-
-  [ User Interface Drivers ]
-
-  Implement html UIDriver
-
-  Implement bayonne UIDriver (phone interface)
-
-
-IN PROGRESS
-
-
-FINISHED
-
-
-===================================================================
-
-0.9.x
-
-
-GOALS
-
-  Preperation for 1.0.0 release. Concentrate on cleanup,
-  documentation, and fixing broken or partially implemented
-  features. No new feature will to introduced beyond those
-  available in the 0.9.0 release.
-
-
-TODO
-
-  [ Internal ]
-
-  Remove all 'dneighbo'-specific code breakers
-
-
-IN PROGRESS
-
-
-FINISHED
-
-
-
-===================================================================
-
-1.0.x
-
-
-GOALS
-
-  Milestone release. Maintenance only.
-
-
-TODO
-
-
-IN PROGRESS
-
-
-FINISHED
-

Deleted: trunk/gnue-forms/TODO
===================================================================
--- trunk/gnue-forms/TODO       2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-forms/TODO       2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,170 +0,0 @@
-
-GNUe Forms: Feature Plans
-
-======================================================================
-0.5.x releases Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  The focus during the 0.5.x series of GNUe Forms releases
-  will concentrate on stabilizing the GNUe Forms Definition
-  and expanding the support of User Interfaces.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-Documentation
-  * Complete first draft of "GNUe Forms: An Introduction for Users"
-
-User Interface
-  * Switch to GNUe Common menu system after it's completion(*)
-  * Finish support for interactive Input Masks
-  * Create container objects (boxes or groups??)
-
-WX Driver
-  * Notebook tab focus issue DCL Ticket 158
-  * Attempt to find better way to deal with fonts in wx driver
-
-----------------------------------------------------------------------
-IN PROGRESS
-----------------------------------------------------------------------
-
-Internals
-  * Implement a UI Manager to better deal with UIDriver internals
-
-Developer API
-  * Implement Dialog support
-
-Documentation
-  * Complete first draft of "GNUe Forms: A Developer's Introduction"
-
-QT3 Driver
-  * Complete QT3 Driver
-
-----------------------------------------------------------------------
-FINISHED
-----------------------------------------------------------------------
-
-Internals
-  * Separate logic from layout in the GFD file.
-  * Introduce a <logic> section containing <block>s and <field>s
-  * Simplify the <entry> tag to simply be tied to a <field>
-    and to contain layout logic (basically, a positioning placeholder)
-  * Separate layout logic from the main XML specification and implement
-    with namespaces.
-  * Write a converter for old-style GFD files
-  * Clean up UIDrivers to better handle multiple forms
-
-
-======================================================================
-0.6.x releases Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  The focus during the 0.6.x series of GNUe Forms releases
-  will concentrate on cleanup, documentation, and fixing broken
-  or partially implemented features. No new feature will to
-  introduced beyond those available in the final 0.5.x release.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-Internals
-  * Code Cleanup:
-  * Usage Audit
-    Profile
-    Remove obsolete code
-    Internal code comments
-
-User Interface
-  * Switch to GNUe Common menu system after it's completion(*)
-
-
-======================================================================
-0.7.x Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  Focus on enhancing the UI system.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-User Interface
-  * Grid View Mode
-  * More run-time widget control
-  * Popup search dialog support
-  * The box tag with a width or height of 1 should draw a line
-
-GNUe Appserver Support
-  * Tighter integration with GNUe Appserver
-
-
-======================================================================
-0.8.x Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  Focus on adding requested features.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-User Interface
-  * Find within loaded data(*)
-  * Dynamic Sorting of loaded data(*)
-
-User Interface Drivers
-  * Implement html UIDriver
-  * Implement bayonne UIDriver (phone interface)
-
-
-======================================================================
-0.9.x Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  Preperation for 1.0.0 release. Concentrate on cleanup,
-  documentation, and fixing broken or partially implemented
-  features. No new feature will to introduced beyond those
-  available in the 0.9.0 release.
-
-----------------------------------------------------------------------
-TODO
-----------------------------------------------------------------------
-
-Internal
-  * Remove all 'dneighbo'-specific code breakers
-
-
-======================================================================
-1.0.x Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  Milestone release. Maintenance only.
-
-
-

Deleted: trunk/gnue-integrator/ROADMAP.in
===================================================================

Deleted: trunk/gnue-integrator/TODO
===================================================================
--- trunk/gnue-integrator/TODO  2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-integrator/TODO  2006-03-29 21:33:02 UTC (rev 8283)
@@ -1 +0,0 @@
-The whole darn thing
\ No newline at end of file

Modified: trunk/gnue-navigator/MANIFEST.in
===================================================================
--- trunk/gnue-navigator/MANIFEST.in    2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-navigator/MANIFEST.in    2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,4 +1,5 @@
 include AUTHORS
+include BUGS
 include ChangeLog
 include COPYING
 include FAQ

Deleted: trunk/gnue-navigator/ROADMAP.in
===================================================================

Deleted: trunk/gnue-packages/ROADMAP.in
===================================================================
--- trunk/gnue-packages/ROADMAP.in      2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-packages/ROADMAP.in      2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,4 +0,0 @@
-Product: GNUe Packages
-
-===================================================================
-

Modified: trunk/gnue-reports/MANIFEST.in
===================================================================
--- trunk/gnue-reports/MANIFEST.in      2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/gnue-reports/MANIFEST.in      2006-03-29 21:33:02 UTC (rev 8283)
@@ -1,11 +1,11 @@
 include AUTHORS
+include BUGS
 include ChangeLog
 include COPYING
 include FAQ
 include INSTALL
 include NEWS
 include README
-include TODO
 
 include doc/*
 include doc/man/*

Deleted: trunk/gnue-reports/ROADMAP.in
===================================================================

Modified: trunk/www/README
===================================================================
--- trunk/www/README    2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/www/README    2006-03-29 21:33:02 UTC (rev 8283)
@@ -100,7 +100,6 @@
 
 The following "docs" are added automatically:
    - FAQ
-   - Roadmap
    - Technotes
 
 General project docs are indicated in Project.txt. Docs that don't pertain to 
any

Modified: trunk/www/utils/webhelpers/tools.py
===================================================================
--- trunk/www/utils/webhelpers/tools.py 2006-03-29 13:47:58 UTC (rev 8282)
+++ trunk/www/utils/webhelpers/tools.py 2006-03-29 21:33:02 UTC (rev 8283)
@@ -299,14 +299,6 @@
                name + " Tech Notes", module="developers")
 
     ##
-    # Write out tool's roadmap
-    #
-    html = '<h1><a href="./">%s</a> Roadmap</h1>\n' % name
-    html += mod.featureplan.asHTML()
-
-    phpWrapper('tools/%s/roadmap.php' % tool, html, name + " Roadmap")
-
-    ##
     # Write out tool's extra menu
     #
     html = '<h3><a href="<?php print "$BASEDIR"; ?>/tools/%s" >%s</a></h3>' % 
(tool, package.replace('-','&nbsp;'))
@@ -314,7 +306,6 @@
       <ul>
         <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/">Overview</a></li>
         <li><a href="<?php print "$BASEDIR"; 
?>/tools/%s/docs/">Documentation</a></li>
-        <li><a href="<?php print "$BASEDIR"; 
?>/tools/%s/roadmap.php">Roadmap</a></li>
         <li><a href="<?php print "$BASEDIR"; 
?>/gallery/%s.php">Screenshots</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/%s/">Download</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/bugs.php">Bug 
Reports</a></li>





reply via email to

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