summaryrefslogtreecommitdiffhomepage
path: root/resources/pug
diff options
context:
space:
mode:
authorCamil Staps2019-02-04 11:16:43 +0100
committerCamil Staps2019-02-04 11:16:43 +0100
commit78aa7cc20d1b6af2438ea6f3b1add93f3e6fbb30 (patch)
treeefd61cd20aa463dd249b255c2b06f5111796ed0e /resources/pug
parentRemove homework heading from clean.html (diff)
Reorder clean.html: distributions, plugins, tools; remove SVN clean-ide (now on gitlab)
Diffstat (limited to 'resources/pug')
-rw-r--r--resources/pug/finals/clean.pug28
1 files changed, 13 insertions, 15 deletions
diff --git a/resources/pug/finals/clean.pug b/resources/pug/finals/clean.pug
index 407e758..f4165b2 100644
--- a/resources/pug/finals/clean.pug
+++ b/resources/pug/finals/clean.pug
@@ -26,18 +26,18 @@ block content
mixin svnItem(repo, desc)
+item('https://svn.cs.ru.nl/repos/' + repo, repo, desc)&attributes(attributes)
- h2(id="tools") #[a(href="#tools") #] Tools & auxiliaries
+ h2(id="distributions") #[a(href="#distributions") #] Distributions
ul
- +item('https://cloogle.org', 'Cloogle', 'search engine')
- +gitlabItem('cloogle', 'cloogle-tags', 'tagfile generator')
- +gitlabItem('cstaps', 'iClean', 'interactive shell')
- +gitlabItem('cstaps', 'iclm', 'clm with automatic error handling')
- +item('https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet', 'cstaps/clean-rts-cheat-sheet', 'cheat sheets for the run-time system')
+ +item('https://ftp.cs.ru.nl/Clean/Clean30/', 'ftp.cs.ru.nl/Clean/Clean30', 'the official Clean 3.0 distribution')
+ +item('https://ftp.cs.ru.nl/Clean/Clean24/', 'ftp.cs.ru.nl/Clean/Clean24', 'the official Clean 2.4 distribution')
+ +item('https://ftp.cs.ru.nl/Clean/builds/', 'ftp.cs.ru.nl/Clean/builds/', 'official nightlies')
+ +item('https://files.martlubbers.net/clean/', 'files.martlubbers.net/clean', 'nightlies with memory')
+ +item('https://hub.docker.com/r/camilstaps/clean', 'camilstaps/clean', 'Docker images')
h2(id="plugins") #[a(href="#plugins") #] Syntax highlighting, editor plugins, etc.
ul
- +gitlabItem('cstaps', 'vim-clean', 'Vim syntax highlighting and extra functions')
+gitlabItem('cloogle', 'clean-highlighter', 'standalone JavaScript highlighter')
+ +gitlabItem('cstaps', 'vim-clean', 'Vim syntax highlighting and extra functions')
+githubItem('hayeb', 'SublimeCloogle', 'Sublime Text 3 Cloogle frontend')
+githubItem('isagalaev', 'highlight.js', 'generic JavaScript highlighter with rudimentary Clean support')
+githubItem('matheusamazonas', 'sublime3_clean', 'Sublime Text 3 syntax highlighting')
@@ -45,14 +45,13 @@ block content
+githubItem('timjs', 'atom-language-clean', 'Atom highlighting support')
+githubItem('W95Psp', 'CleanForVSCode', 'an extension for VSCode')
- h2(id="distributions") #[a(href="#distributions") #] Distributions
+ h2(id="tools") #[a(href="#tools") #] Tools & auxiliaries
ul
- +item('https://ftp.cs.ru.nl/Clean/builds/', 'ftp.cs.ru.nl/Clean/builds/', 'official nightlies')
- +item('https://hub.docker.com/r/camilstaps/clean', 'camilstaps/clean', 'Docker images')
- +item('https://files.martlubbers.net/clean/', 'files.martlubbers.net/clean', 'nightlies with memory')
- +item('https://ftp.cs.ru.nl/Clean/Clean24/', 'ftp.cs.ru.nl/Clean/Clean24', 'the official Clean 2.4 distribution')
- +item('https://ftp.cs.ru.nl/Clean/Clean30/', 'ftp.cs.ru.nl/Clean/Clean30', 'the official Clean 3.0 distribution')
- +item('https://ftp.cs.ru.nl/Clean/nightly/', 'ftp.cs.ru.nl/Clean/nightly', 'some older iTasks distributions')
+ +item('https://cloogle.org', 'Cloogle', 'search engine')
+ +gitlabItem('cloogle', 'cloogle-tags', 'tagfile generator')
+ +gitlabItem('cstaps', 'iClean', 'interactive shell')
+ +gitlabItem('cstaps', 'iclm', 'clm with automatic error handling')
+ +item('https://gitlab.science.ru.nl/cstaps/clean-rts-cheat-sheet', 'cstaps/clean-rts-cheat-sheet', 'cheat sheets for the run-time system')
h2(id="official-repos") #[a(href="#official-repos") #] Official repositories
p These repositories can be browsed at #[a(href="https://svn.camilstaps.nl") svn.camilstaps.nl].
@@ -60,7 +59,6 @@ block content
+item('https://gitlab.science.ru.nl/clean-and-itasks', 'clean-and-itasks', 'Radboud gitlab group with libraries')
+item('https://gitlab.science.ru.nl/clean-compiler-and-rts', 'clean-compiler-and-rts', 'Radboud gitlab group with the compiler, code generator, and other core tools')
+svnItem('clean-dynamic-system', 'the dynamics linker and other related tools and libraries')
- +svnItem('clean-ide', 'the IDE, cpm')
+svnItem('clean-libraries', 'StdEnv, StdLib, Generics, TCPIP, ArgEnv, Directory, ObjectIO, Hilde, and many others')
+svnItem('clean-tools', 'clm, elf_linker, htoclean')