Changes between Initial Version and Version 1 of ModuleSpec


Ignore:
Timestamp:
12/16/12 01:06:58 (13 years ago)
Author:
epyon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModuleSpec

    v1 v1  
     1== Request lines ==
     2
     3Info file request
     4
     5{{{ http://mods.chaosforge.net/doom/info.xml }}}
     6
     7Version file request
     8
     9{{{ http://mods.chaosforge.net/doom/versions.xml }}}
     10
     11Modules request
     12
     13{{{ http://mods.chaosforge.net/doom/0997/modules.xml }}}
     14
     15Specific module request
     16
     17{{{ http://mods.chaosforge.net/doom/0997/blah.wad }}}
     18
     19== Info file ==
     20
     21{{{#!xml
     22<info version="1">
     23  <stable version="0.9.9.6" dir="0996"/>
     24  <beta version="0.9.9.7" beta="BETA 2" dir="0996-beta2"/>
     25  <motd>DoomRL 0.9.9.7 nearing release!</motd>
     26  <versions>
     27  </versions>
     28</info>
     29}}}
     30
     31== Info file ==
     32
     33{{{#!xml
     34<info version="1">
     35  <stable version="0.9.9.6" ident="0996"/>
     36  <beta version="0.9.9.7" beta="BETA 2" ident="0996-beta2"/>
     37  <motd>DoomRL 0.9.9.7 nearing release!</motd>
     38</info>
     39}}}
     40
     41== Versions file ==
     42
     43{{{#!xml
     44<versions version="1">
     45  <version name="0.9.9.5" ident="0995" type="stable"/>
     46  <version name="0.9.9.6" ident="0996" type="stable"/>
     47  <version name="0.9.9.7" beta="BETA 2" ident="0997-beta2" type="beta"/>
     48</versions>
     49}}}
     50
     51== Modules file ==
     52
     53{{{#!xml
     54<modinfo version="1">
     55  <module id="arena" name = "Hell Arena" author="Kornel Kisielewicz" webpage="http://doom.chaosforge.org/" version="0.1.0" drlver="0.9.9.4" type="single" size = "3334" desc="Hell Arena as a test module. Enjoy!" />
     56  <module id="hellgate_remix" name = "Hellgate Remix" author="tehtmi" webpage="(none)" version="0.1.0" drlver="0.9.9.3" type="single" size = "9869" desc="Anyway." />
     57</modinfo>
     58}}}