---

** [tickets:#7993] Support Ticket#10149: Symlink README does not work**

**Status:** open
**Milestone:** unreleased
**Labels:** Support ss10149 
**Created:** Thu Sep 17, 2015 10:48 PM UTC by John Barrett
**Last Updated:** Thu Sep 17, 2015 10:48 PM UTC
**Owner:** nobody


https://sourceforge.net/p/forge/site-support/10149/

----

My project utilized Mercurial repository for code. File README.md, placed into 
the root directory, is correctly parsed (as markdown) and displayed in the 
"Code" section of my projects. That's good.
However, some build systems and/or coding standards require README file, not 
README.md. I tried to satisfy both SourceForge and coding standard requirement 
and created symlink README -> README.md. However, in such a case SourceForge 
shows just text "README.md", not content of README.md. See 
https://sourceforge.net/p/orlaterpack/code/ci/default/tree/
I tried opposite variant: README is a text file with markdown formatting, and 
README.md is a symlink to README. In such a case SourceForge shows content of 
README, but as a plain text, markdown formatting is not parsed.
Thus, both variants do not work for me.
It seems SourceForge tries to read README first, if it is not found, then 
SourceForge reads README.md. That's ok. However, SourceForge interprets 
symlinks as plain text files — this is not ok. If SourceForge meets a symlink, 
it should follow the symlink, find the name of target file, and read the target 
appropriately (respecting target suffix, e. g. .md, .txt, etc).
For example, SourceForget tries to read README first. If it is a symlink to 
README.md, SourceForge should read README.md as markdown file.


---

Sent from forge-allura.apache.org because [email protected] is subscribed 
to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.

Reply via email to