Edgewall Software

Changes between Version 33 and Version 34 of ProcessorBazaar


Ignore:
Timestamp:
May 20, 2006, 8:05:50 AM (18 years ago)
Author:
mOo
Comment:

done ShellExample

Legend:

Unmodified
Added
Removed
Modified
  • ProcessorBazaar

    v33 v34  
    209209----
    210210
     211=== ShellExample ===
     212A processor that produce [http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=5 gentoo document code listing], .
     213
     214Usage:
     215{{{
     216{{{
     217#!ShellExample
     218~ $ make
     219
     220(becomes root and install)
     221~ $ su
     222~ # make install
     223}}}
     224}}}
     225
     226''Version:'' >= unknown
     227[[BR]]''Download:''[/trac/attachment/wiki/ProcessorBazaar/ShellExample.py attachment here]
     228[[BR]]''By:'' mOo
    211229
    212230== Requests ==
     
    217235 * Request: A WikiProcessor for mathematical formulas, probably in latex or lout style.
    218236 * Request: A WikiProcessor for unified diffs ''(well, it's already there since 0.9, no? use `#!diff` in your block)''
    219  * Request: A WikiProcessor for [http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=5 gentoo document code listing], it's useful for giving guide on shell examples.
     237 * Request: A WikiProcessor for [http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=5 gentoo document code listing], it's useful for giving guide on shell examples. (done)
    220238
    221239----