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

Conent optimizations #84

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

Conent optimizations #84

wants to merge 7 commits into from

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    5bb1c8e View commit details
    Browse the repository at this point in the history
  2. Added content options rendered and raw for json output

    Added strip_html option to strip out all html tags (json+xml)
    Also fixed title issue for posts (json)
    crycode-de committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b321a13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a640fbb View commit details
    Browse the repository at this point in the history
  4. Added content:excerpt option

    Will close wzpan#68
    crycode-de committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1b9c7e4 View commit details
    Browse the repository at this point in the history
  5. Removed page tags and categories from json output

    Pages don't support tags and categories.
    Closes wzpan#54
    crycode-de committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3f615aa View commit details
    Browse the repository at this point in the history
  6. Always include tags/categories array in json output

    If posts have no tags/categories the keys where omitted in the
    json output. If we always include them (even if empty) we get
    a more reliable json structure which is easier to parse.
    crycode-de committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    38112c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    f2dfad4 View commit details
    Browse the repository at this point in the history