On Thu, 26 Apr 2018, Jan Iversen wrote:

Date: Thu, 26 Apr 2018 13:32:31 +0200
From: Jan Iversen <j...@apache.org>
To: general@attic.apache.org
Subject: Re: svn commit: r1830185 - /attic/site-lua/docs/OUT

Why is that? Apart from a couple of old sites data are simple one liners.

  For example ACE ; I think this :

    ---
    name: ACE
    project: ace
    retired: December 2017
    mailnames:
      - dev
      - commits
      - users
    jira: ACE
    scm: svn
    wiki: https://cwiki.apache.org/confluence/display/ace/
    description: |-
      Apache ACE was a software distribution framework that allows you to
      centrally manage and distribute software components, configuration
      data and other artifacts to target systems. It is built using OSGi and
      can be deployed in different topologies. The target systems are
      usually also OSGi based, but don't have to be.
    ---

  ... is better than :

    {
      "name":        "ACE",
      "project":     "ace",
      "retired":     "December 2017",
      "scm":         "svn",
      "jira":        "ACE",
      "wiki":        "https://cwiki.apache.org/confluence/display/ace/";,
      "mailnames":   ["dev", "commits", "users"],
      "description": "Apache ACE was a software distribution framework that allows 
you to centrally manage and distribute software components, configuration data and other artifacts 
to target systems. It is built using OSGi and can be deployed in different topologies. The target 
systems are usually also OSGi based, but don't have to be. "
    },

  I hate lines much longer than 80 chars.

Jan I

  Groeten,

  HPP

------------------------------------------------------------   _
Henk P. Penning, ICT-beta                 R Uithof MG-403    _/ \_
Faculty of Science, Utrecht University    T +31 30 253 4106 / \_/ \
Leuvenlaan 4, 3584CE Utrecht, NL          F +31 30 253 4553 \_/ \_/
http://www.staff.science.uu.nl/~penni101/ M penn...@uu.nl     \_/

Reply via email to