[Moin-devel] CVS: dist/wiki/data/text HelpOnProcessors,NONE,1.1 HelpOnActions,1.3,1.4 HelpOnEditing,1.4,1.5

J?rgen Hermann jhermann at users.sourceforge.net
Sun Mar 17 03:02:03 EST 2002


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

Modified Files:
	HelpOnActions HelpOnEditing 
Added Files:
	HelpOnProcessors 
Log Message:
Description of new features


--- NEW FILE: HelpOnProcessors ---
[[TableOfContents]]

== Processors ==

Processors work on the data in a code display. You specify which processor to call by using a ''bang path''-like construct in the first line. A bang path is a concept known from Unix command line scripts, where they serve the exact same purpose: the first line tells the shell what program to start to process the remaining lines of the script.

For more information on the possible markup, see HelpOnEditing. 

=== Examples ===

Colorized Python source code:
{{{
#!python
colorized = "python"
}}} 

Index: HelpOnActions
===================================================================
RCS file: /cvsroot/moin/dist/wiki/data/text/HelpOnActions,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** HelpOnActions	14 Mar 2002 21:30:41 -0000	1.3
--- HelpOnActions	17 Mar 2002 11:01:13 -0000	1.4
***************
*** 37,38 ****
--- 37,39 ----
   * export: export the wiki content. ''[experimental]''
   * content: for transclusion into static web pages, this action emits the pure page content, without any <html>, <head>, or <body> tags. ''[0.12]''
+  * links: generates a list of all pages and the links on them, just like MeatBall:LinkDatabase. ''[0.12]''

Index: HelpOnEditing
===================================================================
RCS file: /cvsroot/moin/dist/wiki/data/text/HelpOnEditing,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** HelpOnEditing	4 Mar 2002 20:42:20 -0000	1.4
--- HelpOnEditing	17 Mar 2002 11:01:14 -0000	1.5
***************
*** 11,14 ****
--- 11,15 ----
   * HelpOnSmileys - how to insert a :)
   * HelpOnMacros - system macros
+  * HelpOnProcessors - data processing scripts
   * HelpOnProcessingInstructions - how to influence page formatting
   * HelpOnXmlPages - how to store pages with XML content and process them via XSLT





More information about the Moin-devel mailing list