zacharyvoase / markdoc

A lightweight Markdown-based wiki system. Current status: abandoned.
http://markdoc.org/
The Unlicense
347 stars 74 forks source link

Loading directory meta information from file #10

Open yegle opened 12 years ago

yegle commented 12 years ago

Just like extracting the title from wiki pages as the HTML title, I want to have a special file in a directory to provide meta information of this directory.

something like this:

| 
`-- directory_name
    `-- .meta

in system/.meta file:

title: "This_is_used_when_link_to_this_directory"
descrpiton: "We can display this text in the directory's index.html page, make this index page more informative"