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
103
Commits
2
Branches
15
Tags
3c312aa3ed
Branches
Tags
View all branches
Go to file
Code
Jason Streifling
3c312aa3ed
Allow entries to be published without any outer feed
2024-10-18 05:00:24 +02:00
.gitignore
Initial commit
2024-10-12 09:36:40 +02:00
atom.go
Delete extensionAttribute.go and simplify undefined attributes
2024-10-17 21:08:41 +02:00
category.go
Properly use xml names
2024-10-17 20:10:18 +02:00
commonAttributes.go
Use built-in xml attributes
2024-10-17 21:44:19 +02:00
content.go
Rename package to atom
2024-10-16 21:28:04 +02:00
date.go
More ",chardata"
2024-10-17 17:19:43 +02:00
entry.go
Allow entries to be published without any outer feed
2024-10-18 05:00:24 +02:00
extensionElement.go
Create needed functions for common attributes and their extensions
2024-10-17 20:48:32 +02:00
feed.go
Properly use xml names
2024-10-17 20:10:18 +02:00
generator.go
Properly use xml names
2024-10-17 20:10:18 +02:00
go.mod
Change module description in go.mod
2024-10-16 21:08:37 +02:00
go.sum
Create isValidMediaType and isValidLanguageTag
2024-10-16 18:30:22 +02:00
icon.go
Properly use xml names
2024-10-17 20:10:18 +02:00
id.go
Properly use xml names
2024-10-17 20:10:18 +02:00
inlineOtherContent.go
Properly use xml names
2024-10-17 20:10:18 +02:00
inlineTextContent.go
Properly use xml names
2024-10-17 20:10:18 +02:00
inlineXHTMLContent.go
Properly use xml names
2024-10-17 20:10:18 +02:00
LICENSE
Corrected LICENSE
2024-10-16 20:30:02 +02:00
link.go
Properly use xml names
2024-10-17 20:10:18 +02:00
logo.go
Properly use xml names
2024-10-17 20:10:18 +02:00
outOfLineContent.go
Properly use xml names
2024-10-17 20:10:18 +02:00
person.go
Rename package to atom
2024-10-16 21:28:04 +02:00
plainText.go
Make uri in id and text in plain text xml type ",chardata"
2024-10-17 17:14:10 +02:00
README.md
Change title
2024-10-17 20:47:37 +02:00
source.go
Properly use xml names
2024-10-17 20:10:18 +02:00
text.go
Use *XHTMLDiv
2024-10-17 19:44:27 +02:00
xhtmlDiv.go
Create xhtmlDiv.go
2024-10-17 18:12:23 +02:00
xhtmlText.go
Use *XHTMLDiv
2024-10-17 19:44:27 +02:00
README.md
atom
An extensible implementation of an Atom feed that aims to be very close to RFC4287.
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%