This website requires JavaScript.
Explore
Help
Sign In
jason
/
atom
Watch
1
Star
0
Fork
0
You've already forked atom
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
15
Wiki
Activity
57
Commits
2
Branches
15
Tags
39bd0776c5
Branches
Tags
View all branches
Go to file
Code
Jason Streifling
39bd0776c5
Correct AddExtension for entry and person
2024-10-16 17:38:03 +02:00
.gitignore
Initial commit
2024-10-12 09:36:40 +02:00
atom.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
category.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
commonAttributes.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
content.go
Add NewContent
2024-10-15 21:14:30 +02:00
date.go
Add function to create a new date construct
2024-10-15 16:25:45 +02:00
entry.go
Correct AddExtension for entry and person
2024-10-16 17:38:03 +02:00
extensionAttribute.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
extensionElement.go
Add function to create a new extension element
2024-10-15 17:26:59 +02:00
feed.go
Add hasAlternateDuplicateLinks check to entry
2024-10-15 18:46:19 +02:00
generator.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
go.mod
Add function to create a new ID
2024-10-15 17:26:26 +02:00
go.sum
Add function to create a new ID
2024-10-15 17:26:26 +02:00
icon.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
id.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
inlineOtherContent.go
Add check for whether a mime type is used for inline other and out of line content
2024-10-15 21:47:13 +02:00
inlineTextContent.go
Just moving code around, no change
2024-10-15 20:52:35 +02:00
inlineXHTMLContent.go
Add newInlineXHTMLContent
2024-10-15 20:53:01 +02:00
LICENSE
Initial commit
2024-10-12 09:36:40 +02:00
link.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
logo.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
outOfLineContent.go
Change URI to IRI after finding validation pattern
2024-10-16 17:33:25 +02:00
person.go
Correct AddExtension for entry and person
2024-10-16 17:38:03 +02:00
plainText.go
Correctly escape strings if needed and check for it
2024-10-16 16:51:39 +02:00
README.md
Initial commit
2024-10-12 09:36:40 +02:00
source.go
Make extensions omitempty
2024-10-13 20:42:17 +02:00
text.go
Correctly escape strings if needed and check for it
2024-10-16 16:51:39 +02:00
xhtmlText.go
Create correct xhtml constructs
2024-10-15 16:02:13 +02:00
README.md
atom-feed
An extensible implementation of an Atom feed.
Description
An extensible implementation of an Atom feed that aims to be very close to RFC4287.
Readme
MIT
565
KiB
Releases
15
Version 1.0.1
Latest
2025-01-24 23:16:48 +01:00
Languages
Go
100%