Commit Graph

284 Commits

Author SHA1 Message Date
mpl 484d7f05d2 website: FOSDEM 2015 slides
Change-Id: I2e82a8f4290d9b7fd0ff062da7797e55bb81d7c1
2015-02-06 14:45:28 +01:00
mpl ebdb89fcfa camweb: default to camlistore.org:443 as the host for the Camlistore deployer
Because the deploy handler needs to know its own host to build the
RedirectURL for oauth.

Change-Id: I04801909dfe9d5fafc56417befdffcc747f5490a
2015-01-27 16:21:45 +01:00
mpl ae95cbc8c1 website: transparent piggy for deploy handler
Change-Id: Id4c12a6d3277ceb9c65e4ab0f5cf9b4e4bf7cadc
2015-01-20 15:24:12 +01:00
mpl e3f16b8ead pkg/deploy/gce: add web wizard to deploy on Google Cloud
Issue #531

Change-Id: I47900eb7b82b7775ec1d26b1d6796e5701ee672d
2015-01-19 16:24:37 +01:00
Brad Fitzpatrick ddbe440e45 Update more (all remaining) issue links to Github.
Change-Id: Ia796410afb292615e63f7f42b5ecda3d18d7c325
2014-12-13 17:40:54 +11:00
Brad Fitzpatrick ad145260c0 Update more links to use the camlistore.org redirector.
Change-Id: I1ef94301d7ac0df69abc4f3f27bcb363fa8e8082
2014-12-13 17:25:16 +11:00
mpl c6217321bf website: update bug tracker link to github move
Change-Id: Ic29756e46bc7468e2515cfd827f7b7036074f40d
2014-12-11 16:29:38 +01:00
Brad Fitzpatrick 17804ff0b5 website: link to Github issue tracker
Change-Id: I6b051519c5b7c394ce3557c07e3e0f3ac9953d66
2014-12-11 17:33:33 +11:00
Brad Fitzpatrick 088e5d850e website: redirect issues to github instead of google code
Change-Id: I0216bfc33be79f137277180f71a3492c69e39835
2014-12-11 17:08:18 +11:00
Salmān Aljammāz 974a431169 Dynamically generate the contributors page from git log.
This change moves scripts/gencontrib/gencontrib.go into the
website's main codebase. Not as fancy as
https://github.com/bradfitz/camlistore/graphs/contributors but
it's a start.

https://code.google.com/p/camlistore/issues/detail?id=15

Change-Id: I9a806556f91084bf4069cf82a8b653bc8de444a9
2014-10-27 13:21:18 +00:00
Brad Fitzpatrick 3a43fd6430 camtool: add 'makestatic' subcommand
It converts a permanode set (with a bunch of camliMember) into a static-set.
Mostly for sharing a snapshot. Will likely evolve over time.

Change-Id: I9906750223a27e9a491c91f1ce2490c15d1d3986
2014-10-19 18:25:45 +02:00
mpl 9c42d7b562 website: server doc and release note about levelDB for indexer
Change-Id: Ibf7528cba07ab1843845d91e7b4e1234f1ed1d8a
2014-10-16 17:08:49 +02:00
Brad Fitzpatrick 6c4c339e7b 0.9 notes: add UI feature note
Change-Id: Ic0519cd44f23be0d24b9c9fe19276e3ec262e70a
2014-09-22 23:29:31 -07:00
mpl 95885192eb serverinit: enable memory storage in config
http://camlistore.org/issue/416

Change-Id: Idde32273ed651a5876581ad0ea06010970b92a9b
2014-09-11 01:11:07 +02:00
Brad Fitzpatrick 59bd675e50 Add pinboard importer to unreleased 0.9 release notes
Change-Id: I29111d96f8f375a3ad3dff9c0086c96adfb0de5e
2014-09-01 15:16:24 -07:00
mpl bb49185463 serverinit: add support for memory-only indexer. Enable in devcam.
To avoid confusion, the previously named "memoryIndex" configuration
parameter, which actually meant to slurp the index into the memory
corpus, has been renamed to "copyIndexToMemory". "memoryIndex" is now
the parameter to enable a memory-only indexer.

