rename portal.gmi to index.gmi
c3d2-web deployed Details
c3d2-gemini deployed Details

This commit is contained in:
Astro 2022-03-04 21:09:16 +01:00
parent 3575324a93
commit 26bd1bc556
2 changed files with 4 additions and 4 deletions

View File

@ -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/pentamusic-archiv.xml build/pentamedia-archiv.xml \
build/ical.ics build/hq.ics build/xcal.xml build/reminders \ build/ical.ics build/hq.ics build/xcal.xml build/reminders \
build/pentacast-ogg.xml build/pentacast-ogg-archiv.xml \ 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)) \ 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%.pls, $(wildcard content/news/pentaradio*.xml)) \
$(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.m3u, $(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) portal/items-sorted.xml: portal/items.xml $(STYLE)
$(call xml_process) $(call xml_process)
build/portal.gmi : NOINPUTVALID:=true build/index.gmi : NOINPUTVALID:=true
build/portal.gmi: portal/items-sorted.xml $(CALENDAR_SUMMARY) $(STYLE) $(CALENDAR_SUMMARY) build/index.gmi: portal/items-sorted.xml $(CALENDAR_SUMMARY) $(STYLE) $(CALENDAR_SUMMARY)
$(call xml_process) $(call xml_process)
# Pages: # Pages:

View File

@ -77,7 +77,7 @@
<text>&#10;&#10;=> </text> <text>&#10;&#10;=> </text>
<value-of select="$baseurl"/> <value-of select="$baseurl"/>
<text>portal.gmi Start&#10;</text> <text>index.gmi Start&#10;</text>
</template> </template>
<!-- news --> <!-- news -->