Pinned Repositories
Ampersand
This repository contains the source code of the Ampersand compiler. For developing in VS-code, it contains a devcontainer. It contains a Dockerfile for generating a docker image. A commit on the main branch sets of the build street, which creates a new image in the ampersand repository in docker hub.
Ampersand-Language-Support
This repository contains support for the Ampersand syntax, which is used by VS-code. Inside VS-code, you can look for the Ampersand extension, install it, and enjoy.
ampersand-models
This repository contains a collection of Ampersand models (*.ADL) to provide examples for students and novice users. A number of these models have been working on previous versions of Ampersand. This is however no guarantee at all that they still work, for not all of the changes to ampersand are backwards compatible.
AmpersandTarski.github.io
This repository contains the code for our documentation site, which is based on Docusaurus. The documentation sources are on the repositories where they belong: Ampersand, RAP, and prototype. This site harvests documentation from these repos. Please find the landing and documentation page on https://ampersandtarski.github.io/
documentation
Read the documentation online:
project-template
This repository contains the boilerplate code for making your own prototype. Clone the repo and drop your Ampersand code and you're set to go.
prototype
This repository contains the framework to transform an Ampersand-script into a working prototype. Prototype framework that transforms your Ampersand model into a web application
prototype-frontend
Deprecated: Frontend framework for prototyping Ampersand applications; implemented in Angular
RAP
This repository contains RAP, a web-based tool that lets you analyze Ampersand models, generate functional specifications and make prototypes of information systems. It is the primary tool for students of the Open University of the Netherlands in the course Rule Based Design.
TheToolsWeUse
Documentation about the tools that we use to create Ampersand. This documentation is readable online at
Ampersand Tarski's Repositories
AmpersandTarski/Ampersand
This repository contains the source code of the Ampersand compiler. For developing in VS-code, it contains a devcontainer. It contains a Dockerfile for generating a docker image. A commit on the main branch sets of the build street, which creates a new image in the ampersand repository in docker hub.
AmpersandTarski/Ampersand-Language-Support
This repository contains support for the Ampersand syntax, which is used by VS-code. Inside VS-code, you can look for the Ampersand extension, install it, and enjoy.
AmpersandTarski/RAP
This repository contains RAP, a web-based tool that lets you analyze Ampersand models, generate functional specifications and make prototypes of information systems. It is the primary tool for students of the Open University of the Netherlands in the course Rule Based Design.
AmpersandTarski/ampersand-models
This repository contains a collection of Ampersand models (*.ADL) to provide examples for students and novice users. A number of these models have been working on previous versions of Ampersand. This is however no guarantee at all that they still work, for not all of the changes to ampersand are backwards compatible.
AmpersandTarski/project-template
This repository contains the boilerplate code for making your own prototype. Clone the repo and drop your Ampersand code and you're set to go.
AmpersandTarski/prototype-frontend
Deprecated: Frontend framework for prototyping Ampersand applications; implemented in Angular
AmpersandTarski/AmpersandTarski.github.io
This repository contains the code for our documentation site, which is based on Docusaurus. The documentation sources are on the repositories where they belong: Ampersand, RAP, and prototype. This site harvests documentation from these repos. Please find the landing and documentation page on https://ampersandtarski.github.io/
AmpersandTarski/documentation
Read the documentation online:
AmpersandTarski/prototype
This repository contains the framework to transform an Ampersand-script into a working prototype. Prototype framework that transforms your Ampersand model into a web application
AmpersandTarski/Publications
This repository contains LaTeX sources of the Ampersand publications. Its purpose is to do collaborative writing and to archive the sources publically so further work on these publications will be relatively easy.
AmpersandTarski/TheToolsWeUse
Documentation about the tools that we use to create Ampersand. This documentation is readable online at
AmpersandTarski/AmpersandCodespaceTemplate
A template project to be used to setup a codespace environment that is ready for ampersand development
AmpersandTarski/ACOrN
Archimate Checker by Ordina Nederland
AmpersandTarski/Project-administration
This repository contains a demo project for Ampersand, comprising an application for managing projects. Its purpose is to test the prototype framework.
AmpersandTarski/sentinel
Software for automated testing the Ampersand software. Today, most of our testing is done by means of Travis-ci. Before that we heavily used our own sentinel to warn about bugs. Today, Sentinel is only used for issues with known bugs. Things that are known to break, and we didn't find time to solve them.
AmpersandTarski/SIAM
This repository contains Ampersand-scripts to implement Session, Identity, and Access Management in your prototypes.
AmpersandTarski/webFiles
This repository contains files, which are served in our documentation, but without storing them in other repositories within https://github.com/AmpersandTarski.