From: Benno Schulenberg Date: Sun, 3 Dec 2023 10:52:12 +0000 (+0100) Subject: add a line break X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=refs%2Fheads%2Fmaster;hp=f285c48d1e61a8ff68f123fa32d7bfbe876c14cf;ds=sidebyside add a line break --- diff --git a/bottom.php b/bottom.php index 7e34cf1..2e7539d 100644 --- a/bottom.php +++ b/bottom.php @@ -1,38 +1,52 @@
- +

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
^G Get Nano^N News^W Who^T Git
^D Documentation^H History^S Screenshots^C Contact
+
+ + +^G +Get Nano + + + +^N +News + + + +^W +Who + + + +^T +Git + + + +^D +Documentation + + + +^H +History + + + +^S +Screenshots + + + +^C +Contact + + +
diff --git a/contact.php b/contact.php index 1d41c4b..1d7a298 100644 --- a/contact.php +++ b/contact.php @@ -1,21 +1,17 @@ - - -GNU nano: Reporting Bugs - - - - - -
+
Reporting Bugs
Please use nano's pages on Savannah for: -

-

+

+

For any other issues please email the nano-devel list (see below).
@@ -24,23 +20,18 @@ For any other issues please email the nano-devel list (see below).
-
- diff --git a/docs.php b/docs.php index 40553d3..c04710c 100644 --- a/docs.php +++ b/docs.php @@ -1,18 +1,12 @@ - - -GNU nano: Documentation - - - -
+
Documentation

- - - - -
+
+ + + + + + + -
Document Name
@@ -41,6 +35,13 @@ Description The full nano manual in HTML format.
+
The manual as PDF
+
The full nano manual in PDF format.
Man Page
@@ -76,9 +77,6 @@ Description
General description of noteworthy things in each release.
-
+
diff --git a/download.php b/download.php index 0306cad..9865c25 100644 --- a/download.php +++ b/download.php @@ -1,25 +1,11 @@ - + -GNU nano: Download - - - - - - -
- -
- - - -

Downloading GNU nano
-
-
-
- +
+ @@ -57,7 +43,7 @@ @@ -70,6 +56,13 @@ + + + + + + - @@ -99,8 +92,4 @@
Description Links
All versions: -The branches +The branches
  
  
Additional syntax files:more syntaxes +
  
Archlinux binaries: packages @@ -84,7 +77,7 @@
Fedora builds:overview +overview
-
- diff --git a/faq.html b/faq.html new file mode 120000 index 0000000..db90276 --- /dev/null +++ b/faq.html @@ -0,0 +1 @@ +dist/latest/faq.html \ No newline at end of file diff --git a/git.php b/git.php index 524a937..aa34526 100644 --- a/git.php +++ b/git.php @@ -1,32 +1,37 @@ - - -GNU nano: Source code - - - - - -
+
Source Code
-You can browse nano's -source code -on the web. +Nano's source code is clonable from +https://git.savannah.gnu.org/git/nano.git. +
+It can be browsed on the web at +https://git.savannah.gnu.org/cgit/nano.git/log/. +

-If you want to build and run the bleeding-edge version of GNU nano, +To build and run the bleeding-edge version of GNU nano, read the - + instructions located in the git repository itself. + +

+The source code of this website is available from +https://git.wh0rd.org/nano-editor.git. +

+

- +edited with nano
-
-
+
+
+See the current versions in some distros. +
+ + diff --git a/history.php b/history.php index 5e8036a..91c0a7f 100644 --- a/history.php +++ b/history.php @@ -1,10 +1,4 @@ - - -GNU nano: History - - - -
+
History
@@ -14,9 +8,9 @@

Improvements made in version 2.6:
-
+
-
    +
    • Trailing whitespace can be snipped from justified paragraphs.
    • Better feedback when a file is unwritable or a directory inaccessible.
    • Bindable functions for deleting a word to the left and to the right.
    • @@ -26,7 +20,7 @@ Improvements made in version 2.6:
    • Resizing the window does not exit from help viewer nor file browser.
    • On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.
    • A steadier movement of the highlight in the file browser.
    • -
    +
@@ -35,9 +29,9 @@ Improvements made in version 2.6:

