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

Kaputte mediacredit tags #26

Open
phibo23 opened this issue Feb 20, 2016 · 8 comments
Open

Kaputte mediacredit tags #26

phibo23 opened this issue Feb 20, 2016 · 8 comments

Comments

@phibo23
Copy link
Member

phibo23 commented Feb 20, 2016

gefunden mit

def file = new File("/Users/Iam/Desktop/studentenpack.wordpress.2016-02-20.xml")
def slurper = new XmlSlurper()

def content = slurper.parse(file)

def matches = content.'**'.findAll {item ->
    def text = item.encoded.text()
    text.contains("[media-credit") && text.contains("[/caption]") && !text.contains("[/media-credit")
}

matches.each {
    println "- [ ] " + it.link.text()
}
@phibo23
Copy link
Member Author

phibo23 commented Feb 20, 2016

@TVLuke fyi

@TVLuke
Copy link
Contributor

TVLuke commented Feb 20, 2016

Na dann hab ich ja morgen was zu tun...

@phibo23
Copy link
Member Author

phibo23 commented Feb 20, 2016

keine Sorge, ich werd auch welche machen. Wird bestimmt auch bei manchen etwas Rechercheaufwand, wenn Metadaten verlorgen gegangen sind oder nie notiert wurden.

@TVLuke
Copy link
Contributor

TVLuke commented Feb 20, 2016

Ich würde ja für ggf schnell löschen plädieren, sofern der Text älter als ein oder zwei Jahre ist und nicht auf den ersten Blick wie ein Text mit mehr halbwegszeit erscheint...

@phibo23
Copy link
Member Author

phibo23 commented Feb 20, 2016

du bist kein sehr leidenschaftlicher archive bot. 😛

@TVLuke
Copy link
Contributor

TVLuke commented Feb 20, 2016

Naja, wenn das Bild nicht von uns ist, ist es ja woanders noch zu finden... Wenn es von uns ist, ist bei alten teten der credit eigentlich wumpe.

@phibo23
Copy link
Member Author

phibo23 commented Feb 20, 2016

hm. ich find das halt manchmal spannend, dinge, die man vor 5 Jahren benutzt hat, noch mal wieder zufinden und so. Und dann entstehen auch keine Bildlosen Artikel in irgendwelchen Listenansichen. Oh. btw. Wenn das Artikelbilder waren, müsste man die evtl zwei mal löschen, wenn man sie löschen will. Bin mir nicht sicher, wie WP da funktioniert.

@TVLuke
Copy link
Contributor

TVLuke commented Feb 20, 2016

Also wenn dir das Spaß macht hab ich da natürlich gar nichts gegen. Für mich geht das jetzt in erster Linie um die Sicherheit, dass wir uns da nirgends angreifbar machen. Für Vorgartenpflege hab ich am WE zu wenig Zeit...

Man muss unten das Beitragsbild explizit entfernen, falls du das meinst.

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

No branches or pull requests

2 participants