GithubHelp home page GithubHelp logo

miklb / permission Goto Github PK

View Code? Open in Web Editor NEW
12.0 5.0 1.0 1.3 MB

WordPress theme with IndieWeb support baked in. You have permission to free your content from silos.WordPress theme with IndieWeb support baked in. You have permission to free your content from silos.

Home Page: https://github.com/miklb/permission

License: GNU General Public License v2.0

CSS 18.09% PHP 17.80% Shell 64.12%
wordpress indieweb microformats2 wordpress-theme

permission's Introduction

TODO board

Permission

WordPress theme with IndieWeb support baked in. You have permission to free your content from silos.

Permission aims to be a WordPress theme built to get you up and running quickly with the IndieWeb, while having ability to easily personalize.

Specifically, support out-of-the-box for the primary IndieWeb WordPress plugins:

FAQ

Will you support Y? Maybe. As long as it furthers the goal of having an easy to get up and running WordPress theme using IndieWeb principles.

Installation

Usage

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

License

The code is available under the [GPLv2 license]https://github.com/miklb/permission/blob/master/LICENSE).

permission's People

Contributors

dependabot[bot] avatar depfu[bot] avatar miklb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

bkeepers

permission's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Once you have installed CI on this repository, you’ll need to re-trigger Greenkeeper’s initial Pull Request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organiszation’s settings page, under Installed GitHub Apps.

get author name as alt for image

Issue opened with imdone.io from code comment on 98e9d1f

TODO get author name as alt for image id:0


permission/comments.php

Lines 48 to 53 in 98e9d1f

<!-- TODO: get author name as alt for image -->
<a href="<?php echo $author_url ?>">
<?php $author_img = get_comment_meta( $comment->comment_ID, 'semantic_linkbacks_avatar', true ); ?>
<figure class="image is-64x64">
<img src="<?php echo $author_img ?>" alt="<?php echo $comment->comment_author; ?>">
</figure>

Depfu Error: No dependency files found

Hello,

We've tried to activate or update your repository on Depfu and couldn't find any supported dependency files. If we were to guess, we would say that this is not actually a project Depfu supports and has probably been activated by error.

Monorepos

Please note that Depfu currently only searches for your dependency files in the root folder. We do support monorepos and non-root files, but don't auto-detect them. If that's the case with this repo, please send us a quick email with the folder you want Depfu to work on and we'll set it up right away!

How to deactivate the project

  • Go to the Settings page of either your own account or the organization you've used
  • Go to "Installed Integrations"
  • Click the "Configure" button on the Depfu integration
  • Remove this repo (miklb/permission) from the list of accessible repos.

Please note that using the "All Repositories" setting doesn't make a lot of sense with Depfu.

If you think that this is a mistake

Please let us know by sending an email to [email protected].


This is an automated issue by Depfu. You're getting it because someone configured Depfu to automatically update dependencies on this project.

Mobile Nav

Currently bulma requires js to toggle the mobile nav. I'd like to avoid that if possible.

Pass wp.org theme review

The theme should be installable from the site admin, thus passing a theme review

  • rtl.css http://www.rtl-er.com/
  • comments.php
  • font-page.php
  • home.php
  • single.php
  • page.php
  • tag.php
  • taxonomy.php
  • author.php
  • archive.php
  • search.php
  • attachment.php
  • image.php
  • 404.php
  • test theme with and without Jetpack
  • delete unused scripts
  • delete unused customizer controls
  • theme tags
  • theme description
  • screenshot (880 x 660)
  • check custom header size is set correctly (and other custom image sizes are set correctly)
  • - [ ] test custom header, with and without an image
  • test responsive styles
  • set content_width
  • check custom page template styles
  • theme scan using VIP theme scanner - https://github.com/Automattic/vip-scanner
    t- [ ] est site logo
  • update readme.txt
  • test hiding header and description through customizer works as expected. Should not hide site logo
  • test logo is still visible when you hide the header text
  • test custom backgrounds
  • check all registered menus are being used
  • check sidebar names and that sidebar display conditions match the sidebars they display
  • check required accessibility items - https://make.wordpress.org/themes/handbook/review/accessibility/required/

look at v8.0 of compatiblity

permission/.travis.yml

Lines 59 to 64 in 5b1311d

# @todo look at v8.0 of compatiblity
- if [[ "$SNIFF" == "1" ]]; then git clone -b 7.1.5 --depth 1 https://github.com/wimg/PHPCompatibility.git $SNIFFS_DIR/PHPCompatibility; fi
# Set install path for PHPCS sniffs.
# @link https://github.com/squizlabs/PHP_CodeSniffer/blob/4237c2fc98cc838730b76ee9cee316f99286a2a7/CodeSniffer.php#L1941
- if [[ "$SNIFF" == "1" ]]; then $PHPCS_DIR/scripts/phpcs --config-set installed_paths $SNIFFS_DIR; fi
# After CodeSniffer install you should refresh your path.


This issue was generated by todo based on a @todo comment in 5b1311d. It's been assigned to @miklb because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.