Improvements made in version 2.4:
-
+
-
    +
    • The ability to give different colors to title bar, status bar and help lines.
    • Linter support, for automatically putting the cursor on syntax errors.
    • Formatter support, for normalizing the layout of a text instead of the spelling.
    • @@ -47,7 +41,7 @@ Improvements made in version 2.4:
    • Makes the mouse usable again for clicking on shortcuts.
    • Fixes several syntax coloring issues.
    • Adds more syntax highlighting examples (Go, guile, javascript, json, PO files, texinfo, ...).
    • -
    +
@@ -56,23 +50,23 @@ Improvements made in version 2.4:

Improvements made in version 2.2:
-
+
-
    +
    • Customizable key bindings.
    • Abortable searching (^C after ^W).
    • Partial undo/redo support [EXPERIMENTAL].
    • Pager support (i.e. reading from stdin).
    • -
    +
-
    +
    • Warnings for unwritable files and for external modification since opening.
    • "Soft" line wrapping (i.e. display of complete lines).
    • More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).
    • Faster syntax highlighting for complicated regexes.
    • -
    +
@@ -81,25 +75,25 @@ Improvements made in version 2.2:

Improvements made in version 2.0:
-
+
-
    +
    • UTF-8 support.
    • Improved color syntax highlighting.
    • Copy text without cutting it.
    • Verbatim input mode.
    • Repeat last seach (Meta-W).
    • -
    +
-
    +
    • Spell check/replace selected text only.
    • Indent marked text.
    • Move to beginning/end of paragraph.
    • Search within the file browser.
    • Auto-conversion of mixed file format.
    • -
    +
@@ -108,9 +102,9 @@ Improvements made in version 2.0:

Improvements made in version 1.2:
-
+
-
    +
    • More Pico compatible by default.
    • Smooth scrolling (-S flag).
    • Bracket matching (Meta-]).
    • @@ -118,11 +112,11 @@ Improvements made in version 1.2:
    • Color syntax highlighting.
    • Search and replace history editing.
    • Customizable quoting string (-Q flag).
    • -
    +
-
    +
    • Append/prepend from write file menu.
    • Write selected text to file (^O after ^^).
    • Multiple file buffers (-F flag).
    • @@ -130,7 +124,7 @@ Improvements made in version 1.2:
    • Saved search/replace history (-H flag).
    • Backup files (-B flag).
    • Insert output of command (^X after ^R).
    • -
    +
@@ -139,33 +133,29 @@ Improvements made in version 1.2:

Version 1.0 had the following features:
- - -
+
-
    +
    • Autoconf support.
    • Truly free license (GNU GPL).
    • Goto-line command without a flag.
    • Case-sensitive search function.
    • Interactive search and replace.
    • About half the size of the Pico binary.
    • -
    +
-
    +
    • Slang and ncurses support.
    • Autoindent abillity.
    • Displayed tab width option.
    • Regular-expression search and replace.
    • Toggles for command-line flags via Meta keys.
    • Tab completion when reading/writing files.
    • -
    +
-
- diff --git a/index.php b/index.php index 66ed376..cc81b5b 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,6 @@ - + -GNU nano - - +
diff --git a/last-branch b/last-branch index 7813681..c793025 100644 --- a/last-branch +++ b/last-branch @@ -1 +1 @@ -5 \ No newline at end of file +7 \ No newline at end of file diff --git a/last-modified b/last-modified index 9d79ccb..d7ee8f6 100644 --- a/last-modified +++ b/last-modified @@ -1 +1 @@ -2020 August 12 \ No newline at end of file +2023 January 18 \ No newline at end of file diff --git a/last-version b/last-version index 8336407..be4cea5 100644 --- a/last-version +++ b/last-version @@ -1 +1 @@ -5.1 \ No newline at end of file +7.2 \ No newline at end of file diff --git a/nano-5.7.png b/nano-5.7.png new file mode 100644 index 0000000..cded1c2 Binary files /dev/null and b/nano-5.7.png differ diff --git a/news.php b/news.php index ae72dae..911f25b 100644 --- a/news.php +++ b/news.php @@ -1,11 +1,6 @@ - + -GNU nano: News - - - -
- +
- -


@@ -17,6 +12,232 @@


+2023 January 18 - GNU nano 7.2 "Boer doe mij 't hekke lös!" +
+
    +
  • <Shift+Insert> is prevented from pasting in view mode.
  • +
+

