Can I set a html file as a Readme or License file?

asked 06 Sep '11, 04:30

Jake's gravatar image

Jake ♦♦
181534175
accept rate: 98%


You cannot use html files directly as Readme or License files because their content has to be displayed in multiples modes, including text. On Unix, you can easily convert your html file into text using:

lynx -dump license.html > license.txt
link

answered 06 Sep '11, 04:31

Jake's gravatar image

Jake ♦♦
181534175
accept rate: 98%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×10
×6
×2
×2

Asked: 06 Sep '11, 04:30

Seen: 186 times

Last updated: 06 Sep '11, 04:31

powered by BitNami OSQA