name mode size
..
2007-TorProject-Form990.pdf 100644 11.24MB
2007-TorProject-Form990.pdf.asc 100644 163B
2008-TorProject-FinancialStatements.pdf 100644 2.51MB
2008-TorProject-FinancialStatements.pdf.asc 100644 163B
2008-TorProject-Form990.pdf 100644 15.98MB
2008-TorProject-Form990.pdf.asc 100644 163B
2009-TorProject-Annual-Report.pdf 100644 10.35MB
2009-TorProject-DCF.pdf 100644 77.2kB
2009-TorProject-DCF.pdf.asc 100644 163B
2009-TorProject-FinancialStatements.pdf 100644 472.47kB
2009-TorProject-FinancialStatements.pdf.asc 100644 163B
2009-TorProject-Form990andPC.pdf 100644 1.28MB
2009-TorProject-Form990andPC.pdf.asc 100644 163B
2010-TorProject-combined-Form990_PC_Audit_Results.pdf 100644 522.86kB
2010-TorProject-combined-Form990_PC_Audit_Results.pdf.asc 100644 801B
2011-TorProject-Amended-Final-Report.pdf 100644 358.69kB
2011-TorProject-Amended-Final-Report.pdf.asc 100644 801B
2011-TorProject-DCF.pdf 100644 81.37kB
2011-TorProject-DCF.pdf.asc 100644 801B
2011-TorProject-Form990.pdf 100644 837.34kB
2011-TorProject-Form990.pdf.asc 100644 801B
2011-TorProject-FormPC.pdf 100644 626.07kB
2011-TorProject-FormPC.pdf.asc 100644 801B
2012-TorProject-Annual-Report.pdf 100644 2.84MB
2012-TorProject-Annual-Report.pdf.asc 100644 801B
2012-TorProject-FinancialStatements.pdf 100644 327.49kB
2012-TorProject-FinancialStatements.pdf.asc 100644 801B
2012-TorProject-Form990.pdf 100644 274.09kB
2012-TorProject-Form990.pdf.asc 100644 801B
2012-TorProject-FormPC.pdf 100644 447kB
2012-TorProject-FormPC.pdf.asc 100644 801B
2013-TorProject-FinancialStatements.pdf 100644 459.21kB
2013-TorProject-FinancialStatements.pdf.asc 100644 801B
2013-TorProject-Form990.pdf 100644 901kB
2013-TorProject-Form990.pdf.asc 100644 801B
2013-TorProject-FormPC.pdf 100644 660.68kB
2013-TorProject-FormPC.pdf.asc 100644 801B
README
Here are the instructions I sent David Fifield when he asked about editing the website. I hope they are useful for you too! --Roger See the Makefile.local file in your website/trunk/ directory. Uncomment TORGIT and point it to a tor git. Then apt-get install wml and (alas) probably a shocking number of other debs. Then you can type 'make' and it will build the website for you locally. It's probably a smart move to see whether 'make' works before you svn commit any changes to the wml file. You can edit docs/en/pluggable-transports.wml (and that is the right source file to edit, not the html). But go take a look at that file. You'll notice it has a bunch of tags like <version-torbrowserbundle>. If you're just bumping version numbers, you probably just want to change the definition of those tags. They're in include/versions.wmi (Every once in a while you may need to edit pluggable-transports.wml too -- generally when you change the file name so drastically that just changing the versions.wmi tags isn't enough.) Pushes to the master branch of the git repository will cause the website to get re-built and published. pushing to the staging branch will update www-staging.torproject.org. Alas, https://www.torproject.org/dist/ isn't in version control. You write to it by ssh'ing to staticiforme.torproject.org and going to /srv/dist-master.torproject.org/htdocs/ and then sticking your stuff there. When you want it to go live, you run static-update-component dist.torproject.org on staticiforme. Weasel has hopes that somebody will write some scripts to make maintaining packages in dist/ less awful -- automatically check that they have signatures and that the sigs match, that the items on the website are in fact in dist, only allow certain people to put files in certain places, etc. One day! :)