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

Allow newspaper work on news websites like carbon-pulse #975

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2023

  1. Ensure folders exist when writing to them

    cabuzth committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    790523d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f104225 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Allow for shorter and numeric article urls

    cabuzth committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    afea088 View commit details
    Browse the repository at this point in the history
  2. Some more stopwords

    cabuzth committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    afb6ed8 View commit details
    Browse the repository at this point in the history
  3. Removing some duplicated early

    cabuzth committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    16001a9 View commit details
    Browse the repository at this point in the history
  4. Allow some more category url

    Add '//' before domain to correct a bug generating category_urls in the form of scheme://domain.tld/domain.tdl/path
    Don't do Domain + Path when domain is ''
    cabuzth committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    06fd9a2 View commit details
    Browse the repository at this point in the history
  5. Code beautification

    cabuzth committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    465be4d View commit details
    Browse the repository at this point in the history