IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2012, 9:14:56 AM (14 years ago)
Author:
eugene
Message:

adding makefile installation and markdown.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/dvodist/www-root/help.txt

    r33986 r34543  
     1<?php include "test2.php"; ?>
     2
    13<h2>DVO Distribution Help</h2>
    24
     
    46download entire databases with the 'wget' command.  It is necessary to
    57include an authorized user and the password.</p>
    6 
    78
    89Use a wget command on the directory of interest, eg:
     
    1213Ask your DRAVG representative if you need the password.
    1314
     15### Header 3
     16> This is a blockquote
     17> more blockquote
     18
     19The overriding design goal for Markdown's formatting syntax is to make
     20it as readable as possible. The idea is that a Markdown-formatted
     21document should be publishable as-is, as plain text, without looking
     22like it's been marked up with tags or formatting instructions. While
     23Markdown's syntax has been influenced by several existing text-to-HTML
     24filters, the single biggest source of inspiration for Markdown's
     25syntax is the format of plain text email.
     26
     27The best way to get a feel for Markdown's formatting syntax is simply
     28to look at a Markdown-formatted document. For example, you can view
     29the Markdown source for the article text on this page here:
     30<http://daringfireball.net/projects/markdown/index.text>
     31
     32(You can use this '.text' suffix trick to view the Markdown source for
     33the content of each of the pages in this section, e.g. the
     34[Syntax][s_src] and [License][l_src] pages.)
     35
     36  [s_src]: /projects/markdown/syntax.text
     37  [l_src]: /projects/markdown/license.text
     38
     39Markdown is free software, available under a BSD-style open source
     40license. See the [License] [pl] page for more information.
     41
     42  [pl]: /projects/markdown/license
     43
     44
     45Discussion List <a id="discussion-list" />
     46---------------
     47
     48I've set up a public [mailing list for discussion about Markdown] [ml].
     49Any topic related to Markdown -- both its formatting syntax and
     50its software -- is fair game for discussion. Anyone who is interested
     51is welcome to join.
     52
     53It's my hope that the mailing list will lead to good ideas for future
     54improvements to Markdown.
     55
     56  [ml]: http://six.pairlist.net/mailman/listinfo/markdown-discuss
     57
Note: See TracChangeset for help on using the changeset viewer.