Nomenclature

This commit is contained in:
Oleg Lavrovsky 2024-03-21 23:36:41 +01:00
parent 01893e6ab7
commit ff74a62d6a
No known key found for this signature in database
GPG Key ID: 31E523030632FF4B
7 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015-2023, Oleg Lavrovsky & dribdat contributors
Copyright (c) 2015-2024, Oleg Lavrovsky & Dribdat contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,4 +1,4 @@
dribdat Data Package
Dribdat Data Package
====================
This is an export of data about events, projects, participants and activities

View File

@ -2,9 +2,9 @@
[![codecov status](https://codecov.io/gh/dribdat/dribdat/branch/main/graph/badge.svg?token=Ccd1vTxRXg)](https://codecov.io/gh/dribdat/dribdat)
[![FOSSA status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Floleg%2Fdribdat.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Floleg%2Fdribdat?ref=badge_shield)
## Tools for time-limited, team-based, open-by-default collaboration
## Tooling for time-limited, team-based, open-by-default cooperation
`dribdat` is an open source web application that assists teams working playfully on projects with data. Designed to support [awesome hackathons](https://github.com/dribdat/awesome-hackathon) and promote [data expeditions](https://schoolofdata.ch), it is a 🇨🇭 Swiss Army Knife for Civic Tech: your events, guidelines, count-downs, challenge board, project log, progress tracker, integrating with prototyping tools, group chat, code repositories, open data APIs, and more!
`dribdat` is an open source web application that assists teams working playfully on projects with data. Designed to support [awesome hackathons](https://github.com/dribdat/awesome-hackathon) and promote [data expeditions](https://schoolofdata.ch), it is a 🇨🇭 Swiss Army Knife for civic techs: your events, guidelines, count-downs, challenge board, project log, progress tracker, integrating with prototyping tools, group chat, code repositories, open data APIs, and more!
![Dribdat Logo](dribdat/static/img/logo12_128x128.png)
@ -23,7 +23,7 @@ _If you use Dribdat, please add yourself to the [Tour de Hack](https://meta.drib
# Quickstart
The dribdat project can be deployed to any server capable of serving [Python](https://python.org) applications, and is set up for fast deployment using [Ansible or Docker](https://dribdat.cc/deploy). The first user that registers becomes an admin, so don't delay!
The Dribdat project can be deployed to any server capable of serving [Python](https://python.org) applications, and is set up for fast deployment using [Ansible or Docker](https://dribdat.cc/deploy). The first user that registers becomes an admin, so don't delay!
If you would like to run dribdat on any other cloud or local machine, there are additional instructions in the [Deployment guide](https://docs.dribdat.cc/deploy). Information on contributing and extending the code can be found in the [Contributors guide](https://docs.dribdat.cc/contribute), which includes API documentation, and other details.

View File

@ -16,7 +16,7 @@
<h1 style="font-weight:bold; font-family:monospace">
? help dribdat
</h1>
<small><tt>0.8.0</tt></small>
<small><tt>0.8.1</tt></small>
</div>
<div class="row">

View File

@ -2,7 +2,7 @@ display_information:
name: Dribdat
description: Co-creation, sprints & hackathons-in-a-box
background_color: "#278268"
long_description: dribdat is an open source web application that enables more diverse and impactful sprints, hackathons, and open collaboration. We use it to publish challenges, track and coach teams, document all the results in real time. Visit dribdat.cc for more information.
long_description: An open source web application that enables more diverse and impactful sprints, hackathons, and open collaboration. We use it to publish challenges, track and coach teams, document all the results in real time. Visit dribdat.cc for more information.
oauth_config:
scopes:
user:

View File

@ -1,7 +1,7 @@
{
"name": "dribdat",
"version": "0.8.0",
"description": "Open source hackathon platform",
"name": "Dribdat",
"version": "0.8.1",
"description": "Online platform for time-limited collaborative events",
"repository": "https://codeberg.org/dribdat/dribdat",
"author": "Oleg Lavrovsky <oleg@datalets.ch>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "dribdat"
version = "0.8.0"
name = "Dribdat"
version = "0.8.1"
description = "Online platform for time-limited collaborative events"
authors = ["Oleg Lavrovsky <dribdat@datalets.ch>"]