Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to test custom site_config WITHOUT the internal one? #1366

Open
HolgerAusB opened this issue Jul 3, 2023 · 2 comments
Open

Comments

@HolgerAusB
Copy link

I just tried to test a few ideas with https://www.nordmainische-s-bahn.de/aktuell/die-nordmainische-s-bahn-stellt-sich-vor-der-ingenieur-fuer-hanau.html
on f43.me unfortunately it allways throws me an error find_string & replace_string size mismatch which is because of a syntax error in the already published config nordmainische-s-bahn.de.txt

replace_sring: (PATTERN): NEW
instead of
replace_string(PATTERN): NEW

while FTR seems to accept the first one f43.me seems to scramble up its dict:

find_string: [ "test" ]
replace_string: [ "(s-bahn.de/aktuell/files/img/): s-bahn.de/files/img/", "test2" ]

I corrected the problem with PR. But I think there should be an option to NOT load an existing config in addition to custom config

@j0k3r
Copy link
Owner

j0k3r commented Jul 12, 2023

That's a good idea, a checkbox might do the trick I guess

@HolgerAusB
Copy link
Author

or the fast way: copy your project, reachable by a different URL (e.g. f43.me/feed/vanilla-test) with no site-specific configs except for global.txt etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants