Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-21 | preparing for stupid brown paper bag 0.23.1 release. | Daniel Kahn Gillmor | |
2009-02-21 | updating release notes for 0.23 | Daniel Kahn Gillmor | |
2009-02-21 | fixing up some documentation, including version notes in getting started. | Daniel Kahn Gillmor | |
2009-02-21 | merged jrollins/master | Daniel Kahn Gillmor | |
2009-02-21 | import-key now requires a hostname be specified, and no longer does | Jameson Graef Rollins | |
any hostname guessing. this is so that we don't have to worry about prompting the user when guessing the hostname. also updated documentation. | |||
2009-02-21 | tweaking m-h getting started docs. | Daniel Kahn Gillmor | |
2009-02-21 | added note about specifying a hostname for import-key in the admin | Jameson Graef Rollins | |
getting started page. | |||
2009-02-20 | Add "true" to prerm script so that lintian will stop complaining that | Jameson Graef Rollins | |
the script is empty. also small doc tweaks. | |||
2009-02-20 | more wordsmithing. | Daniel Kahn Gillmor | |
2009-02-20 | documentation tuning. | Daniel Kahn Gillmor | |
2009-02-20 | documentation overhaul for users just getting started. | Daniel Kahn Gillmor | |
2009-02-20 | readability revision for getting-started-admin.mdwn | Daniel Kahn Gillmor | |
2009-02-20 | add_revoker fully working. also cleanup of add_certifier. | Jameson Graef Rollins | |
add_revoker and add_certifier to many similar procedures, so I'm trying to keep them in sync as I figure out the right way to handle things. | |||
2009-02-19 | some updates to getting-started-* | Jameson Graef Rollins | |
2009-02-15 | website: fix a small incorrect command line for apt-key import | Jameson Graef Rollins | |
2009-02-04 | web site: added news item about the planned changes for the pending release ↵ | Daniel Kahn Gillmor | |
of the monkeysphere. | |||
2009-02-03 | update debian info on web | Jameson Graef Rollins | |
2009-01-15 | added firefox extensions to the monkeysphere future vision | Daniel Kahn Gillmor | |
2009-01-15 | added new "vision" page where we can talk about monkeysphere 2.0. | Jameson Graef Rollins | |
2008-12-24 | slight tweak to sidebar | Jameson Graef Rollins | |
2008-12-24 | slightly modified header "sidebar". | Jameson Graef Rollins | |
added pieces of logo broken into image and title. | |||
2008-12-15 | suggesting simpler approach to getopt. | Daniel Kahn Gillmor | |
2008-12-13 | link to new wiki/bugs | Jameson Graef Rollins | |
2008-12-12 | small tweak to debian news item | Jameson Graef Rollins | |
2008-12-10 | Add new intro to the bug page which links to the new bts stuff. | Jameson Graef Rollins | |
2008-12-10 | some web updates: | Jameson Graef Rollins | |
- add new item about debian release - improve admin start documentation - add license note | |||
2008-12-03 | add comments to bugs. | Jameson Graef Rollins | |
2008-11-30 | add a couple of bugs about posix compliance and the use of getopts | Jameson Graef Rollins | |
instead of getopt. | |||
2008-11-30 | gave example on gpg multi-keyring bug. | Daniel Kahn Gillmor | |
2008-11-28 | added release note for 0.22-1 | Daniel Kahn Gillmor | |
2008-11-18 | update link in docs. | Jameson Graef Rollins | |
2008-11-18 | changing terminology from server key to host key | Daniel Kahn Gillmor | |
2008-11-18 | renaming page about signing host keys. | Daniel Kahn Gillmor | |
2008-11-18 | minor grammar/vocabulary nitpicking. | Daniel Kahn Gillmor | |
2008-11-18 | further commentary on proxy_command logging. | Daniel Kahn Gillmor | |
2008-11-17 | Added new web page about server key signing. | Jameson Graef Rollins | |
2008-11-17 | add comment to bug about notification of modifications to known_hosts | Jameson Graef Rollins | |
file. | |||
2008-11-17 | Merge commit 'web/master' | mike castleman | |
2008-11-16 | feedback on useful-information bug. | Daniel Kahn Gillmor | |
2008-11-16 | fix tarball download link | Micah Anderson | |
2008-11-15 | rename | mike castleman | |
2008-11-15 | new bug: useful information | mike castleman | |
2008-11-15 | updating release notes for 0.21, updating build scripts. | Daniel Kahn Gillmor | |
2008-11-15 | release notes for 0.20. | Daniel Kahn Gillmor | |
2008-11-05 | small fix to broken web link. | Jameson Graef Rollins | |
2008-11-05 | Merge commit 'micah/master' | Jameson Graef Rollins | |
2008-11-05 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
Conflicts: website/download.mdwn | |||
2008-11-04 | create a new section of the getting started page that lets people know | Micah Anderson | |
that they should install monkeysphere software at this point in their journey. It may be obvious, but I think in terms of providing a step-by-step howto get started guide, the least assumptions of obviousness we make, the better. I also moved the information about making sure that you have the gnutls requirements up to this install section. | |||
2008-11-04 | Reworked the download page to link from "add this key to your apt | Micah Anderson | |
configuration" to the /archive-key page, pushing the SecureApt reference link into that page. This has a streamlining affect on new users wanting to get started as it links directly to the archive-key page where there are explicit instructions for how to do the archive key verification and then the follow-up add to the apt keyring for proper archive/package verification. The way it was before, you were given the link to the more general SecureApt debian wiki page, which was a lot of information, when in most cases people just want to know what steps they need to know to do the verification/addition. However, the link to the SecureApt page is valuable to reference, it just makes more sense to be embedded in the page which explicitly deals with that. This also means I added information about how to add the key to the apt keyring into the archive-key page. In doing so, I removed the dkg-specific prompt (not because I dont like it, but because it would have been funny for me to add more commands and have to manually construct his prompt to maintain consistency on the page). Also, added some output of commands so people have an idea what to expect. | |||
2008-11-03 | set the bash pipefail option in the test script to return the error | Jameson Graef Rollins | |
code of the first failed function in a pipe. also add some new web pages that need to be filled out. |