···11+# ---> Go
22+# Binaries for programs and plugins
33+*.exe
44+*.exe~
55+*.dll
66+*.so
77+*.dylib
88+99+# Test binary, built with `go test -c`
1010+*.test
1111+1212+# Output of the go coverage tool, specifically when used with LiteIDE
1313+*.out
1414+1515+# Dependency directories (remove the comment below to include it)
1616+# vendor/
1717+
+312
internal/jsonfeed/LICENSE
···11+Mozilla Public License Version 2.0
22+33+ 1. Definitions
44+55+1.1. "Contributor" means each individual or legal entity that creates, contributes
66+to the creation of, or owns Covered Software.
77+88+1.2. "Contributor Version" means the combination of the Contributions of others
99+(if any) used by a Contributor and that particular Contributor's Contribution.
1010+1111+ 1.3. "Contribution" means Covered Software of a particular Contributor.
1212+1313+1.4. "Covered Software" means Source Code Form to which the initial Contributor
1414+has attached the notice in Exhibit A, the Executable Form of such Source Code
1515+Form, and Modifications of such Source Code Form, in each case including portions
1616+thereof.
1717+1818+ 1.5. "Incompatible With Secondary Licenses" means
1919+2020+(a) that the initial Contributor has attached the notice described in Exhibit
2121+B to the Covered Software; or
2222+2323+(b) that the Covered Software was made available under the terms of version
2424+1.1 or earlier of the License, but not also under the terms of a Secondary
2525+License.
2626+2727+1.6. "Executable Form" means any form of the work other than Source Code Form.
2828+2929+1.7. "Larger Work" means a work that combines Covered Software with other
3030+material, in a separate file or files, that is not Covered Software.
3131+3232+ 1.8. "License" means this document.
3333+3434+1.9. "Licensable" means having the right to grant, to the maximum extent possible,
3535+whether at the time of the initial grant or subsequently, any and all of the
3636+rights conveyed by this License.
3737+3838+ 1.10. "Modifications" means any of the following:
3939+4040+(a) any file in Source Code Form that results from an addition to, deletion
4141+from, or modification of the contents of Covered Software; or
4242+4343+(b) any new file in Source Code Form that contains any Covered Software.
4444+4545+1.11. "Patent Claims" of a Contributor means any patent claim(s), including
4646+without limitation, method, process, and apparatus claims, in any patent Licensable
4747+by such Contributor that would be infringed, but for the grant of the License,
4848+by the making, using, selling, offering for sale, having made, import, or
4949+transfer of either its Contributions or its Contributor Version.
5050+5151+1.12. "Secondary License" means either the GNU General Public License, Version
5252+2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General
5353+Public License, Version 3.0, or any later versions of those licenses.
5454+5555+1.13. "Source Code Form" means the form of the work preferred for making modifications.
5656+5757+1.14. "You" (or "Your") means an individual or a legal entity exercising rights
5858+under this License. For legal entities, "You" includes any entity that controls,
5959+is controlled by, or is under common control with You. For purposes of this
6060+definition, "control" means (a) the power, direct or indirect, to cause the
6161+direction or management of such entity, whether by contract or otherwise,
6262+or (b) ownership of more than fifty percent (50%) of the outstanding shares
6363+or beneficial ownership of such entity.
6464+6565+ 2. License Grants and Conditions
6666+6767+ 2.1. Grants
6868+6969+Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive
7070+license:
7171+7272+(a) under intellectual property rights (other than patent or trademark) Licensable
7373+by such Contributor to use, reproduce, make available, modify, display, perform,
7474+distribute, and otherwise exploit its Contributions, either on an unmodified
7575+basis, with Modifications, or as part of a Larger Work; and
7676+7777+(b) under Patent Claims of such Contributor to make, use, sell, offer for
7878+sale, have made, import, and otherwise transfer either its Contributions or
7979+its Contributor Version.
8080+8181+ 2.2. Effective Date
8282+8383+The licenses granted in Section 2.1 with respect to any Contribution become
8484+effective for each Contribution on the date the Contributor first distributes
8585+such Contribution.
8686+8787+ 2.3. Limitations on Grant Scope
8888+8989+The licenses granted in this Section 2 are the only rights granted under this
9090+License. No additional rights or licenses will be implied from the distribution
9191+or licensing of Covered Software under this License. Notwithstanding Section
9292+2.1(b) above, no patent license is granted by a Contributor:
9393+9494+(a) for any code that a Contributor has removed from Covered Software; or
9595+9696+(b) for infringements caused by: (i) Your and any other third party's modifications
9797+of Covered Software, or (ii) the combination of its Contributions with other
9898+software (except as part of its Contributor Version); or
9999+100100+(c) under Patent Claims infringed by Covered Software in the absence of its
101101+Contributions.
102102+103103+This License does not grant any rights in the trademarks, service marks, or
104104+logos of any Contributor (except as may be necessary to comply with the notice
105105+requirements in Section 3.4).
106106+107107+ 2.4. Subsequent Licenses
108108+109109+No Contributor makes additional grants as a result of Your choice to distribute
110110+the Covered Software under a subsequent version of this License (see Section
111111+10.2) or under the terms of a Secondary License (if permitted under the terms
112112+of Section 3.3).
113113+114114+ 2.5. Representation
115115+116116+Each Contributor represents that the Contributor believes its Contributions
117117+are its original creation(s) or it has sufficient rights to grant the rights
118118+to its Contributions conveyed by this License.
119119+120120+ 2.6. Fair Use
121121+122122+This License is not intended to limit any rights You have under applicable
123123+copyright doctrines of fair use, fair dealing, or other equivalents.
124124+125125+ 2.7. Conditions
126126+127127+Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
128128+Section 2.1.
129129+130130+ 3. Responsibilities
131131+132132+ 3.1. Distribution of Source Form
133133+134134+All distribution of Covered Software in Source Code Form, including any Modifications
135135+that You create or to which You contribute, must be under the terms of this
136136+License. You must inform recipients that the Source Code Form of the Covered
137137+Software is governed by the terms of this License, and how they can obtain
138138+a copy of this License. You may not attempt to alter or restrict the recipients'
139139+rights in the Source Code Form.
140140+141141+ 3.2. Distribution of Executable Form
142142+143143+ If You distribute Covered Software in Executable Form then:
144144+145145+(a) such Covered Software must also be made available in Source Code Form,
146146+as described in Section 3.1, and You must inform recipients of the Executable
147147+Form how they can obtain a copy of such Source Code Form by reasonable means
148148+in a timely manner, at a charge no more than the cost of distribution to the
149149+recipient; and
150150+151151+(b) You may distribute such Executable Form under the terms of this License,
152152+or sublicense it under different terms, provided that the license for the
153153+Executable Form does not attempt to limit or alter the recipients' rights
154154+in the Source Code Form under this License.
155155+156156+ 3.3. Distribution of a Larger Work
157157+158158+You may create and distribute a Larger Work under terms of Your choice, provided
159159+that You also comply with the requirements of this License for the Covered
160160+Software. If the Larger Work is a combination of Covered Software with a work
161161+governed by one or more Secondary Licenses, and the Covered Software is not
162162+Incompatible With Secondary Licenses, this License permits You to additionally
163163+distribute such Covered Software under the terms of such Secondary License(s),
164164+so that the recipient of the Larger Work may, at their option, further distribute
165165+the Covered Software under the terms of either this License or such Secondary
166166+License(s).
167167+168168+ 3.4. Notices
169169+170170+You may not remove or alter the substance of any license notices (including
171171+copyright notices, patent notices, disclaimers of warranty, or limitations
172172+of liability) contained within the Source Code Form of the Covered Software,
173173+except that You may alter any license notices to the extent required to remedy
174174+known factual inaccuracies.
175175+176176+ 3.5. Application of Additional Terms
177177+178178+You may choose to offer, and to charge a fee for, warranty, support, indemnity
179179+or liability obligations to one or more recipients of Covered Software. However,
180180+You may do so only on Your own behalf, and not on behalf of any Contributor.
181181+You must make it absolutely clear that any such warranty, support, indemnity,
182182+or liability obligation is offered by You alone, and You hereby agree to indemnify
183183+every Contributor for any liability incurred by such Contributor as a result
184184+of warranty, support, indemnity or liability terms You offer. You may include
185185+additional disclaimers of warranty and limitations of liability specific to
186186+any jurisdiction.
187187+188188+ 4. Inability to Comply Due to Statute or Regulation
189189+190190+If it is impossible for You to comply with any of the terms of this License
191191+with respect to some or all of the Covered Software due to statute, judicial
192192+order, or regulation then You must: (a) comply with the terms of this License
193193+to the maximum extent possible; and (b) describe the limitations and the code
194194+they affect. Such description must be placed in a text file included with
195195+all distributions of the Covered Software under this License. Except to the
196196+extent prohibited by statute or regulation, such description must be sufficiently
197197+detailed for a recipient of ordinary skill to be able to understand it.
198198+199199+ 5. Termination
200200+201201+5.1. The rights granted under this License will terminate automatically if
202202+You fail to comply with any of its terms. However, if You become compliant,
203203+then the rights granted under this License from a particular Contributor are
204204+reinstated (a) provisionally, unless and until such Contributor explicitly
205205+and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor
206206+fails to notify You of the non-compliance by some reasonable means prior to
207207+60 days after You have come back into compliance. Moreover, Your grants from
208208+a particular Contributor are reinstated on an ongoing basis if such Contributor
209209+notifies You of the non-compliance by some reasonable means, this is the first
210210+time You have received notice of non-compliance with this License from such
211211+Contributor, and You become compliant prior to 30 days after Your receipt
212212+of the notice.
213213+214214+5.2. If You initiate litigation against any entity by asserting a patent infringement
215215+claim (excluding declaratory judgment actions, counter-claims, and cross-claims)
216216+alleging that a Contributor Version directly or indirectly infringes any patent,
217217+then the rights granted to You by any and all Contributors for the Covered
218218+Software under Section 2.1 of this License shall terminate.
219219+220220+5.3. In the event of termination under Sections 5.1 or 5.2 above, all end
221221+user license agreements (excluding distributors and resellers) which have
222222+been validly granted by You or Your distributors under this License prior
223223+to termination shall survive termination.
224224+225225+ 6. Disclaimer of Warranty
226226+227227+Covered Software is provided under this License on an "as is" basis, without
228228+warranty of any kind, either expressed, implied, or statutory, including,
229229+without limitation, warranties that the Covered Software is free of defects,
230230+merchantable, fit for a particular purpose or non-infringing. The entire risk
231231+as to the quality and performance of the Covered Software is with You. Should
232232+any Covered Software prove defective in any respect, You (not any Contributor)
233233+assume the cost of any necessary servicing, repair, or correction. This disclaimer
234234+of warranty constitutes an essential part of this License. No use of any Covered
235235+Software is authorized under this License except under this disclaimer.
236236+237237+ 7. Limitation of Liability
238238+239239+Under no circumstances and under no legal theory, whether tort (including
240240+negligence), contract, or otherwise, shall any Contributor, or anyone who
241241+distributes Covered Software as permitted above, be liable to You for any
242242+direct, indirect, special, incidental, or consequential damages of any character
243243+including, without limitation, damages for lost profits, loss of goodwill,
244244+work stoppage, computer failure or malfunction, or any and all other commercial
245245+damages or losses, even if such party shall have been informed of the possibility
246246+of such damages. This limitation of liability shall not apply to liability
247247+for death or personal injury resulting from such party's negligence to the
248248+extent applicable law prohibits such limitation. Some jurisdictions do not
249249+allow the exclusion or limitation of incidental or consequential damages,
250250+so this exclusion and limitation may not apply to You.
251251+252252+ 8. Litigation
253253+254254+Any litigation relating to this License may be brought only in the courts
255255+of a jurisdiction where the defendant maintains its principal place of business
256256+and such litigation shall be governed by laws of that jurisdiction, without
257257+reference to its conflict-of-law provisions. Nothing in this Section shall
258258+prevent a party's ability to bring cross-claims or counter-claims.
259259+260260+ 9. Miscellaneous
261261+262262+This License represents the complete agreement concerning the subject matter
263263+hereof. If any provision of this License is held to be unenforceable, such
264264+provision shall be reformed only to the extent necessary to make it enforceable.
265265+Any law or regulation which provides that the language of a contract shall
266266+be construed against the drafter shall not be used to construe this License
267267+against a Contributor.
268268+269269+ 10. Versions of the License
270270+271271+ 10.1. New Versions
272272+273273+Mozilla Foundation is the license steward. Except as provided in Section 10.3,
274274+no one other than the license steward has the right to modify or publish new
275275+versions of this License. Each version will be given a distinguishing version
276276+number.
277277+278278+ 10.2. Effect of New Versions
279279+280280+You may distribute the Covered Software under the terms of the version of
281281+the License under which You originally received the Covered Software, or under
282282+the terms of any subsequent version published by the license steward.
283283+284284+ 10.3. Modified Versions
285285+286286+If you create software not governed by this License, and you want to create
287287+a new license for such software, you may create and use a modified version
288288+of this License if you rename the license and remove any references to the
289289+name of the license steward (except to note that such modified license differs
290290+from this License).
291291+292292+10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
293293+294294+If You choose to distribute Source Code Form that is Incompatible With Secondary
295295+Licenses under the terms of this version of the License, the notice described
296296+in Exhibit B of this License must be attached. Exhibit A - Source Code Form
297297+License Notice
298298+299299+This Source Code Form is subject to the terms of the Mozilla Public License,
300300+v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
301301+one at http://mozilla.org/MPL/2.0/.
302302+303303+If it is not possible or desirable to put the notice in a particular file,
304304+then You may include the notice in a location (such as a LICENSE file in a
305305+relevant directory) where a recipient would be likely to look for such a notice.
306306+307307+You may add additional accurate notices of copyright ownership.
308308+309309+Exhibit B - "Incompatible With Secondary Licenses" Notice
310310+311311+This Source Code Form is "Incompatible With Secondary Licenses", as defined
312312+by the Mozilla Public License, v. 2.0.
+6
internal/jsonfeed/README.md
···11+# jsonfeed
22+33+[](https://goreportcard.com/report/christine.website/jsonfeed)
44+[](https://drone.tulpa.dev/Xe/jsonfeed)
55+66+JSONFeed support for Go
+77
internal/jsonfeed/jsonfeed.go
···11+// This Source Code Form is subject to the terms of the Mozilla Public
22+// License, v. 2.0. If a copy of the MPL was not distributed with this
33+// file, You can obtain one at http://mozilla.org/MPL/2.0/
44+55+package jsonfeed
66+77+import (
88+ "encoding/json"
99+ "io"
1010+ "time"
1111+)
1212+1313+const CurrentVersion = "https://jsonfeed.org/version/1"
1414+1515+type Item struct {
1616+ ID string `json:"id"`
1717+ URL string `json:"url"`
1818+ ExternalURL string `json:"external_url"`
1919+ Title string `json:"title"`
2020+ ContentHTML string `json:"content_html"`
2121+ ContentText string `json:"content_text"`
2222+ Summary string `json:"summary"`
2323+ Image string `json:"image"`
2424+ BannerImage string `json:"banner_image"`
2525+ DatePublished time.Time `json:"date_published"`
2626+ DateModified time.Time `json:"date_modified"`
2727+ Author Author `json:"author"`
2828+ Authors []Author `json:"authors"`
2929+ Tags []string `json:"tags"`
3030+ Attachments []Attachment `json:"attachments"`
3131+}
3232+3333+type Author struct {
3434+ Name string `json:"name"`
3535+ URL string `json:"url"`
3636+ Avatar string `json:"avatar"`
3737+}
3838+3939+type Hub struct {
4040+ Type string `json:"type"`
4141+ URL string `json:"url"`
4242+}
4343+4444+type Attachment struct {
4545+ URL string `json:"url"`
4646+ MIMEType string `json:"mime_type"`
4747+ Title string `json:"title"`
4848+ SizeInBytes int32 `json:"size_in_bytes"`
4949+ DurationInSeconds int32 `json:"duration_in_seconds"`
5050+}
5151+5252+type Feed struct {
5353+ Version string `json:"version"`
5454+ Title string `json:"title"`
5555+ HomePageURL string `json:"home_page_url"`
5656+ FeedURL string `json:"feed_url"`
5757+ Description string `json:"description"`
5858+ UserComment string `json:"user_comment"`
5959+ NextURL string `json:"next_url"`
6060+ Icon string `json:"icon"`
6161+ Favicon string `json:"favicon"`
6262+ Author Author `json:"author"`
6363+ Authors []Author `json:"authors"`
6464+ Language string `json:"language"`
6565+ Expired bool `json:"expired"`
6666+ Hubs []Hub `json:"hubs"`
6767+ Items []Item `json:"items"`
6868+}
6969+7070+func Parse(r io.Reader) (Feed, error) {
7171+ var feed Feed
7272+ decoder := json.NewDecoder(r)
7373+ if err := decoder.Decode(&feed); err != nil {
7474+ return Feed{}, err
7575+ }
7676+ return feed, nil
7777+}
+42
internal/jsonfeed/jsonfeed_test.go
···11+// This Source Code Form is subject to the terms of the Mozilla Public
22+// License, v. 2.0. If a copy of the MPL was not distributed with this
33+// file, You can obtain one at http://mozilla.org/MPL/2.0/
44+55+package jsonfeed
66+77+import (
88+ "os"
99+ "testing"
1010+ "time"
1111+1212+ "github.com/stretchr/testify/assert"
1313+)
1414+1515+func TestParseSimple(t *testing.T) {
1616+ r, err := os.Open("testdata/feed.json")
1717+ assert.NoError(t, err, "Could not open testdata/feed.json")
1818+1919+ feed, err := Parse(r)
2020+ assert.NoError(t, err, "Could not parse testdata/feed.json")
2121+2222+ assert.Equal(t, "https://jsonfeed.org/version/1", feed.Version)
2323+ assert.Equal(t, "JSON Feed", feed.Title)
2424+ assert.Equal(t, "JSON Feed is a ...", feed.Description)
2525+ assert.Equal(t, "https://jsonfeed.org/", feed.HomePageURL)
2626+ assert.Equal(t, "https://jsonfeed.org/feed.json", feed.FeedURL)
2727+ assert.Equal(t, "This feed allows ...", feed.UserComment)
2828+ assert.Equal(t, "https://jsonfeed.org/graphics/icon.png", feed.Favicon)
2929+ assert.Equal(t, "Brent Simmons and Manton Reece", feed.Author.Name)
3030+3131+ assert.Equal(t, 1, len(feed.Items))
3232+3333+ assert.Equal(t, "https://jsonfeed.org/2017/05/17/announcing_json_feed", feed.Items[0].ID)
3434+ assert.Equal(t, "https://jsonfeed.org/2017/05/17/announcing_json_feed", feed.Items[0].URL)
3535+ assert.Equal(t, "Announcing JSON Feed", feed.Items[0].Title)
3636+ assert.Equal(t, "<p>We ...", feed.Items[0].ContentHTML)
3737+3838+ datePublished, err := time.Parse("2006-01-02T15:04:05-07:00", "2017-05-17T08:02:12-07:00")
3939+ assert.NoError(t, err, "Could not parse timestamp")
4040+4141+ assert.Equal(t, datePublished, feed.Items[0].DatePublished)
4242+}
···44import nunjucks from "lume/plugins/nunjucks.ts";
55import date from "lume/plugins/date.ts";
66import esbuild from "lume/plugins/esbuild.ts";
77-import feed from "lume/plugins/feed.ts";
87import mdx from "lume/plugins/mdx.ts";
98import tailwindcss from "lume/plugins/tailwindcss.ts";
109import postcss from "lume/plugins/postcss.ts";
···1211import readInfo from "lume/plugins/reading_info.ts";
13121413import annotateYear from "./plugins/annotate_year.ts";
1414+import feed from "./plugins/feed.ts";
15151616//import pagefind from "lume/plugins/pagefind.ts";
1717//import _ from "npm:@pagefind/linux-x64";
···11syntax = "proto3";
22-package xeiaso.net.protofeed;
22+package protofeed;
33option go_package = "xeiaso.net/v4/pb/external/protofeed";
4455import "google/protobuf/timestamp.proto";
···140140 // item. Attachments are files that are associated with an item. The value of
141141 // the attachments field is an array of objects, each of which has a url
142142 // field, and other fields as specified in the attachment object definition.
143143- repeated Attachement attachments = 15;
143143+ repeated Attachment attachments = 15;
144144}
145145146146-// Attachement is an object representing a file associated with an item.
147147-message Attachement {
146146+// Attachment is an object representing a file associated with an item.
147147+message Attachment {
148148 // (required, string) specifies the location of the attachment.
149149 string url = 1;
150150 // (required, string) specifies the type of the attachment, such as
···11{
22 "components": {
33 "schemas": {
44- "xeiaso.net.BuildInfo": {
55- "description": "BuildInfo contains metadata about a build of the site.",
66- "properties": {
77- "build_time": {
88- "description": "When the site was last rebuilt",
99- "format": "date-time",
1010- "type": "string"
1111- },
1212- "commit": {
1313- "description": "The commit of Xe/site that was built",
1414- "type": "string"
1515- },
1616- "deno_version": {
1717- "description": "The version of Deno used to build the site",
1818- "type": "string"
1919- },
2020- "go_version": {
2121- "description": "The version of Go running on the server",
2222- "type": "string"
2323- },
2424- "xesite_version": {
2525- "description": "The version of the xesite binary",
2626- "type": "string"
2727- }
2828- },
2929- "type": "object"
3030- },
3131- "xeiaso.net.protofeed.Attachement": {
3232- "description": "Attachement is an object representing a file associated with an item.",
44+ "protofeed.Attachment": {
55+ "description": "Attachment is an object representing a file associated with an item.",
336 "properties": {
347 "duration_in_seconds": {
358 "description": "(optional, number) specifies how long it takes to listen to or watch, when\nplayed at normal speed.",
···5629 },
5730 "type": "object"
5831 },
5959- "xeiaso.net.protofeed.Author": {
3232+ "protofeed.Author": {
6033 "description": "Author is an object representing the author of the feed or item.",
6134 "properties": {
6235 "avatar": {
···7447 },
7548 "type": "object"
7649 },
7777- "xeiaso.net.protofeed.Feed": {
5050+ "protofeed.Feed": {
7851 "description": "Feed is the root of a Proto Feed document. A feed must at least contain a\ntitle and items.",
7952 "properties": {
8053 "authors": {
8154 "description": "(optional, array of objects) specifies the feed authors.",
8255 "items": {
8383- "$ref": "#/components/schemas/xeiaso.net.protofeed.Author"
5656+ "$ref": "#/components/schemas/protofeed.Author"
8457 },
8558 "type": "array"
8659 },
···11184 "items": {
11285 "description": "(required, array of objects) contains the items in the feed. This is the\nmost important element of the feed after the version field. Each item is a\nstory, blog post, article, photograph, video, or other thing. For example,\nif a feed contains a long article, a podcast episode, and a photo, those\nthree items would be included in items.",
11386 "items": {
114114- "$ref": "#/components/schemas/xeiaso.net.protofeed.Item"
8787+ "$ref": "#/components/schemas/protofeed.Item"
11588 },
11689 "type": "array"
11790 },
···130103 },
131104 "type": "object"
132105 },
133133- "xeiaso.net.protofeed.Item": {
106106+ "protofeed.Item": {
134107 "description": "Item is an object representing a single story, blog post, article,\nphotograph, video, or other thing within a feed.",
135108 "properties": {
136109 "attachments": {
137110 "description": "(optional, array of objects) specifies the attachments associated with the\nitem. Attachments are files that are associated with an item. The value of\nthe attachments field is an array of objects, each of which has a url\nfield, and other fields as specified in the attachment object definition.",
138111 "items": {
139139- "$ref": "#/components/schemas/xeiaso.net.protofeed.Attachement"
112112+ "$ref": "#/components/schemas/protofeed.Attachment"
140113 },
141114 "type": "array"
142115 },
143116 "authors": {
144117 "description": "(optional, array of objects) has the same structure as the top-level\nauthors. If not specified in an item, then the top-level authors, if\npresent, are the authors of the item.",
145118 "items": {
146146- "$ref": "#/components/schemas/xeiaso.net.protofeed.Author"
119119+ "$ref": "#/components/schemas/protofeed.Author"
147120 },
148121 "type": "array"
149122 },
···207180 }
208181 },
209182 "type": "object"
183183+ },
184184+ "xeiaso.net.BuildInfo": {
185185+ "description": "BuildInfo contains metadata about a build of the site.",
186186+ "properties": {
187187+ "build_time": {
188188+ "description": "When the site was last rebuilt",
189189+ "format": "date-time",
190190+ "type": "string"
191191+ },
192192+ "commit": {
193193+ "description": "The commit of Xe/site that was built",
194194+ "type": "string"
195195+ },
196196+ "deno_version": {
197197+ "description": "The version of Deno used to build the site",
198198+ "type": "string"
199199+ },
200200+ "go_version": {
201201+ "description": "The version of Go running on the server",
202202+ "type": "string"
203203+ },
204204+ "xesite_version": {
205205+ "description": "The version of the xesite binary",
206206+ "type": "string"
207207+ }
208208+ },
209209+ "type": "object"
210210 }
211211 }
212212 },
···229229 "content": {
230230 "application/json": {
231231 "schema": {
232232- "$ref": "#/components/schemas/xeiaso.net.protofeed.Feed"
232232+ "$ref": "#/components/schemas/protofeed.Feed"
233233 }
234234 }
235235 },
···3131// Feed lets users fetch the current feed of posts.
3232service Feed {
3333 // Get fetches the current feed of posts.
3434- rpc Get(google.protobuf.Empty) returns (xeiaso.net.protofeed.Feed);
3434+ rpc Get(google.protobuf.Empty) returns (protofeed.Feed);
3535}