+ +2022 December 14 - GNU nano 7.1 "And the devices shall be made of wood" +
+
    +
  • When --autoindent and --breaklonglines are combined, pressing
    + <Enter> at a specific position no longer eats characters.
  • +
+

+ +2022 November 15 - GNU nano 7.0 "Una existencia simple bajo el sol" +
+
    +
  • String binds may contain bindable function names between braces.
    + For example, to move the current line down to after the next one:
    + bind ^D "{cut}{down}{paste}{up}" main. Of course, braced function
    + names may be mixed with literal text. If an existing string bind
    + contains a literal {, replace it with {{}.
  • +
  • Unicode codes can be entered (via M-V) without leading zeroes,
    + by finishing short codes with <Space> or <Enter>.
  • +
  • Word completion (^]) looks for candidates in all open buffers.
  • +
  • No regular expression matches the final empty line any more.
  • +
+

+ + +2022 August 2 - GNU nano 6.4 "Regentag Dunkelbunt Hundertwasser" +
+
    +
  • The file browser does not crash when moving up to the root folder.
  • +
  • Softwrapping very long lines is done more efficiently.
  • +
  • Invoking the formatter does not blink the screen.
  • +
+

+ +2022 April 28 - GNU nano 6.3 "Wat zullen we drinken? Wat een dorst!" +
+
    +
  • For multiline regexes, text is now colored as soon as a start match
    + is found, also when there is no end match at all.
  • +
  • The colorizing of any line is stopped after two thousand bytes,
    + to avoid frustrating delays.
  • +
  • When environment variable NO_COLOR is set, the two default colors
    + (yellow for the spotlight, red for error messages) are suppressed
    + when no interface colors are specified in a nanorc file.
  • +
  • Full justification and piping the whole buffer through a command
    + now keep the cursor at the same line number.
  • +
  • Utility xsel can be used to copy a marked region to the system's
    + clipboard. See doc/sample.nanorc for an example.
  • +
+

+ +2022 February 18 - GNU nano 6.2 "Kamperfoelie" +
+
    +
  • The file browser clears the prompt bar also when using --minibar.
  • +
  • Linting now works also with a newer 'pyflakes'.
  • +
+

+ +2022 February 9 - GNU nano 6.1 "Rețelele de socializare sunt ca un frigider" +
+
    +
  • The behavior of ^K at a prompt has been enhanced: when there
    + is text after the cursor, just this text is erased. (In the usual
    + situation, however, when the cursor is at the end of the answer,
    + the behavior is as before: the whole answer is erased.)
  • +
  • At a prompt, M-6 copies the current answer into the cutbuffer.
  • +
  • Large external pastes into nano are handled more quickly.
  • +
+

+ +2021 December 15 - GNU nano 6.0 "Humor heeft ook zijn leuke kanten" +
+
    +
  • Option --zero hides the title bar, status bar and help lines, and
    + uses all rows of the terminal as editing area. The title bar and
    + status bar can be toggled with M-Z.
  • +
  • Colors can now be specified also as three-digit hexadecimal numbers,
    + in the format #rgb. This picks from the 216 index colors (that most
    + terminals know) the color that is nearest to the given values.
  • +
  • For users who dislike numbers, there are fourteen new color names:
    + rosy, beet, plum, sea, sky, slate, teal, sage, brown, ocher, sand,
    + tawny, brick, and crimson.
  • +
  • Suspension is enabled by default, invokable with ^T^Z. The options
    + -z, --suspendable, and 'set suspendable' are obsolete and ignored.
    + (In case you want to be able to suspend nano with a single keystroke,
    + you can put 'bind ^Z suspend main' in your nanorc.)
  • +
  • When automatic hard-wrapping is in effect, pasting just a few words
    + (without a line break) will now hard-wrap the line when needed.
  • +
  • Toggling Append or Prepend clears the current filename.
  • +
  • The word count as shown by M-D is now affected by option --wordbounds;
    + with it, nano counts words as 'wc' does; without it (the new default),
    + words are counted in a more human way: seeing punctuation as space.
  • +
  • The YAML syntax file is now actually included in the tarball.
  • +
+