http://camlistore.org/issue/416

Change-Id: I7026e5463fda3a1887a88e0b07d4e3431c60c8b7
2014-08-26 22:46:13 +02:00
mpl e8522cca36 website: allow HTML in camli errors. use website for client error.
http://camlistore.org/issue/276

Change-Id: I16f139fe2b6f1200250db668fa415ae42ff2c171
2014-08-21 23:13:56 +02:00
mpl eb0578a17c website: add camlistore error handler
http://camlistore.org/issue/276

Change-Id: I786d8a858624caeb9258ae6b2a21056a4f79d246
2014-08-19 02:25:52 +02:00
Brad Fitzpatrick dcf482b3e4 start of 0.9 release notes
Change-Id: I2a0ae60f0be17de99ad30c661981bc1baf1a57c7
2014-08-11 22:11:18 -07:00
mpl 27102a044e 0.8 release: document and force Go 1.3 requirement
http://camlistore.org/issue/485

Change-Id: If5304e6aafee21b77ced4b34ecef29a2a1bd6712
2014-08-06 19:11:16 +02:00
Brad Fitzpatrick e08e638cf5 Remove stray URL pasted on accident.
Change-Id: I709a4f36f639654a1e402e327bbcf4e666d1ed16
2014-08-04 10:03:18 -07:00
mpl 795595dec5 website: small typo in 0.8 notes
Change-Id: Ib98c4e5148b483fd80288e98ae135d5753b4eabe
2014-08-04 17:15:59 +02:00
Brad Fitzpatrick 665d65200c website updates for the 0.8 release.
Change-Id: I739741ae89954ef755ea624475de0eb113b8edee
2014-08-03 18:11:59 -07:00
mpl b1346fa07a website/camweb: redirect to right scheme on www. request
Fixes http://camlistore.org/459

Change-Id: Icf69e404a6985c984688c291e88da365721ee029
2014-07-31 17:37:33 +02:00
Ritesh Sinha cdc893ceea Removed the flickr-importer line from docs as this is no longer applicable
TODO: Create and link to a document that explains how to import stuff
from flickr, twitter, etc.

Change-Id: I8b525a11cf3b240e7a91bf1daac87572b66afd5e
2014-07-23 17:39:56 +01:00
Rob Young fccb39c2b1 Improve documentation of permanode in terms
Split the long sentence to make it more immediately obvious that the
permanode is signed by its owner rather than its owner and the search server.

Change-Id: Ia03c3f137cc55f445cfd19713e1421e0035209a2
2014-07-06 17:35:38 +01:00
Brad Fitzpatrick f90bf57452 0.8 notes: add debug UI window
Change-Id: I2242037fb0625c608c40a282c93f4646951b8768
2014-06-27 13:33:05 -07:00
mpl 6dbd76f8eb website/server-config: packBlobs and kvIndexFile options
Change-Id: I3cde74d961d292a5d18b952e184e8df0e000bbc3
2014-06-27 15:25:14 +02:00
mpl 849f6b84a3 0.8 release notes (apps)
Change-Id: I788e4f76d7712df7b96d64b8c3ae3bd342c05d44
2014-06-16 15:19:19 +02:00
mpl a34f9e2669 publisher app
http://camlistore.org/issue/365

Change-Id: I281fdcbbe6a2bdf15607e75a21bc93b453f82c85
2014-06-15 00:03:03 +02:00
Brad Fitzpatrick 5141595766 Add more to 0.8 release notes.
Change-Id: Ic84087ab7fa0e35d81c146c1ebf61426873c548b
2014-05-14 15:21:40 -07:00
mpl 4569a7f475 devcam review: submit changes for review
Context: http://camlistore.org/issue/408

