mailing-lists: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
(added "non-English names for properties" to bad topics list)
Line 1: Line 1:
= Mailing Lists =
<h1> Mailing Lists </h1>


Read the [http://microformats.org/discuss/ microformats discuss page] first.
Read the [http://microformats.org/discuss/ microformats discuss page] first.
Line 6: Line 6:


Ok, now here are some additional notes of scope and topics for each list.   
Ok, now here are some additional notes of scope and topics for each list.   
__TOC__


== microformats-discuss ==
== microformats-discuss ==
Line 29: Line 31:
Here is a list (also not definitive) of topics which are undesired and inappopriate for the microformats-discuss list.  In fact, they're not even worth the time to bother discussing, so please do not bring them up on the microformats-discuss list.  We'll add more topics as people come up with more off-topic or out-of-scope or rathole topics.
Here is a list (also not definitive) of topics which are undesired and inappopriate for the microformats-discuss list.  In fact, they're not even worth the time to bother discussing, so please do not bring them up on the microformats-discuss list.  We'll add more topics as people come up with more off-topic or out-of-scope or rathole topics.


* How to make a "general purpose" (micro)format.  Go read [http://microformats.org/wiki/microformats#microformats_are_not what microformats are not], actually, go read the entire [[microformats|principles]] page.  Sometimes this may masquerade as a "format of formats".  Either way, it is one of those boil the ocean ratholes which are a waste of time for microformats.
# '''How to make a "general purpose" (micro)format.''' Go read [http://microformats.org/wiki/microformats#microformats_are_not what microformats are not], actually, go read the entire [[microformats|principles]] page.  Sometimes this may masquerade as a "format of formats".  Either way, it is one of those boil the ocean ratholes which are far outside the focus of microformats. If you really want to work on such subjects, teach yourself DTD (SGML, XML), XML Schema, Relax NG, RDF Schema, and find the communities working on those technologies.
* Using namespaces and namespace prefixes.  In short, namespaces are neither necessary (the Internet ran just fine without them for decades, go read some RFCs), nor desirable (prefixes make formats far uglier and more difficult to hand-code).
# '''Using namespaces and namespace prefixes.''' In short, namespaces are neither necessary (the Internet ran just fine without them for decades, go read some RFCs), nor desirable (prefixes make formats far uglier and more difficult to hand-code).
# '''Using non-English names for properties'''.  This was briefly discussed on the microformats-discuss list most recently as "Language Maps" but has been raised before that.  Some folks have raised the issue that microformats use English names for properties, and they would like alternate (non-English) names in other (natural) languages, and perhaps try to establish a mapping between them.  As microformats property names are based on existing standards (see [[process]], and [[naming-principles]]), this is another problem that is far outside the scope of microformats.  As Ryan King put it, this is a pre-existing (unsolved) "problem" with English-based HTML, the English-based CSS, the English-based HTTP and so on.  Note that this is NOT about the internationalization (i18n) of the content and data itself - which is of course an excellent goal, advocated and promoted by microformats and the standards they are based on (e.g. W3C, IETF).  This is purely about the names of the properties (and enumerated values) in the formats.


== microformats-dev ==
== microformats-dev ==

Revision as of 16:35, 3 May 2006

Mailing Lists

Read the microformats discuss page first.

Then read the mailing list policies.

Ok, now here are some additional notes of scope and topics for each list.

microformats-discuss

For general discussion of microformats, with a strong leaning towards:

  • starting out with microformats
  • real-world content authoring

good topics for discussion

Here is a list (certainly not definitive) of good topics which are appropriate for the microformats-discuss list:

  • general thoughts on the design and use of semantic XHTML markup
  • how to use and write microformats in content
  • how to use microformat design patterns in content

good topics that belong somewhere else

bad topics for discussion

AKA topics better discussed elsewhere (somewhere other than microformats.org).

Here is a list (also not definitive) of topics which are undesired and inappopriate for the microformats-discuss list. In fact, they're not even worth the time to bother discussing, so please do not bring them up on the microformats-discuss list. We'll add more topics as people come up with more off-topic or out-of-scope or rathole topics.

  1. How to make a "general purpose" (micro)format. Go read what microformats are not, actually, go read the entire principles page. Sometimes this may masquerade as a "format of formats". Either way, it is one of those boil the ocean ratholes which are far outside the focus of microformats. If you really want to work on such subjects, teach yourself DTD (SGML, XML), XML Schema, Relax NG, RDF Schema, and find the communities working on those technologies.
  2. Using namespaces and namespace prefixes. In short, namespaces are neither necessary (the Internet ran just fine without them for decades, go read some RFCs), nor desirable (prefixes make formats far uglier and more difficult to hand-code).
  3. Using non-English names for properties. This was briefly discussed on the microformats-discuss list most recently as "Language Maps" but has been raised before that. Some folks have raised the issue that microformats use English names for properties, and they would like alternate (non-English) names in other (natural) languages, and perhaps try to establish a mapping between them. As microformats property names are based on existing standards (see process, and naming-principles), this is another problem that is far outside the scope of microformats. As Ryan King put it, this is a pre-existing (unsolved) "problem" with English-based HTML, the English-based CSS, the English-based HTTP and so on. Note that this is NOT about the internationalization (i18n) of the content and data itself - which is of course an excellent goal, advocated and promoted by microformats and the standards they are based on (e.g. W3C, IETF). This is purely about the names of the properties (and enumerated values) in the formats.

microformats-dev

For discussion of microformats development, with a leaning towards:

  • anything that involves writing code
  • abstractions / models (in contrast to actual content)

good topics for discussion

These tend to be topics that belong in microformats-dev instead of microformats-discuss. This list is also not definitive, but illustrates the general areas:

  • microformat parsing
  • microformat "(auto)-discovery"
  • comparisons of microformats with other data abstractions or data representations (e.g. XML, RDF)
  • compatibility/interoperability of microformats with other data abstractions or data representations

microformats-rest

For discussion of use of microformats with REST, in protocols, services, APIs etc.