GithubHelp home page GithubHelp logo

phalcon / blog Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 21.0 82.75 MB

Phalcon Framework's blog

Home Page: https://blog.phalcon.io

CSS 60.19% Shell 0.61% HTML 29.85% Ruby 0.21% JavaScript 8.42% PHP 0.73%
blog blog-platform phalcon phalcon-blog php

blog's Introduction

phalcon

Phalcon Framework

PDS Skeleton Phalcon CI Quality Gate Status

Implemented

Standard Description
PSR-3 Phalcon\Logger\Logger
PSR-4 Phalcon\Autoloader
PSR-7 Phalcon\Http\Message
PSR-11 Phalcon\Container\Container
PSR-12 Coding Standard
PSR-13 Phalcon\Html\Tag\Link
PSR-16 Phalcon\Cache\Cache

To do

Standard Description
PSR-6 Caching Interface
PSR-14 Event Dispatcher
PSR-15 HTTP Handlers
PSR-17 Phalcon\Http\Message
PSR-18 HTTP Client

Remaining refactoring / alignment with cphalcon (v5)

  • Url
  • Pull requests to cphalcon
  • Convert tests to phpunit.

blog's People

Contributors

andresgutierrez avatar arhell avatar asokal avatar garyanewsome avatar igusev avatar izopi4a avatar jeckerson avatar jenovateurs avatar jurigag avatar krazzer avatar niden avatar ninjapanzer avatar ruudboon avatar sdecandelario avatar sergeyklay avatar sidroberts avatar szepeviktor avatar tembem avatar ultimater avatar zsilbi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

Update meta tags

Hello,

Take a look at page: https://blog.phalcon.io/post/april-bugfest-the-usual-suspects
There are small issues I propose to fix.

1. Social title should be the same as <title> contents

Actual:

<meta property="og:title" content="Phalcon Blog">
<meta name="twitter:title" content="Phalcon Blog">

2. <title> should not contents website description. Only short page title and website name

Actual:

<title>April Bugfest - The usual suspects – Phalcon Blog – We are an open source web framework for PHP delivered as a C extension offering high performance and lower resource consumption</title>

3. Page description shouldn't contents new lines and leading spaces

Actual:

<meta name="twitter:description" content="Back in April, we announced the April Bugfest competition, The rules were simple: fix bugs, we will send you a t-shirt!

" />
<meta property="og:description" content="Back in April, we announced the April Bugfest competition, The rules were simple: fix bugs, we will send you a t-shirt!

" />

/cc @niden, @Arhell

G+ removal

  • Remove any mention of our G+ profile from Phalcon's README.md
  • Remove any mention of our G+ profile from Phalcon's composer.json (if any, see support section)
  • Remove any mention of our G+ profile from Phalcon's docs, translation

Also (if any)

  • Remove any mention of our G+ profile from Phalcon's blog
  • Remove any mention of our G+ profile from Phalcon's website
  • Remove any mention of our G+ profile from Phalcon's facebook page
  • Remove any mention of our G+ profile from Phalcon's gabi page
  • Remove any mention of our G+ profile from Phalcon's twitter page

broken links

Hello.
links do not work in the community menu:

  1. API
  2. Resources

No pagination

Could you add pagination somewhere to make navigation on blog easier?

Blog Cache Needs Cleared and Regenerated

It appears that the blog cache is corrupt and needs to be regenerated.

Currently the landing page of the blog is empty I experienced the same thing locally until I flushed and regenerated the cache.

Social share image

Currently sharing our blog link wil result in something like this.
83C53071-5484-482C-B70D-548BE01FC95D

I would like to add the meta tags and image to our repo to show a phalcon related image.

main blog content gets hidden on mobile and smaller screens

Visit https://blog.phalcon.io/

desktop-screenshot

Then open the javascript console and slowly make the screen size smaller for the HTML elements by resizing the javascript console width. At 1024px in width, it's still in desktop mode. But once it reaches 1023px, then the entire main content disappears.

smaller-screen

It appears the display:flex needs to be changed to a display:block for smaller screens.
This appears to make the content visible again when I run this in the javascript console:

document.querySelector('body > div > div.container').style.display='block';

I'm thinking we need a css media query of some sort for smaller screens to swap the flex to a block.

Thanks someson from discord for pointing this out!

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.