Giter Club home page Giter Club logo

rapps-db's Introduction

For more information about RAPPS, please take a look at the wiki

ADDING PROGRAMS TO THE RAPPS DATABASE

Each program entry consists of a text file formatted with an INI-like syntax.

They must be: Encoded in UTF-16 LE (Little Endian) or characters out of the ANSI range will display broken. Note: some editors like Notepad++ call this format UCS-2 Little Endian.

Each [Section] is language-independent and individual, you can override the URL to a source program or any other field by adding a language-specific [Section.], followed by the language code.

Note: You can find a complete listing of LCIDs and language names on MSDN, includes neutral codes:

RAPPS also accepts neutral language codes, meaning that you can do things like this:

 ; Default English fallback, used if everything else fails.
  [Section]
  Name = Name in English

  ; Neutral Spanish, used if the specific variant of Spanish does not match.
  [Section.0a]
  Name = Name in Generic Spanish

  ; Spanish from Spain, used if the system is configured for it.
  [Section.0c0a]
  Name = Name in Castilian Spanish

You can also define an entry without English fallback to make it visible to certain users only. For instance; software from 1C, which is mostly for Russian speakers and unusable for anyone else.

For a complete file format overview see the File Schema on the ReactOS wiki

The mandatory fields are: Name, Category and URLDownload All other fields are completely optional and can be skipped.

List of valid categories:

  1. Audio
  2. Video
  3. Graphics
  4. Games
  5. Internet
  6. Office
  7. Development
  8. Edutainment
  9. Engineering
  10. Finance
  11. Science
  12. Tools
  13. Drivers
  14. Libraries
  15. Themes
  16. Other

The official list of downloadable programs is kept on a public ReactOS server and synced every time RAPPS is launched for the first time.

rapps-db's People

Contributors

aminekhaldi avatar archeyr avatar bellenottelling avatar binarymaster avatar bragin avatar cernodile avatar chirsz-ever avatar colinfinck avatar dreimer1986 avatar elth0r0 avatar erickohl avatar geob99 avatar hbelusca avatar heisspiter avatar joachimhenze avatar julenuri avatar katahiromz avatar kernelbin avatar learn-more avatar mas4hmad avatar mkupfer1 avatar moceap avatar oleg-dubinskiy avatar pilot-pirx avatar qbancoffee avatar qiannangong avatar spetreolle avatar thfabba avatar xcallono avatar xmha97 avatar

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.