mirror of
https://codeberg.org/Ewen/rudibridge.git
synced 2024-12-22 03:02:32 +00:00
fix: updated about page
This commit is contained in:
parent
31d9347876
commit
1822bd2840
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue