<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://opensource.glasgow.social/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://opensource.glasgow.social/feed.php">
        <title>Open Source Glasgow guides</title>
        <description></description>
        <link>https://opensource.glasgow.social/</link>
        <image rdf:resource="https://opensource.glasgow.social/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-01T23:32:24+0100</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://opensource.glasgow.social/guides/matrix?rev=1716887976&amp;do=diff"/>
                <rdf:li rdf:resource="https://opensource.glasgow.social/guides/matrix_admin_tools?rev=1716898639&amp;do=diff"/>
                <rdf:li rdf:resource="https://opensource.glasgow.social/guides/matrix_on_the_command_line?rev=1593113267&amp;do=diff"/>
                <rdf:li rdf:resource="https://opensource.glasgow.social/guides/webserver?rev=1570192741&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://opensource.glasgow.social/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Open Source Glasgow</title>
        <link>https://opensource.glasgow.social/</link>
        <url>https://opensource.glasgow.social/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://opensource.glasgow.social/guides/matrix?rev=1716887976&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-28T10:19:36+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>guides:matrix</title>
        <link>https://opensource.glasgow.social/guides/matrix?rev=1716887976&amp;do=diff</link>
        <description>Matrix On The Command Line

	*  See also Matrix Admin Tools

Documentation

	*  &lt;https://matrix.org/docs/api/client-server/#/&gt;
	*  &lt;https://matrix.org/docs/spec/&gt;

Getting your access token

	*  Using Riot (that's whats running on &lt;https://matrix.glasgow.social&gt;) - Click on your profile name at the top left corner and select Settings
	*  Click Help &amp; About from the list then scroll down to the 'Advanced' section.</description>
    </item>
    <item rdf:about="https://opensource.glasgow.social/guides/matrix_admin_tools?rev=1716898639&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-28T13:17:19+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>guides:matrix_admin_tools</title>
        <link>https://opensource.glasgow.social/guides/matrix_admin_tools?rev=1716898639&amp;do=diff</link>
        <description>Matrix Admin Tools

See Matrix on the command line for instructions on how to get your API key.

Removing rooms from room directory

work in progress


#!/bin/bash
# Usage example:
# ./matrix_admin_remove_room.sh !longroomID:glasgow.social
msgtype=m.text
homeserver=glasgow.social
access_token=put_your_user_access_token_here
room_id=$1
     
curl -XPUT -d &quot;$( jq -Rsc --arg msgtype &quot;$msgtype&quot; '{$msgtype, body:.}')&quot; &quot;https://$homeserver/_matrix/client/r0/rooms/$room/send/m.room.message?access_token…</description>
    </item>
    <item rdf:about="https://opensource.glasgow.social/guides/matrix_on_the_command_line?rev=1593113267&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-25T20:27:47+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>guides:matrix_on_the_command_line</title>
        <link>https://opensource.glasgow.social/guides/matrix_on_the_command_line?rev=1593113267&amp;do=diff</link>
        <description>Matrix On The Command Line

Documentation

	*  &lt;https://matrix.org/docs/api/client-server/#/&gt;
	*  &lt;https://matrix.org/docs/spec/&gt;

Getting your access token

	*  Using Riot (that's whats running on &lt;https://matrix.glasgow.social&gt;) - Click on your profile name at the top left corner and select Settings
	*  Click Help &amp; About from the list then scroll down to the 'Advanced' section.</description>
    </item>
    <item rdf:about="https://opensource.glasgow.social/guides/webserver?rev=1570192741&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-04T13:39:01+0100</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>guides:webserver</title>
        <link>https://opensource.glasgow.social/guides/webserver?rev=1570192741&amp;do=diff</link>
        <description>Guides: Webserver

Following these steps will help you set up a new Ubuntu web server (apache2) and database (MySQL) on an Amazon EC2 virtual machine.

	*  1) Webserver Part 1: Setting up an Amazon EC2 instance (how to use AWS to create an EC2 instance)
	*  2) Webserver Part 2: Setting up - How to set up your webserver and database as well as PHP and Adminer</description>
    </item>
</rdf:RDF>
