Adrian Kuschelyagi Malacoda kuschelyagi
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-09-20 10:46:16 +00:00
d98354046b Prefix image paths with images subdirectory (which does not yet exist)
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-09-20 10:41:25 +00:00
f1ae73b737 Correctly parse out fragment from html archive link and append it in the correct place.
d062ca6787 Add anchors to headings.
a9adf51453 Add GCW link to archived wiki pages, for the live version of said archived article.
Compare 3 commits »
kuschelyagi opened issue glitch-city-labor.../epilogue#10 2020-09-03 22:09:16 +00:00
Add images to wiki archive
kuschelyagi opened issue glitch-city-labor.../epilogue#9 2020-09-03 22:06:35 +00:00
Redirect old-style forum URLs
kuschelyagi commented on issue glitch-city-labor.../epilogue#8 2020-09-03 22:03:29 +00:00
Wiki archiver not generating heading anchors

See also #7

kuschelyagi opened issue glitch-city-labor.../epilogue#8 2020-09-03 22:03:15 +00:00
Wiki archiver not generating heading anchors
kuschelyagi opened issue glitch-city-labor.../epilogue#7 2020-09-03 22:00:30 +00:00
Archive linker not correctly handling fragments in URLs
kuschelyagi commented on issue glitch-city-labor.../epilogue#5 2020-09-03 21:57:22 +00:00
Static Wiki Website Archive

URL issue was resolved by replacing '/' with '+' as in: https://archives.glitchcity.info/wiki/Mimic_glitch_(Japanese_Diamond+Pearl).html

I'll make separate tickets for other issues with the wiki archival script.

kuschelyagi commented on issue glitch-city-labor.../epilogue#4 2020-09-03 21:52:06 +00:00
Static HTML Forum Archive

Mostly finalized but I would like to add some of the bbcodes that the forum used to support (mainly [img])

kuschelyagi commented on issue glitch-city-labor.../epilogue#3 2020-09-03 21:51:30 +00:00
Forum Redirect Script

The above was solved by generating an index of thread id -> board id on the archive side and having the redirector pull it on startup.

kuschelyagi commented on issue glitch-city-labor.../epilogue#6 2020-09-03 21:50:37 +00:00
Wiki Redirect Script

This was resolved by sharing the code for generating links (i.e. Main Page -> Main_Page.html) between the archive generator and the redirector.

kuschelyagi closed issue glitch-city-labor.../epilogue#6 2020-09-03 21:50:37 +00:00
Wiki Redirect Script
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-09-03 09:13:11 +00:00
7157757d43 redirector: handle case where thread id can have an .html extension, because of course it can...
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-09-03 08:34:41 +00:00
5859ee0408 Add notice to the top of archived pages that this is an archive.
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-09-01 07:47:05 +00:00
b33ea016d5 convert all f-strings to old-style format strings for python 3.5 compatibility (since that is what's available on the server)
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-09-01 07:25:51 +00:00
ab29250b74 add "added submissions" boards from Submit-A-Glitch to exclusion filter
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-09-01 06:31:49 +00:00
167a03be3c fix syntax error
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-08-30 21:55:26 +00:00
f65361e06b Implement forums redirector and default archive urls (since it's unlikely these will be changed). Also add redirectors for the index/main pages since those don't get handled by default.
c37cf4fc44 Implement thread index for mapping thread ids back to board ids, for use with the redirector.
Compare 2 commits »
kuschelyagi pushed to master at glitch-city-labor.../epilogue 2020-08-28 19:19:39 +00:00
ef3f3dd60c Add pagination to forums archives.
0e3f1274cc Exclude links and submit-a-glitch archives from the archive.
1b7e3ce08b Since the wiki linker code is modularized the redirector can just import it
646b840be4 Use '+' as the substitution for '/' rather than '%2F' since nginx seems to want to normalize the %2F back into / which would defeat the purpose.
a382e6d4fd Extract more archive generator specific functionality from linker (e.g. the .html suffix, / -> %2F replacement)
Compare 6 commits »