PmWiki.LinkVariables History

Hide minor edits - Show changes to markup - Cancel

June 15, 2012, at 06:30 PM JST by vmnpreknhas - iiNBisUgshzK
Changed line 1 from:

lFPyTx <a href=“http://ozdlrgrdgstq.com/”>ozdlrgrdgstq</a>

to:

MbMQft , [url=http://qqvkgdbkxjdr.com/]qqvkgdbkxjdr[/url], [link=http://cnogyxhxksut.com/]cnogyxhxksut[/link], http://wybarmrkhmkt.com/

June 15, 2012, at 01:16 PM JST by lfuypyjifmk - MDKJnggTPZ
Changed line 1 from:

9flbxc , [url=http://epaazksqfapg.com/]epaazksqfapg[/url], [link=http://mkeksetraucd.com/]mkeksetraucd[/link], http://pejziffbutwa.com/

to:

lFPyTx <a href=“http://ozdlrgrdgstq.com/”>ozdlrgrdgstq</a>

June 14, 2012, at 04:17 AM JST by uhswmms - PRlAJAWVeY
Changed line 1 from:

bBF7cs <a href=“http://aukmadmdoqvn.com/”>aukmadmdoqvn</a>

to:

9flbxc , [url=http://epaazksqfapg.com/]epaazksqfapg[/url], [link=http://mkeksetraucd.com/]mkeksetraucd[/link], http://pejziffbutwa.com/

June 13, 2012, at 05:27 AM JST by ompjftguv - YDjLyRDG
Changed line 1 from:

Scott,No I am no longer afitflaied with CWH as they have pawned off their shared web hosting (and my accounts as I am a reseller) to the Hostopia group of companies (Toronto Stock Exchange) of which Synergy is one of a few companies that are part of them. With 260,000 end user customers and over 340 service providers in telecommunications and the Internet service industry, their server systems are HUGH but with it comes the pain of having to deal with many levels of support. The upside is that they have the resources to be on top of the web industry with new web features. Hostopia (35M$ sales) has been bought out by deluxe.com a 1.5B$ sales company. Hostopia has aquired the clients of other large companies tucows.com, register.com uplinkearth, Bell and a host of other Telcos, registrars and hosts lately and the trend is not stopping the writing is on the wall.I am afraid the multinationals are on a buying spree and will soon squeeze out the small hosts as it did myself so moving to one that cares web host may soon be replaced with send in a support ticket host very soon. Be prepared to move on a moments notice.My time at CWH was excellent as I was able to get personal with their support which I doubt I will find with other hosts that are in the process of selling out. The industry is changing quickly, with web hosting a SaaS service for the price of a coffee. (unlimited refills are extra).Fred1stChoiceinternational.com

to:

bBF7cs <a href=“http://aukmadmdoqvn.com/”>aukmadmdoqvn</a>

June 12, 2012, at 10:52 PM JST by Iremnaz - jBQRhNkghWFgUC
Changed lines 1-56 from:

« | PmWiki.Variables | » admins (advanced)

$WikiWordCountMax
The maximum number of times to convert each WikiWord encountered on a page. Defaults to 1,000,000. Common settings for this variable are zero (disable WikiWord links) and one (convert only the first occurrence of each WikiWord).
        $WikiWordCountMax = 0;     # disable WikiWord links
        $WikiWordCountMax = 1;     # convert only first WikiWord
$WikiWordCount
An array that allows the number of WikiWord conversions to be set on a per-WikiWord basis. The default is to use $WikiWordCountMax unless a value is set in this array. By default PmWiki sets $WikiWordCount[‘PmWiki’]=1 to limit the number of conversions of “PmWiki”.
        $WikiWordCount['PhD']=0;     # Don't convert "PhD"
        $WikiWordCount[‘WikiWord’]=5;  # Convert WikiWord 5 times
        # the following lines keep a page from linking to itself
        $title = FmtPageName(‘$Title_’,$pagename);
        $WikiWordCount[$title]=0;    
$PagePathFmt
DocumentationToDo. But look at Cookbook:PagePaths for some ideas.
$LinkPageExistsFmt
The (HTML) string to output for links to already existing wiki pages. Defaults to
        <a class=‘wikilink’ href=‘\$LinkUrl’>\$LinkText</a>
$LinkPageCreateFmt
The (HTML) string to output for links to non-existent wiki pages. The default is to add a ‘?’ after the link text with a link to the page edit/create form. Defaults to
        <a class=‘createlinktext’ href=‘\$PageUrl?action=edit’>\$LinkText</a>
        <a class=‘createlink’ href=‘\$PageUrl?action=edit’>?</a>
$LinkPageCreateSpaceFmt
Same as $LinkPageCreateFmt, but used when the link text has a space in it.
$LinkPageSelfFmt
The (HTML) string to output for self-referencing links (i.e. links to the page itself). Defaults to
        <a class=‘selflink’ href=‘\$LinkUrl’>\$LinkText</a>
$UrlLinkFmt
The (HTML) string to output for URL-links that begin with ‘http:’, ‘ftp:’, etc. Defaults to
        <a class=‘urllink’ href=‘\$LinkUrl’>\$LinkText</a>
$IMapLinkFmt
an array of link formats for various link “schemes”. Not set as default.
Examples of custom formats to allow different styling via classes:
Links to http: standard url links:
         $IMapLinkFmt[‘http:’] = “<a class=‘httplink urllink’ href=‘\$LinkUrl’>\$LinkText</a>”;  
Links to https: secure pages:
         $IMapLinkFmt[‘https:’] = “<a class=‘httpslink urllink’ href=‘\$LinkUrl’>\$LinkText</a>”;   
Links to PmWiki: InterMap shortcut:
         $IMapLinkFmt[‘PmWiki:’] = “<a class=‘pmwikilink urllink’ href=‘\$LinkUrl’>\$LinkText</a>”; 
Links to Cookbook: InterMap shortcut
         $IMapLinkFmt[‘Cookbook:’] = “<a class=‘cookbooklink urllink’ href=‘\$LinkUrl’>\$LinkText</a>”; 
$InterMapFiles
An array consisting a list of files and pages containing InterMap entries to be loaded (see CustomInterMap).
$MakePageNameFunction
Name of a custom function to replace MakePageName(), which converts strings into valid page names.
$MakePageNamePatterns
$MakePageNamePatterns is an array of regular expression replacements that is used to map the page link in a free link such as [[free link]] into a page name. Currently the default sequence is:
    "/'/" => '',                           # strip single-quotes
    "/[^$PageNameChars]+/" => ' ',         # convert non-alnums to spaces
    "/((^|[^-\\w])\\w)/e" 
      => "strtoupper('$1')",               # initial caps after spaces
    "/ /" => ''                            # strip spaces
to:

Scott,No I am no longer afitflaied with CWH as they have pawned off their shared web hosting (and my accounts as I am a reseller) to the Hostopia group of companies (Toronto Stock Exchange) of which Synergy is one of a few companies that are part of them. With 260,000 end user customers and over 340 service providers in telecommunications and the Internet service industry, their server systems are HUGH but with it comes the pain of having to deal with many levels of support. The upside is that they have the resources to be on top of the web industry with new web features. Hostopia (35M$ sales) has been bought out by deluxe.com a 1.5B$ sales company. Hostopia has aquired the clients of other large companies tucows.com, register.com uplinkearth, Bell and a host of other Telcos, registrars and hosts lately and the trend is not stopping the writing is on the wall.I am afraid the multinationals are on a buying spree and will soon squeeze out the small hosts as it did myself so moving to one that cares web host may soon be replaced with send in a support ticket host very soon. Be prepared to move on a moments notice.My time at CWH was excellent as I was able to get personal with their support which I doubt I will find with other hosts that are in the process of selling out. The industry is changing quickly, with web hosting a SaaS service for the price of a coffee. (unlimited refills are extra).Fred1stChoiceinternational.com


Page last modified on June 15, 2012, at 06:30 PM JST