Change-Id: I587de65c9dc8d87c02541096e1f4f7765e644962
2014-05-13 23:06:30 +02:00
Brad Fitzpatrick b7b72fe617 Merge "document camliRoot" 2014-05-13 00:58:13 +00:00
Eric Drechsel 55ae54857b document camliRoot
Change-Id: Iccad2ed4f3c6b29fcd95377d2cf385e7015bb9a9
2014-05-05 16:40:47 -07:00
mpl a1375ce8a1 Merge "website: video tutorials" 2014-05-05 21:50:44 +00:00
Bret Comnes 09177be6dc Added link to #camlistore on Freenode IRC
Specified mailing list as the official discussion channel.

Change-Id: I5873f0a56e94ff438a5ee39d2b442329c7941442
2014-05-05 13:28:17 -07:00
mpl a772ff1cda website: video tutorials
Change-Id: I59556deafe520d58c5124308f329829dc38b4178
2014-04-18 21:24:41 +02:00
mpl 1a6f0fc1e1 website: rm dup and old section about trustedCerts
Change-Id: Ica9acdb6d6ec930c4079093da19661f4a3d58c6f
2014-04-18 18:10:34 +02:00
mpl bd57f1b524 website: release 0.8 notes
Change-Id: Ibf8f81c587c2682e9df2ad9c51a86107978cec9f
2014-04-08 22:55:35 +02:00
mpl 5a5affb2d3 release notes: verifydb for kv
Change-Id: I00eba7d5fe5aa3331d45a3e08b39d58f5ceddc0a
2014-03-25 17:28:33 +01:00
Brad Fitzpatrick bfe27edc7f website: add mongo blob storage to 0.8 notes
Change-Id: I5381e53fbf1a1a03f8655ec345f0b1abe2e7189a
2014-03-22 12:46:48 -07:00
Brad Fitzpatrick bf763f9890 website: add Twitter import to 0.8 release notes
Change-Id: I7faae7e0f0ee788a1fbf694f0f687a52d004fa80
2014-03-20 23:11:00 -07:00
Brad Fitzpatrick bf2c6fdca7 website: update redirects
Change-Id: I5ddfe0b018bcaed276521182cab8b3c977757ae9
2014-03-18 19:28:07 -07:00
Nick O'Neill 0aaa2bb014 Initial changes to the website
Give a better sense of what camlistore is right away
More readable headings on those yellow bars
Reduce number of items in the nav
Add detail to download and getting started section
Turned mailing list page into community page
Style changes to the front page from aaron.
Reworked the code page
Added some pages to fill in, protocol and todo
Reorganized docs page
Redirect lists to new community page

Change-Id: I4e953e53618b93420f9f57aaf48d2d3651977b57
2014-03-18 19:02:20 -07:00
Brad Fitzpatrick bf8737e3c6 website: decade++ and ditch tt for the code tag
Apparently tt is deprecated. Who knew?

Change-Id: I70c55f955a5643bbd53e51ea522923dc0cb049a4
2014-03-18 17:46:17 -07:00
Steven L. Speek 146a42cc51 search: accept 'and', 'or', and parentheses in expressions
'and' has precendence over 'or'.
both operators are left associative
parenthesized expressions are evaluated first
Parser refactored, parseAtom split up.

Change-Id: I1f194cc75df49bad9d30d041d689d8ba833076f1
2014-03-18 16:40:44 -07:00
Brad Fitzpatrick bf428453c7 website: add Picasaweb to 0.8 notes
Change-Id: I0de6dbfa506a9153a73c61e638ce4ddbfbfde702
2014-03-18 10:08:42 -07:00
Brad Fitzpatrick bfc607fee7 index: reindex blobs when dependent blobs arrive out-of-order
Keep track of missing dependencies both in memory and in the index's
underlying sorted.KeyValue. When we see a dependent blob arrive, see
if we can reindex things.

Fixes camlistore.org/issue/102

Change-Id: I3d8cfc463e4b8c9d158be8f9656e772839b093b9
2014-03-15 08:44:09 -07:00
Brad Fitzpatrick bf6031a397 search: add operator "childrenof:sha1-xxxxx" to find permanode children of a parent
Change-Id: I9e756147c70f5230aa843ab215dafe5ed6d80087
2014-03-13 19:02:26 -07:00
mpl 607a20f349 Merge "0.8 release notes" 2014-03-12 20:35:56 +00:00