Skip to content
#

journalism

Here are 408 public repositories matching this topic...

tfmorris
tfmorris commented Nov 3, 2020

This is an issue that was raised by translators on Weblate.

Currently the gdata-import module has sentences split up into multiple fragments, such as:

"Please", "sign in and and authorize", "to access your Google data." with the middle phrase being a button label. This mandates an ordering which doesn't work in all languages.

A better structure would be: "Please sign-in and authorize to a

trevortimm
trevortimm commented Jun 26, 2018

Description

Consider adding a final reminder when people click 'log out,' saying something to the effect of "Did you remember to write down or remember your code name to log back in? [Code name here]"

User Research Evidence

I recently was doing a test submission to SecureDrop, and I forgot to write down my codename as I clicked through to the submit page. After I made my submission,

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)

  • Updated Oct 31, 2020
  • Dockerfile
oprisk
oprisk commented Oct 22, 2020

Initial sql error due to field size constraints when porting to MySql (and presumably postgres), but not Sqlite.

I found that migration defines two columns, called 'content' & 'excerpts' with data type '.string', not as '.data', consequently causes an error on initial start. The difference is due to data type '.string' limits the size to varchar(255), while '.data' is a blob or nearly un-limit

Improve this page

Add a description, image, and links to the journalism topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the journalism topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.