diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-06-12 20:28:22 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:30 +0200 |
| commit | ca36308936ade48c6ecd89711890712d0b0c5e58 (patch) | |
| tree | 5fdb6ec38ffbe0825cb94f8a24d21fc6fb2b69ca | |
| parent | 3b14fd98f1b155357aacd49691eef61c42095035 (diff) | |
| download | haunt-blog-ca36308936ade48c6ecd89711890712d0b0c5e58.tar.gz haunt-blog-ca36308936ade48c6ecd89711890712d0b0c5e58.tar.bz2 haunt-blog-ca36308936ade48c6ecd89711890712d0b0c5e58.zip | |
markdown: Add blog post about the first online Replicant meeting.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README | 10 | ||||
| -rw-r--r-- | markdown/2024_06_first_online_replicant_meeting.md | 77 |
3 files changed, 84 insertions, 5 deletions
@@ -151,7 +151,7 @@ generate-wordpress-articles: build $(GUIX_SHELL) $(GUIX_PYTHON_PACKAGES) \ -- \ python3 haunthtml2wordpress.py \ - ./site/replicant-status-and-report-of-the-37c3-and-fosdem-2024-conferences.html + ./site/first-online-replicant-meeting.html links.txt: $(WORDPRESS_PAGES) @echo -n '' > $@ @@ -34,9 +34,11 @@ Reimporting articles in WordPress ================================= If for some reasons you then need to import back some of the markdown -articles in WordPress, you use the 'make generate-wordpress-articles' -command, it will print out the article title and the HTML code that -you will need to copy-paste into WordPress. +articles in WordPress, after modifying the Makefile to add the html of +your article below the 'generate-wordpress-articles' part, you can use +the 'make generate-wordpress-articles' command. It will print out the +article title and the HTML code that you will need to copy-paste into +WordPress. By default, when creating an article in WordPress, you are presented with a visual editor that is intended for people to create articles @@ -60,4 +62,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see <https://www.gnu.org/licenses/>.
\ No newline at end of file +along with this program. If not, see <https://www.gnu.org/licenses/>. diff --git a/markdown/2024_06_first_online_replicant_meeting.md b/markdown/2024_06_first_online_replicant_meeting.md new file mode 100644 index 0000000..0e05b1c --- /dev/null +++ b/markdown/2024_06_first_online_replicant_meeting.md @@ -0,0 +1,77 @@ +authors: dllud, GNUtoo +tags: Replicant news, dllud, GNUtoo +date: 2024-06-12T21:00:00+00:00 +title: First online Replicant meeting. +licenses: CC-BY-3.0 OR CC-BY-4.0 +--- + +Date and place +============== + +In the last blog post ([Replicant status and report of the 37C3 and +FOSDEM 2024 +conferences](https://blog.replicant.us/2024/03/replicant-status-and-report-of-the-37c3-and-fosdem-2024-conferences/)) +we mentioned that one of the things to do in the short term would be +to: + +> Setup a Replicant meeting online at a fixed time, on IRC/Big blue +> button/Jitsi/Mumble. If new people come we would do a short +> introduction and people would present themselves (especially what they +> are interested in). + +So this meeting will take place the 18 June 2024 at 19:00 CEST +([Central European Summer +Time]https://en.wikipedia.org/wiki/Central_European_Summer_Time). + +You can run this command in a terminal to see at what time the meeting +starts in your time zone: + +> date --date='TZ="Europe/Paris" 19:00 Jun 18' + +It will take place on mumble on the +[mumble.replicant.us](https://mumble.replicant.us) self hosted Mumble +server. If for some reasons there are technical issues a backup mumble +server will be used instead. + +Mumble servers require a client: Mumble on GNU/Linux or +[Plumble](https://f-droid.org/en/packages/com.morlunk.mumbleclient/) +or [Mumla](https://f-droid.org/en/packages/se.lublin.mumla/) on +Android. + +And at least on GNU/Linux it requires a bit of time (about 10 minutes) +for the first setup as on the first run it guides users toward +configuring things to improve the audio quality. + +So if you could try to configure and test it first, it will means that +we'd have less people to help with configuration at the time of the +meeting. + +We will be available a bit before 19:00 both on mumble.replicant.us +and on the #replicant IRC channels to help people having issues with +their setups. + +Topics +====== + +At the time of writing, the current plan for the meeting is to discuss +the following: + +- Presentation of people (very short). +- To have a summary of the current work with (short, ~10min): + - the conversion from WordPress to a static website (GNUtoo) + - other tiny infrastructure work (GNUtoo) + - the work on building 100% free Android SDKs (Wizzard) + - The status of NLnet work (GNUtoo, dllud) + - The status of the steering committee (steering committee(GNUtoo, + Putti, Fil Bergamo?) and dllud), and adding dllud to Steering + Committee. +- Discussions / work about the call for the ("community") Manager. +- How/when to setup the next meeting +- Other discussions. + +Updates +======= + +Some last minutes details like the topics or server address could +change between now and the meeting, so make sure to re-check this blog +post before the meeting. |
