Changeset a16d7e5


Ignore:
Timestamp:
Jul 9, 2011, 3:59:13 PM (13 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
7feba19, 2367f1c, c76a12a
Parents:
7756dde
git-author:
Jason Gross <jgross@mit.edu> (07/08/11 04:15:08)
git-committer:
Jason Gross <jgross@mit.edu> (07/09/11 15:59:13)
Message:
Replaced 'Owl' with 'BarnOwl' in user visible places

Updated :show license to match COPYING
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r901cee9 ra16d7e5  
    5050              "zlog in will send a login notification, zlog out will send a\n"
    5151              "logout notification.  By default a login notification is sent\n"
    52               "when owl is started and a logout notification is sent when owl\n"
     52              "when BarnOwl is started and a logout notification is sent when owl\n"
    5353              "is exited.  This behavior can be changed with the 'startuplogin'\n"
    5454              "and 'shutdownlogout' variables.  If a tty is specified for zlog in\n"
    55               "then the owl variable 'tty' will be set to that string, causing\n"
     55              "then the BarnOwl variable 'tty' will be set to that string, causing\n"
    5656              "it to be used as the zephyr location tty.\n"),
    5757
    5858  OWLCMD_VOID("quit", owl_command_quit, OWL_CTX_ANY,
    59               "exit owl",
     59              "exit BarnOwl",
    6060              "",
    61               "Exit owl and run any shutdown activities."),
     61              "Exit BarnOwl and run any shutdown activities."),
    6262  OWLCMD_ALIAS("exit", "quit"),
    6363  OWLCMD_ALIAS("q",    "quit"),
     
    180180
    181181  OWLCMD_ARGS("startup", owl_command_startup, OWL_CTX_ANY,
    182               "run a command and set it to be run at every Owl startup",
     182              "run a command and set it to be run at every BarnOwl startup",
    183183              "startup <commands> ...",
    184184              "Everything on the command line after the startup command\n"
    185               "is executed as a normal owl command and is also placed in\n"
    186               "a file so that the command is executed every time owl\n"
     185              "is executed as a normal BarnOwl command and is also placed in\n"
     186              "a file so that the command is executed every time BarnOwl\n"
    187187              "is started"),
    188188
    189189  OWLCMD_ARGS("unstartup", owl_command_unstartup, OWL_CTX_ANY,
    190               "remove a command from the list of those to be run at Owl startup",
     190              "remove a command from the list of those to be run at BarnOwl startup",
    191191              "unstartup <commands> ...",
    192192              ""),
    193193
    194194  OWLCMD_VOID("version", owl_command_version, OWL_CTX_ANY,
    195               "print the version of the running owl", "", ""),
     195              "print the version of the running BarnOwl", "", ""),
    196196
    197197  OWLCMD_ARGS("subscribe", owl_command_subscribe, OWL_CTX_ANY,
     
    204204              "only be temporary, i.e., it will not be written to\n"
    205205              "the subscription file and will therefore not be\n"
    206               "present the next time owl is started.\n"),
     206              "present the next time BarnOwl is started.\n"),
    207207  OWLCMD_ALIAS("sub", "subscribe"),
    208208
     
    216216              "only be temporary, i.e., it will not be updated in\n"
    217217              "the subscription file and will therefore not be\n"
    218               "in effect the next time owl is started.\n"),
     218              "in effect the next time BarnOwl is started.\n"),
    219219  OWLCMD_ALIAS("unsub", "unsubscribe"),
    220220
     
    234234
    235235  OWLCMD_ARGS("source", owl_command_source, OWL_CTX_ANY,
    236               "execute owl commands from a file",
     236              "execute BarnOwl commands from a file",
    237237              "source <filename>",
    238               "Execute the owl commands in <filename>.\n"),
     238              "Execute the BarnOwl commands in <filename>.\n"),
    239239
    240240  OWLCMD_ARGS("aim", owl_command_aim, OWL_CTX_INTERACTIVE,
     
    305305 
    306306  OWLCMD_ARGS("help", owl_command_help, OWL_CTX_INTERACTIVE,
    307               "display help on using owl",
     307              "display help on using BarnOwl",
    308308              "help [command]", ""),
    309309
     
    418418
    419419  OWLCMD_VOID("suspend", owl_command_suspend, OWL_CTX_ANY,
    420               "suspend owl", "", ""),
     420              "suspend BarnOwl", "", ""),
    421421
    422422  OWLCMD_ARGS("echo", owl_command_echo, OWL_CTX_ANY,
     
    509509
    510510  OWLCMD_VOID("about", owl_command_about, OWL_CTX_INTERACTIVE,
    511               "print information about owl", "", ""),
     511              "print information about BarnOwl", "", ""),
    512512
    513513  OWLCMD_VOID("status", owl_command_status, OWL_CTX_ANY,
    514               "print status information about the running owl", "", ""),
     514              "print status information about the running BarnOwl", "", ""),
    515515 
    516516  OWLCMD_ARGS("zlocate", owl_command_zlocate, OWL_CTX_INTERACTIVE,
     
    590590              "The other usages listed above are abbreviated forms that simply set\n"
    591591              "the filter of the current view. The -d option allows you to write a\n"
    592               "filter expression that will be dynamically created by owl and then\n"
     592              "filter expression that will be dynamically created by BarnOwl and then\n"
    593593              "applied as the view's filter\n"
    594594              "SEE ALSO: filter, viewclass, viewuser\n"),
     
    676676              "for formatting messages.\n\n"
    677677              "Show variables will list the names of all variables.\n\n"
    678               "Show errors will show a list of errors encountered by Owl.\n\n"
     678              "Show errors will show a list of errors encountered by BarnOwl.\n\n"
    679679              "SEE ALSO: filter, view, alias, bindkey, help\n"),
    680680 
  • functions.c

    rca749a9 ra16d7e5  
    144144    "\n"
    145145    "   * Redistributions in any form must be accompanied by information on\n"
    146     "     how to obtain complete source code for the Owl software and any\n"
    147     "     accompanying software that uses the Owl software. The source code\n"
     146    "     how to obtain complete source code for the BarnOwl software and any\n"
     147    "     accompanying software that uses the BarnOwl software. The source code\n"
    148148    "     must either be included in the distribution or be available for no\n"
    149149    "     more than the cost of distribution plus a nominal fee, and must be\n"
     
    972972  }
    973973
    974   owl_function_debugmsg("Quitting Owl");
     974  owl_function_debugmsg("Quitting BarnOwl");
    975975  owl_select_quit_loop();
    976976}
     
    14391439  }
    14401440
    1441   owl_fmtext_append_bold(&fm, "\nOwl Message Attributes:\n");
     1441  owl_fmtext_append_bold(&fm, "\nBarnOwl Message Attributes:\n");
    14421442  owl_message_attributes_tofmtext(m, &attrfm);
    14431443  owl_fmtext_append_fmtext(&fm, &attrfm);
  • help.c

    rca54fd6 ra16d7e5  
    7070     "    w             Open a URL in the current message\n"
    7171     "    C-l           Refresh the screen\n"
    72      "    C-z           Suspend Owl\n"
     72     "    C-z           Suspend BarnOwl\n"
    7373     "    h             Print this help message\n"
    7474     "    : , M-x       Enter command mode\n"
     
    8484  owl_fmtext_append_normal
    8585    (&fm,
    86      "    quit, exit    Exit owl\n"
     86     "    quit, exit    Exit BarnOwl\n"
    8787     "    help          Get help about commands\n"
    88      "    show          Show information about owl (see detailed help)\n"
     88     "    show          Show information about BarnOwl (see detailed help)\n"
    8989     "\n"
    9090     "    zwrite        Send a zephyr\n"
     
    102102     "    set           Set a variable (see list below)\n"
    103103     "    print         Print a variable's value (variables listed below)\n"
    104      "    startup       Set a command to be run at every Owl startup\n"
    105      "    unstartup     Remove a command to be run at every Owl startup\n"
     104     "    startup       Set a command to be run at every BarnOwl startup\n"
     105     "    unstartup     Remove a command to be run at every BarnOwl startup\n"
    106106     "\n"
    107107     "    getsubs       Print a list of current subscriptions\n"
     
    122122     "    dump          Dump messagelist as text to a file\n"
    123123     "\n"
    124      "    about         Print information about owl\n"
    125      "    status        Print status information about the running owl\n"
    126      "    version       Print the version number of owl\n"
     124     "    about         Print information about BarnOwl\n"
     125     "    status        Print status information about the running BarnOwl\n"
     126     "    version       Print the version number of BarnOwl\n"
    127127     "\n");
    128128 
  • variable.c

    r7756dde ra16d7e5  
    7070
    7171  OWLVAR_BOOL( "startuplogin" /* %OwlVarStub */, 1,
    72                "send a login message when owl starts", "" ),
     72               "send a login message when BarnOwl starts", "" ),
    7373
    7474  OWLVAR_BOOL( "shutdownlogout" /* %OwlVarStub */, 1,
    75                "send a logout message when owl exits", "" ),
     75               "send a logout message when BarnOwl exits", "" ),
    7676
    7777  OWLVAR_BOOL( "rxping" /* %OwlVarStub */, 0,
     
    137137  OWLVAR_BOOL_FULL( "pseudologins" /* %OwlVarStub */, 0,
    138138                    "Enable zephyr pseudo logins",
    139                     "When this is enabled, Owl will periodically check the zephyr\n"
     139                    "When this is enabled, BarnOwl will periodically check the zephyr\n"
    140140                    "location of users in your .anyone file.  If a user is present\n"
    141141                    "but sent no login message, or a user is not present that sent no\n"
     
    145145  OWLVAR_BOOL( "ignorelogins" /* %OwlVarStub */, 0,
    146146               "Enable printing of login notifications",
    147                "When this is enabled, Owl will print login and logout notifications\n"
    148                "for AIM, zephyr, or other protocols.  If disabled Owl will not print\n"
     147               "When this is enabled, BarnOwl will print login and logout notifications\n"
     148               "for AIM, zephyr, or other protocols.  If disabled BarnOwl will not print\n"
    149149               "login or logout notifications.\n"),
    150150
     
    160160  OWLVAR_BOOL( "loglogins" /* %OwlVarStub */, 0,
    161161               "Enable logging of login notifications",
    162                "When this is enabled, Owl will log login and logout notifications\n"
     162               "When this is enabled, BarnOwl will log login and logout notifications\n"
    163163               "for AIM, zephyr, or other protocols.  If disabled Owl will not print\n"
    164164               "login or logout notifications.\n"),
     
    201201  OWLVAR_PATH( "newmsgproc" /* %OwlVarStub:newmsgproc */, NULL,
    202202               "name of a program to run when new messages are present",
    203                "The named program will be run when owl receives new\n"
     203               "The named program will be run when BarnOwl receives new\n"
    204204               "messages.  It will not be run again until the first\n"
    205205               "instance exits"),
     
    229229                 "string to append to the end of the sepbar",
    230230                 "The sepbar is the bar separating the top and bottom\n"
    231                  "of the owl screen.  Any string specified here will\n"
     231                 "of the BarnOwl screen.  Any string specified here will\n"
    232232                 "be displayed on the right of the sepbar\n"),
    233233
     
    265265
    266266  OWLVAR_STRING( "alert_action" /* %OwlVarStub */, "nop",
    267                  "owl command to execute for alert actions",
     267                 "BarnOwl command to execute for alert actions",
    268268                 "" ),
    269269
     
    276276                 "Styles may be created with the 'style' command.\n"
    277277                 "Some built-in styles include:\n"
    278                  "   default  - the default owl formatting\n"
     278                 "   default  - the default BarnOwl formatting\n"
    279279                 "   oneline  - one line per-message\n"
    280280                 "   perl     - legacy perl interface\n"
     
    333333               "cursor moves between messages being displayed.\n"
    334334               "The following modes are supported:\n\n"
    335                "   normal      - This is the owl default.  Scrolling happens\n"
     335               "   normal      - This is the BarnOwl default.  Scrolling happens\n"
    336336               "                 when it needs to, and an attempt is made to\n"
    337337               "                 keep the current message roughly near\n"
Note: See TracChangeset for help on using the changeset viewer.