Modify ↓
Ticket #3098 (new enhancement)
Opened 6 years ago
Last modified 17 months ago
Support "Descript.ion" files in Browse Source
| Reported by: | trac@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | next-major-0.1X |
| Component: | version control/browser | Version: | 0.9.5 |
| Severity: | normal | Keywords: | description |
| Cc: | trac@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
As the summary says...
Right now we hand edit a Wiki page describing each subdir and file.
The descript.ion metadata file is a quasi-standard by JP-Soft (4DOS) that Browser might be able to support.
Attachments
Change History
comment:1 Changed 5 years ago by cboos
- Keywords description added
- Milestone set to 0.12
- Owner changed from jonas to cboos
- Priority changed from low to normal
comment:2 Changed 5 years ago by anonymous
- Cc trac@… added
comment:3 Changed 17 months ago by cboos
- Priority changed from normal to high
Or simpler:
[browser] readme = README, descript.ion, ...
Show at the top a one-liner of the README, with a link to the full content at the bottom (i.e. GitHub's way).
Note: See
TracTickets for help on using
tickets.



Even better, there could be a setting like:
which could be used to pick one entry among the folder entries which will be previewed in the browser folder list, on top or after the entries list itself.
The preview would be done the standard way, so it would be possible to use wiki formatting either by setting the svn:mime-type property on a README file (if using svn), or by using mime-type associations in mime_map (e.g. text/x-trac-wiki:trac).
Using an ordered list is useful so that you can eventually add a special file (.trac as in the above) to prevent some existing README file to be shown, when this is not desirable.