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
26
Commits
2
Branches
15
Tags
1ecda50f34
Branches
Tags
View all branches
Go to file
Code
Jason Streifling
1ecda50f34
Check whether there is a link element with a rel attribute of "alternate" if there is no content element in an entry element
2024-10-15 18:34:19 +02:00
.gitignore
Initial commit
2024-10-12 09:36:40 +02:00
atom.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
category.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
commonAttributes.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
content.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
date.go
Add function to create a new date construct
2024-10-15 16:25:45 +02:00
entry.go
Check whether there is a link element with a rel attribute of "alternate" if there is no content element in an entry element
2024-10-15 18:34:19 +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
Delete unnecessary nil checks from feed
2024-10-15 18:32:24 +02:00
generator.go
First implementation of an atom feed
2024-10-13 17:19:40 +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
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
id.go
Add function to create a new ID
2024-10-15 17:26:26 +02:00
inlineOtherContent.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
inlineTextContent.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
inlineXHTMLContent.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
LICENSE
Initial commit
2024-10-12 09:36:40 +02:00
link.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
logo.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
outOfLineContent.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
person.go
Properly check url and email address
2024-10-15 16:20:04 +02:00
plainText.go
First implementation of an atom feed
2024-10-13 17:19:40 +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
Create correct xhtml constructs
2024-10-15 16:02:13 +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%