Commit Graph

18 Commits

Author SHA1 Message Date
Brad Fitzpatrick d6a0b05df0 Rename import paths from camlistore.org to perkeep.org.
Part of the project renaming, issue #981.

After this, users will need to mv their $GOPATH/src/camlistore.org to
$GOPATH/src/perkeep.org. Sorry.

This doesn't yet rename the tools like camlistored, camput, camget,
camtool, etc.

Also, this only moves the lru package to internal. More will move to
internal later.

Also, this doesn't yet remove the "/pkg/" directory. That'll likely
happen later.

This updates some docs, but not all.

devcam test now passes again, even with Go 1.10 (which requires vet
checks are clean too). So a bunch of vet tests are fixed in this CL
too, and a bunch of other broken tests are now fixed (introduced from
the past week of merging the CL backlog).

Change-Id: If580db1691b5b99f8ed6195070789b1f44877dd4
2018-01-01 16:03:34 -08:00
mpl 9a492bd05f camweb: set "go-import" meta for both camlistore.org and perkeep.org
It is not enough for go get to work, as our packages won't have the
right import path comment, but i believe it is the first necessary step.

Issue #981

Change-Id: I9418f944fc9bed603fd6acc0761e003cafdcfa8a
2017-12-13 18:32:19 +01:00
mpl 0293828131 camweb: make godoc work for both camlistore.org and perkeep.org
Change-Id: I97db4ed1c56b0ddd0535fbc7841a89c49170fd35
2017-12-12 16:30:31 +01:00
mpl d0ea11828a camweb: change the src dir on disk it uses to perkeep.org
Issue #981

Change-Id: I907bbb9c98dc8f9b62bd67c7785b3339f9ca3fad
2017-12-11 20:50:09 +01:00
mpl 1087a9d837 website: mv downloadBox to all.css
Rids us of the IsMonthly hack.

We still need to do something about AddTemplateTheme in handler.go
though, see TODO there. In another change.

Also, change servePage to take a struct for its args, more in line with
Go style of few arguments.

Context: issue #815

Change-Id: Ib6799be31b78af3010eee942034f2ac0e8e1d76e
2016-06-20 17:51:46 +02:00
Will Norris fc619464df website: serve godocs for /app/ packages
Change-Id: If2836840aa5523e74a734051111e0ed614ea200e
2016-04-25 22:40:17 -07:00
mpl d8c3b5a4e9 Merge "website: get subdirs info even when no source files" 2013-07-09 21:35:58 +00:00
mpl cdde8c655e website: get subdirs info even when no source files
http://camlistore.org/issue/147

Change-Id: I9d0ee63bc9f8a5baa16092406dc8fa663cc7c47f
2013-07-09 23:31:23 +02:00
mpl 85053537b8 website: look for docs without any depth limit
http://camlistore.org/issue/175

Change-Id: I4b54192d393a21b1780ee75eb8b494dddc79d817
2013-07-09 19:53:09 +02:00
mpl feaf289d5b website: clean up PDoc hack
Change-Id: Idf5ea94058d1da653442d435f8823f2f399f3f8e
2013-03-18 16:08:10 +01:00
mpl a538726253 Merge "website,genfileembed: exclude zembeds and fileembed.go from godoc" 2013-03-16 00:17:10 +00: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 8d3c5acca7 website,genfileembed: exclude zembeds and fileembed.go from godoc
Change-Id: I6af25a566a519274b15b72c3e41dccd016de5442
2013-03-16 01:16:40 +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
mpl a96ec4e614 website: /pkg/* mostly works
-/pkg/ still a 404
-subpackages not linked (but accessible)

Change-Id: Idf0798703b2b11ddc58bba867f51c3e06d4858f7
2013-03-13 14:08:28 +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