Author Topic: Soldat download page improvement  (Read 3110 times)

0 Members and 3 Guests are viewing this topic.

Offline Shoozza

  • Retired Soldat Developer
  • Veteran
  • ******
  • Posts: 1632
  • Soldat's Babysitter
    • Website
Soldat download page improvement
« on: August 07, 2012, 09:08:05 pm »
I hear that people don't like the way the download page looks like:
http://soldat.thd.vg/en/downloads/

You have examples/ideas how the download page should look like?
Rules
Tools: ARSSE - SARS - SRB - chatMod

Offline SyavX

  • Soldat Beta Team
  • Camper
  • ******
  • Posts: 338
Re: Soldat download page improvement
« Reply #1 on: August 08, 2012, 01:46:28 am »
Here is my version:
Code: (html) [Select]
<div id="content_wrap">
<h1>Downloads</h1>

<h2>Client</h2>
<div class="files_list">
<div class="file_row">

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/soldat163.zip">Soldat 1.6.3 Full</a> 17.1MB</div>
<div class="htop_info">Latest full game client version for Windows</div>
</div>

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/soldatpatch162-163.zip">Soldat 1.6.3 Patch</a> 3.27MB</div>
<div class="htop_info">Game client patch (1.6.2 » 1.6.3) for Windows</div>
</div>

</div>

<div class="file_row">

<div class="files_list_file">
<div class="htop_top"><a href="http://static.soldat.pl/downloads/">Old Soldat Client versions</a></div>
<div class="htop_info">Old game client versions</div>
</div>

</div>
</div>

<h2>Server</h2>
<div class="files_list">
<div class="file_row">

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/soldatserver2.7.3_1.6.3.zip">Dedicated Server 2.7.3 Full (Soldat 1.6.3)</a> 3.73MB</div>
<div class="htop_info">Latest full game server version for Windows and Linux</div>
</div>

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/serverpatch2.7.2-2.7.3.zip">Dedicated Server 2.7.3 Patch (Soldat 1.6.3)</a> 1.85MB</div>
<div class="htop_info">Game server patch (2.7.2 » 2.7.3) for Windows and Linux</div>
</div>

</div>

<div class="file_row">

<div class="files_list_file">
<div class="htop_top"><a href="http://static.soldat.pl/downloads/">Old Soldat Server versions</a></div>
<div class="htop_info">Old game server versions</div>
</div>

</div>
</div>

<h2>Server Tools</h2>
<div class="files_list">
<div class="file_row">

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/soldatadmin12.zip">Soldat Admin 1.2</a> 275 KB</div>
<div class="htop_info">Official tool for commanding the Dedicated Server from Windows</div>
</div>

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/arsse.zip">ARSSE</a> 807 KB</div>
<div class="htop_info">Tool for commanding the Dedicated Server from Windows by KeFear. Advanced version of Soldat Admin</div>
</div>

</div>

<div class="file_row">

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/baka_admin.zip">Baka Admin</a> 808 KB</div>
<div class="htop_info">Another advanced tool for commanding the Dedicated Server from Windows by VirtualTT</div>
</div>

</div>
</div>

<h2>Editors</h2>
<div class="files_list">
<div class="file_row">

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/soldatmapmaker12.zip">Soldat Map Maker 1.2</a> 1.15 MB</div>
<div class="htop_info">Official map making tool</div>
</div>

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/Soldat_PolyWorks.zip">Soldat Polyworks</a> 1.1 MB</div>
<div class="htop_info">Advanced Soldat map making tool created by Anna</div>
</div>

</div>
<div class="file_row">

<div class="files_list_file">
<div class="htop_top"><a href="http://soldat.thd.vg/en/download/soldatintmaker10.zip">Soldat Interface Maker 1.0</a> 925 KB</div>
<div class="htop_info">Official interface maker</div>
</div>

</div>
</div>

</div>

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Soldat download page improvement
« Reply #2 on: August 08, 2012, 06:34:37 am »
(stuff)

Hmm, only having links to the latest downloads and then having a link to the downloads folder.

I am okay with this.
There are other worlds than these

Offline L[0ne]R

  • Soldat Beta Team
  • Rainbow Warrior
  • ******
  • Posts: 2079
  • need a life. looking for donors.
Re: Soldat download page improvement
« Reply #3 on: August 09, 2012, 11:23:47 am »
"Client" may sound confusing to unexperienced users. Better keep it simply "Game" instead.

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Soldat download page improvement
« Reply #4 on: August 10, 2012, 02:51:56 am »
"Client" may sound confusing to unexperienced users. Better keep it simply "Game" instead.

Ok.

Hmm, only having links to the latest downloads and then having a link to the downloads folder.

Shoozza, are you okay with this?
There are other worlds than these

Offline Shoozza

  • Retired Soldat Developer
  • Veteran
  • ******
  • Posts: 1632
  • Soldat's Babysitter
    • Website
Re: Soldat download page improvement
« Reply #5 on: August 10, 2012, 07:34:29 am »
"Client" may sound confusing to unexperienced users. Better keep it simply "Game" instead.

Ok.

Hmm, only having links to the latest downloads and then having a link to the downloads folder.
Shoozza, are you okay with this?
Yes both improvements sound/look good.
Rules
Tools: ARSSE - SARS - SRB - chatMod

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Soldat download page improvement
« Reply #6 on: August 10, 2012, 04:44:36 pm »
Yes both improvements sound/look good.

I'll do it when I get back home sunday nightish.
There are other worlds than these

Offline SyavX

  • Soldat Beta Team
  • Camper
  • ******
  • Posts: 338
Re: Soldat download page improvement
« Reply #7 on: August 16, 2012, 10:49:56 am »
I'll do it when I get back home sunday nightish.

*bump*

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Soldat download page improvement
« Reply #8 on: August 16, 2012, 05:26:14 pm »
There are other worlds than these

Offline Bonecrusher

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1397
  • High above
    • Zabijaka.pl
Re: Soldat download page improvement
« Reply #9 on: August 23, 2012, 10:32:46 am »
Mirrored links soon
« Last Edit: August 23, 2012, 10:39:41 am by Bonecrusher »

Im chill like that

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Soldat download page improvement
« Reply #10 on: August 23, 2012, 05:27:44 pm »
There are other worlds than these