Git Product home page Git Product logo

vim-like-pile's Introduction

Sources of Big Pile of Vim-like

The site is a list of Vim-like applications and Vim-emulation plugins. And this repository contains a bit of PHP code and a dumb database in JSON format behind the site.

Contributing

If you wish to add a new item, edit data.json file. Prefer placing new items next to other items from the same category. Also please provide justification for something being Vim-like (e.g., with a link to documentation), so it's easier to check.

Format

Each item is described by a dictionary like this:

{
    "name": "<< human-readable name >>",
    "id": "<< unique id for URL >>",
    "descr": "<< description >>",
    "url": "<< home page >>",
    "license": "<< license >>",
    "languages": [ "<< main language >>", "<< secondary language >>" ],
    "category": "<< e.g., 'Text Browsers' >>",
    "type": "<< apps / plugs / confs >>",
    "comments": [ "<< things like URL to a tutorial for making Vim-like >>" ],
    "ui": "<< terminal / graphics toolkit >>",
    "added": << UNIX timestamp of addition >>,
    "updated": << UNIX timestamp of a noticeable change >>,
    "state": {
        "name": "<< inactive / discontinued >>",
        "since": << UNIX timestamp of last observed maintenance activity >>,
        "comment": "<< things like reason for discontinuing the project >>"
    }
}

Markdown is expanded in the values of descr, comments and state.comment. Mention id of another item in brackets to link to it.

"GPL" license means GPL of any version and "BSD-like" means any kind of BSD/MIT/X Consortium license. Might be worth fixing in the future.

Configuration

Can create config.php in the root with something like:

<?php
$webRoot = '/vim';
?>

License

On code: Apache 2.0

On data: CC BY-SA 4.0

vim-like-pile's People

Contributors

adigitoleo avatar erikw avatar xaizek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

erikw

vim-like-pile's Issues

Engage visitors to become contributors

Now that this is on GitHub, we should encourage visitors of
https://vim.reversed.top/
to engage and become contributors as well!

I can imagine:

  1. Add link to the repo on the about page
  2. Add a "Fork me on GitHub" banner, that projects do to signal that they are welcome to contribute to what they see.

For 2., I looked at a few options

and think the last one would be easiest to integrate!

(I tried the last one but I was not having the right PHP version on my system, so I could not view the result)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.