Skip to content

Commit

Permalink
website improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Nov 5, 2015
1 parent 13988cf commit 0a13421
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
20 changes: 18 additions & 2 deletions web/download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,26 @@ You can download the latest version of the NimEdit here.
**Note:** NimEdit requires a working installation of Nim on your computer.
In particular ``nim`` needs to be in your ``$PATH``.

**This is beta quality software!**

Windows
-------

Unfortunately for now we only provide builds for Windows.
`NimEdit-0.92.exe <download/NimEdit_0.92.exe>`_
This requires Windows Vista or later:
`NimEdit-0.94.exe <download/NimEdit_0.94.exe>`_

Linux
-----

This should run on Ubuntu x86-64:

`NimEdit-0.94.exe <download/nimedit-0.94.tar.xz>`_

Requirements: Install ``SDL2`` and ``SDL2_ttf`` packages via your package
manager.


Mac OS X
--------

There is no Mac OS X build at this time, sorry.
6 changes: 3 additions & 3 deletions web/screenshots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Configuration is a text file
<img src="screenshots/config.png" alt="screenshot config" height="80%" width="auto"/>


Nimsuggest integration
======================
Autocompletion
==============

.. raw:: html
<img src="screenshots/suggest1.png" alt="screenshot nimsuggest" height="auto" width="80%"/>
<img src="screenshots/autocompletion.png" alt="screenshot autocompletion" height="auto" width="80%"/>


No horizontal scrolling
Expand Down
2 changes: 1 addition & 1 deletion web/website.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>$c.projectTitle</title>
<link rel="stylesheet" type="text/css" href="assets/style.css" />
<link rel="shortcut icon" href="assets/images/favicon.ico">
#if len(rss) > 0:
#if false and len(rss) > 0:
<link href="$rss" title="Recent changes" type="application/atom+xml" rel="alternate">
#end if
</head>
Expand Down

0 comments on commit 0a13421

Please sign in to comment.