+ + +2021 October 6 - GNU nano 5.9 "El manicomio ha decidido: mañana sol!" +
+
    +
  • The extension of a filename is added to the name of a corresponding
    + temporary file, so that spell checking a C file, for example, will check
    + only the comments and strings (when using 'aspell').
  • +
  • The process number is added to the name of an emergency save file,
    + so that when multiple nanos die they will not fight over a filename.
  • +
  • Undoing a cutting operation will restore an anchor that was located
    + in the cut area to its original line.
  • +
  • When using --locking, saving a new buffer will create a lock file.
  • +
  • Syntax highlighting for YAML files has been added.
  • +
+

+ +2021 June 15 - GNU nano 5.8 "Why is it necessary to be special?" +
+
    +
  • After a search, the spotlighting is dropped after 1.5 seconds (0.8
    + seconds with --quick) to avoid the idea that the text is selected.
  • +
  • A + and a space before a filename on the command line will put
    + the cursor at the end of the corresponding buffer.
  • +
  • Linter messages no longer include filename and line/column numbers.
  • +
  • Color name "grey" or "gray" can be used instead of "lightblack".
  • +
  • The color of the minibar can be chosen with 'set minicolor'.
  • +
+

+ +2021 April 29 - GNU nano 5.7 "Toți ceilalți arau câmpurile" +
+
    +
  • The output of --constantshow (without --minibar) is more stable.
  • +
  • When opening multiple buffers and there is an error message, this
    + message is shown again upon first switch to the relevant buffer.
  • +
  • The position and size of the indicator now follow actual lines,
    + instead of visual lines when in softwrap mode, meaning that the
    + size of the indicator can change when scrolling in softwrap mode.
  • +
+

+ +2021 March 3 - GNU nano 5.6.1 "Geelgors" +
+
    +
  • Search matches are properly colorized in softwrap mode too.
  • +
  • Option 'highlightcolor' has been renamed to 'spotlightcolor'.
  • +
+

+ +2021 February 24 - GNU nano 5.6 "Wielewaal" +
+
    +
  • A search match gets highlighted (in black on yellow by default),
    + in addition to placing the cursor at the start of the match.
    + The color combination can be changed with 'set highlightcolor'.
    + By default the cursor is hidden until the next keystroke, but
    + it can be forced on with --showcursor / 'set showcursor'.
  • +
  • Option --markmatch / 'set markmatch' has been removed.
  • +
  • Cursor position and character code are displayed in the minibar
    + only when option --constantshow / 'set constantshow' is used,
    + and their display can be toggled with M-C.
  • +
  • The state flags are displayed in the minibar only when option
    + --stateflags / 'set stateflags' is used.
  • +
+

+ +2021 January 14 - GNU nano 5.5 "Rebecca" +
+
    +
  • Option 'set minibar' makes nano suppress the title bar and instead
    + show a bar with basic editing information at the bottom: file name
    + (plus an asterisk when the buffer is modified), the cursor position
    + (line,column), the character under the cursor (U+xxxx), the flags
    + that --stateflags normally shows, plus the percentage of the buffer
    + that is above the cursor.
  • +
  • With 'set promptcolor' the color combination of the prompt bar can
    + be changed, to allow contrasting it with the mini bar (which always
    + has the same color as the title bar).
  • +
  • Option 'set markmatch' highlights the result of a successful search
    + by putting the mark at the end of the match, making the match more
    + visible. It also suppresses the cursor until the next keystroke.
    + (If you dislike the hiding of the cursor, use 'set showcursor'.)
  • +
  • The bindable toggle 'nowrap' has been renamed to 'breaklonglines',
    + to match the corresponding option, like for all other toggles.
  • +
  • Support for Slang has been removed.
  • +
+

+ +2020 December 2 - GNU nano 5.4 "Terre des hommes" +
+
    +
  • Moving the cursor now skips over combining characters (and
    + other zero-width characters). Deleting a character deletes
    + also any succeeding zero-width characters, but backspacing
    + deletes just one character at a time.
  • +
+

+ +2020 October 7 - GNU nano 5.3 "Revolution!" +
+
    +
  • Option 'set stateflags' makes nano show the state of auto-indenting,
    + the mark, hard-wrapping, macro recording, and soft-wrapping in the
    + title bar. The flags take the place of "Modified", and a modified
    + buffer is instead indicated by an asterisk (*) after its name.
  • +
  • Nano no longer by default tries using libmagic to determine the type
    + of a file (when neither filename nor first line gave a clue), because
    + in most cases it is a waste of time. It requires using the option
    + --magic or -! or 'set magic' to make nano try libmagic.
  • +
  • The color of the indicator can be changed with 'set scrollercolor'.
  • +
