rename portal.gmi to index.gmi
parent
3575324a93
commit
26bd1bc556
|
@ -59,7 +59,7 @@ NEWSFILES:=build/news.gmi build/news-rss.xml build/news-atom.xml \
|
|||
build/pentamusic-archiv.xml build/pentamedia-archiv.xml \
|
||||
build/ical.ics build/hq.ics build/xcal.xml build/reminders \
|
||||
build/pentacast-ogg.xml build/pentacast-ogg-archiv.xml \
|
||||
build/portal.gmi
|
||||
build/index.gmi
|
||||
PLAYLISTS:=$(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.xspf, $(wildcard content/news/pentaradio*.xml)) \
|
||||
$(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.pls, $(wildcard content/news/pentaradio*.xml)) \
|
||||
$(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.m3u, $(wildcard content/news/pentaradio*.xml))
|
||||
|
@ -226,8 +226,8 @@ portal/items-sorted.xml : STYLE=xsl/portal-sort.xsl
|
|||
portal/items-sorted.xml: portal/items.xml $(STYLE)
|
||||
$(call xml_process)
|
||||
|
||||
build/portal.gmi : NOINPUTVALID:=true
|
||||
build/portal.gmi: portal/items-sorted.xml $(CALENDAR_SUMMARY) $(STYLE) $(CALENDAR_SUMMARY)
|
||||
build/index.gmi : NOINPUTVALID:=true
|
||||
build/index.gmi: portal/items-sorted.xml $(CALENDAR_SUMMARY) $(STYLE) $(CALENDAR_SUMMARY)
|
||||
$(call xml_process)
|
||||
|
||||
# Pages:
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
<text> => </text>
|
||||
<value-of select="$baseurl"/>
|
||||
<text>portal.gmi Start </text>
|
||||
<text>index.gmi Start </text>
|
||||
</template>
|
||||
|
||||
<!-- news -->
|
||||
|
|
Loading…
Reference in New Issue