Compare commits

..

No commits in common. "20330437ea639ef6c57d3bf14f74ea0cdaaa7702" and "e87f45bcd8570ac4381d2ba6b3144f152416e26e" have entirely different histories.

2 changed files with 7 additions and 15 deletions

View File

@ -1,34 +1,26 @@
Nettiquette:
Nettiquette and misc:
http://www.nohello.com
https://nohello.net/
https://sol.gfxile.net/dontask.html
https://dontasktoask.com/
http://slash7.com/2006/12/22/vampires/
http://xyproblem.info/
Politicking:
https://ncase.me/ballot
https://digdeeper.neocities.org/ghost/email.html
http://www.kanjidamage.com
https://innermantheatre.com/2021/03/29/lightspeed-lab-homosexuality/,The Christian stance on homosexuality in 3 panels
Economics:
https://archive.secondspring.co.uk/articles/borruso.htm
Computers are hard:
Computers and languages are hard:
http://www.zompist.com/yingzi/yingzi.htm
https://gankra.github.io/blah/text-hates-you/
https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
https://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time
https://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time
https://eev.ee/blog/2015/09/12/dark-corners-of-unicode/
https://faculty.georgetown.edu/jod/texts/twain.german.html,Languages are angry
http://michael.orlitzky.com/articles/motherfuckers_need_package_management.xhtml
https://idlewords.com/talks/website_obesity.htm
https://digdeeper.neocities.org/ghost/email.html
https://spyware.neocities.org/articles/brave.html,Computers are your enemy
https://prose.sh/
Languages are hard:
http://www.zompist.com/yingzi/yingzi.htm
http://www.kanjidamage.com,The right way to learn kanji
https://faculty.georgetown.edu/jod/texts/twain.german.html,Languages are angry
Otome! And maybe other game design:
https://uguucageoflove.wordpress.com/2020/05/17/preferences-of-otome-gamers-a-survey-of-japanese-players/

View File

@ -68,7 +68,7 @@ def articles():
out=[]
for k,v in arts.items():
out.append(f'<h4>{k}</h4>\n'+ '<br/>\n'.join([f'<a href="{l[0]}">{l[1] or l[0]}</a>' for l in v]))
return {'title':'Articles','content':'<p>'+('</p>\n<p>'.join(out))+'</p>','date':'2022/07/25'}
return {'title':'Articles','content':'<p>'+('</p>\n<p>'.join(out))+'</p>','date':'2022/04/11'}
def redirect(req,src):
return HttpResponse(status=302,headers={'Location':src.output})