[Moin-devel] CVS: dist/wiki/data/text AbandonedPages,NONE,1.1 HelpOnMacros,1.4,1.5

J?rgen Hermann jhermann at users.sourceforge.net
Sun Feb 17 14:35:07 EST 2002


Update of /cvsroot/moin/dist/wiki/data/text
In directory usw-pr-cvs1:/tmp/cvs-serv9220

Modified Files:
	HelpOnMacros 
Added Files:
	AbandonedPages 
Log Message:
Added missing macros


--- NEW FILE: AbandonedPages ---
[[AbandonedPages]]

Index: HelpOnMacros
===================================================================
RCS file: /cvsroot/moin/dist/wiki/data/text/HelpOnMacros,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** HelpOnMacros	13 Feb 2002 21:52:28 -0000	1.4
--- HelpOnMacros	17 Feb 2002 22:34:09 -0000	1.5
***************
*** 1,3 ****
--- 1,4 ----
  ##cvsid: $Id$
+ ##||{{{[[ ]]}}} ||  ||  ||
  
  [[TableOfContents]]
***************
*** 22,28 ****
--- 23,33 ----
  ||{{{[[TitleIndex]]}}}      || an index of all page titles || See TitleIndex ||
  ||{{{[[WordIndex]]}}}       || an index of all words in page titles || See WordIndex ||
+ ||{{{[[WantedPages]]}}} || list links to non-existent pages || See WantedPages ||
+ ||{{{[[OrphanedPages]]}}} || list pages no other page links to || See OrphanedPages ||
+ ||{{{[[AbandonedPages]]}}} || list pages that were not edited for the longest time || See AbandonedPages ||
  ||{{{[[RandomPage]]}}}      || a link to a random page || [[RandomPage]] ||
  ||{{{[[RandomPage(#)]]}}}   || links to a number of random pages || Two random pages:[[RandomPage(2)]] ||
  ||{{{[[TableOfContents]]}}} || display a local table of contents || See below ||
+ ||{{{[[Anchor(anchorname)]]}}} || macro to insert anchors into a page || [[Anchor(here)]][#here] ||
  
  === System information ===
***************
*** 31,41 ****
  ||{{{[[SystemInfo]]}}}      || info on the wiki, the python interpreter and the host system || SystemInfo ||
  ||{{{[[PageCount]]}}}       || current page count || [[PageCount]] pages ||
  
  === Others ===
  ||'''Macro'''||'''Description'''||'''Example'''||
! ||{{{[[Icon(image)]]}}}     || display system icons || HelpOnNavigation ||
! ||{{{[[UserPreferences]]}}} || display a user preferences dialog || UserPreferences ||
  ||{{{[[BR]]}}} || insert a line break || 1st line[[BR]]2nd line ||
! ||{{{[[Include(HelloWorld[,heading[,level]])]]}}} || include contents of another page || [[Include(HelloWorld)]] ||
  
  == Example Display ==
--- 36,56 ----
  ||{{{[[SystemInfo]]}}}      || info on the wiki, the python interpreter and the host system || SystemInfo ||
  ||{{{[[PageCount]]}}}       || current page count || [[PageCount]] pages ||
+ ||{{{[[PageSize]]}}}        || list the sizes of all pages || See PageSize ||
+ ||{{{[[StatsChart(type)]]}}} || shows statistical charts (currently defined types: hitcounts, pagesize, useragents) || See EventStats and subpages  ||
+ ||{{{[[SystemAdmin]]}}} || Web interface to wiki administration (not completed yet as of version 0.11) || See SystemInfo ||
  
  === Others ===
  ||'''Macro'''||'''Description'''||'''Example'''||
! ||{{{[[Icon(image)]]}}}     || display system icons || See HelpOnNavigation ||
! ||{{{[[UserPreferences]]}}} || display a user preferences dialog || See UserPreferences ||
  ||{{{[[BR]]}}} || insert a line break || 1st line[[BR]]2nd line ||
! ||{{{[[Include(HelloWorld[,"heading"[,level]])]]}}} || include contents of another page || [[Include(HelloWorld)]] ||
! ||{{{[[FootNote(text)]]}}} || Add a footnote (the text cannot contain any wiki markup), or explicitely display collected footnotes when no args are given || See HelpOnPageCreation for an example ||
! ||{{{[[Date(timestamp)]]}}} || display a timestamp according to system settings || [[Date()]] ||
! ||{{{[[DateTime(timestamp)]]}}} || display a timestamp[[FootNote("timestamp" can be empty (current time), a number of seconds since 1970 (unix timestamp), or a W3C time specification ("2002-01-23T12:34:56").)]] according to user settings || [[DateTime()]] ||
! ||{{{[[GetText(text)]]}}} || loads I18N texts (mainly intended for use on Help pages) || "Edit``Text" is translated to "[[GetText(EditText)]]" ||
! ||{{{[[TeudView]]}}} || useful for intranet developer wikis, a means to view pydoc documentation, formatted via a XSLT stylesheet, for details see EfnetPythonWiki:TeudProject || See EfnetPythonWiki:TeudViewer?module=MoinMoin.macro.TeudView ||
! 
! [[FootNote]]
  
  == Example Display ==





More information about the Moin-devel mailing list