summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-03-12Add dependency needed by the latest PyOpenSSL.Ivan Alejandro
2014-01-11offline modeKali Kaneko
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care.
2013-11-11Make all by default.Ivan Alejandro
2013-11-04Add document with good practices for encoding.Ivan Alejandro
2013-10-22add prompt indication for the virtualenvKali Kaneko
2013-10-22Fixes to environment.rst. Closes: #4185Kali Kaneko
2013-10-22add include to testing howto tooKali Kaneko
2013-10-22Update apt-get dependenciesKali Kaneko
* Also, tweak different sections to be consistent with the new quickstart. * Squashed contributions by Jeremy (@bneg) * add note about authors.rst
2013-10-17Update docs for internationalization.Ivan Alejandro
2013-09-25Merge remote-tracking branch 'kali/doc/fix-repo-yet-another-time' into developIvan Alejandro
2013-09-25Merge remote-tracking branch 'kali/feature/bug-report-template' into developIvan Alejandro
2013-09-25fix repo in installing docKali Kaneko
2013-09-25fix branching model pictureKali Kaneko
2013-09-25mock clibs in sphinx buildKali Kaneko
Following the docs here: http://read-the-docs.readthedocs.org/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules
2013-09-25Merge remote-tracking branch 'kali/feature/bug-report-template' into developIvan Alejandro
2013-09-24improve bug reporting sectionKali Kaneko
2013-09-23Improve release checklist and build_bundle script.Ivan Alejandro
2013-09-20fix pathsKali Kaneko
2013-09-18update obsolete qt4 depKali Kaneko
2013-09-16Merge remote-tracking branch 'kali/feature/update-metadata' into developIvan Alejandro
2013-09-16update metadata in setup.pyKali Kaneko
2013-09-12Merge remote-tracking branch 'kali/feature/update-repo-in-docs' into developIvan Alejandro
2013-09-12update to new git repo nameKali Kaneko
2013-09-12Update instructions to improve release process.Ivan Alejandro
This allows us to have master and develop in sync after the release. Also get a correct and clean version report. I've included the `-m` switch in the `git tag` command so we avoid to open an editor and let us closer to make a script to automate this.
2013-09-12Merge remote-tracking branch 'kali/checklist-style' into developIvan Alejandro
2013-09-12Merge remote-tracking branch 'kali/feature/add-version-flag' into developIvan Alejandro
2013-09-12add checkboxesKali Kaneko
2013-09-12add --version flagKali Kaneko
2013-09-12Change the order of the actions in the release.Ivan Alejandro
With this change we are following more accurately: http://nvie.com/posts/a-successful-git-branching-model/ Also, we achieve a clean version in master. If we do the tag before the merge in master, then we would have an extra commit after the tagging, which causes version to be X.Y.Z-1-blah.
2013-09-09Update release doc, remove exec bits. Closes #3617Ivan Alejandro
2013-09-07fix repo name in yet another placeKali Kaneko
2013-09-05Update docs for testers and bootstrap script.Ivan Alejandro
2013-09-04Add pypi version icon in user/installKali Kaneko
2013-09-04Minor additionsKali Kaneko
2013-09-04Revert repo names for the momentKali Kaneko
2013-09-04Reformat links to downloads with symlinksKali Kaneko
2013-09-04Update checklist with symlinks infoKali Kaneko
2013-09-04Add install:bundle section.Ivan Alejandro
2013-09-04Update introKali Kaneko
2013-09-04Images shuffleKali Kaneko
2013-09-04Update versionKali Kaneko
2013-08-30add notes about version compatKali Kaneko
2013-08-30Merge remote-tracking branch 'chiiph/feature/doc_contribution' into developKali Kaneko
2013-08-29Add hacking doc for contributorsTomás Touceda
2013-08-28Update release checklistTomás Touceda
2013-08-27update manpageKali Kaneko
2013-08-09Update documentation.Ivan Alejandro
2013-08-08Update Transifex project name & translators' docs.Ivan Alejandro
2013-08-08Update docs/, leap-client to bitmask.Ivan Alejandro
2013-06-12updated apikali