Zooko O'Whielacronx
970edc5c65
setup and docs: various improvements to setup and docs
...
Remove docs/install-details.html and README.win32 for now (see #282 ).
Remove checks for pywin32 and pyopenssl in Makefile -- that is (or will be) automated by setuptools.
Remove twisted from setup_requires. This causes the problem in which Nevow doesn't declare its dependency on Twisted (#440 ) to yield a clear ImportError mentioning Twisted and to fail repeatedly, rather than yielding a weird ImportError and working on the second identical attempt.
Fix Makefile to set PATH so that trial and twistd can be found by "make test" after Twisted was installed into support/ during "make"
2008-06-05 13:55:05 -07:00
Zooko O'Whielacronx
a9a06fae25
docs: some documentation updates for 0.7.0
2008-01-08 10:32:41 -07:00
Zooko O'Whielacronx
7eb291302c
more introductory doc cleanup
...
mv README to docs/about.html and reformat it as HTML
add a new README which is a text file pointing to docs/{about,install,running}.html
include the Transitive Grace Period Public Licence in its HTML form (it is too big)
2008-01-04 18:09:19 -07:00
Zooko O'Whielacronx
49a9fddb1d
new licences, move details from README to doc/install-details.html
2008-01-04 12:27:42 -07:00
Brian Warner
a2a039fc3b
README: update required version numbers, fix small cut-and-paste error
2008-01-01 21:36:46 -07:00
Zooko O'Whielacronx
70be8d6a8a
setup: rename build-deps to build-auto-deps
2008-01-01 01:49:21 -07:00
Zooko O'Whielacronx
9b38eebcaf
setup: finish renaming of docs/testnet to docs/testgrid
2007-12-31 23:36:59 -07:00
Zooko O'Whielacronx
0eb31774d1
docs: a bunch of updates to simplify the process of installing from source and running Tahoe
...
These changes are a work-in-progress -- there are many incomplete and incorrect parts, but the install.html and running.html files
are complete and should work (and they are delightfully concise!). I'm pushing this just to let people see incremental progress
and to solicit feedback. "Testing out" the install.html and running.html files and submitting patches or bug reports would be
quite welcome.
More to come.
2007-12-30 05:47:17 -07:00
Brian Warner
05253dbe72
README: advise 'make clean' before 'make build-deps' (after update), otherwise old versions of the dependent libaries can be used in preference to the newer one
2007-11-13 14:24:49 -07:00
Zooko O'Whielacronx
e8b4f025e2
setup: README: warn against Python 2.4.1, recommend easy_install, link to easy_install download page, edit for clarity
2007-11-20 13:39:22 -07:00
Zooko O'Whielacronx
8ba10d0155
setup: README: a few clarifications thanks to Priyanka
2007-11-19 23:08:53 -07:00
Zooko O'Whielacronx
41cd3011ac
setup: pass INCLUDE_DIRS and LIBRARY_DIRS variables, if any to setup.py from Makefile
2007-11-13 20:16:59 -07:00
Zooko O'Whielacronx
8333a20243
README: fix whitespace
2007-11-07 10:00:57 -07:00
Zooko O'Whielacronx
e8be763a41
setup: add Crypto++ and pycryptopp to dependencies
...
Crypto++ is a new manual dependency (boo hoo), and pycryptopp is a new automatic dependency.
2007-11-07 10:00:13 -07:00
Brian Warner
06efac13e7
DEPENDENCIES: recommend the 'build-essential' package instead of gcc+make,
...
since it includes important things like libc6-dev
2007-10-17 20:33:31 -07:00
Zooko O'Whielacronx
61d5899d66
update docs about webport ( fixes #185 )
2007-10-22 17:50:52 -07:00
Zooko O'Whielacronx
252073f505
README: give a link to the TestGrid page
2007-10-15 14:55:53 -07:00
Zooko O'Whielacronx
34911c8066
setup: split off README.win32 from README and paste in Mike Booker's notes about building OpenSSL
2007-10-15 09:08:41 -07:00
Zooko O'Whielacronx
97206487c3
README: edit to clarify that you can't use "make" if you installed it the easy_install way
2007-10-12 23:21:53 -07:00
Brian Warner
002472587e
add public testnet .furls to docs/testnet/, and copy into .deb . Closes #157 .
2007-10-11 14:55:23 -07:00
Brian Warner
dc573554c8
rename bin/allmydata-tahoe to bin/tahoe. Closes #155 .
2007-10-11 03:38:24 -07:00
Zooko O'Whielacronx
cc98572112
README: add note about how to build on Windows-native using gcc, and a bit of editing
2007-10-04 12:37:21 -07:00
Zooko O'Whielacronx
be98d7ebb2
README: OpenSSL is bundled with pyOpenSSL on Windows-native
2007-10-04 08:12:53 -07:00
Zooko O'Whielacronx
bf8f3c297b
README: refactor README
...
fixes #163
hopefully fixes #148 -- but somebody else will have to try it (maybe Mike Booker) to find out!
2007-10-02 13:19:07 -07:00
Zooko O'Whielacronx
20238f0105
README: add dependency on OpenSSL
2007-09-29 11:05:25 -07:00
Zooko O'Whielacronx
dccfc59108
README: edits
2007-09-29 11:05:20 -07:00
Zooko O'Whielacronx
295ee59379
README: update link to test grid on web page
2007-09-24 15:37:19 -07:00
Zooko O'Whielacronx
941b7378f2
README: reflow to 80 cols
2007-09-24 13:07:32 -07:00
Zooko O'Whielacronx
068de695ef
README: use 8123 instead of 8080/8443 as the example port numbers
...
If people follow the example, I'd like for them to land on an otherwise
little-claimed port number in case we standardize on it in order to facilitate
exchange of URLs.
2007-09-24 11:55:24 -07:00
Zooko O'Whielacronx
d12a26b85d
README: fix/update description of allmydata-tahoe
2007-09-24 11:54:17 -07:00
Zooko O'Whielacronx
298d347186
README: fix bug in which How To Build was omitted from The Running-In-Place Way to install.
2007-09-24 11:41:40 -07:00
Zooko O'Whielacronx
40ff59b21c
README: fix bug in which pywin32 was mentioned as easy_installable
2007-09-24 11:41:24 -07:00
Zooko O'Whielacronx
e4aa204b41
README: add notes about how to use easy_install for dependencies
2007-09-23 05:47:11 -07:00
Zooko O'Whielacronx
8a5abef4d0
README: update on how to test and how to run tahoe after installation
2007-09-21 13:57:25 -07:00
Zooko O'Whielacronx
0383973dd3
README: demote The Debian Way
2007-09-21 13:42:57 -07:00
Zooko O'Whielacronx
aff7e8d436
setup: alas, pywin32 doesn't actually work as an easy_install; also make dependency missing errors more useful
2007-09-21 13:40:28 -07:00
Zooko O'Whielacronx
43f500d146
README: further clarity about when you need to acquire source and when you don't
2007-09-21 12:04:01 -07:00
Zooko O'Whielacronx
d53babdf9d
README: explain when you need to download source and when you don't
2007-09-21 11:53:56 -07:00
Zooko O'Whielacronx
708fb4f643
README: point to new location of wiki/SetuptoolsAndGNUStow
2007-09-21 09:43:45 -07:00
Zooko O'Whielacronx
4ccad6adad
README: explain the new packaging system
...
Happily, the README is now shorter and simpler.
2007-09-20 19:32:54 -07:00
Brian Warner
1f035a8f1f
setup.py: factor out dependency stuff, add workaround for nevow-0.6.0-on-dapper problem
2007-09-15 15:05:35 -07:00
Brian Warner
6a9040198c
README: nevow is now automatically handled by build-deps/install
2007-09-15 14:19:45 -07:00
Zooko O'Whielacronx
67a3b5f79d
README: it works on Python 2.4 on Windows
2007-09-13 19:17:30 -07:00
Brian Warner
b75276af00
packaging: add 'build-deps' target, to automatically build and install (locally, in ./support) necessary dependencies. All such installed files are used during tests.
2007-09-12 16:48:45 -07:00
Brian Warner
1c27cc3ea8
packaging: move to setuptools
2007-09-12 16:02:53 -07:00
Zooko O'Whielacronx
f4b5fbc418
README: update the wording of the "LICENCE" section to more closely follow FSF recommendations
2007-09-12 11:31:57 -07:00
Brian Warner
0fe1205789
storage: replace sqlite with in-share lease records
2007-09-02 14:47:15 -07:00
Brian Warner
2a63fe8b01
deletion phase3: add a sqlite database to track renew/cancel-lease secrets, implement renew/cancel_lease (but nobody calls them yet). Also, move the shares from BASEDIR/storage/* down to BASEDIR/storage/shares/*
2007-08-27 23:41:40 -07:00
Zooko O'Whielacronx
b3d89b1439
README: update wording of licence
2007-08-23 13:51:30 -07:00
Brian Warner
9c1a9d8959
README: updated debian-packaging section a bit, replace dapper with etch
2007-08-21 17:07:25 -07:00