Massive refactor

This commit is contained in:
Atlas Cove 2023-02-07 01:32:46 +00:00
parent d6f4b6d414
commit 060e80f242
19 changed files with 24 additions and 204 deletions

View File

@ -4,3 +4,6 @@ charset=utf-8
end_of_line=lf
trim_trailing_whitespace=true
insert_final_newline=true
[Makefile]
indent_type=tab
indent_size=1

View File

@ -1,3 +1,4 @@
\#*
.\#*
src/_tape/titlelookup
titlelookup
out/

19
Makefile Normal file
View File

@ -0,0 +1,19 @@
FILES != find -name '*.txti' -o -name '*.org' -o -name '*.md'
all: build
.PHONY: list
list:
@echo $(FILES)
out:
mkdir out
.PHONY: clean
clean:
rm -r out
%.html: %.org
org-ruby $< > $@
%.html: %.txti
redcloth $< > $@
.PHONY: build
build: $(FILES)
.PHONY: push
push: build
rclone sync -v out/ neo:/

View File

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style>
@include "/css/main.css";
</style>
<title>Atlas48's Archives</title>
</head>
<body>
<div class="header">
<a href="/">/</a>
</div>
<p><em>Welcome to the Atlas48 Archives!</em></p>
<p><img src="/img/ucbanner.gif" title="The First Banner" alt="The First Banner" /></p>
<p>Everything&#8217;s slowly being set up and the like, so you&#8217;ll only be able to access here unless you know the layout.</p>
<p>I <em>may</em> make a sitemap, I may not. Just getting the infastructure set up.</p>
<h1><span class="caps">TODO</span></h1>
<ul>
<li>find a way to render the org-mode files</li>
<li>maybe make an automated sitemap renderer?</li>
</ul>
</body>
</html>

View File

@ -1,159 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://atlas48.neocities.org/dnd</loc>
<lastmod>2023-52-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/dnd/minions.org</loc>
<lastmod>2023-43-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/dnd/template.org</loc>
<lastmod>2023-43-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/dnd/xaviard.html</loc>
<lastmod>2023-54-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/dnd/villains.html</loc>
<lastmod>2023-54-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/dnd/villains.org</loc>
<lastmod>2023-43-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/dnd/template.html</loc>
<lastmod>2023-54-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/dnd/minions.html</loc>
<lastmod>2023-53-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/dnd/xaviard.org</loc>
<lastmod>2023-43-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/img</loc>
<lastmod>2022-49-25</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/img/av.png</loc>
<lastmod>2021-00-07</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/img/ucbanner.gif</loc>
<lastmod>2021-01-07</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/index.html</loc>
<lastmod>2023-54-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/index.txti</loc>
<lastmod>2023-43-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/js</loc>
<lastmod>2022-14-24</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/neocities.png</loc>
<lastmod>2021-36-20</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/not_found.html</loc>
<lastmod>2023-53-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/not_found.txti</loc>
<lastmod>2023-43-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/robots.txt</loc>
<lastmod>2022-42-04</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/sitemap.xml</loc>
<lastmod>2023-56-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src</loc>
<lastmod>2023-27-22</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/not_found.txti</loc>
<lastmod>2022-36-24</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/dnd</loc>
<lastmod>2023-39-22</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/dnd/minions.org</loc>
<lastmod>2022-12-15</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/dnd/template.org</loc>
<lastmod>2022-01-15</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/dnd/villains.org</loc>
<lastmod>2022-12-15</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/dnd/xaviard.org</loc>
<lastmod>2022-02-15</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/index.txti</loc>
<lastmod>2022-06-15</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape</loc>
<lastmod>2023-56-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/.editorconfig</loc>
<lastmod>2023-46-21</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/render.sh</loc>
<lastmod>2023-53-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/main.html.m4</loc>
<lastmod>2023-18-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/push.sh</loc>
<lastmod>2023-50-21</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/titlelookup</loc>
<lastmod>2023-33-22</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/titlelookup.rs</loc>
<lastmod>2023-33-22</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/lib.m4</loc>
<lastmod>2023-12-21</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/gensmap.sh</loc>
<lastmod>2023-56-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/src/_tape/string.sh</loc>
<lastmod>2023-18-01</lastmod>
</url>
<url>
<loc>https://atlas48.neocities.org/style.css</loc>
<lastmod>2022-39-04</lastmod>
</url>
</urlset>

View File

@ -1,4 +0,0 @@
root=false
[*.pl]
indent_type=space
indent_size=1

View File

@ -1,5 +0,0 @@
#!/usr/bin/bash
for i in $@; do
echo $i
sassc $i ../${i%.*}
done

View File

@ -1,11 +0,0 @@
"Home":https://atlas48.neocities.org// "Blog":https://atlas48.sdf.org/
<hr />
h1. 404
*Page not found.*
The requested page could not be found.
<hr />