+

+ +2020 August 24 - GNU nano 5.2 "Ranrapalca" +
+
    +
  • Making certain replacements after a large paste does not crash.
  • +
  • Hitting a toggle at the Search prompt does not clear the answer.
  • +
  • Using --positionlog does not complain at the first start.
  • +
  • A macro containing a Search command will not sometimes fail.
  • +
+

+ 2020 August 12 - GNU nano 5.1 "Cantabria"
    @@ -152,7 +373,7 @@ It allows running a syntax-specific command on the contents of
    the buffer.
  • ^T will try to run 'hunspell' before 'spell', because it checks
    - spellling for the locale's language and understands UTF-8.
  • + spelling for the locale's language and understands UTF-8.
  • Multiple errors or warnings on startup will no longer slow nano
    down but will be indicated on the status bar with trailing dots.
@@ -183,6 +404,7 @@
  • The ability to read from and write to a FIFO has been regained.
  • +
  • Opening a file no longer triggers an inotify CLOSE_WRITE event.
  • Startup time is reduced by fully parsing a syntax only when needed.
  • Asking for help (^G) when using --operatingdir does not crash.
  • The reading of a huge or slow file can be stopped with ^C.
  • @@ -715,8 +937,4 @@ Bye! And thanks for all the grass!
-
- diff --git a/screenshots.php b/screenshots.php index 00e2cb7..f892f37 100644 --- a/screenshots.php +++ b/screenshots.php @@ -1,55 +1,50 @@ - + -GNU nano: Screenshots + - - - - -
- - - - -

Screenshots
-
+
-
    +
      + +
    • 5.x era
      + With --indicator and --nohelp and a highlighted search match:
      + screenshot of 5.7

      +
    • -
    • 4.x era
      +
    • 4.x era
      Modern version showing line numbers and selected text:
      screenshot of 4.2

      -
    • + -
    • 3.x era
      +
    • 3.x era
      Modern version showing its undo support:
      screenshot of 3.2

      -
    • + -
    • 2.x era
      +
    • 2.x era
      Modern version with a colorized interface:
      screenshot of 2.5.0

      -
    • + -
    • 1.x era
      +
    • 1.x era
      Showing support for syntax highlighting:
      screenshot

      Switching between multiple file buffers with Meta-< and Meta->:
      screenshot

      -
    • + -
    • before 1.0
      +
    • before 1.0
      Default (basic) nano setup:
      screenshot

      -
    • + -
    +
-
+
diff --git a/state.php b/state.php new file mode 100644 index 0000000..014da31 --- /dev/null +++ b/state.php @@ -0,0 +1,56 @@ + + +
+
Latest version in various distros
+
+
+ +
+ +
+Arch package +
+
+Debian Unstable package +
+
+Fedora Rawhide package +
+
+FreeBSD port +
+
+Gentoo package +
+
+GNU Guix package +
+
+Homebrew package +
+ +
+MacPorts package +
+
+Mageia Cauldron package +
+
+NetBSD port +
+
+OpenBSD port +
+
+openSUSE Tumbleweed package +
+
+Slackware current package +
+
+Termux package +
+ +
+ + diff --git a/style-dark.css b/style-dark.css deleted file mode 100644 index fe37b06..0000000 --- a/style-dark.css +++ /dev/null @@ -1,26 +0,0 @@ -/* - * The dark style when user prefers that in their browser/OS. - */ - -body { - color: #cc88ff; - background-color: #111; -} -.inverted { - color: white; - background-color: #9200ff; -} - -a { - color: #cc88ff; -} -a:visited { - color: #bb77ff; -} -a:active { - color: #FF0000; -} - -.inverted a { - color: white; -} diff --git a/style-light.css b/style-light.css deleted file mode 100644 index 3a93df5..0000000 --- a/style-light.css +++ /dev/null @@ -1,26 +0,0 @@ -/* - * The default (light) style. - */ - -body { - color: #440077; - background-color: white; -} -.inverted { - color: white; - background-color: #440077; -} - -a { - color: #440077; -} -a:visited { - color: #51188E; -} -a:active { - color: #FF0000; -} - -.inverted a { - color: white; -} diff --git a/style.css b/style.css new file mode 100644 index 0000000..cd59d15 --- /dev/null +++ b/style.css @@ -0,0 +1,135 @@ +@charset "utf-8"; + +/* Variables for light & dark modes. */ + +:root { + --nano-content-bg-color: #fff; + --nano-content-fg-color: #440077; + --nano-inverted-bg-color: #407; + --nano-inverted-fg-color: #fff; + --nano-a-color: #407; + --nano-a-visited-color: #51188E; + --nano-a-active-color: #F00; + --nano-a-inverted-color: #fff; +} + +@media (prefers-color-scheme: dark) { +:root { + --nano-content-bg-color: #111; + --nano-content-fg-color: #cc88ff; + --nano-inverted-bg-color: #9200ff; + --nano-inverted-fg-color: #fff; + --nano-a-color: #c8f; + --nano-a-visited-color: #b7f; + --nano-a-active-color: #F00; + --nano-a-inverted-color: #fff; +} +} + +body { + color: var(--nano-content-fg-color); + background-color: var(--nano-content-bg-color); +} +.inverted { + color: var(--nano-inverted-fg-color); + background-color: var(--nano-inverted-bg-color); +} + +a { + color: var(--nano-a-color); +} +a:visited { + color: var(--nano-a-visited-color); +} +a:active { + color: var(--nano-a-active-color); +} + +.inverted a { + color: var(--nano-a-inverted-color); +} + +* { + box-sizing: border-box; +} + +.onecolumn { + float: left; + width: 45%; + padding: 5%; +} + +table { + border-spacing: 0px; + border-collapse: separate; +} + +table#homepage { + padding-top: 3em; + padding-bottom: 3em; +} + +table#top td, +div#bottom .indented { + padding-left: 1ch; + padding-right: 1ch; +} + +table#docs, +table#download { + width: 80%; +} + +div#bottom { + display: flex; + flex-wrap: wrap; +} +div#bottom span.menuitem { + flex-basis: 25%; + flex-grow: 1; + flex-shrink: 0; + line-height: 1em; + white-space: nowrap; +} + +/* Mobile (i.e. phones) */ +@media only screen and (max-width: 768px) { +body { + margin: 0px; +} + +blockquote { + margin: 1em 0 1em 0; +} + +table#homepage { + font-size: x-small; +} + +table#top td, +div#bottom .indented { + padding-left: 0.5ch; + padding-right: 0.5ch; +} + +div#bottom span.menuitem { + font-size: large; + line-height: inherit; +} + +table#docs, +table#download { + width: 100%; +} + +#screenshots ul { + padding-left: 0; +} +} + +@media only screen and (max-width: 600px) { +div#bottom span.menuitem { + flex-basis: 50%; + line-height: 1.5em; +} +} diff --git a/top.php b/top.php index 87c4ff1..658d443 100644 --- a/top.php +++ b/top.php @@ -3,34 +3,30 @@ + + nano – <?= $title ?> + + + - - + - +
- +
- - - - - + + + + +
- Latest version: - -           - -The GNU nano homepage - -Modified: - -  -Latest version: +The GNU nano homepageModified: +
diff --git a/who.php b/who.php index 79738bc..5a07377 100644 --- a/who.php +++ b/who.php @@ -1,104 +1,68 @@ - + -GNU nano: Who's who - - - - - -
- -  - - - - -
+

Original Author
-
- +
Chris Allegretta
-  - - - - -
+

Current Maintainer
-
- +
Benno Schulenberg
-  - - - - -
+

Former Maintainers
-
- - +
+
David Lawrence Ramsey
Chris Allegretta
-  - - - - -
+

Early Co-Developers
-
- - +
+ - +
Jordi Mallach
David Benbennick
Rocco Corsi
Mike Frysinger
Adam Rogoyski
Rob Siemborski
-  - - - - -
+

Contributors of Code and Fixes
-
- - +
+ - + - + @@ -107,8 +71,6 @@
Ken Tyler Sven Guckes Bill Soudan Christian Weisgerber Kamil Dudka
Mark Majeres Joshua Jensen Ryan Krebs Big Gaute Albert Chin
Faissal Bensefia Mahyar Abbaspour Mike Scalora
-
+