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
53
Commits
2
Branches
15
Tags
a65aa0a740
Branches
Tags
View all branches
Go to file
Code
Jason Streifling
a65aa0a740
Create NewIcon and appropriate checks
2024-10-16 17:03:23 +02:00
.gitignore
Initial commit
2024-10-12 09:36:40 +02:00
atom.go
Correctly escape strings if needed and check for it
2024-10-16 16:51:39 +02:00
category.go
Fix wordings
2024-10-16 16:54:26 +02:00
commonAttributes.go
First implementation of an atom feed
2024-10-13 17:19:40 +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
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
Create NewGenerator and checks for the generator construct
2024-10-16 16:58:58 +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
Create NewIcon and appropriate checks
2024-10-16 17:03:23 +02:00
id.go
Add function to create a new ID
2024-10-15 17:26:26 +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
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
Create isValidURN and isValidURI and use isValidURI everywhere where it is needed
2024-10-16 16:48:44 +02:00
person.go
Create isValidURN and isValidURI and use isValidURI everywhere where it is needed
2024-10-16 16:48:44 +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%