Jonathan

Results 104 comments of Jonathan

Edrop has been [merged](https://www.spamhaus.org/drop/edrop.txt) into https://www.spamhaus.org/drop/drop.txt but I'm not getting any error. Maybe a temporary thing?

Oh actually, [this works](https://github.com/cowgill/spamhaus/issues/5#issue-297622212). Change line 49 to be: `for IP in $( awk '!/^;/{print $1}' "$FILE" ); do`

BTW I see these codes also turn up in [our sitemap.xml](https://github.com/jamulussoftware/jamuluswebsite/blob/release/sitemap.xml) (which is I suppose where Google is mainly seeing them). If the root cause turns out to be too...

See also [this related issue](https://github.com/jamulussoftware/jamuluswebsite/issues/986).

I think this problem seems to come from something that `po4a-create-all-targets.sh` is doing with `$lang`. At least, I can fix it manually my re-naming stuff, but running the script sets...

> @gilgongo are you also re-naming the folders in `_translator-files/po/`? That's where `$lang` gets the language codes from. Ah yes, but I confused myself with the symlinks in the next-release...

@ignotus666 OK so now that all seems to be working on my local machine (and I did a link check just in case), does this need to go to release...

Closing as now incorporated in https://github.com/jamulussoftware/jamuluswebsite/pull/993

What's the status of this PR? For some reason I can't seem to render is locally but that may be just be me. Edit: Oh... ``` ./wiki/en/misc/1-index.html:46: (po4a::xml) Unexpected closing...

I think maybe it's breaking because you've put HTML in the `metadescription` header in `1-index.html`. Remove that and it should build. Always best to make sure it builds locally before...