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
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
mpl
14fdd3f066
website: more redirects to the issues tracker
...
http://camlistore.org/issue/243
Change-Id: I25424ae5e69f602e8a8bb8d69954f37f28b8f687
2013-11-22 15:58:57 +01:00
mpl
a2407ec897
website: vars cleanup&renaming
...
Change-Id: Iaf3784e26d4a2fbe403f8fcafb482779c16dbe77
2013-10-15 23:54:34 +02:00
Steve Phillips
20ad044144
runAsChild: s/Fatal/Fatalf/
...
Change-Id: Icda2322368a5acbbd18d3d19ffe0fe716ced29cb
2013-10-08 11:46:20 -07:00
Brad Fitzpatrick
4a36d23207
website: fix redirection of some /gw/ links
...
Change-Id: I524ee2dd48fa16c4b3954fdf58878b7256702347
2013-08-28 13:09:01 -07:00
Brad Fitzpatrick
d93cb4098f
website: support 304 Not Modified
...
Change-Id: I711e78d1a138f243bcacbcba3f9559202ee8d808
2013-08-22 23:53:49 -05:00
Brad Fitzpatrick
c304ea4b40
Merge branch 'master' of https://camlistore.googlesource.com/camlistore
2013-08-22 23:33:31 -05:00
Brad Fitzpatrick
dac140ff52
camweb: also watch git and email list on new commits
...
Change-Id: I032b1c86226137f19b800d6fdebae0207e90f271
2013-08-22 23:33:23 -05:00
Bill Thiede
ad876efcb1
camweb: Correct redirect URL for /gw/
...
Tested with:
$ curl -i -L http://localhost:31798/gw/502aff1fd522c454e39a3723b596aca43d206d4e
HTTP/1.1 302 Found
Location:
https://camlistore.googlesource.com/camlistore/+/502aff1fd522c454e39a3723b596aca43d206d4e
Content-Type: text/html; charset=utf-8
Content-Length: 112
Date: Thu, 22 Aug 2013 03:05:28 GMT
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Thu, 22 Aug 2013 03:05:28 GMT
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked
<!DOCTYPE HTML PUBLIC...
Change-Id: Id10f8ea1668dee85f08d3e30947464a45dc4666a
2013-08-21 20:04:53 -07:00
Bill Thiede
502aff1fd5
camweb,buildbot: Update camlistore git repo URLs.
...
Also add redirect for /code/ request with a commit hash to new code host.
Change-Id: I68a8746dacb6f0a4fc6719e3f5ed23ee0f37778b
2013-08-18 08:56:16 -07:00
Brad Fitzpatrick
36f93b8240
Updating website for new git & Gerrit location.
...
Change-Id: Ifaceae9e40e2028c7c643020ea82abcece2e3554
2013-08-14 10:35:33 -07:00
Brad Fitzpatrick
7bd17b7f8e
Make dev website start on Mac too. run-blobserver was using readlink -f, which isn't available on OS X.
...
Change-Id: I72fb1c687b31fb0f94fd112744d314e9034bf9d8
2013-07-01 22:26:44 -07:00
mpl
d1b4a1ef46
website: added -also_run to camweb and fixed sharing doc
...
-added -also_run so we could run scripts/run-blobserver
to start a blobserver for the sharing demos/doc.
-added new share blob to the root and rmed the old one
-run-blobserver now uses make.go
-fixed doc to account for the share handler
Change-Id: I2d5120cfbb92f983872bc65ede4ac5b314ca9606
2013-06-26 00:51:16 +02:00
mpl
8f8373fa76
website: use copy of package.html instead of directly golang's
...
Change-Id: I4ba47ade6c3307929aac489ff8735c5cf774074f
2013-03-16 01:26:57 +01:00
mpl
e6a5882511
website doc: cmds: golang style + install command
...
Change-Id: I4f38dfb87e066ef81881bc9a2262c52109e172c9
2013-03-15 23:18:09 +01:00
mpl
698e8605e6
website: /pkg/ and /cmd/ work.
...
-added some doc.go for each command to make /cmd/*
work nicely.
-hacked a bit of style, mostly borrowed from golang too.
Change-Id: I011d70bca2c0151a29dfd53c78a896821730d5fb
2013-03-15 16:40:44 +01:00
Brad Fitzpatrick
6b10c8d587
website: more work showing pkg and cmd doc (camlistore.org/issue/108)
...
Change-Id: I93ffe2de0869763a96f57e5b50dc5de8cc899b71
2013-02-23 13:38:58 -08:00
Brad Fitzpatrick
7af0b73f8a
website: start of showing pkg and cmd doc (camlistore.org/issue/108)
...
Change-Id: I8bb9140ce787844392e93681a1118160ee6e4579
2013-02-22 15:58:56 -08:00
Brad Fitzpatrick
ef669b8df0
website: redirect /issue/NNN to codesite issue tracker
...
Change-Id: I323311421bb9d72eb043f3694d78a9bc9931a3d6
2013-02-17 21:40:57 -08:00
Brad Fitzpatrick
5d3bf0af0c
website: some status updates. still old.
...
Change-Id: Ia2dbbeb1615d28356a5000fb90abd7c7ae7c7548
2013-02-02 10:05:09 -08:00
Brad Fitzpatrick
66e216ae4e
website: unify run shell scripts, make it run on OS X (so rewrite in Perl)
...
Change-Id: I0b0d91935a988cdc9b66bfc4eaba4ee3c16cb407
2013-02-02 09:42:20 -08:00
mpl
58f33f0b12
camweb: added reverse proxy for the build bot server
...
Change-Id: I9e1c8b0e2d28f9f7660763ecbd3f8be149dfe716
2013-01-15 22:43:16 +01:00
mpl
2df97a4710
Update camweb from old/template to html/template.
...
Change-Id: I87294e861de4cd9e6f97db9f934fbc4effed4f32
2012-06-16 10:20:32 -07:00
Brad Fitzpatrick
525060ce06
update camweb to Go 1
...
Change-Id: Id4a5ecec68587b0c35b30bb710f681c19315ee11
2012-02-21 02:11:28 -08:00
Brad Fitzpatrick
fcba3443d0
website: don't hard-code the gerrit-proxy name
...
Change-Id: Ib665053b711e7a89291e18059523fd872086c0a5
2011-11-30 16:56:59 -08:00
Brad Fitzpatrick
502445ab9b
website: bot protection.
...
Change-Id: If4ab259695957e490e28e8d99eff89896efb3afb
2011-11-30 13:08:01 -08:00
Brad Fitzpatrick
43cd36a7f2
add handler to return IP address. for ec2 wiring.
...
Change-Id: I346ba2764166b507dd96530061eb64bcbdc09bad
2011-11-28 17:52:58 -05:00
Brad Fitzpatrick
1eab441e1b
use old/template for camweb
...
Change-Id: If791bd99be9731a84020b109fcdb21376e2f4aca
2011-08-26 14:46:27 +04:00
Brad Fitzpatrick
4a0fa68859
more gofix
...
Change-Id: I830091fab60f51751333666ab20321d2105d3818
2011-08-25 19:15:30 +04:00
Brad Fitzpatrick
f95419639c
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2011-07-06 17:16:55 -07:00
Brad Fitzpatrick
bb60c427f4
website: separate run.sh into run.sh and run-prod.sh
...
Change-Id: I32a679c4b55f314f14f8aabb6cd6112c93120336
2011-07-06 17:16:47 -07:00
Robert Hencke
2bff2d7741
tame greedy regex
...
(see title tag in http://camlistore.org/docs/contributing )
Change-Id: I935aef070f527fbdd18d5de9b03d0fb10db157d2
2011-07-06 19:01:35 -05:00
Brad Fitzpatrick
15057eec02
Update to Go 8944
...
Change-Id: I7940180cbe882884286e56ee4fc7bf5589aad9e0
2011-06-29 21:13:03 -07:00
Brad Fitzpatrick
9ce137e66d
missing rsync trailing slash
...
Change-Id: I4f3dfd5c8c75298647555afb8b3ca175b4965059
2011-06-21 17:12:29 -07:00
Brad Fitzpatrick
e789e022e8
website: regularlyk rsync git files from gerrit server to web server
...
Change-Id: Ia4ac06c9240d0364e0452550138bbbd5661be607
2011-06-21 17:07:59 -07:00
Brad Fitzpatrick
4658a2a3fb
website: ssl fixes
...
Change-Id: I2c2c4d95a15d0addeac3256360d54ec105bf4bdc
2011-06-21 14:50:27 -07:00
Brad Fitzpatrick
de5171b15b
website: redirect gerrit to https
...
Change-Id: I7a61728bb4a02860196235a25d60a8cd07d31668
2011-06-21 11:53:02 -07:00
Brad Fitzpatrick
0592a87b86
website: SSL support
...
Change-Id: I5a4198dfc17de012768a6b6bf9a5195945eb9f3b
2011-06-21 10:27:11 -07:00
Brad Fitzpatrick
b723a50ad8
website: Change default gitwebFiles path
...
Change-Id: I3006e06e7b96af14def4a7c3fbdad71baa32b77c
2011-06-20 19:10:15 -07:00
Brad Fitzpatrick
38588f0985
Changes for switch to Gerrit.
...
Change-Id: Ie3834ba594d379b881bff1b23d69267262d9dfa2
2011-06-13 14:24:51 -07:00
Brad Fitzpatrick
56793275cc
camweb: Make 'talks' be its own static dir
2011-05-19 07:08:26 -07:00
Brad Fitzpatrick
f70cc6d2e5
Updates to latest Go language + library changes.
2011-03-12 12:32:40 -08:00
Anthony Martin
d1164b8b6d
Fix build: encoding/line fork removal; new Go release.
2011-02-21 12:12:28 -08:00
Brad Fitzpatrick
bf61b6edbf
Oh, you can embed interfaces in structs.
2011-02-08 13:29:53 -08:00
Brad Fitzpatrick
3c2cfdae8c
camweb: rewrite broken URLs. source still a mystery.
2011-02-02 13:00:32 -08:00
Amir Mohammad Saied
d6488c32c4
Making the codebase compatible with latest Go release (2011-02-01.1)
2011-02-02 12:27:30 -08:00
Brad Fitzpatrick
3efa09e4eb
camweb: 15 second timeout
2011-01-31 15:04:16 -08:00
Brad Fitzpatrick
35628787f2
camweb: rotate log files
2011-01-29 12:31:35 -08:00