Commit graph

  • 14855b3348 Merge branch 'master' of github.com:sys-nyx/red-arch master sys-nyx 2025-02-06 14:16:12 -08:00
  • 8003b64c9f styled search, had to modify several templates to ponit to it correctly sys-nyx 2025-02-06 14:14:00 -08:00
  • 1ae3540069
    Update README.md sys-nyx 2024-12-30 10:50:27 -08:00
  • 2d105f25c4 simplified func defintion of generate_html sys-nyx 2024-12-30 00:29:07 -08:00
  • 38b3cfbbb4 refactored redarch.py a bit sys-nyx 2024-12-30 00:28:00 -08:00
  • 34ec2d920b fixed typo sys-nyx 2024-12-29 17:27:51 -08:00
  • 03175dd307 fixed var name error sys-nyx 2024-12-29 01:59:15 -08:00
  • 7083671bb5 added results formnatting to search page sys-nyx 2024-12-29 01:54:01 -08:00
  • 83e0580de9 Merge branch 'master' of github.com:sys-nyx/red-arch sys-nyx 2024-12-29 01:42:36 -08:00
  • 57f4d5c744 added basic implementatin of search sys-nyx 2024-12-29 01:39:50 -08:00
  • 39d417615d added search directory creation sys-nyx 2024-12-29 01:39:04 -08:00
  • e9d7144eae added search.js for handling search results sys-nyx 2024-12-29 01:36:05 -08:00
  • 831dc1452b modified search page html for displaying search results sys-nyx 2024-12-29 01:35:40 -08:00
  • 2ead848a10 updated requirements sys-nyx 2024-12-29 01:33:52 -08:00
  • a1c5bb5ac1 added a simple python http server to prevent caching from serving modified files sys-nyx 2024-12-29 01:31:49 -08:00
  • 2fcf0fc5bb added search indexing with lunr.js to redarch.py sys-nyx 2024-12-29 01:30:10 -08:00
  • a4cf65944a added search indexing with lunrjs to redarch.py sys-nyx 2024-12-29 01:28:20 -08:00
  • 61595cda79
    Update README.md sys-nyx 2024-12-26 21:09:47 -08:00
  • 93c11603ca
    Update README.md sys-nyx 2024-12-26 21:08:48 -08:00
  • 754edaa768 modified watchful.py to display slightly nicer progress sys-nyx 2024-12-26 20:36:51 -08:00
  • b6e18dfae4 removed snudown from dependencies sys-nyx 2024-12-26 20:35:55 -08:00
  • 0255ceaf6f fixed formatting of comments in config example sys-nyx 2024-12-26 20:23:06 -08:00
  • 2154e7d9b5 moved dumps.py to redarch.py. modified script to import get_redd_object function from watchful.py. Now supports building straight from zst files sys-nyx 2024-12-26 20:15:49 -08:00
  • f7b14590a3 updated example config file sys-nyx 2024-12-26 18:17:25 -08:00
  • 58ffe76433
    Update README.md sys-nyx 2024-12-26 17:18:12 -08:00
  • f28098302b Merge branch 'master' of github.com:sys-nyx/red-arch sys-nyx 2024-12-26 17:03:57 -08:00
  • 5a1a78f682 global commit to catch any untracked changes so far sys-nyx 2024-12-26 17:03:05 -08:00
  • d74c180cf7
    spelling sys-nyx 2024-12-26 17:01:32 -08:00
  • b8aace4b7f
    Update README.md sys-nyx 2024-12-26 16:59:16 -08:00
  • 32ea2550be created requirements.txt sys-nyx 2024-12-26 16:52:44 -08:00
  • 8f8a7b604d updated .gitignore sys-nyx 2024-12-26 16:19:04 -08:00
  • 874bd8ee06 added dumps.py script which will take open json files containing subreddit content, organize them in a way expected by the generate_html func in write_html.py, and then call it sys-nyx 2024-12-26 16:18:42 -08:00
  • 9cdd43363b added example config file sys-nyx 2024-12-26 16:15:52 -08:00
  • d15cd075ba modified generate_html func in write_html.py to accept a dictionary containing subreddit content sys-nyx 2024-12-26 16:15:22 -08:00
  • 4e260886e0
    Merge pull request #25 from libertysoft3/add-license-1 libertysoft3 2020-07-19 14:50:48 -07:00
  • 78cb18ec5d
    Create LICENSE libertysoft3 2020-07-19 14:50:22 -07:00
  • 5fd67603e5 resolve missing key error in write_html load_links, issue #23 libertysoft3 2020-07-18 12:02:09 -07:00
  • 0f96e04083
    Update README.md libertysoft3 2020-06-30 21:31:37 -07:00
  • a2b6f94a5e
    Update README.md libertysoft3 2020-06-30 21:30:30 -07:00
  • 8522fdad96
    Update README.md libertysoft3 2020-06-30 21:26:07 -07:00
  • da0624f40e
    Update README.md libertysoft3 2020-06-30 03:24:20 -07:00
  • 78a9e155d6
    Update README.md libertysoft3 2020-06-30 03:23:11 -07:00
  • 5b8a9aa134
    Update README.md libertysoft3 2020-06-30 03:18:21 -07:00
  • 26190bd38d bugfix libertysoft3 2019-11-12 02:26:21 -08:00
  • 2317f37ca3 write: optimize memory usage libertysoft3 2019-11-12 02:17:21 -08:00
  • f2729e0231 fix duplicate comments bug, resolves #10 libertysoft3 2019-09-12 00:47:01 -07:00
  • 83fb77b41c fix subreddit name casing bugs, resolves #3 libertysoft3 2019-04-09 02:59:18 -07:00
  • 43a93e1a04 more of that libertysoft3 2019-03-26 23:17:05 -07:00
  • ceaa6b86a9 improve Windows unicode handling libertysoft3 2019-03-26 22:53:16 -07:00
  • 8385bb6f66 replace scandir with listdir for Python < 3.5 libertysoft3 2019-03-24 22:32:03 -07:00
  • 67a7356ede comments without scores show as 'n/a' libertysoft3 2018-10-28 22:22:20 -07:00
  • d9d000055b initial libertysoft3 2018-10-28 05:08:54 -07:00