Find the answer to your Linux question:
Results 1 to 2 of 2
Hi! First post I got an idea about a standard for documentation inside config files, but I have been searching the net and have not found any way to post ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    0

    Suggestions for standards in linux?

    Hi!
    First post


    I got an idea about a standard for documentation inside config files, but I have been searching the net and have not found any way to post my suggestions.


    Is there any way to suggest general improvements/standards for the gnu/linux developers?



    The suggestion is really offtopic but heres a rough explanation of my suggestion using php.ini as example:

    The way config commands are written in the current config file will be presented in a regex-like syntax in a declaration.
    ie.

    PHP Code:
    #{
    #{command} = {value}} 
    For each command a datafield with int, string or constant values will be used (like in any doxygen-like function documentation)
    Constant values is used when a config command got static input ie. On/Off.
    PHP Code:
    #{command = display_errors,
    # datatype = constant[On/Off]}
    display_errors On 
    There is a load of things I might add to this example like descriptions and so on...

    Using a standard for config file documentation is going to help developers to create gui:s for general configuration and that is my main objective with this suggestions.

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,082
    Quote Originally Posted by yol1982 View Post
    Is there any way to suggest general improvements/standards for the gnu/linux developers?
    Hello and welcome!

    You can join the various developer mailing lists and make suggestions there. They may or may not be willing to incorporate your suggestions, but there's only one way to find out. Good luck with it.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •