fix: updated about page

This commit is contained in:
Ewen 2024-05-13 11:15:48 +02:00
parent 31d9347876
commit 1822bd2840

View file

@ -1,5 +1,12 @@
<template>
<div class="about">
<h1>This is an about page</h1>
<h1 class="text-lg font-bold">About Rudibridge</h1>
<p class="my-2">Rudibridge is a side project that aims at building RSS feeds from web pages. It is able to scrape a
web page, using
user-defined parameters (e.g. what HTML tag encapsulates the article, the title, the author), to return an XML
RSS feed, or a JSON response.</p>
<p class="my-2">The code can be found at <a href="https://codeberg.org/Ewen/rudibridge"
class="underline">https://codeberg.org/Ewen/rudibridge</a>.</p>
<p class="my-2">Rudibridge is built with Flask (the back-end used for scraping) and VueJS (this front-end).</p>
</div>
</template>