This is the relaunch of the new www.vim.org website. We have found a small team that will take on the beautiful task of rebuilding the website with current design and new concepts.
The new development should not take place behind closed doors, we want to make the new development public and transparent for you.
Soon there will be a test system where you can follow the current status successively.
Of course, we will involve you, the community, in the design by collecting ideas and feedback.
Prerequisites
- docker & docker-compose
- npm
Run the application locally with these make commands.
# start prebuilt containers
make start
# or start containers for local development
make dev
This will setup default configuration (including dummy secrets),
install npm dependencies and start the application using docker on port 3000
.
The following steps must be carried out:
- Copy contents of
.env.example
files onroot
,root/cms
androot/web
into.env
file - Install npm dependencies with
npm install
in theroot
,root/cms
androot/web
folder. - Startup:
docker compose up
For more information about the headless CMS used in this project, visit the official documentation: https://docs.strapi.io/
The link below leads to a publicly accessible Miro board that contains a first draft of the new website design: https://miro.com/app/board/uXjVKobQViM=/?share_link_id=158721849826
Add your requirements here:
- The website should continue important components
- User Accounts
- Vim Scripts community space (Filing, Versioning, Search, ...)
- Blog, Announcements
- Existing contents should be migrated
- We want to continue using MySQL 8 as the database system.
- We want the website to be fundamentally secure and avoid typical web application vulnerabilities (like SQL injection, XSS, ...) by design.
- The hashing of the user passwords is to be migrated to a hashing procedure that corresponds to the state of the art.
- The frontend/backend stack shall:
- should be maintainable and expandable in the future with reasonable effort
- be opensource based
- the components used should be vital
- shall be efficient with server resources
This is a unfinished and unstructed list of ideas:
- Tutorial section
- Vim tips revival
- The vim tricks
- My personal ".vimrc", with annotations about motivations
- Blog posts and annountements for the maintainers and artive editors
- Link resource section
- "How to contribute" section
- Vim distributions for the various platforms