Commit Graph

62 Commits

Author SHA1 Message Date
Gustavo Niemeyer
cda7bad625 Merge pull request #26 from libgo/code-read
A few minor tweaks.
2014-09-27 19:57:37 -03:00
Nathan Youngman
2ed03dbf05 revisions based on @niemeyer's review 2014-09-24 17:44:47 -06:00
Nathan Youngman
b1f2f8e0fd minimal README 2014-09-23 22:24:57 -06:00
Nathan Youngman
06fff2f2c8 add a few comments 2014-09-23 22:22:44 -06:00
Nathan Youngman
a706b00c10 use gopkg.in/check.v1 2014-09-23 21:19:56 -06:00
Gustavo Niemeyer
2b9b369f9a Add LICENSE file.
Closes #1.
2014-09-03 17:56:29 -03:00
Gustavo Niemeyer
1a40e098f5 Allow dots in subpackages as well. 2014-09-03 17:56:22 -03:00
Gustavo Niemeyer
f9c08a5b59 Fix Version.IsValid.
Fixes #15.
2014-07-01 10:44:54 -03:00
Gustavo Niemeyer
adbf86173c Add timeouts for client http connections. 2014-07-01 10:14:15 -03:00
Gustavo Niemeyer
538a704495 Query godoc.org concurrently and timeout. 2014-04-08 10:17:48 -03:00
Gustavo Niemeyer
828a3107e2 Resolve conflicts from Geert-Johan's godot branch. 2014-04-06 22:05:41 -03:00
Gustavo Niemeyer
5920fdae04 Drop debugging left over. 2014-04-06 21:39:25 -03:00
GeertJohan
c5b57c5f48 Screenscrap package name from godoc.org 2014-04-06 19:25:50 +02:00
GeertJohan
d0adad6501 Rename field Repo.PackageName to Repo.Name 2014-04-06 18:36:53 +02:00
GeertJohan
9a0818c3f5 Change template.Execute error logging 2014-04-06 18:18:17 +02:00
GeertJohan
8f75e370d8 s/apiPkg/result 2014-04-06 18:16:22 +02:00
GeertJohan
d22ea164e2 Rename identifiers used with gddo search api 2014-04-06 18:15:45 +02:00
GeertJohan
ee829b2fb1 Save gopkgPath before for loop 2014-04-06 18:12:17 +02:00
GeertJohan
c60021a937 Moved synopsis to header 2014-04-06 17:46:43 +02:00
GeertJohan
e9cedd50cb Some styling changes 2014-04-06 17:42:34 +02:00
GeertJohan
48d36c04db Add package synopsis. 2014-04-05 13:59:28 +02:00
GeertJohan
51bc41a128 Update regexp patternNew to allow dot in package name 2014-04-05 13:39:38 +02:00
GeertJohan
f45719d227 Strip out go. from clean package name. 2014-04-05 13:34:49 +02:00
Gustavo Niemeyer
2e785d367f Strip out go- and -go from clean package name. 2014-04-05 03:09:51 -03:00
Gustavo Niemeyer
84fc7be938 interface.go => page.go (avoid "Go interface") 2014-04-05 02:17:27 -03:00
Gustavo Niemeyer
678762bb84 Allow uppercase usernames. 2014-04-05 02:11:45 -03:00
Gustavo Niemeyer
b660e6cc1b Merge back from GitHub's master. 2014-04-05 02:04:09 -03:00
Gustavo Niemeyer
53dd2f8a45 Add "For more details" note. 2014-04-05 01:21:45 -03:00
Gustavo Niemeyer
966f02619c Peel-off annotated tags. 2014-04-05 00:59:18 -03:00
Gustavo Niemeyer
a202dc02e0 Minor polishing before the release.
- Improve Repo methods and fields.
- Bring back documentation redirection on URL fragments.
- Fix hrefs in version map so they point to the SubPath
  and take OldFormat into account.
2014-04-05 00:12:52 -03:00
GeertJohan
8f69a030ee Change regexp to allow uppercase letters in username/organization name 2014-04-05 02:02:24 +02:00
GeertJohan
a00e6b0e8c Fix template to work with path and v0 2014-04-05 01:51:26 +02:00
GeertJohan
88f9c49186 Add better support for v0 rules in template 2014-04-05 01:45:09 +02:00
GeertJohan
7bc102f628 Change comments on dataPackage fields 2014-04-05 01:31:27 +02:00
GeertJohan
7f05a9823c Use one-line formatting for VersionList sort.Interface implementations 2014-04-05 01:30:33 +02:00
GeertJohan
94cfe607cb Remove dispensable var 2014-04-05 01:27:21 +02:00
GeertJohan
aa591d48ee Remove old code 2014-04-05 01:25:40 +02:00
GeertJohan
af91d449d3 inline goget var 2014-04-05 01:24:15 +02:00
GeertJohan
4dccdf9073 Drop versioned name feature 2014-04-05 01:21:53 +02:00
GeertJohan
485a1b25b0 Fix "typo" 2014-04-05 01:18:49 +02:00
GeertJohan
79b0b7f398 Small updates.
Center footer.
consistent link tags.
Gettings started styling (text size and padding).
2014-04-05 01:00:33 +02:00
GeertJohan
6febd8feda Add footer 2014-04-05 00:29:41 +02:00
GeertJohan
151f2e6f7c Fix fonts.googleapis.com include for https
Put phrases in <p>
2014-04-05 00:16:18 +02:00
GeertJohan
f2f6cbda4e Add interface page.
Add VersionList ([]Version) implementing sort.Interface.
Changed hackedRefs to also return a VersionList holding all valid versions for a repo.
Change Repo struct to hold parts and added methods to construct useful strings from those parts.
Comment out the whole nameHasversion() thingie. It was noted as obsolte made it harder to create clean Repo struct.
2014-04-05 00:00:31 +02:00
Gustavo Niemeyer
00ff40db83 Merge pull request #3 from GeertJohan/master
Add missing return statement.
2014-04-04 16:18:11 -03:00
GeertJohan
ca4ee5569f Add missing return statement.
Caused a panic when repo could not be reached.
2014-04-04 20:15:12 +02:00
Gustavo Niemeyer
22ed8eb873 Merge pull request #2 from GeertJohan/master
Handle version overflow better. Add missing return.
2014-04-02 17:08:09 -03:00
GeertJohan
ed9d42974f Check for integer overflow in parseVersionPart 2014-04-02 21:51:40 +02:00
GeertJohan
8be904041c Revert "Use strconv and strings to parse version string."
This reverts commit 517a7be269.
2014-04-02 21:50:54 +02:00
GeertJohan
d25e20e4a7 Revert "Send nice error when version number is out of range"
This reverts commit f4151cb744.
2014-04-02 21:50:39 +02:00