Changes http://wiki.axiom-developer.org/CreatingNewPages/diff
--
Suppose someone asks you:

**If you are willing, I think it would be great if you
could add your version of !SomeOnes Algoritm to the
AxiomWiki web site.**

And you agree. :)

The first question might be::
 
  Where do you think it should go?

One possible answer might be::

  Create a new page under:

  http://wiki.axiom-developer.org/AxiomContributions

You might choose to start with some other "parent" page
depending on the topic of your new page.

Here is a quick step-by-step guide to do this:

1 Set your user name and email 'preferences'

2 Then click 'edit' and add some text such as:

  ![SomeOnes Algorithm] '--' !SomeOnes integration algorithm.

  The part inside the ![...] becomes the page name. The
  part after the '--' is some short explanation.

  Optionally use a name such as:

  ![SandBox SomeOnes Algorithm] '--' !SomeOnes integration algorithm.

  If you choose a name starting with 'SandBox...' then you
  will be able to edit and test the new page without creating
  any email notices of the changes you make. 'SandBox' pages
  are just like drafts.

3 Click 'Preview' to check it, re-edit if necessary, then
  click 'Save'.

4 Click on the blue '?' beside ![Simpsons Method]?

5 Add some explanatory text::

    Introduction

      This routine ...

6 Add the SPAD code::

    !\begin{spad}
    your spad code here
    \end{spad}

7 Add some more explanatory text::

    Example

      Try this ...

8 Add some Axiom commands::

    !\begin{axiom}
    integrate(sin(x),x=0.0..3.141592)
    \end{axiom}

9 Click 'Preview' to check it. Re-edit. Then click 'Save'.

10 If this was a SandBox page and you are now really happy
   with the way the page looks, use the box at the bottom
   of the page to rename the page to just:

   'SomeOnes Method'

   without the 'SandBox' ... prefix.

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to