pharo-wiki
pharo-wiki copied to clipboard
Define a way to meta-describe pages
trafficstars
We need to encode some meta-information in wiki pages to ease integration inside Pharo image:
- Entity related in the image (package, class, method, ...)
- Tool related in the image (class-browser, inspector, ...)
other ideas?
Now we need to decide of a format.
@jecisc proposed to create a special section at the end of each page with this data.
Could be # Meta section with a list or a table following it.
Need to think about it and experiment.
I think Pharo version concerned by the page should be meta-described as well.