git ssb

0+

cel / gitfeed



Commit 50c3f38dce9a4bcfbed10f93bdf8369e78a4d58d

Remove feed author

It's valid to have authors for every entry instead
Charles Lehner committed on 5/14/2015, 7:45:46 PM
Parent: 8d8ea51dc9b931311f0705627159a788df703ce0

Files changed

README.mdchanged
feed.shchanged
README.mdView
@@ -9,9 +9,8 @@
99 are optional.
1010
1111 export SITE_TITLE='Example Site'
1212 export SITE_URL='http://example.org'
13- export SITE_AUTHOR='Me'
1413 export SITE_ENTRIES=30 # max number of entries in the feed
1514 export SITE_WIDTH=100 # width of diff stat. leave at 80 unless you have
1615 # long filenames.
1716
feed.shView
@@ -20,11 +20,8 @@
2020 <title>$SITE_TITLE</title>
2121 <link rel="alternate" type="text/html" href="$SITE_URL"/>
2222 <link rel="self" type="application/rss+xml" href="${SITE_URL}feed.xml"/>
2323 <updated>$(date --iso-8601=seconds | sed 's/..$/:&/')</updated>
24- <author>
25- <name>$SITE_AUTHOR</name>
26- </author>
2724 <id>$SITE_ID</id>
2825
2926 EOF
3027

Built with git-ssb-web