From: Greg Price Date: Fri, 6 Feb 2009 06:28:26 +0000 (-0500) Subject: fix fancyquotes X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/18ce5ce6138e082f0b5fee8f88d4b590593b1c70?ds=sidebyside fix fancyquotes --- diff --git a/doc/zephyr.mdwn b/doc/zephyr.mdwn index d64a70b..e326e4a 100644 --- a/doc/zephyr.mdwn +++ b/doc/zephyr.mdwn @@ -97,7 +97,7 @@ To send a zephyr to a class, use the zwrite command with the -c option: :zwrite -c CLASSNAME Zephyrs to classes usually have an instance attached. An instance is a -short “topic” or “subject” that indicates the context of a +short “topic” or “subject” that indicates the context of a zephyr. Different instances are often used to multiplex multiple conversations on a high-traffic class. You can specify an instance with the -i option to zwrite: @@ -105,15 +105,15 @@ with the -i option to zwrite: :zwrite -c CLASSNAME -i INSTANCE A message without an instance specified will default to the instance -personal”. +“personal”. Some common classes include: help:: -> -c help is a class for asking (and answering) questions on virtually any topic imaginable. Be sure to use an instance (such as “linux”, “barnowl”, “campus”, or so on) when asking questions, since it's a fairly high-traffic class. +> -c help is a class for asking (and answering) questions on virtually any topic imaginable. Be sure to use an instance (such as “linux”, “barnowl”, “campus”, or so on) when asking questions, since it's a fairly high-traffic class. sipb:: -> -c sipb is where most SIPB members hang out. It's a place for technical discussion, questions, support, and organizing SIPB events or projects. You should also always use an instance when sending to -c sipb. +> -c sipb is where most SIPB members hang out. It's a place for technical discussion, questions, support, and organizing SIPB events or projects. You should also always use an instance when sending to -c sipb. Personal Classes:: > By convention, nearly every Zephyr user has a "personal" class that is the same as their username. How this class is used varies from person to person, but it's often a sort of mini-blog, a place to report what one is working on or up to, or ask friends questions, or just rant about something.