Skip to content

Commit

Permalink
Re-added OpenID and added Trojita 0install feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanti Bouchez committed Nov 27, 2012
1 parent 54984de commit 7c5de19
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/default.template
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
<link rel="pavatar" href="http://mildred.fr/Images/IMG_5669_square_80.jpeg" />
<meta name="google-site-verification" content="gF0wqHzzrTjzNOh2j-plpWNNvqotWwMY3_1vDUJCQcI" />
<!-- VeriSign PIP -->
<link rel="openid2.local_id" href="http://mildred.pip.verisignlabs.com" />
<link rel="openid2.provider" href="http://pip.verisignlabs.com/server" />
<link rel="openid.delegate" href="http://mildred.pip.verisignlabs.com/" />
<link rel="openid.server" href="http://pip.verisignlabs.com/server" />
<meta http-equiv="X-XRDS-Location" content="http://pip.verisignlabs.com/user/mildred/yadisxrds" />
<!-- link rel="openid2.local_id" href="http://mildred.pip.verisignlabs.com" /-->
<!-- link rel="openid2.provider" href="http://pip.verisignlabs.com/server" /-->
<!-- link rel="openid.delegate" href="http://mildred.pip.verisignlabs.com/" /-->
<!-- link rel="openid.server" href="http://pip.verisignlabs.com/server" /-->
<!-- meta http-equiv="X-XRDS-Location" content="http://pip.verisignlabs.com/user/mildred/yadisxrds" /-->
<!-- MyOpenID -->
<!-- link rel="openid.server" href="http://www.myopenid.com/server" /-->
<!-- link rel="openid.delegate" href="http://mildred.myopenid.com/" /-->
<!-- link rel="openid2.local_id" href="http://mildred.myopenid.com" /-->
<!-- link rel="openid2.provider" href="http://www.myopenid.com/server" /-->
<!-- meta http-equiv="X-XRDS-Location" content="http://www.myopenid.com/xrds?username=mildred.myopenid.com" /-->
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://mildred.myopenid.com/" />
<link rel="openid2.local_id" href="http://mildred.myopenid.com" />
<link rel="openid2.provider" href="http://www.myopenid.com/server" />
<meta http-equiv="X-XRDS-Location" content="http://www.myopenid.com/xrds?username=mildred.myopenid.com" />
<!-- XMPP OpenID -->
<!--link rel="openid.server" href="http://openid.xmpp.za.net/server"-->
<!--link rel="openid.delegate" href="http://openid.xmpp.za.net/base64/bWlsZHJlZEBqYWJiZXIuZnI="-->
Expand Down
39 changes: 39 additions & 0 deletions static/2012/0install/Trojita.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" ?>
<interface uri="http://mildred.fr/2012/0install/Trojita.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile">
<name>Trojita</name>
<summary>Trojitá IMAP E-Mail user Agent</summary>
<description>
Trojita is a Qt IMAP e-mail client. Some highlights of Trojitá are:

- A pure Qt4 application with no additional dependencies

- Robust IMAP core implemented using Qt's Model-View framework

- Standards compliance is a design goal

- On-demand message list and body part loading

- Offline IMAP support (you can access data you already have; there's no
complete &quot;offline mail access&quot; yet, though)

- Support for bandwidth-saving mode aimed at mobile users with expensive
connection

- IMAP over SSH -- in addition to usual SSL/TLS connections, the server could be
accessed via SSH

- Safe dealing with HTML mail (actually more robust than Thunderbird's)</description>

<homepage>http://trojita.flaska.net/</homepage>

<category>Network</category>
<implementation arch="*-src" id="." version="0.3-post"
compile:command="qmake-qt4 -makefile &amp;&amp; $MAKE &amp;&amp; $MAKE INSTALL_ROOT=&quot;$DISTDIR&quot; install"
compile:dup-src="true"
compile:binary-main="usr/local/bin/trojita">
<requires interface="http://gfxmonk.net/dist/0install/qmake-qt4.xml"/>
<requires interface="http://repo.roscidus.com/devel/make">
<executable-in-var name="MAKE"/>
</requires>
</implementation>
</interface>

0 comments on commit 7c5de19

Please sign in to comment.