Go to page:

Search:   Help

Navigation

Groups

LyX documentation

Edit

Shared groups

Links

InterLinks

<< | Page list | >>

A quick way to refer to external URI:s

Needs rewrite and check of links

InterLinks are a quick way to refer to information in places outside the pages of this wiki, without having to remember cryptic URIs. To write an InterLink, you combine an InterMap-prefix with a colon and the rest of the URI. For example, to refer to the page DocumentationIndex at the PmWiki-site, you can use this markup:

	PmWiki:DocumentationIndex

In general you don't need a slash after the colon. However, since the markup does not allow a prefix and a colon, e.g. PmWiki:, by itself, you may have to write something like this:

	PmWiki:.

or this:

	LyxDevel:/

to create a link to the root of a website without specifying the name of the top page (i.e. LyxDevel:/ is the same LyxDevel:index.php3 but you do not have to rembemer the bit about index.php3).

The page Site.InterMap defines InterLink-prefixes as well as configurationfiles 1 and companions are separeated into three groups below:

Various InterLink-prefixes

Prefix

Description

Example

PmWiki

Website of the PmWiki WikiEngine

 PmWiki:PmWiki   

Cookbook

Cookbook-extensions for PmWiki

 Cookbook:EmacsPmWikiMode   

LyxWeb

Official LyX website

 LyxWeb:index.php3   

LyxWiki

Official LyX wikisite

 LyxWiki:LyX/Links or ThisWiki:/LyX/Links

LyxUploads

Uploaded files at this site

 Attach:/Site/aboutUploading/aFile.txt 

LyxFtp

Official LyX FTP-site

 LyxFtp:stable    

LyxDevel

Official LyX developers website

 LyxDevel:/    

LyxBugs

LyX bug reporting interface

 LyxBugs:/    

LyxVCS

Web-interface to LyX Subversion repository

 LyxVCS:/   

LyxSrc

Repository dir.: lyx-devel/src/

 LyxSrc:lyx_main.C?rev=HEAD   

LatexTips

Herbert's (La)TeX Tips & Tricks

 LatexTips:index.html   

CTAN

Comprehensive TeX Archive Network

 CTAN:search/?action=/index.html   

TexFAQ

TeX Frequently Asked Questions

 TexFAQ:?label=uselmfonts  

A more advanced example for accessing the source code through the web-interface:

  	LyxSrc:lyx_main.C?rev=HEAD&content-type=text/vnd.viewcvs-markup


It shows the HEAD revision of the source file lyx_main.C in a format where keywords have been emphasized etc.

Mailing lists and news groups at gmane.org

Prefix

Description

Example

Lyx<List>News 

Web-interface to news group

 LyxDevelNews:/  
 LyxDocNews:/  
 LyxUsersNews:/  

Lyx<List>Post

Link to single article/post

 LyxDevelPost:32711  
 LyxDocPost:180  
 LyxUsersPost:13133  

Lyx<List>Search

Links to search a group

 LyxDevelSearch:Herbert  
 LyxDocSearch:lyx  
 LyxUsersSearch:Herbert  

Lyx<List>Thread

Links to thread of a post

 LyxDevelThread:32691  
 LyxDocThread:180  
 LyxUsersThread:13133  

Lyx<List>ThreadRoot

Links to root of a thread

 LyxDevelThreadRoot:32711  
 LyxDocThreadRoot:180  
 LyxUsersThreadRoot:13133  

Here is an example of referring directly to a message 13471 in the LyX User's list:

  	LyxUsersPost:13471


Then there are also the standard PmWiki/InterMap-prefixes

"Local" prefixes

Prefix

Description

Example

ThisPage

Always the current page

 ThisPage:?action=source

{$Group}

Variable with name of the current group

 Site

ThisWiki

Points to the PmWiki-script

 ThisWiki:/LyX/Links

ThisSite2

Points to the site (rather than the PmWiki-script)

 ThisSite:local/public/localmap.txt.txt
 

1 See scripts/intermap.txt and local/localmap.txt for complete information on the available prefixes (↑)

2 This prefix comes from Cookbook:ThisSite (↑)

Edit - History - Print - Recent Changes - All Recent Changes - Search
Page last modified on 2006-07-17 00:30 CEST