naming-conventions: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(added rule about no hierarchy) |
||
Line 6: | Line 6: | ||
# Dashes between words. | # Dashes between words. | ||
# XMDP profile pages for microformat specs should be named with the name of the spec, followed by "-profile" | # XMDP profile pages for microformat specs should be named with the name of the spec, followed by "-profile" | ||
# Avoid any use of hierarchy "/"* | |||
Any violations will be deleted. | Any violations will be deleted (or moved). | ||
See the related (but differently applicable) [[naming-principles]] for how we figure out how to name microformats themselves and microformats properties. | See the related (but differently applicable) [[naming-principles]] for how we figure out how to name microformats themselves and microformats properties. | ||
<nowiki>*</nowiki> The only exceptions to the no hiearchy rule are the [[rest]] and [[events]] pages/spaces. REST is for a completely different subset of microformats related discussions, and [[events]] is either an arbitrary exception or a bit of an experiment. |
Revision as of 22:11, 26 November 2006
Microformats wiki pages naming conventions
All pages on this wiki should follow these naming conventions:
- All lowercase.
- Dashes between words.
- XMDP profile pages for microformat specs should be named with the name of the spec, followed by "-profile"
- Avoid any use of hierarchy "/"*
Any violations will be deleted (or moved).
See the related (but differently applicable) naming-principles for how we figure out how to name microformats themselves and microformats properties.
* The only exceptions to the no hiearchy rule are the rest and events pages/spaces. REST is for a completely different subset of microformats related discussions, and events is either an arbitrary exception or a bit of an experiment.