Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 18 and Version 19 of Projects/GSoC/ApplicationConfigurationGUI


Ignore:
Timestamp:
04/07/13 03:49:50 (11 years ago)
Author:
C Rempel
Comment:

/* Required / Suggested Methodology */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/ApplicationConfigurationGUI

    v18 v19  
    5858==  Required / Suggested Methodology  ==
    5959
    60 # (Suggested) Start with an '''existing''' open source project that generates configurations, for example: [http://xpresser.com/ xpresser], [http://cyberelk.net/tim/data/system-config-printer/ system config printer], or [http://koti.kapsi.fi/ighea/wbarconf/ wbarconf]. '''Note:''' these are just examples that illustrate there are already projects out there, but if another project has a preferred configuration GUI written in Python it can be used as a starting point as well.
     60# (Suggested) Start with an '''existing''' open source project that generates configurations, for example: [http://invisible-island.net/dialog/ dialog], [http://xpresser.com/ xpresser], [http://cyberelk.net/tim/data/system-config-printer/ system config printer], or [http://koti.kapsi.fi/ighea/wbarconf/ wbarconf]. '''Note:''' these are just examples that illustrate there are already projects out there, but if another project has a preferred configuration GUI written in Python it can be used as a starting point as well.
    6161# (Suggested) Identify patterns in the open source project for how it writes configurations
    6262# (Required) Rewrite http://git.rtems.org/rtems/tree/doc/user/conf.t so it's trivial to use textual substitution to generate parts of the configuration GUI from them, and thus the trivial textual substitution will be easier to maintain