diff options
author | David Robillard <d@drobilla.net> | 2022-07-05 18:37:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-13 15:12:18 -0400 |
commit | 7509433893e115b3df6b81897f56697b7bf7c624 (patch) | |
tree | 129dd13be7fbaf61c3ac9a7282a54297063540ca /content/pages | |
parent | 8aaad29f2139691d17e87e8608b228cbfb35f6a7 (diff) | |
download | lv2site-7509433893e115b3df6b81897f56697b7bf7c624.tar.xz |
Clean up front page
Diffstat (limited to 'content/pages')
-rw-r--r-- | content/pages/index.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/content/pages/index.md b/content/pages/index.md index 3d3c981..3a4b225 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -16,19 +16,17 @@ Extensions support more powerful features, such as: * Non-realtime tasks (like file loading) with sample-accurate export * Semantic control with meaningful control designations and value units -The LV2 specification itself as well as the accompanying libraries are permissively licensed free software, with support for all major platforms. +Developing +---------- -<a class="biglink" href="http://lv2plug.in/spec/lv2-1.18.4.tar.bz2">Download LV2 1.18.4</a> -<a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.4.tar.bz2.asc">✓</a> - -Learn ------ +The LV2 specification itself and accompanying code is permissively licensed free software, with support for all major platforms. +* <a class="biglink" href="http://lv2plug.in/spec/lv2-1.18.4.tar.bz2">Download LV2 1.18.4</a><a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.4.tar.bz2.asc">✓</a> * [Why LV2?](pages/why-lv2.html) * [Developing with LV2](pages/developing.html) -Discover --------- +Community +--------- * [Projects using LV2](pages/projects.html) * [Mailing list](http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in) |