Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

Remove July 2018 from master

This commit is contained in:
Bauke 2018-07-25 13:25:15 +02:00
parent c4c13cf678
commit 137bcd6269
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 0 additions and 171 deletions

View File

@ -14,8 +14,6 @@ html(lang="en")
section(id="posts")
h1 Posts
article(class="post")
h2: a(href="posts/july-2018.html") July 2018
article(class="post")
h2: a(href="posts/june-2018.html") June 2018
article(class="post")

View File

@ -1,169 +0,0 @@
<!DOCTYPE html>
html(lang="en")
head
meta(name="viewport", content="width=device-width, initial-scale=1.0")
title July 2018
link(rel="stylesheet", href="../css/common.css")
link(rel="stylesheet", href="../css/post.css")
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
body
div(id="wrapper")
h1 July 2018
section(id="post")
article(id="toc")
h2 Table Of Contents
ul
li: a(href="#about") About
li: a(href="#feedback") Feedback
li
a(href="#highlights") Highlights
ul
li: a(href="#open-source") Open Source
li: a(href="#statistics") Statistics
li: a(href="#daily-discussions") Daily Discussions
li
a(href="#issue-table") Issue Table
ul
li: a(href="#opened") Opened
li: a(href="#closed") Closed
article(id="about")
h2 About
p The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made. Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and closed in that month, along with some interesting statistics so you can get a look into the development process and a quick grasp of anything you may have missed.
article(id="feedback")
h2 Feedback
p If anything is incorrect or you have anything that you'd like to see changed or added please
|
|
a(href="https://gitlab.com/Bauke/tildes-issue-log/issues") open an issue
| ,
|
a(href="https://tildes.net/user/Bauke/new_message") PM me
|
| or comment on the posted topic on Tildes.
p If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like Tildes, this will remain entirely open-source.
article(id="highlights")
h2 Highlights
//- User written highlights of what happened with development and any notable changes, if applicable.
h3(id="open-source") Open Source
p Arguably the most notable highlight of July was the open-sourcing of the code. You can now find the source code in
|
|
a(href="https://gitlab.com/tildes/tildes") the GitLab repository
|
| and contribute, keep up with the development or create your own version of Tildes entirely. The project is licensed under the
|
a(href="https://gitlab.com/tildes/tildes/blob/master/LICENSE.md") GNU AGPLv3
|
| license, you can find a good summary on
|
a(href="https://choosealicense.com/licenses/agpl-3.0/") GitHub's choosealicense.com
p If you're interested in contributing or just messing around, 2 new documentation pages were added for developing, namely:
|
|
a(href="https://docs.tildes.net/development-setup") Development Setup
|
| and
|
a(href="https://docs.tildes.net/development") Development
| .
| These will get you up and running in no time, although the Vagrant setup process takes quite a few minutes.
//- TODO: add blog post about the open-sourcing when it gets posted.
p Read more about it
|
|
a(href="https://tildes.net/~tildes.official/3i4") here
| .
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-08-19
article(id="statistics")
h2 Statistics
//- Any statistics that would be fun/interesting to read about, more info: issue #1
//- These are automatically generated, see the README.
article(id="daily-discussions")
h2 Daily Discussions
table
thead
tr
td Date
td Title
td URL
tbody
tr
td 2018-07-03
td How can we help people "acclimate" in a friendlier way?
td: a(href="https://tildes.net/~tildes.official/31s") Click
tr
td 2018-07-04
td How do we make groups feel more like "separate spaces"?
td: a(href="https://tildes.net/~tildes.official/32z") Click
tr
td 2018-07-05
td Proposals for "trial groups", round 1.
td: a(href="https://tildes.net/~tildes.official/342") Click
tr
td 2018-07-06
td General questions/feedback.
td: a(href="https://tildes.net/~tildes.official/351") Click
tr
td 2018-07-09
td More filtering options?
td: a(href="https://tildes.net/~tildes.official/37t") Click
tr
td 2018-07-10
td Figuring out some early details of the group hierarchy.
td: a(href="https://tildes.net/~tildes.official/398") Click
tr
td 2018-07-12
td Please help find omissions from the issue tracker.
td: a(href="https://tildes.net/~tildes.official/3b4") Click
tr
td 2018-07-13
td Thoughts about the site's activity level.
td: a(href="https://tildes.net/~tildes.official/3c7") Click
tr
td 2018-07-16
td How can we maintain quality without drifting too far into "gatekeeping"?
td: a(href="https://tildes.net/~tildes.official/3gj") Click
tr
td 2018-07-17
td Approaches to self-promotion.
td: a(href="https://tildes.net/~tildes.official/3i5") Click
article(id="issue-table")
h2 Issue Table
//- These are automatically generated, see the README.
footer(id="footer")
h3: a(href="../index.html") Home
h3: a(href="#") To Top
h3: a(href="https://tildes.net") Tildes
h3 Built with
|
|
a(href="https://pugjs.org") Pug
|
| and
|
a(href="https://sass-lang.com/") Sass
h3 Colors from
|
|
a(href="https://draculatheme.com") Dracula
h3 View the
|
|
a(href="https://gitlab.com/Bauke/tildes-issue-log") source