troff is a simple text format, so I thought about using it for a README.

  • RoboHack
    link
    fedilink
    92 years ago

    Traditionally README files have been the plainest of plain text to facilitate their widest accessibility.

    Markdown does seem to provide some opportunity for optional formatting without too much ugliness when viewed as plain text.

  • @cout
    link
    9
    edit-2
    2 years ago

    I would say stick with Markdownas it’s easier to write. Also it’s more readable in raw state.

  • @OsrsNeedsF2P
    link
    82 years ago

    Markdown is generally accepted as standard these days

  • erpicht
    link
    22 years ago

    YES. Absolutely the correct choice.

    • erpicht
      link
      72 years ago

      Do note, however, that troff is generally used to output PostScript or PDF files, while nroff is used for the internal manpage formatting. The GNU version, groff, combines them into one. If one makes a README meant to be read in a terminal, the following will present a formatted version to the viewer, eliminating the need to view the raw source:

      man ./README

      There, no markdown pager, or reading of raw markdown necessary. Do not heed those others, who speak of “accepted standards.” :P

      • @cout
        link
        2
        edit-2
        2 years ago

        man ./README

        eliminating the need to view the raw source

        What about servers where only required softwares are installed.

        • erpicht
          link
          3
          edit-2
          2 years ago

          If one chooses to forgo the manual pages and the manual page viewer, that’s one’s own problem to solve.

        • AmiceseOP
          link
          1
          edit-2
          1 year ago

          deleted by creator

            • AmiceseOP
              link
              3
              edit-2
              1 year ago

              deleted by creator

            • @cout
              link
              -1
              edit-2
              2 years ago

              Markdownreader pre installed

              There is no such thing as markdown Reader. Markdown can be read by cat command.

              However, manpages is something that comes preinstalled in most server OSes with a few cases out there.

              It doesn’t. See the link i posted in previous reply. Also windows.

              Sometimes it also comes as dependency of one of the software you need to install by default so, these little cases are even less.

              This question was about Readme not documentation.

                • @cout
                  link
                  1
                  edit-2
                  2 years ago

                  Please, don’t use aggressive language here, no-one is attacking you.

                  I don’t know when i was aggressive. You can see yourself that my previous replies(before i editied last one)it contained words like Please. I only removed please when someone downvoted my whole profile without specifying any reason.

                  yeah, they come. Most server OSes are custom images by IaaS providers with them.

                  You completely ignored Alpine,Arch,Gentoo and Windows.

                  Where you could not see it? in a Docker container using default Docker image.

                  Docker uses Alpine.

      • AmiceseOP
        link
        2
        edit-2
        1 year ago

        deleted by creator

        • erpicht
          link
          22 years ago

          Oh, that’s another way to do it–neat! :)

      • erpicht
        link
        22 years ago

        Largely because I both like it and think it under-utilized.