Changes between Version 6 and Version 7 of ServerDownMacro


Ignore:
Timestamp:
Nov 10, 2015, 9:56:59 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ServerDownMacro

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Check if host/port is open =
    32
    4 == Description ==
     3= Check if host/port is open
    54
    6 A macro to check if a given host/port is open. Supports basic caching with a timeout.
     5== Description
    76
    8 Before you ask, no it can't support ICMP pings.
     7This is a macro to check if a given host/port is open. The macro needs to be added to your Trac wiki page, see below for an example. It supports basic caching with a timeout. It does not support ICMP pings.
    98
    10 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1110
    1211Existing bugs and feature requests for ServerDownMacro are
     
    1413
    1514If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=ServerDownMacro new ticket].
     15[/newticket?component=ServerDownMacro new ticket].
    1716
    18 == Download ==
     17[[TicketQuery(component=ServerDownMacro&group=type,format=progress)]]
    1918
    20 Download the zipped source from [download:serverdownmacro here].
     19== Download
     20
     21Download the zipped source from [export:serverdownmacro here].
    2122
    2223== Source ==
    2324
    24 You can check out ServerDownMacro from [http://trac-hacks.org/svn/serverdownmacro here] using Subversion, or [source:serverdownmacro browse the source] with Trac.
     25You can check out ServerDownMacro from [/svn/serverdownmacro here] using Subversion, or [source:serverdownmacro browse the source] with Trac.
    2526
    26 == Example ==
     27== Installation
     28
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2730
    2831To enable:
    29 {{{
    30 #!ini
     32{{{#!ini
    3133[components]
    3234serverdownmacro.* = enabled
    3335}}}
     36
     37== Example
    3438
    3539To use:
     
    3842}}}
    3943
    40 == Recent Changes ==
     44== Recent Changes
    4145
    4246[[ChangeLog(serverdownmacro, 3)]]
    4347
    44 == Author/Contributors ==
     48== Author/Contributors
    4549
    4650'''Author:''' [wiki:coderanger] [[BR]]