<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uganda Archives - Africa Tech Summit</title>
	<atom:link href="https://www.africatechsummit.com/country/uganda/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.africatechsummit.com/country/uganda/</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 05:44:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.5</generator>

<image>
	<url>https://www.africatechsummit.com/wp-content/uploads/2025/12/favicon.ico</url>
	<title>Uganda Archives - Africa Tech Summit</title>
	<link>https://www.africatechsummit.com/country/uganda/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Noa&#8217;s Herd</title>
		<link>https://www.africatechsummit.com/dealbook/noas-herd/</link>
		
		<dc:creator><![CDATA[Lauren Adair]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 05:44:51 +0000</pubDate>
				<guid isPermaLink="false">https://www.africatechsummit.com/?post_type=dealbook&#038;p=4405</guid>

					<description><![CDATA[<p>You are unauthorized to view this page. Username Password * Remember Me &#160; &#160; Forgot Password</p>
<p>The post <a href="https://www.africatechsummit.com/dealbook/noas-herd/">Noa&#8217;s Herd</a> appeared first on <a href="https://www.africatechsummit.com">Africa Tech Summit</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="mp_wrapper">
  <div class="mepr-unauthorized-message">
    <p>You are unauthorized to view this page.</p>
  </div>
  <div class="mepr-login-form-wrap">
            
<div class="mp_wrapper mp_login_form">
                  <!-- mp-login-form-start -->     <form name="mepr_loginform" id="mepr_loginform" class="mepr-form" action="https://www.africatechsummit.com/login/" method="post">
            <div class="mp-form-row mepr_username">
        <div class="mp-form-label">
                              <label for="user_login">Username</label>
        </div>
        <input type="text" name="log" id="user_login" value="" />
      </div>
      <div class="mp-form-row mepr_password">
        <div class="mp-form-label">
          <label for="user_pass">Password</label>
          <div class="mp-hide-pw">
            <input type="password" name="pwd" id="user_pass" value="" />
            <button type="button" class="button mp-hide-pw hide-if-no-js" data-toggle="0" aria-label="Show password">
              <span class="dashicons dashicons-visibility" aria-hidden="true"></span>
            </button>
          </div>
        </div>
      </div>
      
<div class="mp-form-row mepr_math_captcha">
    <div class="mp-form-label">
        <label for="mepr_math_quiz">
            <span id="mepr_math_captcha-6aade45a7fe13"></span> <span class="mepr-required" aria-hidden="true">*</span>
        </label>
    </div>

    <input type="text" name="mepr_math_quiz" id="mepr_math_quiz" value="" class="mepr-form-input" />
    <input type="hidden" name="mepr_math_data" value="+bEupWFdtO2qCb7C/p1AcJB49ZyZoF4SzqHamCpSGcQ=" />

    <script>
    function mepr_base64_decode(encodedData) {
        var decodeUTF8string = function(str) {
            // Going backwards: from bytestream, to percent-encoding, to original string.
            return decodeURIComponent(str.split('').map(
                function(c) {
                    return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)
                })
                .join('')
            )
        }

        if (typeof window !== 'undefined') {
            if (typeof window.atob !== 'undefined') {
                return decodeUTF8string(window.atob(encodedData))
            }
        } else {
            return new Buffer(encodedData, 'base64').toString('utf-8')
        }

        var b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='
        var o1
        var o2
        var o3
        var h1
        var h2
        var h3
        var h4
        var bits
        var i = 0
        var ac = 0
        var dec = ''
        var tmpArr = []

        if (!encodedData) {
            return encodedData
        }

        encodedData += ''
        do {
            // unpack four hexets into three octets using index points in b64
            h1 = b64.indexOf(encodedData.charAt(i++))
            h2 = b64.indexOf(encodedData.charAt(i++))
            h3 = b64.indexOf(encodedData.charAt(i++))
            h4 = b64.indexOf(encodedData.charAt(i++))
            bits = h1 << 18 | h2 << 12 | h3 << 6 | h4
            o1 = bits >> 16 & 0xff
            o2 = bits >> 8 & 0xff
            o3 = bits & 0xff

            if (h3 === 64) {
                tmpArr[ac++] = String.fromCharCode(o1)
            } else if (h4 === 64) {
                tmpArr[ac++] = String.fromCharCode(o1, o2)
            } else {
                tmpArr[ac++] = String.fromCharCode(o1, o2, o3)
            }
        } while (i < encodedData.length)

        dec = tmpArr.join('')
        return decodeUTF8string(dec.replace(/\0+$/, ''))
    }

    jQuery(document).ready(function() {
        var el = document.getElementById("mepr_math_captcha-6aade45a7fe13")
        el.innerHTML = mepr_base64_decode("NiArIDUgZXF1YWxzPw==");
    });
    </script>
</div>
      <div>
        <label><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me</label>
      </div>
      <div class="mp-spacer">&nbsp;</div>
      <div class="submit">
        <input type="submit" name="wp-submit" id="wp-submit" class="button-primary mepr-share-button " value="Log In" />
        <input type="hidden" name="redirect_to" value="/country/uganda/feed/" />
        <input type="hidden" name="mepr_process_login_form" value="true" />
        <input type="hidden" name="mepr_is_login_page" value="false" />
      </div>
    </form>
    <div class="mp-spacer">&nbsp;</div>
    <div class="mepr-login-actions">
        <a
          href="https://www.africatechsummit.com/login/?action=forgot_password"
          title="Click here to reset your password"
        >
          Forgot Password        </a>
    </div>

      
    <!-- mp-login-form-end --> 
  </div>
      </div>
</div>
<p>The post <a href="https://www.africatechsummit.com/dealbook/noas-herd/">Noa&#8217;s Herd</a> appeared first on <a href="https://www.africatechsummit.com">Africa Tech Summit</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Enza Capital</title>
		<link>https://www.africatechsummit.com/marketplace/enza-capital/</link>
		
		<dc:creator><![CDATA[Isabel]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 05:32:25 +0000</pubDate>
				<guid isPermaLink="false">https://africatechsummit.com/?post_type=marketplace&#038;p=3677</guid>

					<description><![CDATA[<p>You are unauthorized to view this page.</p>
<p>The post <a href="https://www.africatechsummit.com/marketplace/enza-capital/">Enza Capital</a> appeared first on <a href="https://www.africatechsummit.com">Africa Tech Summit</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="mp_wrapper">
  <div class="mepr-unauthorized-message">
    <p>You are unauthorized to view this page.</p>
  </div>
  <div class="mepr-login-form-wrap">
      </div>
</div>
<p>The post <a href="https://www.africatechsummit.com/marketplace/enza-capital/">Enza Capital</a> appeared first on <a href="https://www.africatechsummit.com">Africa Tech Summit</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>4G Capital</title>
		<link>https://www.africatechsummit.com/marketplace/4g-capital/</link>
		
		<dc:creator><![CDATA[Isabel]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 04:39:48 +0000</pubDate>
				<guid isPermaLink="false">https://africatechsummit.com/?post_type=marketplace&#038;p=3690</guid>

					<description><![CDATA[<p>You are unauthorized to view this page.</p>
<p>The post <a href="https://www.africatechsummit.com/marketplace/4g-capital/">4G Capital</a> appeared first on <a href="https://www.africatechsummit.com">Africa Tech Summit</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="mp_wrapper">
  <div class="mepr-unauthorized-message">
    <p>You are unauthorized to view this page.</p>
  </div>
  <div class="mepr-login-form-wrap">
      </div>
</div>
<p>The post <a href="https://www.africatechsummit.com/marketplace/4g-capital/">4G Capital</a> appeared first on <a href="https://www.africatechsummit.com">Africa Tech Summit</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
