From d4dc8a9e491063144a8f4f845f5d05140ce19ed6 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 20:19:13 -0400 Subject: updating documentation about the archive, including other developer signatures on the archive signing key. --- website/archive-key.mdwn | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'website/archive-key.mdwn') diff --git a/website/archive-key.mdwn b/website/archive-key.mdwn index 898c7e5..ea44457 100644 --- a/website/archive-key.mdwn +++ b/website/archive-key.mdwn @@ -70,8 +70,21 @@ ly087Guvw8G8TdQcubteFYQDIxIc2atZkjEn3oCjtZgk8mdDlCjLQYgHV1/o+eWd S31RCBx16I7tJya0fwJJRC7qZWf7hrPdi7eqcecqyr26X5upV+Irjv5qYu/6HAGb 59W6n+8KTfMxEMaBQI6qZXxhaBr3HzEaSrz7jtkl+xxym2TGkbarXcm7e7MP66Hu GD5UCC3svhAAxKXf4K/8v7WhwBpekF9mXtgpq72Du2JG9q+OAWhxzZXbZku+RY7T -a83wKc1TaPvzK2WZlhNGjcCYSUXcfQOSn5noVTUukW3DNEKP5BmwkvVd -=Xex0 +a83wKc1TaPvzK2WZlhNGjcCYSUXcfQOSn5noVTUukW3DNEKP5BmwkvVdiEYEEBEC +AAYFAki9wXQACgkQ9n4qXRzy1ioXYwCgmzCV+o+Ai0gNx0pt9shofcjfJoAAoInV +mhn36lBeDh/E6cigrUlkdDGWiQIcBBABAgAGBQJIvdcSAAoJEO00zqvie6q8sB4Q +AKDLTKqtiONf4FkMCZFcMxQyiALcy76zTW9L2oK90zKRhKSt5RPnVmDVyiinBcRJ +h0lEkpxoqSrs+0XvASWC3RzWLEbW6XXsuHO1RXFsC3FNbe0HkHenirenFkitPMDX +Q5gHmCJ6yiq2ssuzXAG9vZ4HjkUINBgkeMASiTRC7o0we7jFSRzOTCs4WWdsavrx +7bhCadeC35ISldTSo6nOP3laPctPcLD83cJszzQyHr/LjF6KYr6n85NAwIt/oxHh +EUxmezx+lMwWHdr9TQzXzU8cxLSBZ+c+PuZ/NuHz9fOv87eaFDNEqKli9zhzh4eA +EMeiWKQXHYlmEUUWnZoea46jdjBrvHphogqlCjzMDHtg/pWOsYrGeXjjZ352SGN4 +vyinkdxwUppGQATz55WyiWIzCY1Kt7lqaQHfAM1NgVdoCQ0stlulIO4LVepHRiAY +HO4EPeQO6pVGGHWCzJyEcMcaBsYGpr9DndSNd66O+Gyeq8QobKnvTH25kwVt/8t1 +9nS+7NLwBrqXCISeDrOQYq5XeCdvpAuJy4CEN5muQWRdUPekE2dh7qcVUdROepq0 +1wMemkmgTLlA0Md7ZdZqsllKhVQ7/HOFzshEaj/VcFrQshuIAjDZFN/OrGLX/NcL +tcaBmD9lZSQ3CyxnBUTeMdJCOLOK050jNvsEsM89FL+g +=bJWl -----END PGP PUBLIC KEY BLOCK----- @@ -94,17 +107,17 @@ tag `$TAG` on architecture `$ARCH`, do: git clone git://git.monkeysphere.info/monkeysphere cd monkeysphere - git tag -v $TAG - git checkout $TAG + git tag -v "$TAG" + git checkout "$TAG" debuild -uc -us cd repo - reprepro -C monkeysphere include experimental ../$TAG_$ARCH.changes + reprepro -C monkeysphere include experimental "../$TAG_$ARCH.changes" When you get a binary package built from a separate architecture `$NEWARCH` that you want to include with the archive, do: cd repo - reprepro -C monkeysphere includedeb experimental ../$TAG_$NEWARCH.deb + reprepro -C monkeysphere includedeb experimental "../$TAG_$NEWARCH.deb" To publish the archive, make sure you have access to `archivemaster@george.riseup.net`, and then do: -- cgit v1.2.3 From 78f843279c93b2683c17d15b834107c9f79b3050 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 22:23:22 -0400 Subject: getting rid of nav template, relying on sidebar instead. --- website/archive-key.mdwn | 1 - website/bugs.mdwn | 3 +-- website/bugs/done.mdwn | 2 +- website/community.mdwn | 2 -- website/doc.mdwn | 1 - website/download.mdwn | 2 +- website/index.mdwn | 2 -- website/news.mdwn | 1 - website/similar.mdwn | 1 - website/why.mdwn | 2 -- 10 files changed, 3 insertions(+), 14 deletions(-) (limited to 'website/archive-key.mdwn') diff --git a/website/archive-key.mdwn b/website/archive-key.mdwn index ea44457..45ac86e 100644 --- a/website/archive-key.mdwn +++ b/website/archive-key.mdwn @@ -1,5 +1,4 @@ [[meta title="Monkeysphere archive signing key"]] -[[!template id="nav"]] [[toc ]] ## Verifying the key ## diff --git a/website/bugs.mdwn b/website/bugs.mdwn index 06a4d3a..30bccd1 100644 --- a/website/bugs.mdwn +++ b/website/bugs.mdwn @@ -1,5 +1,4 @@ -[[!template id="nav"]] -[[meta title="Bugs"]] +[[meta title="Open Bugs"]] This is Monkeysphere's bug list. You can also browse our [completed bugs](done). If you don't have commit access to the public repo, we'd appreciate diff --git a/website/bugs/done.mdwn b/website/bugs/done.mdwn index 282e804..dc331f9 100644 --- a/website/bugs/done.mdwn +++ b/website/bugs/done.mdwn @@ -1,4 +1,4 @@ -[[!template id="nav"]] +[[meta title="Completed Bugs"]] Recently fixed [[bugs]]. diff --git a/website/community.mdwn b/website/community.mdwn index b06637b..c603349 100644 --- a/website/community.mdwn +++ b/website/community.mdwn @@ -1,5 +1,3 @@ -[[!template id="nav"]] - [[meta title="Community"]] ## Mailing list ## diff --git a/website/doc.mdwn b/website/doc.mdwn index 634afd9..997c34d 100644 --- a/website/doc.mdwn +++ b/website/doc.mdwn @@ -1,4 +1,3 @@ -[[!template id="nav"]] [[meta title="Documentation"]] ## Dependencies ## diff --git a/website/download.mdwn b/website/download.mdwn index ad14bce..9db7c94 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -1,4 +1,4 @@ -[[!template id="nav"]] +[[meta title="Download"]] ## Downloading and Installing ## diff --git a/website/index.mdwn b/website/index.mdwn index a3329d4..7c9030a 100644 --- a/website/index.mdwn +++ b/website/index.mdwn @@ -1,5 +1,3 @@ -[[!template id="nav"]] - [[toc ]] The Monkeysphere project's goal is to extend OpenPGP's web of trust to diff --git a/website/news.mdwn b/website/news.mdwn index 7380eff..359e02b 100644 --- a/website/news.mdwn +++ b/website/news.mdwn @@ -1,4 +1,3 @@ -[[!template id="nav"]] [[meta title="News"]] Here are the latest announcements about the Monkeysphere. diff --git a/website/similar.mdwn b/website/similar.mdwn index ae3f728..271d5ea 100644 --- a/website/similar.mdwn +++ b/website/similar.mdwn @@ -1,4 +1,3 @@ -[[!template id="nav"]] [[meta title="Similar Projects"]] The monkeysphere isn't the only project intending to implement a PKI diff --git a/website/why.mdwn b/website/why.mdwn index 5dc0e05..b9f4117 100644 --- a/website/why.mdwn +++ b/website/why.mdwn @@ -1,5 +1,3 @@ -[[!template id="nav"]] - [[meta title="Why should you be interested in the MonkeySphere?"]] [[toc ]] -- cgit v1.2.3