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

Changes between Version 10 and Version 11 of Projects/GSoC/ApplicationConfigurationGUI


Ignore:
Timestamp:
02/10/13 00:16:24 (11 years ago)
Author:
C Rempel
Comment:

/* Required / Suggested Methodology */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/ApplicationConfigurationGUI

    v10 v11  
    5555==  Required / Suggested Methodology  ==
    5656
    57 # (Suggested) Start with an existing open source project that generates configurations, for example: [ http://cyberelk.net/tim/data/system-config-printer/ system config printer ], or [ http://koti.kapsi.fi/ighea/wbarconf/ wbarconf ]
     57# (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.
    5858# (Suggested) Identify patterns in the open source project for how it writes configurations
    5959# (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
    60 # (Required) Parse the modified http://git.rtems.org/rtems/tree/doc/user/conf.t
    6160# (Suggested) Use a template approach, automatically generate from http://git.rtems.org/rtems/tree/doc/user/conf.t, and have a file (or files) for the top, and a file (or files) for the bottom.
    6261# (Required) Generate configuration support from http://git.rtems.org/rtems/tree/doc/user/conf.t