diff --git a/content/posts/contributor-sites.md b/content/posts/contributor-sites.md new file mode 100644 index 0000000..ac53484 --- /dev/null +++ b/content/posts/contributor-sites.md @@ -0,0 +1,49 @@ +--- +title: 'Introducing Notes, Files, Schedule, Vault, and Polls!' +date: 2024-02-28T09:48:24-05:00 +author: "Ategon" +categories: + - Notes + - Files + - Schedule + - Vault + - Polls +tags: + - Release +--- + +We have a bunch more supporting sites for the instances that have been set up. All of these are contributor sites which means accounts on them are available to programming.dev contributors, donators, and admins. + +## Vault + +Vault is a password manager running vaultwarden. It will be used to pass along login details when setting up accounts for users on the various contributor sites since registration isnt opened. The link for it is https://vault.programming.dev. + +## Files + +Files is a site for file hosting and url shortening for then linking in places such as programming.dev. As an example heres a markdown file I added in https://files.programming.dev/u/9jsOS3.md and heres a link that redirects to an image http://files.programming.dev/go/meme. + +Files can be given compression, a time it expires in, a maximum amount of views, and a password if you want to limit who can access it. The software used is Zipline. + +![](/zipline.png) + +The site for files is at https://files.programming.dev + +## Schedule + +Schedule is a meeting poll site to find out what time people want to meet. This will be primarily used and have a poll link posted when we are scheduling events. The software used is rallly. + +![](/rallly.png) + +The site is at https://schedule.programming.dev and ive got an example poll at https://schedule.programming.dev/invite/Zwr8x2wrQBGA. + +## Notes + +Notes is a note taking site for making notes for yourself. The software used is memos and its at notes.programming.dev. + +![](/memos.png) + +## Polls + +Polls is a poll site for getting information. Will be used when we want to poll the community about something or do something like a year end survey on stats for people using different languages, etc. Software used is input. + +![](/polls.png) \ No newline at end of file diff --git a/static/memos.png b/static/memos.png new file mode 100644 index 0000000..ed870b6 Binary files /dev/null and b/static/memos.png differ diff --git a/static/polls.png b/static/polls.png new file mode 100644 index 0000000..a91b478 Binary files /dev/null and b/static/polls.png differ diff --git a/static/rallly.png b/static/rallly.png new file mode 100644 index 0000000..30a30c8 Binary files /dev/null and b/static/rallly.png differ diff --git a/static/zipline.png b/static/zipline.png new file mode 100644 index 0000000..f2cad7b Binary files /dev/null and b/static/zipline.png differ