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
36
Commits
2
Branches
15
Tags
987feb8226
Branches
Tags
View all branches
Go to file
Code
Jason Streifling
987feb8226
Check if the type of contents is a composite media type
2024-10-15 19:53:17 +02:00
.gitignore
Initial commit
2024-10-12 09:36:40 +02:00
atom.go
Add function to check if the media type is composite
2024-10-15 19:46:45 +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
Add check for summary element of entry
2024-10-15 19:32:14 +02:00
date.go
Add function to create a new date construct
2024-10-15 16:25:45 +02:00
entry.go
Move the parsing of the media type to isXMLMediaType
2024-10-15 19:46:26 +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
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
Check if the type of contents is a composite media type
2024-10-15 19:53:17 +02:00
inlineTextContent.go
Add check for summary element of entry
2024-10-15 19:32:14 +02:00
inlineXHTMLContent.go
Add check for summary element of entry
2024-10-15 19:32:14 +02:00
LICENSE
Initial commit
2024-10-12 09:36:40 +02:00
link.go
Move hasAlternateDumplicateLinks from feed to link in order to also use it elsewhere
2024-10-15 18:44:02 +02:00
logo.go
First implementation of an atom feed
2024-10-13 17:19:40 +02:00
outOfLineContent.go
Check if the type of contents is a composite media type
2024-10-15 19:53:17 +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%